summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/BackendUtil.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Verify that clang TargetInfo descriptions match DataLayout strings from LLVMAlp Toker2014-01-021-3/+16
* Bury leaked pointers in a global array to silence a leak detector in --disabl...Kostya Serebryany2013-12-271-1/+2
* Move the TargetMachine instance into EmitAssemblyHelperAlp Toker2013-12-201-19/+21
* Add -freroll-loops to enable loop rerollingHal Finkel2013-11-171-0/+1
* Add -fprofile-sample-use to Clang's driver.Diego Novillo2013-11-131-0/+12
* Split -fsanitize=bounds to -fsanitize=array-bounds (for the frontend-insertedRichard Smith2013-10-221-1/+1
* Add support for -fsanitize-blacklist and default blacklists for DFSan.Peter Collingbourne2013-08-141-1/+4
* DataFlowSanitizer; Clang changes.Peter Collingbourne2013-08-071-0/+12
* Use function attributes to indicate if we don't want to realign the stack.Bill Wendling2013-08-011-1/+0
* Replace the "NoFramePointerElimNonLeaf" target option with a function attribute.Bill Wendling2013-07-251-3/+0
* Use function attributes to pass along the stack protector buffer size instead...Bill Wendling2013-07-121-1/+0
* Make -vectorize-... proper cc1 flags instead of abusing -backend-option. FixesNick Lewycky2013-06-251-0/+3
* Fix a leak of TargetMachine in clang. We'll continue to leak it on purpose ifNick Lewycky2013-06-211-0/+1
* CodeGen: Don't set 'PMBuilder.DisableSimplifyLibCalls'Meador Inge2013-06-201-1/+0
* Plumb through the -fsplit-stack option using the existing backendEric Christopher2013-04-041-0/+1
* If we're unable to create the TargetMachine, then just quit producing theChad Rosier2013-03-271-1/+2
* Fix a crasher by reporting a fatal error if we're unable to create the targetChad Rosier2013-03-261-1/+1
* The flag "-coverage-function-names-in-data" is actually backwards -- we doNick Lewycky2013-03-201-2/+1
* Make clang emit linkage names in debug info for subprograms when coverage infoNick Lewycky2013-03-201-1/+2
* Update GCOVProfiling pass creation for API change in r177002. No functionalit...Nick Lewycky2013-03-141-7/+12
* Fix build with clang, this was supposed to be part of r176617.Nick Lewycky2013-03-071-3/+3
* Update clang for LLVM API change. No functionality change.Nick Lewycky2013-02-271-1/+2
* [msan] Run more optimizations after MemorySanitizer pass.Evgeniy Stepanov2013-01-311-0/+12
* Since ObjCARC has been refactored into its own library with its own declarati...Michael Gottesman2013-01-281-0/+1
OpenPOWER on IntegriCloud