summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/BackendUtil.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add fveclib option.Michael Zolotukhin2015-03-171-0/+8
* GCOV: Expose the -coverage-exit-block-before-body flag in clang -cc1Justin Bogner2015-03-161-0/+1
* Try to fix the build after removing DataLayoutPassReid Kleckner2015-03-041-3/+0
* Add -funique-section-names and -fno-unique-section-names options.Rafael Espindola2015-02-201-0/+1
* [PM] Fix #include order here that I forgot to update before changing it.Chandler Carruth2015-02-131-1/+1
* [PM] Move away from the old llvm/PassManager.h header and its usingChandler Carruth2015-02-131-22/+22
* Allow to specify multiple -fsanitize-blacklist= arguments.Alexey Samsonov2015-02-041-1/+1
* [multiversion] Update Clang for the API change in LLVM r227731.Chandler Carruth2015-02-011-6/+9
* [PM] Update Clang for the new LLVM API in r227685 for managing theChandler Carruth2015-01-311-9/+11
* Update for LLVM API change.Eric Christopher2015-01-261-3/+2
* [PM] Update Clang to reflect the TLI API change in LLVM r226981.Chandler Carruth2015-01-241-8/+9
* Replace size() calls on containers with empty() calls where appropriate. NFCAlexander Kornienko2015-01-231-1/+1
* [PM] Track an LLVM API update which separates the TargetLibraryInfoChandler Carruth2015-01-151-1/+2
* [PM] Update for LLVM r226078 which moved TargetLibraryInfo to theChandler Carruth2015-01-151-1/+1
* Revert "Insert random noops to increase security against ROP attacks (clang)"JF Bastien2015-01-141-1/+0
* Insert random noops to increase security against ROP attacks (clang)JF Bastien2015-01-141-0/+1
* Update for move in llvm.Eric Christopher2015-01-141-1/+1
* Driver: begin threading frontend support for SymbolRewriterSaleem Abdulrasool2015-01-091-0/+14
* Update for llvm front end change and use the TargetOptions structEric Christopher2014-12-181-0/+1
* InstrProf: Use LLVM's -instrprof pass for profilingJustin Bogner2014-12-081-0/+6
OpenPOWER on IntegriCloud