summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/lib/Support/Unix
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade our copy of llvm/clang to trunk r178860, in preparation of thedim2013-04-128-115/+182
| | | | | | | | | upcoming 3.3 release (branching and freezing expected in a few weeks). Preliminary release notes can be found at the usual location: <http://llvm.org/docs/ReleaseNotes.html> An MFC is planned once the actual 3.3 release is finished.
* Upgrade our copy of llvm/clang to r168974, from upstream's release_32dim2012-12-033-29/+232
| | | | | branch. This is effectively llvm/clang 3.2 RC2; the 3.2 release is coming soon.
* Upgrade our copy of llvm/clang to trunk r162107. With thanks todim2012-08-205-66/+293
| | | | Benjamin Kramer and Joerg Sonnenberger for their input and fixes.
* Pull in r156591 from upstream llvm trunk:dim2012-05-291-3/+4
| | | | | | | | | | | | | | | Allow unique_file to take a mode for file permissions, but default to user only read/write. and r156592 from upstream clang trunk: For final output files create them with mode 0664 to match other compilers and expected defaults. This should fix clang creating files with mode 0600. Reported by: James <james@hicag.org> MFC after: 3 days
* Upgrade our copy of llvm/clang to r155985, from upstream's release_31dim2012-05-031-0/+4
| | | | | | | branch. This brings us very close to the 3.1 release, which is planned for May 14th. MFC after: 2 weeks
* Upgrade our copy of llvm/clang to trunk r154661, in preparation of thedim2012-04-166-73/+91
| | | | | | | upcoming 3.1 release (expected in a few weeks). Preliminary release notes can be found at: <http://llvm.org/docs/ReleaseNotes.html> MFC after: 2 weeks
* Upgrade our copy of llvm/clang to r142614, from upstream's release_30dim2011-10-224-10/+21
| | | | | | | branch. This brings us very close to the 3.0 release, which is expected in a week or two. MFC after: 1 week
* Upgrade our copy of llvm/clang to r135360, from upstream's trunk.dim2011-07-171-0/+3
|
* Upgrade our copy of llvm/clang to r132879, from upstream's trunk.dim2011-06-122-31/+4
|
* Make cross-compiling using clang work better, by respecting thedim2011-05-051-0/+4
| | | | | | | LLVM_HOSTTRIPLE that is defined during the cross-tools stage. Using clang, you can now build amd64 world and kernel on i386, and vice versa. Other arches still need work.
* Upgrade our copy of llvm/clang to r130700, from upstream's trunk.dim2011-05-025-20/+21
|
* Upgrade our copy of llvm/clang to r126079, from upstream's trunk.dim2011-02-2014-0/+2969
This contains many improvements, primarily better C++ support, an integrated assembler for x86 and support for -pg.
OpenPOWER on IntegriCloud