summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/BackendUtil.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes ...Alexey Samsonov2013-01-201-7/+11
* [ubsan] Add support for -fsanitize-blacklistWill Dietz2013-01-181-8/+8
* Switch to asking the target machine to add any relevant analysis passsesChandler Carruth2013-01-071-19/+8
* Companion patch to r171621 which changed the interface for creating TTIChandler Carruth2013-01-051-14/+10
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-2/+2
* Re-sort #include lines using the llvm/utils/sort_includes.py script.Chandler Carruth2013-01-021-1/+1
* Add proper support for -fsanitize-blacklist= flag for TSan and MSan. Clang part.Alexey Samsonov2012-12-281-4/+8
* Support -fsanitize-memory-track-origins.Evgeniy Stepanov2012-12-241-1/+4
* BackendUtil.cpp: Add #include "llvm/TargetTransformInfo.h"NAKAMURA Takumi2012-12-111-0/+1
* Specify if `-mno-red-zone' was used when creating the GCOV instrucmentation p...Bill Wendling2012-12-101-1/+3
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-5/+5
* Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this f...Alexey Samsonov2012-12-031-5/+11
* Add -fsanitize=memory.Evgeniy Stepanov2012-12-031-0/+12
* This patch exposes to Clang users three more sanitizers are experimental feat...Alexey Samsonov2012-11-291-8/+24
OpenPOWER on IntegriCloud