Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make cross-compiling using clang work better, by respecting the | dim | 2011-05-05 | 1 | -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. | dim | 2011-05-02 | 5 | -20/+21 |
| | |||||
* | Upgrade our copy of llvm/clang to r126079, from upstream's trunk. | dim | 2011-02-20 | 14 | -0/+2969 |
This contains many improvements, primarily better C++ support, an integrated assembler for x86 and support for -pg. |