summaryrefslogtreecommitdiff
path: root/lib/Target/TargetMachineC.cpp
Commit message (Expand)AuthorAge
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* [un]wrap extracted from lib/Target/Target[MachineC].cpp, lib/ExecutionEngine/...Artyom Skrobov2014-05-13
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-29
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* Use DataLayout from the module when easily available.Rafael Espindola2014-02-25
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-25
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* Add target analysis passes to the codegen pipeline for MCJIT.Juergen Ributzka2014-01-23
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* [llvm-c] Make LLVMGetTargetFromName actually workPeter Zotov2013-11-15
* [llvm-c] Add missing const qualifiers to LLVMCreateTargetMachinePeter Zotov2013-11-15
* [llvm-c] Simplify signature of LLVMGetTargetFromNamePeter Zotov2013-11-15
* [llvm-c] Improve TargetMachine bindingsPeter Zotov2013-11-06
* llvm-c: Don't assert in LLVMTargetMachineEmitToFile on nonexistent fileAnders Waldenborg2013-10-17
* llvm-c: Return NULL from LLVMGetFirstTarget instead of assertingAnders Waldenborg2013-10-17
* Add a wrapper for open.Rafael Espindola2013-07-16
* This exposes more MCJIT options via the C API:Filip Pizlo2013-05-01
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-01
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-22
* C API: Add LLVMTargetMachineEmitToMemoryBuffer()Tom Stellard2013-04-16
* Correct this error message, and most importantly make it distinct from theNick Lewycky2013-03-10
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Add a C binding to the Target and TargetMachine classes to allow for emittingDuncan Sands2012-04-11