summaryrefslogtreecommitdiff
path: root/test/Transforms
Commit message (Expand)AuthorAge
* Disable inlining between sanitized and non-sanitized functions.Evgeniy Stepanov2013-08-08
* Revert "[objc-arc] Track if we encountered an additive overflow while computi...Michael Gottesman2013-08-08
* [objc-arc] Track if we encountered an additive overflow while computing {TopD...Michael Gottesman2013-08-07
* Add ISD::FROUND for libm round()Hal Finkel2013-08-07
* JumpThreading: Turn a select instruction into branching if it allows to threa...Benjamin Kramer2013-08-07
* LoopVectorize: Allow vectorization of loops with lifetime markersArnold Schwaighofer2013-08-06
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-06
* Factor FlattenCFG out from SimplifyCFGTom Stellard2013-08-06
* SLPVectorizer: Fix PR16777. PHInodes may use multiple extracted values that c...Nadav Rotem2013-08-02
* Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached toEric Christopher2013-08-02
* Use function attributes to indicate that we don't want to realign the stack.Bill Wendling2013-08-01
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-01
* Preserve fast-math flags when folding (fsub x, (fneg y)) to (fadd x, y).Owen Anderson2013-07-30
* isKnownToBeAPowerOfTwo: Strengthen isKnownToBeAPowerOfTwo's analysis on add i...David Majnemer2013-07-30
* Change behavior of calling bitcasted alias functions.Matt Arsenault2013-07-30
* Debug Info: enable verifier for testing cases.Manman Ren2013-07-29
* Add the C source code to the test to make it easier to update when debug info...Nadav Rotem2013-07-29
* SLPVectorier: update the debug location for the new instructions.Nadav Rotem2013-07-29
* Debug Info: update testing cases to pass verifier.Manman Ren2013-07-29
* Don't vectorize when the attribute NoImplicitFloat is used.Nadav Rotem2013-07-29
* SimplifyCFG: Add missing tests from r187278Tom Stellard2013-07-27
* Debug Info Verifier: verify SPs in llvm.dbg.sp.Manman Ren2013-07-27
* SLP Vectorier: Don't vectorize really short chains because they are already ...Nadav Rotem2013-07-26
* SLP Vectorizer: Disable the vectorization of non power of two chains, such as...Nadav Rotem2013-07-26
* next batch of -disable-debug-info-verifierRafael Espindola2013-07-26
* When InstCombine tries to fold away (fsub x, (fneg y)) into (fadd x, y), it isOwen Anderson2013-07-26
* Debug Info Verifier: enable verification of DICompileUnit.Manman Ren2013-07-26
* Next batch of -disable-debug-info-verifier.Rafael Espindola2013-07-26
* Re-implement the analysis of uses in mem2reg to be significantly moreChandler Carruth2013-07-26
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-25
* Allocate local registers in order for optimal coloring.Andrew Trick2013-07-25
* Current batch of -disable-debug-info-verifier.Rafael Espindola2013-07-25
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-25
* Respect llvm.used in Internalize.Rafael Espindola2013-07-25
* Check that TD isn't NULL before dereferencing it down this path.Nick Lewycky2013-07-25
* Update testing cases to pass debug info verifier.Manman Ren2013-07-24
* add -disable-debug-info-verifier to 3 test to fix tests with pipefail.Rafael Espindola2013-07-24
* Debug Info: improve the Finder.Manman Ren2013-07-24
* Fix a problem I introduced in r187029 where we would over-eagerlyChandler Carruth2013-07-24
* Fix PR16687 where we were incorrectly promoting an alloca that hadChandler Carruth2013-07-24
* Add -disable-debug-info-verifier.Rafael Espindola2013-07-23
* Debug Info Finder: use processDeclare and processValue to list debug infoManman Ren2013-07-23
* When we vectorize across multiple basic blocks we may vectorize PHINodes that...Nadav Rotem2013-07-22
* Treat nothrow forms of ::operator delete and ::operator delete[] asRichard Smith2013-07-21
* Don't crash when llvm.compiler.used becomes empty.Rafael Espindola2013-07-20
* InstCombine: call FoldOpIntoSelect for all floating binops, not just fmulStephen Lin2013-07-20
* Have InlineCost check constant fcmpsMatt Arsenault2013-07-20
* s/compiler_used/compiler.used/.Rafael Espindola2013-07-19
* Fix another assert failure very similar to PR16651's test case. ThisChandler Carruth2013-07-19
* Fix PR16651, an assert introduced in my recent re-work of the innards ofChandler Carruth2013-07-19