| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert 9ab42038bb13d3c8b01faa9c88e660e4e590fb00 while I find what is | Rafael Ávila de Espíndola | 2011-04-18 | 1 | -1/+0 |
| | | | | | wrong on Windows. | ||||
| * | Change the makefiles to use -c. | Rafael Ávila de Espíndola | 2011-04-18 | 1 | -0/+1 |
| | | |||||
| * | Add a -c option. | Rafael Ávila de Espíndola | 2011-04-18 | 1 | -4/+13 |
| | | |||||
| * | Produce PIC code and use -S in the Makefile. | Rafael Ávila de Espíndola | 2011-04-15 | 1 | -0/+1 |
| | | |||||
| * | Add a -S option for producing assembly. I will move more of it to | Rafael Ávila de Espíndola | 2011-04-15 | 1 | -0/+29 |
| | | | | | rust once the necessary APIs are available in C. | ||||
| * | Remove code that is already in llvm for some time. | Rafael Ávila de Espíndola | 2011-04-13 | 1 | -3/+0 |
| | | |||||
| * | Enable alias analysis and the function attributes pass. | Rafael Ávila de Espíndola | 2011-04-13 | 1 | -0/+5 |
| | | | | | | The C API extension is already upstream, we can drop the local copy once the bots are updated. | ||||
| * | Add a hack to force the linker to fetch Object.o | Rafael Ávila de Espíndola | 2011-04-11 | 1 | -0/+2 |
| | | |||||
| * | Repair some fallout from pcwalton's last few build changes. | Graydon Hoare | 2011-03-21 | 1 | -0/+31 |