summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetMachineC.cpp
Commit message (Expand)AuthorAgeFilesLines
* Delete Reloc::Default.Rafael Espindola2016-05-181-2/+1
* Restore the capability to manipulate datalayout from the C APIAmaury Sechet2016-02-161-0/+4
* Support: Fix incremental build when re-configuring targetsDuncan P. N. Exon Smith2016-02-131-1/+1
* C API: Remove LLVMGetDataLayout that was deprecated in 3.7Mehdi Amini2016-02-121-14/+0
* Fix LLVM C API for DataLayoutMehdi Amini2015-08-261-20/+15
* Revert "Fix LLVM C API for DataLayout"Mehdi Amini2015-08-261-8/+22
* Fix LLVM C API for DataLayoutMehdi Amini2015-08-261-22/+8
* Revert "Fix LLVM C API for DataLayout"Mehdi Amini2015-08-261-8/+22
* Fix LLVM C API for DataLayoutMehdi Amini2015-08-261-22/+8
* Revert "Fix LLVM C API for DataLayout"Mehdi Amini2015-08-251-8/+22
* Fix LLVM C API for DataLayoutMehdi Amini2015-08-251-22/+8
* Remove and forbid raw_svector_ostream::flush() calls.Yaron Keren2015-08-131-1/+0
* Fix ODR violation. NFC.Diego Novillo2015-07-271-4/+4
* Remove access to the DataLayout in the TargetMachineMehdi Amini2015-07-241-13/+17
* Revert "Remove access to the DataLayout in the TargetMachine"Mehdi Amini2015-07-241-17/+13
* Remove access to the DataLayout in the TargetMachineMehdi Amini2015-07-241-13/+17
* Replace string GNU Triples with llvm::Triple in TargetMachine::getTargetTripl...Daniel Sanders2015-06-161-1/+1
* Readdress r236990, use of static members on a non-static variable.David Blaikie2015-05-111-9/+6
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-141-1/+1
* Simplify use of formatted_raw_ostream.Rafael Espindola2015-04-091-5/+3
* Use a raw_svector_ostream instead of a raw_string_ostream.Rafael Espindola2015-04-091-6/+8
* This reverts commit r234460 and r234461.Rafael Espindola2015-04-091-3/+1
* Use the cast machinery to remove dummy uses of formatted_raw_ostream.Rafael Espindola2015-04-091-1/+3
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-041-2/+1
* [PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth2015-02-131-2/+2
* Remove mostly unused setters.Rafael Espindola2015-02-121-1/+1
* [multiversion] Implement the old pass manager's TTI wrapper pass inChandler Carruth2015-02-011-1/+2
* [PM] Switch the TargetMachine interface from accepting a pass managerChandler Carruth2015-01-311-1/+2
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-2/+2
* Add doInitialization/doFinalization to DataLayoutPass.Rafael Espindola2014-09-101-1/+1
* Modernize raw_fd_ostream's constructor a bit.Rafael Espindola2014-08-251-4/+4
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-2/+3
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-5/+7
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-7/+5
* [un]wrap extracted from lib/Target/Target[MachineC].cpp, lib/ExecutionEngine/...Artyom Skrobov2014-05-131-17/+0
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-291-0/+1
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-2/+2
* Use DataLayout from the module when easily available.Rafael Espindola2014-02-251-1/+2
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-251-1/+1
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-241-1/+1
* Add target analysis passes to the codegen pipeline for MCJIT.Juergen Ributzka2014-01-231-0/+4
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* [llvm-c] Make LLVMGetTargetFromName actually workPeter Zotov2013-11-151-1/+2
* [llvm-c] Add missing const qualifiers to LLVMCreateTargetMachinePeter Zotov2013-11-151-3/+4
* [llvm-c] Simplify signature of LLVMGetTargetFromNamePeter Zotov2013-11-151-7/+4
* [llvm-c] Improve TargetMachine bindingsPeter Zotov2013-11-061-0/+39
* llvm-c: Don't assert in LLVMTargetMachineEmitToFile on nonexistent fileAnders Waldenborg2013-10-171-1/+1
* llvm-c: Return NULL from LLVMGetFirstTarget instead of assertingAnders Waldenborg2013-10-171-2/+6
* Add a wrapper for open.Rafael Espindola2013-07-161-1/+1
* This exposes more MCJIT options via the C API:Filip Pizlo2013-05-011-22/+2
OpenPOWER on IntegriCloud