| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-04-26 | Disable frame-pointer elimination (not sure how this didn't get commited ↵ | Graydon Hoare | -0/+5 | |
| before). | ||||
| 2011-04-22 | Use -c in the Makefiles. | Rafael Ávila de Espíndola | -0/+1 | |
| 2011-04-22 | Dispose the module. | Rafael Ávila de Espíndola | -0/+1 | |
| Thanks to brson for noticing it. | ||||
| 2011-04-18 | Revert 9ab42038bb13d3c8b01faa9c88e660e4e590fb00 while I find what is | Rafael Ávila de Espíndola | -1/+0 | |
| wrong on Windows. | ||||
| 2011-04-18 | Change the makefiles to use -c. | Rafael Ávila de Espíndola | -0/+1 | |
| 2011-04-18 | Add a -c option. | Rafael Ávila de Espíndola | -5/+14 | |
| 2011-04-15 | Produce PIC code and use -S in the Makefile. | Rafael Ávila de Espíndola | -0/+1 | |
| 2011-04-15 | Add a -S option for producing assembly. I will move more of it to | Rafael Ávila de Espíndola | -0/+30 | |
| rust once the necessary APIs are available in C. | ||||
| 2011-04-13 | Remove code that is already in llvm for some time. | Rafael Ávila de Espíndola | -62/+0 | |
| 2011-04-13 | Typo. | Rafael Ávila de Espíndola | -1/+1 | |
| 2011-04-13 | Enable alias analysis and the function attributes pass. | Rafael Ávila de Espíndola | -0/+21 | |
| The C API extension is already upstream, we can drop the local copy once the bots are updated. | ||||
| 2011-04-12 | Add LLVMAddLoopIdiomPass. | Rafael Ávila de Espíndola | -0/+1 | |
| 2011-04-12 | Add LLVMAddCorrelatedValuePropagationPass. | Rafael Ávila de Espíndola | -0/+1 | |
| 2011-04-12 | Add LLVMAddScalarReplAggregatesPassSSA. | Rafael Ávila de Espíndola | -0/+1 | |
| 2011-04-12 | Add LLVMAddEarlyCSEPass to the .def file. | Rafael Ávila de Espíndola | -0/+1 | |
| 2011-04-11 | Add a hack to force the linker to fetch Object.o | Rafael Ávila de Espíndola | -0/+2 | |
| 2011-03-25 | Tweak rustllvm bindings to work on linux, where bool != LLVMBool. | Graydon Hoare | -3/+3 | |
| 2011-03-24 | Add .def.in files that I forgot to stage. Should put out burning tinderboxes ↵ | Patrick Walton | -0/+586 | |
| on Windows and Darwin. | ||||
| 2011-03-24 | Generate the platform-specific .def files at build time | Patrick Walton | -1766/+0 | |
| 2011-03-24 | Add trailing semicolons to Linux .def files | Patrick Walton | -1/+1 | |
| 2011-03-24 | Add a Linux .def file. Might put out burning tinderbox. | Patrick Walton | -0/+590 | |
| 2011-03-24 | rustc: Use a .def file for Darwin. Puts out burning Darwin tinderbox. | Patrick Walton | -0/+586 | |
| 2011-03-24 | rustc: Don't try to export symbols for crazy architectures from ↵ | Patrick Walton | -44/+0 | |
| rustllvm.dll. Should unburn the tree on Windows. | ||||
| 2011-03-23 | rustllvm: Update rustllvm.def. The old one was missing a lot. | Patrick Walton | -459/+620 | |
| 2011-03-21 | Repair some fallout from pcwalton's last few build changes. | Graydon Hoare | -0/+973 | |
