summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/lib/Support/Unix
Commit message (Collapse)AuthorAgeFilesLines
* 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