summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/BackendUtil.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* add the -mrecip driver flag and process its optionsSanjay Patel2015-05-221-0/+3
* Remove the code that pulled soft float attributes out of the featureEric Christopher2015-05-121-1/+0
* [SanitizerCoverage] Implement user-friendly -fsanitize-coverage= flags.Alexey Samsonov2015-05-071-1/+3
* [SanitizerCoverage] Give clang-cc1 the power to precisly specify needed sanit...Alexey Samsonov2015-05-071-2/+9
* Fix -fobjc-arc doesn't work with -save-tempsSteven Wu2015-05-021-2/+1
* InstrProf: Support for setting profile output from command lineJustin Bogner2015-04-301-0/+1
* uselistorder: Remove dead includeDuncan P. N. Exon Smith2015-04-151-1/+0
* uselistorder: -mllvm -preserve-ll-use-list-order => -emit-llvm-uselistsDuncan P. N. Exon Smith2015-04-151-1/+2
* uselistorder: -mllvm -preserve-bc-use-list-order => -emit-llvm-uselistsDuncan P. N. Exon Smith2015-04-151-1/+1
* uselistorder: Update for LLVM API change in r234959Duncan P. N. Exon Smith2015-04-151-1/+3
* Use raw_pwrite_stream in clang.Rafael Espindola2015-04-141-7/+9
* [Driver] Properly support -mglobal-merge using explicit options.Ahmed Bougacha2015-04-111-2/+0
* Update for LLVM api changes.Rafael Espindola2015-04-091-9/+4
* Clang follow-up to LLVM r232772Duncan P. N. Exon Smith2015-03-191-2/+0
OpenPOWER on IntegriCloud