| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove code that is already in llvm for some time. | Rafael Ávila de Espíndola | 2011-04-13 | 2 | -62/+0 |
| | | |||||
| * | Typo. | Rafael Ávila de Espíndola | 2011-04-13 | 1 | -1/+1 |
| | | |||||
| * | Enable alias analysis and the function attributes pass. | Rafael Ávila de Espíndola | 2011-04-13 | 3 | -0/+21 |
| | | | | | | The C API extension is already upstream, we can drop the local copy once the bots are updated. | ||||
| * | Add LLVMAddLoopIdiomPass. | Rafael Ávila de Espíndola | 2011-04-12 | 1 | -0/+1 |
| | | |||||
| * | Add LLVMAddCorrelatedValuePropagationPass. | Rafael Ávila de Espíndola | 2011-04-12 | 1 | -0/+1 |
| | | |||||
| * | Add LLVMAddScalarReplAggregatesPassSSA. | Rafael Ávila de Espíndola | 2011-04-12 | 1 | -0/+1 |
| | | |||||
| * | Add LLVMAddEarlyCSEPass to the .def file. | Rafael Ávila de Espíndola | 2011-04-12 | 1 | -0/+1 |
| | | |||||
| * | Add a hack to force the linker to fetch Object.o | Rafael Ávila de Espíndola | 2011-04-11 | 1 | -0/+2 |
| | | |||||
| * | Tweak rustllvm bindings to work on linux, where bool != LLVMBool. | Graydon Hoare | 2011-03-25 | 2 | -3/+3 |
| | | |||||
| * | Add .def.in files that I forgot to stage. Should put out burning tinderboxes ↵ | Patrick Walton | 2011-03-24 | 1 | -0/+586 |
| | | | | | on Windows and Darwin. | ||||
| * | Generate the platform-specific .def files at build time | Patrick Walton | 2011-03-24 | 3 | -1766/+0 |
| | | |||||
| * | Add trailing semicolons to Linux .def files | Patrick Walton | 2011-03-24 | 1 | -1/+1 |
| | | |||||
| * | Add a Linux .def file. Might put out burning tinderbox. | Patrick Walton | 2011-03-24 | 1 | -0/+590 |
| | | |||||
| * | rustc: Use a .def file for Darwin. Puts out burning Darwin tinderbox. | Patrick Walton | 2011-03-24 | 1 | -0/+586 |
| | | |||||
| * | rustc: Don't try to export symbols for crazy architectures from ↵ | Patrick Walton | 2011-03-24 | 1 | -44/+0 |
| | | | | | rustllvm.dll. Should unburn the tree on Windows. | ||||
| * | rustllvm: Update rustllvm.def. The old one was missing a lot. | Patrick Walton | 2011-03-23 | 1 | -459/+620 |
| | | |||||
| * | Repair some fallout from pcwalton's last few build changes. | Graydon Hoare | 2011-03-21 | 6 | -0/+973 |