summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/BackendUtil.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [C++11] Use 'nullptr'. CodeGen edition.Craig Topper2014-05-211-4/+5
* Update for paired llvm commit with AsmVerbose.Eric Christopher2014-05-211-6/+1
* Update for llvm change to avoid having global flag setting in TargetMachine.Eric Christopher2014-05-201-3/+2
* Missed a ! in the if statement when these were being set and the optionsEric Christopher2014-05-161-1/+1
* Fill in the options in the MCOptions struct directly like the otherEric Christopher2014-05-151-9/+5
* CodeGen: fix code model mappingSaleem Abdulrasool2014-05-081-1/+1
* Driver: parse -mcmodel earlierSaleem Abdulrasool2014-05-081-14/+11
* Drop non-cfi assembly support from clang.Rafael Espindola2014-04-301-2/+0
* BackendUtil: Pass through -mdisable-tail-callsDuncan P. N. Exon Smith2014-04-181-0/+1
* verify-di: Call debug info verifier from clangDuncan P. N. Exon Smith2014-04-151-0/+2
* Update Clang for LLVM split stack API changes in r205997Reid Kleckner2014-04-101-1/+0
* Support for -Wa,-compress-debug-sections.David Blaikie2014-03-271-0/+3
* Don't recompute inlining threshold - use new overload provided by LLVMEli Bendersky2014-03-121-10/+3
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-091-1/+1
OpenPOWER on IntegriCloud