summaryrefslogtreecommitdiffstats
path: root/include/clang/CodeGen/BackendUtil.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ThinLTO] Ignore object files with no ThinLTO modules if -fthinlto-index= is setVitaly Buka2018-02-161-0/+2
* IRGen: Factor out function clang::FindThinLTOModule. NFCI.Peter Collingbourne2017-01-241-0/+5
* CodeGen: plumb header search down to the IASSaleem Abdulrasool2017-01-051-1/+3
* Frontend: Simplify ownership model for clang's output streams.Peter Collingbourne2016-07-151-1/+2
* Embed bitcode in object file (clang cc1 part)Steven Wu2016-05-111-0/+4
* [ThinLTO] Clang side of renaming of function index (NFC)Teresa Johnson2016-03-151-1/+1
* Revert "[ThinLTO] Clang side of renaming of function index (NFC)"Teresa Johnson2016-03-141-1/+1
* [ThinLTO] Clang side of renaming of function index (NFC)Teresa Johnson2016-03-141-1/+1
* Make TargetInfo store an actual DataLayout instead of a string.James Y Knight2016-03-041-2/+2
* [ThinLTO] Leverage new in-place renaming supportTeresa Johnson2016-01-081-6/+4
* [ThinLTO] Option to invoke ThinLTO backend passes and importingTeresa Johnson2015-12-071-4/+8
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Use raw_pwrite_stream in clang.Rafael Espindola2015-04-141-1/+1
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Verify that clang TargetInfo descriptions match DataLayout strings from LLVMAlp Toker2014-01-021-2/+2
* Whitespace cleanup.Rafael Espindola2013-12-181-2/+2
* Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre...Chad Rosier2011-12-141-1/+0
* Add frontend flags to enable bitcode verifier pass.Chad Rosier2011-12-121-0/+1
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-2/+2
* add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications.Chris Lattner2011-07-201-2/+3
* Add the ObjC ARC optimization passes manually, now that they're notDan Gohman2011-07-051-1/+3
* Revert r109546, it broke linux build.Argyrios Kyrtzidis2010-07-271-9/+0
* Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio...Argyrios Kyrtzidis2010-07-271-0/+9
* Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar2010-06-151-0/+37