summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/BackendUtil.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merging r232439:"Tom Stellard2015-05-041-1/+0
* Merging r232439:Tom Stellard2015-05-011-0/+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
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-1/+1
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-071-1/+1
* Schedule discriminator pass.Diego Novillo2014-03-031-0/+8
* [C++11] Add #include's for OwningPtr.Ahmed Charles2014-03-031-0/+1
* Update for llvm api change.Rafael Espindola2014-02-251-3/+3
* Accept -no-integrated-as in -cc1 and forward it to llvm.Rafael Espindola2014-02-211-0/+3
* [asan] Remove -fsanitize-address-zero-base-shadow command lineEvgeniy Stepanov2014-01-161-4/+2
* [cleanup] Update the include of Dominators.h to reflect its move to theChandler Carruth2014-01-131-1/+1
* [PM] Update Clang to reflect the new header for the bitcode writer passChandler Carruth2014-01-131-1/+1
* [PM] Update the creation of an IR printing pass to reflect the APIChandler Carruth2014-01-121-1/+1
* [PM] Update Clang to follow the header rename in LLVM r199041.Chandler Carruth2014-01-121-1/+1
* Update Clang for the move of headers in r198688.Chandler Carruth2014-01-071-1/+1