summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils
Commit message (Expand)AuthorAgeFilesLines
* [LPM] Make LoopSimplify no longer a LoopPass and instead both a utilityChandler Carruth2014-01-232-385/+452
* Switch-to-lookup tables: set threshold to 3 casesHans Wennborg2014-01-151-5/+3
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-138-33/+43
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-1311-12/+12
* Switch-to-lookup tables: Don't require a result for the defaultHans Wennborg2014-01-121-12/+25
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-075-6/+6
* Reapply r198478 "Fix PR18361: Invalidate LoopDispositions after LoopSimplify ...Andrew Trick2014-01-061-7/+14
* Revert "Fix PR18361: Invalidate LoopDispositions after LoopSimplify hoists th...Alp Toker2014-01-041-17/+10
* Fix PR18361: Invalidate LoopDispositions after LoopSimplify hoists things.Andrew Trick2014-01-041-10/+17
* Add support to indvars for optimizing sadd.with.overflow.Andrew Trick2013-12-231-1/+81
* [asan] don't unpoison redzones on function exit in use-after-return mode.Kostya Serebryany2013-12-231-0/+33
* Transforms: Don't create bad weights when eliminating dead casesJustin Bogner2013-12-201-1/+1
* Add an explicit insert point argument to SplitBlockAndInsertIfThen.Evgeniy Stepanov2013-12-191-9/+10
* Enable double to float shrinking optimizations for binary functions like 'fmi...Yi Jiang2013-12-162-9/+86
* Resubmit r196544: Apply transformation on OS X 10.9+ and iOS 7.0+: pow(10, x)...Yi Jiang2013-12-121-0/+6
* Transforms: Don't create bad branch weights when folding a switchJustin Bogner2013-12-101-2/+4
* Revert 196544 due to internal bot failures.Manman Ren2013-12-081-6/+0
* Fix inlining to not lose the "cleanup" clause from landingpadsMark Seaborn2013-12-081-0/+2
* Fix inlining to not produce duplicate landingpad clausesMark Seaborn2013-12-081-20/+12
* Don't #include heavy Dominators.h file in LoopInfo.h. This change reducesJakub Staszak2013-12-071-0/+1
* [asan] fix ndebug build with strict warnings (-Wunused-variable)Kostya Serebryany2013-12-061-0/+1
* [asan] rewrite asan's stack frame layoutKostya Serebryany2013-12-062-0/+114
* Apply transformation on OS X 10.9+ and iOS 7.0+: pow(10, x) ―> __exp10(x)Yi Jiang2013-12-051-0/+6
* Correct word hyphenationsAlp Toker2013-12-051-2/+2
* InlineFunction.cpp: Remove a return value that is always falseMark Seaborn2013-12-021-11/+3
* Add support for software expansion of 64-bit integer division instructions.Michael Ilseman2013-11-191-45/+199
* Debug info: Let LowerDbgDeclare perfom the dbg.declare -> dbg.valueAdrian Prantl2013-11-181-1/+5
* Utils/LoopUnroll.cpp: Tweak (StringRef)OldName to be valid until it is used, ...NAKAMURA Takumi2013-11-171-1/+3
* Add the cold attribute to error-reporting call sitesHal Finkel2013-11-171-0/+72
* Use StringRef instead of std::stringJakub Staszak2013-11-131-1/+1
* FoldBranchToCommonDest merges branches into a single branch with or/and of th...Nadav Rotem2013-11-121-2/+7
* SimplifyCFG: Use existing constant folding logic when forming switch tables.Benjamin Kramer2013-11-121-31/+20
* Use type form of getIntPtrType.Matt Arsenault2013-11-101-1/+1
* SimplifyCFG has a heuristics for out-of-order processors that decides when it...Nadav Rotem2013-11-101-1/+1
* Revert "Inliner: Handle readonly attribute per argument when adding memcpy"David Majnemer2013-11-031-13/+10
* Convert calls to __sinpi and __cospi into __sincospi_stretBob Wilson2013-11-031-0/+156
* Do not convert "call asm" to "invoke asm" in Inliner.Manman Ren2013-10-311-1/+2
* Quick look-up for block in loop.Wan Xiaofei2013-10-261-13/+2
* Handle calls and invokes in GlobalStatus.Rafael Espindola2013-10-251-0/+5
* Inliner: Handle readonly attribute per argument when adding memcpyTom Stellard2013-10-241-10/+13
* SimplifyCFG: Don't duplicate calls to functions marked noduplicate v2Tom Stellard2013-10-211-0/+15
* Teach SimplifyCFG about address spacesMatt Arsenault2013-10-211-5/+9
* Optimize more linkonce_odr values during LTO.Rafael Espindola2013-10-212-0/+179
* Fix the predecessor removal logic in r193045.Michael Gottesman2013-10-211-11/+9
* Don't eliminate a partially redundant load if it's in a landing pad.Bill Wendling2013-10-211-14/+1
* Teach simplify-cfg how to correctly create covered lookup tables for switches...Michael Gottesman2013-10-201-6/+28
* Perform an intelligent splice of the predecessor with the single successor.Bill Wendling2013-10-191-1/+14
* Basic blocks typically have few predecessors. Use a SmallDenseMap toChris Lattner2013-10-141-3/+3
* UpdatePHINodes in BasicBlockUtils should not crash on duplicate predecessorsHal Finkel2013-10-041-2/+6
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-022-14/+1
OpenPOWER on IntegriCloud