summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/BackendUtil.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Attach attribute "trap-func-name" to call sites of llvm.trap and llvm.debugtrap.Akira Hatanaka2015-07-021-1/+0
* Update for LLVM api change.Rafael Espindola2015-06-231-1/+4
* 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
* [ASan] Initial support for Kernel AddressSanitizerAlexander Potapenko2015-06-191-2/+15
* Revert commit r239481 as it is dependent on reverted llvm commit r239480.Teresa Johnson2015-06-121-1/+0
* add the -mrecip driver flag and process its options (3rd try)Sanjay Patel2015-06-111-0/+3
* Pass down the -flto option to the -cc1 job, and from there into theTeresa Johnson2015-06-101-0/+1
* Attach attribute "disable-tail-calls" to the functions in the IR.Akira Hatanaka2015-06-091-2/+0
* C++ 11 rangify for loop.Yaron Keren2015-06-051-4/+3
* C++11 rangify for loop.Yaron Keren2015-06-041-4/+2
* Revert "add the -mrecip driver flag and process its options (2nd try)"Rafael Espindola2015-06-031-4/+0
* add the -mrecip driver flag and process its options (2nd try)Sanjay Patel2015-06-021-0/+4
* Remove the code in clang that is using TargetOptions::NoFramePointerElim.Akira Hatanaka2015-05-261-9/+0
* This reverts commit r238064 and r238055.Rafael Espindola2015-05-231-4/+0
* add missing include for TargetRecipSanjay Patel2015-05-221-0/+1
OpenPOWER on IntegriCloud