summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/BackendUtil.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [esan|wset] Add working set tool driver flagsDerek Bruening2016-05-251-0/+2
* CodeGen: indicate to the backend the exception modelSaleem Abdulrasool2016-05-241-0/+3
* CodeGen: address -Wcast-qual warningSaleem Abdulrasool2016-05-201-1/+1
* Update for llvm change.Rafael Espindola2016-05-181-1/+1
* Change embed-bitcode linkage typeSteven Wu2016-05-161-22/+51
* Fixed msvc warningsSimon Pilgrim2016-05-111-0/+2
* Embed bitcode in object file (clang cc1 part)Steven Wu2016-05-111-0/+90
* Delete store to Target option PositionIndependentExecutable as PIE is now set...Sriraman Tallam2016-04-291-1/+0
* Call TargetMachine::addEarlyAsPossiblePasses from BackendUtil.Justin Lebar2016-04-271-0/+8
* [esan] EfficiencySanitizer driver flagsDerek Bruening2016-04-211-0/+18
* Update InstrProf pass creator API referenceXinliang David Li2016-04-181-1/+1
* Pass -backend-option to LLVM when there is no target machine.Yaxun Liu2016-04-121-16/+23
* Emit the module hash by default with -flto=thin.Mehdi Amini2016-04-111-1/+2
* Move EABIVersion from CodeGenOptions to TargetOptionsSaleem Abdulrasool2016-04-081-1/+1
* revert SVN r265702, r265640Saleem Abdulrasool2016-04-081-2/+2
* Basic: move CodeGenOptions from FrontendSaleem Abdulrasool2016-04-071-2/+2
* [ThinLTO] Clang side of renaming of function index (NFC)Teresa Johnson2016-03-151-18/+18
* Revert "[ThinLTO] Clang side of renaming of function index (NFC)"Teresa Johnson2016-03-141-18/+18
* [ThinLTO] Clang side of renaming of function index (NFC)Teresa Johnson2016-03-141-18/+18
* Update to include the new header file providing createGVNPass.Chandler Carruth2016-03-111-0/+1
* Make TargetInfo store an actual DataLayout instead of a string.James Y Knight2016-03-041-6/+6
* [PGO] Change profile use cc1 option to handle IR level profilesRong Xu2016-03-021-0/+2
* [PGO] clang cc1 option change to enable IR level instrumentationRong Xu2016-02-291-0/+6
* [sanitizer-coverage] implement -fsanitize-coverage=trace-pc. This is similar ...Kostya Serebryany2016-02-171-0/+1
* Teach clang to use the ThinLTO pipelineMehdi Amini2016-02-171-1/+2
* Eliminate an unnecessary enum, use the LLVM version. NFCPaul Robinson2016-02-051-13/+1
* [PGO] cc1 option name change for profile instrumentationRong Xu2016-02-041-1/+1
* Move DebugInfoKind into its own header to cut the cyclic dependency edge from...Benjamin Kramer2016-02-021-1/+1
* [ThinLTO] Leverage new in-place renaming supportTeresa Johnson2016-01-081-16/+33
* [Driver] Add support for -fno-builtin-foo options.Chad Rosier2016-01-061-0/+7
* [clang-cl] Add support for /BreproDavid Majnemer2015-12-211-0/+2
* Recommit CC1 part of debugger tuning; pass through setting from driver to LLVM.Paul Robinson2015-12-191-0/+13
* Revert r256063, it's killing clang-tools-extraPaul Robinson2015-12-191-1/+0
* CC1 part of debugger tuning; pass through setting from driver to LLVM.Paul Robinson2015-12-181-0/+1
* [ThinLTO] Option to invoke ThinLTO backend passes and importingTeresa Johnson2015-12-071-32/+47
* [ASan] Allow -fsanitize-recover=address.Yury Gribov2015-11-111-4/+10
* [EABI] Add Clang support for -meabi flagRenato Golin2015-11-091-0/+8
* CodeGen: simplify TargetOptions setupSaleem Abdulrasool2015-10-181-17/+12
* Recommit "Clang support for -flto=thin."Teresa Johnson2015-10-151-2/+2
* Revert "Clang support for -flto=thin." (bot failures)Teresa Johnson2015-10-151-2/+2
* Clang support for -flto=thin.Teresa Johnson2015-10-151-2/+2
* Replace a loop and temporary string copying with llvm::join.Eric Christopher2015-09-261-7/+3
* Pass the relocation model to LLVM for assembler files.Joerg Sonnenberger2015-09-181-0/+1
* Convert SampleProfile pass into a Module pass.Diego Novillo2015-08-251-12/+3
* Rangify for loops, NFC.Yaron Keren2015-08-011-2/+2
* Add -femulated-tls flag to select the emulated TLS model.Chih-Hung Hsieh2015-07-281-0/+1
* LLVM API Change: the Module always owns the DataLayoutMehdi Amini2015-07-241-3/+2
* Fix -save-temp when using objc-arc, sanitizer and profilingSteven Wu2015-07-171-0/+3
* Remove a completely redundant initialization of llvm::TimePassesIsEnabled,Adrian Prantl2015-07-141-2/+0
* Resubmit "Pass down the -flto option to the -cc1 job" (r239481)Teresa Johnson2015-07-061-0/+1
OpenPOWER on IntegriCloud