about summary refs log tree commit diff
path: root/src/rustllvm/rustllvm.def.in
AgeCommit message (Expand)AuthorLines
2011-12-04Upgrade LLVM to svn revision 145779Brian Anderson-35/+0
2011-11-25rustc: Fall back to intrinsics.ll if we can't parse the bcBrian Anderson-0/+1
2011-11-16temp workaround for failure to pass ulonglong successfullyNiko Matsakis-0/+1
2011-11-15rustllvm: Add a GetOrInsertFunction wrapperHaitao Li-0/+1
2011-11-07rustc: Add support of generating LLVM assemblyHaitao Li-0/+1
2011-10-31rustc: Enable segmented stacks in LLVM when --stack-growth is onPatrick Walton-0/+1
2011-09-11Add Rust definitions for new LLVM EH instructionsBrian Anderson-0/+4
2011-08-11Revert "Add missing functions to rustllvm.def.in"Brian Anderson-3/+0
2011-08-11Add missing functions to rustllvm.def.inBrian Anderson-0/+3
2011-08-11Use the new C API for PassManagerBuilder.Rafael Ávila de Espíndola-5/+10
2011-08-11Update for llvm api change.Rafael Ávila de Espíndola-2/+0
2011-07-14Move rustc to the new llvm type system. Requires an update to llvm trunk.Rafael Ávila de Espíndola-12/+3
2011-05-10Add --time-llvm-passes.Graydon Hoare-0/+2
2011-05-07Stop stringifying integers to get integral constants.Graydon Hoare-0/+1
2011-05-06rustllvm: Add a function to add the standard function passes to a module; cha...Patrick Walton-0/+1
2011-05-06rustllvm: Add a binding to the LLVM standard module passesPatrick Walton-0/+1
2011-05-06Ge the host triple using LLVM. Fix a few 'mutable' warnings also.Kelly Wilson-0/+1
2011-05-05rustc: Add a binding to LLVM's bitcode parserPatrick Walton-0/+1
2011-05-04rustllvm: Add bindings to the LLVM linkerPatrick Walton-0/+1
2011-04-18Add a -c option.Rafael Ávila de Espíndola-1/+1
2011-04-15Add a -S option for producing assembly. I will move more of it toRafael Ávila de Espíndola-0/+1
2011-04-13Typo.Rafael Ávila de Espíndola-1/+1
2011-04-13Enable alias analysis and the function attributes pass.Rafael Ávila de Espíndola-0/+2
2011-04-12Add LLVMAddLoopIdiomPass.Rafael Ávila de Espíndola-0/+1
2011-04-12Add LLVMAddCorrelatedValuePropagationPass.Rafael Ávila de Espíndola-0/+1
2011-04-12Add LLVMAddScalarReplAggregatesPassSSA.Rafael Ávila de Espíndola-0/+1
2011-04-12Add LLVMAddEarlyCSEPass to the .def file.Rafael Ávila de Espíndola-0/+1
2011-03-24Add .def.in files that I forgot to stage. Should put out burning tinderboxes ...Patrick Walton-0/+586