aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer2020-01-281-2/+2
* Move CodeGenFileType enum to Support/CodeGen.hReid Kleckner2019-11-131-3/+3
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [LLVM-C] Expand LLVMRelocModeRobert Widmann2019-01-031-0/+9
* [LLVM-C] Add target triple normalization to the C API.whitequark2018-07-171-0/+4
* CodeGen: Add a dwo output file argument to addPassesToEmitFile and hook it up...Peter Collingbourne2018-05-211-1/+1
* [LLVM-C] Add LLVMGetHostCPU{Name,Features}.whitequark2018-04-111-0/+16
* Fix layering by moving Support/CodeGenCWrappers.h to TargetDavid Blaikie2018-03-231-1/+1
* Remove redundant includes from lib/Target/*.cpp.Michael Zolotukhin2017-12-131-1/+0
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-1/+1
* Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"Matthias Braun2017-10-121-0/+244
* TargetMachine: Merge TargetMachine and LLVMTargetMachineMatthias Braun2017-10-121-244/+0
* Delete Default and JITDefault code modelsRafael Espindola2017-08-031-3/+4
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* Some formatting in TargetMachineC. NFCAmaury Sechet2017-01-091-2/+2
* Revert "Use StringRef instead of raw pointer in TargetRegistry API (NFC)"Mehdi Amini2016-10-011-2/+2
* Use StringRef instead of raw pointer in TargetRegistry API (NFC)Mehdi Amini2016-10-011-2/+2
* Use the range variant of find/find_if instead of unpacking begin/endDavid Majnemer2016-08-121-3/+2
* 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