aboutsummaryrefslogtreecommitdiff
path: root/src/rustllvm/rustllvm.def.in
Commit message (Collapse)AuthorAgeFilesLines
* Add a -c option.Rafael Ávila de Espíndola2011-04-181-1/+1
|
* Add a -S option for producing assembly. I will move more of it toRafael Ávila de Espíndola2011-04-151-0/+1
| | | | rust once the necessary APIs are available in C.
* Typo.Rafael Ávila de Espíndola2011-04-131-1/+1
|
* Enable alias analysis and the function attributes pass.Rafael Ávila de Espíndola2011-04-131-0/+2
| | | | | The C API extension is already upstream, we can drop the local copy once the bots are updated.
* Add LLVMAddLoopIdiomPass.Rafael Ávila de Espíndola2011-04-121-0/+1
|
* Add LLVMAddCorrelatedValuePropagationPass.Rafael Ávila de Espíndola2011-04-121-0/+1
|
* Add LLVMAddScalarReplAggregatesPassSSA.Rafael Ávila de Espíndola2011-04-121-0/+1
|
* Add LLVMAddEarlyCSEPass to the .def file.Rafael Ávila de Espíndola2011-04-121-0/+1
|
* Add .def.in files that I forgot to stage. Should put out burning tinderboxes ↵Patrick Walton2011-03-241-0/+586
on Windows and Darwin.