summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/BackendUtil.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Introduce -fsanitize-coverage=N flagKostya Serebryany2014-11-111-0/+15
* [Sanitizer] Refactor sanitizer options in LangOptions.Alexey Samsonov2014-11-111-1/+1
* Introduce a SanitizerKind enum to LangOptions.Alexey Samsonov2014-11-071-5/+5
* Add a new -fmerge-functions -cc1 flag that enables function merging.Nick Lewycky2014-10-241-0/+1
* Move -fsanitize-blacklist to LangOpts from CodeGenOpts. NFC.Alexey Samsonov2014-10-151-2/+2
* CFE Knob for: Add a thread-model knob for lowering atomics on baremetal & sin...Jonathan Roelofs2014-10-031-0/+5
* Update for llvm api change.Rafael Espindola2014-09-101-3/+3
* Provide a BuryPointer for unique_ptrs.David Blaikie2014-08-291-1/+1
* Convert MC command line flag for fatal assembler warnings into a properJoerg Sonnenberger2014-08-261-0/+1
* Refactor TLI creation. NFC.Rafael Espindola2014-08-211-7/+10
* Update for LLVM API change.Eric Christopher2014-08-041-2/+4
* Use -enable-global-merge option to match llvm r210639. <rdar://problem/17803206>Bob Wilson2014-07-261-1/+1
* [ASan] Completely remove sanitizer blacklist file from instrumentation pass.Alexey Samsonov2014-07-081-4/+1
* Remove top-level Clang -fsanitize= flags for optional ASan features.Alexey Samsonov2014-06-131-7/+2
* Remove unused variableAlexey Samsonov2014-06-021-2/+0
* Remove sanitizer blacklist from ASan/TSan/MSan function passes.Alexey Samsonov2014-06-021-9/+5
OpenPOWER on IntegriCloud