Fix LLVM C API for DataLayout
[oota-llvm.git] / lib / Target / TargetMachineC.cpp
2015-08-26 Mehdi AminiFix LLVM C API for DataLayout
2015-08-25 Mehdi AminiRevert "Fix LLVM C API for DataLayout"
2015-08-25 Mehdi AminiFix LLVM C API for DataLayout
2015-08-13 Yaron KerenRemove and forbid raw_svector_ostream::flush() calls.
2015-07-27 Diego NovilloFix ODR violation. NFC.
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-07-24 Mehdi AminiRevert "Remove access to the DataLayout in the TargetMa...
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-06-16 Daniel SandersReplace string GNU Triples with llvm::Triple in TargetM...
2015-05-11 David BlaikieReaddress r236990, use of static members on a non-stati...
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
2015-04-09 Rafael EspindolaSimplify use of formatted_raw_ostream.
2015-04-09 Rafael EspindolaUse a raw_svector_ostream instead of a raw_string_ostream.
2015-04-09 Rafael EspindolaThis reverts commit r234460 and r234461.
2015-04-09 Rafael EspindolaUse the cast machinery to remove dummy uses of formatte...
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-02-13 Chandler Carruth[PM] Remove the old 'PassManager.h' header file at...
2015-02-12 Rafael EspindolaRemove mostly unused setters.
2015-02-01 Chandler Carruth[multiversion] Implement the old pass manager's TTI...
2015-01-31 Chandler Carruth[PM] Switch the TargetMachine interface from accepting...
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2014-09-10 Rafael EspindolaAdd doInitialization/doFinalization to DataLayoutPass.
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-05-13 Artyom Skrobov[un]wrap extracted from lib/Target/Target[MachineC...
2014-04-29 Benjamin Kramerraw_ostream: Forward declare OpenFlags and include...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-02-25 Rafael EspindolaUse DataLayout from the module when easily available.
2014-02-25 Rafael EspindolaMake DataLayout a plain object, not a pass.
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-01-23 Juergen RibutzkaAdd target analysis passes to the codegen pipeline...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-11-15 Peter Zotov[llvm-c] Make LLVMGetTargetFromName actually work
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-10-17 Anders Waldenborgllvm-c: Don't assert in LLVMTargetMachineEmitToFile...
2013-10-17 Anders Waldenborgllvm-c: Return NULL from LLVMGetFirstTarget instead...
2013-07-16 Rafael EspindolaAdd a wrapper for open.
2013-05-01 Filip PizloThis exposes more MCJIT options via the C API:
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
2013-04-22 Eric ChristopherMove C++ code out of the C headers and into either...
2013-04-16 Tom StellardC API: Add LLVMTargetMachineEmitToMemoryBuffer()
2013-03-10 Nick LewyckyCorrect this error message, and most importantly make...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
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...