aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Implement categories for special case lists.Peter Collingbourne2013-07-091-18/+56
* Introduce a SpecialCaseList ctor which takes a MemoryBuffer to makePeter Collingbourne2013-07-091-0/+4
* Rename BlackList class to SpecialCaseList and move it to Transforms/Utils.Peter Collingbourne2013-07-091-3/+3
* Remove limitation on DebugIR that made it require existing debug metadata.Daniel Malea2013-06-281-5/+30
* Add a flag to defer vectorization into a phase after the inliner and itsChandler Carruth2013-06-241-0/+1
* Remove the simplify-libcalls pass (finally)Meador Inge2013-06-202-7/+0
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-191-5/+5
* Move StructurizeCFG out of R600 to generic Transforms.Matt Arsenault2013-06-191-0/+6
* Extend RemapInstruction and friends to take an optional new parameter, a Valu...James Molloy2013-05-282-7/+27
* Re-implement DebugIR in a way that does not subclass AssemblyWriter:Daniel Malea2013-05-231-1/+3
* Rename LoopSimplify.h to LoopUtils.hHal Finkel2013-05-201-3/+3
* Expose InsertPreheaderForLoop from LoopSimplify to other passesHal Finkel2013-05-201-0/+26
* Add DebugIR pass -- emits IR file and replace source lines with IR lines in MDDaniel Malea2013-05-081-0/+4
* fix a typo that due to cu&paste quadrupled itselfAdrian Prantl2013-04-261-2/+2
* Bugfix for the debug intrinsic handling in InstCombiner:Adrian Prantl2013-04-261-2/+2
* Add an option -vectorize-slp-aggressive for running the BB vectorizer. Make -...Nadav Rotem2013-04-151-0/+1
* Rename the slp-vectorizer clang/llvm flags. No functionality change.Nadav Rotem2013-04-151-1/+1
* [ASan] Allow disabling init-order checks for globals by source file name.Alexey Samsonov2013-04-111-0/+1
* Add support for bottom-up SLP vectorization infrastructure.Nadav Rotem2013-04-091-0/+6
* [ASan] emit instrumentation for initialization order checking by defaultAlexey Samsonov2013-03-141-2/+2
* Refactor GCOV's six constructor arguments into a struct with a getter thatNick Lewycky2013-03-141-7/+26
* Fix typo in comment.Nick Lewycky2013-03-141-1/+1
* Switch from a version 4.2/4.4 switch to a four-byte version string to be putNick Lewycky2013-03-071-1/+2
* In GCC 4.7, function names are now forbidden from .gcda files. Support this byNick Lewycky2013-02-271-1/+2
* Enhance integer division emulation support to handle types smaller than 32 bits,Pedro Artigas2013-02-261-0/+14
* BBVectorize: Cap the number of candidate pairs in each instruction groupHal Finkel2013-02-151-0/+3
* Remove unneeded #includes.Jakub Staszak2013-02-091-1/+0
* Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...Michael Gottesman2013-01-282-24/+49
* Move Blacklist.h to include/ to enable use from clang.Will Dietz2013-01-181-0/+58
* ASan: add optional 'zero-based shadow' option to ASan passes. Always tell the...Alexey Samsonov2013-01-171-2/+4
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-107-15/+15
* Move CallGraphSCCPass.h into the Analysis tree; that's where theChandler Carruth2013-01-071-1/+1
* Switch the SCEV expander and LoopStrengthReduce to useChandler Carruth2013-01-071-4/+2
* Make SimplifyCFG simply depend upon TargetTransformInfo and pass itChandler Carruth2013-01-071-2/+2
* Sink the AddressingModeMatcher helper class into an anonymous namespaceChandler Carruth2013-01-051-109/+0
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-025-7/+7
* Add proper support for -fsanitize-blacklist= flag for TSan and MSan. LLVM part.Alexey Samsonov2012-12-281-2/+3
* [msan] Remove unreachable blocks before instrumenting a function.Evgeniy Stepanov2012-12-211-0/+5
* [msan] Add track-origins argument to the pass constructor.Evgeniy Stepanov2012-12-191-1/+1
* LoopVectorizer: Use the "optsize" attribute to decide if we are allowed to in...Nadav Rotem2012-12-121-1/+1
* Improve debug info generated with enabled AddressSanitizer.Alexey Samsonov2012-12-121-0/+5
* LoopVectorizer: When -Os is used, vectorize only loops that dont require a ta...Nadav Rotem2012-12-121-1/+1
* Use an ArrayRef instead of a std::vector&.Rafael Espindola2012-12-111-2/+2
* Don't use a red zone for code coverage if the user specified `-mno-red-zone'.Bill Wendling2012-12-101-1/+4
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-071-1/+1
* Add 'using' declarations to suppress -Woverloaded-virtual warnings.Matt Beaumont-Gay2012-12-041-0/+1
* minor renaming, documentation and cleanups.Nadav Rotem2012-12-031-1/+1
* ASan: add blacklist file to ASan pass options. Clang patch for this will follow.Alexey Samsonov2012-12-031-2/+5
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-033-3/+3
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-033-0/+3