]> granicus.if.org Git - clang/history - include/clang/CodeGen/BackendUtil.h
[FrontendTests] Try again to make test not write an output file
[clang] / include / clang / CodeGen / BackendUtil.h
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-02-16 Vitaly Buka[ThinLTO] Ignore object files with no ThinLTO modules...
2017-01-24 Peter CollingbourneIRGen: Factor out function clang::FindThinLTOModule...
2017-01-05 Saleem AbdulrasoolCodeGen: plumb header search down to the IAS
2016-07-15 Peter CollingbourneFrontend: Simplify ownership model for clang's output...
2016-05-11 Steven WuEmbed bitcode in object file (clang cc1 part)
2016-03-15 Teresa Johnson[ThinLTO] Clang side of renaming of function index...
2016-03-14 Teresa JohnsonRevert "[ThinLTO] Clang side of renaming of function...
2016-03-14 Teresa Johnson[ThinLTO] Clang side of renaming of function index...
2016-03-04 James Y KnightMake TargetInfo store an actual DataLayout instead...
2016-01-08 Teresa Johnson[ThinLTO] Leverage new in-place renaming support
2015-12-07 Teresa Johnson[ThinLTO] Option to invoke ThinLTO backend passes and...
2015-06-22 Alexander KornienkoRevert r240270 ("Fixed/added namespace ending comments...
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in clang.
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-01-02 Alp TokerVerify that clang TargetInfo descriptions match DataLay...
2013-12-18 Rafael EspindolaWhitespace cleanup.
2011-12-14 Chad RosierPer discussion on the list, remove BitcodeVerify pass...
2011-12-12 Chad RosierAdd frontend flags to enable bitcode verifier pass.
2011-09-25 David BlaikieRename Diagnostic to DiagnosticsEngine as per issue...
2011-07-20 Chris Lattneradd raw_ostream and Twine to LLVM.h, eliminating a...
2011-07-05 Dan GohmanAdd the ObjC ARC optimization passes manually, now...
2010-07-27 Argyrios KyrtzidisRevert r109546, it broke linux build.
2010-07-27 Argyrios KyrtzidisMerge PCHWriterDecl.cpp's isRequiredDecl and CodeGenMod...
2010-06-15 Daniel DunbarBreak Frontend's dependency on Rewrite, Checker and...