Remove CloningDirector and associated code
[oota-llvm.git] / include / llvm-c / TargetMachine.h
2015-12-18 Eric ChristopherReorganize the C API headers to improve build times.
2014-01-23 Juergen RibutzkaAdd target analysis passes to the codegen pipeline...
2014-01-10 NAKAMURA TakumiWhitespace.
2013-11-15 Peter Zotov[llvm-c] Add missing const qualifiers to LLVMCreateTarg...
2013-11-15 Peter Zotov[llvm-c] Simplify signature of LLVMGetTargetFromName
2013-11-06 Peter Zotov[llvm-c] Improve TargetMachine bindings
2013-09-19 Anders Waldenborgllvm-c: Make LLVMGetFirstTarget a proper prototype
2013-05-01 Filip PizloRename 'struct LLVMTargetMachine' to 'struct LLVMOpaque...
2013-04-22 Eric ChristopherMove C++ code out of the C headers and into either...
2013-04-16 Tom StellardC API: Add LLVMTargetMachineEmitToMemoryBuffer()
2013-04-04 Evan ChengRevert r178713
2013-04-03 Evan ChengMake it possible to include llvm-c without including...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-04-11 Duncan SandsAdd a C binding to the Target and TargetMachine classes...