rust/src/rustllvm
2011-05-14 00:48:51 -04:00
..
include/llvm-c Tweak rustllvm bindings to work on linux, where bool != LLVMBool. 2011-03-25 18:45:00 -07:00
MachOObjectFile.cpp
Passes2.cpp rustllvm: Add a function to add the standard function passes to a module; change uses of bool in LLVMAddStandardModulePasses() to LLVMBool 2011-05-06 18:13:22 -07:00
Passes.cpp Enable alias analysis and the function attributes pass. 2011-04-13 13:54:08 -04:00
README
rustllvm.def.in Add --time-llvm-passes. 2011-05-10 16:10:08 -07:00
RustWrapper.cpp rustllvm: Free TargetMachine in LLVMRustWriteOutputFile 2011-05-14 00:48:51 -04:00

This directory currently contains some LLVM support code. This will generally
be sent upstream to LLVM in time; for now it lives here.