aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Only enable SLP-vectorization on O3 builds.Nadav Rotem2013-08-011-1/+1
* 80-colNadav Rotem2013-07-311-9/+14
* Preserve fast-math flags when folding (fsub x, (fneg y)) to (fadd x, y).Owen Anderson2013-07-301-4/+11
* Change behavior of calling bitcasted alias functions.Matt Arsenault2013-07-301-9/+9
* SLPVectorier: update the debug location for the new instructions.Nadav Rotem2013-07-291-2/+22
* Teach the AllocaPromoter which is wrapped around the SSAUpdaterChandler Carruth2013-07-291-15/+51
* Don't vectorize when the attribute NoImplicitFloat is used.Nadav Rotem2013-07-291-0/+5
* Fix -Wdocumentation warnings.Rafael Espindola2013-07-281-4/+4
* Update comments for SSAUpdater to use the modern doxygen commentChandler Carruth2013-07-281-41/+3
* Temporarily revert r187323 until I update SSAUpdater to match mem2reg.Chandler Carruth2013-07-281-81/+12
* Now that mem2reg understands how to cope with a slightly wider set ofChandler Carruth2013-07-281-12/+81
* Thread DataLayout through the callers and into mem2reg. This will beChandler Carruth2013-07-284-12/+20
* Update the commentNadav Rotem2013-07-271-0/+1
* Don't use all the #ifdefs to hide the stats counters and instead rely onChandler Carruth2013-07-271-18/+0
* Merge the removal of dead instructions and lifetime markers with theChandler Carruth2013-07-271-41/+32
* Reimplement isPotentiallyReachable to make nocapture deduction much stronger.Nick Lewycky2013-07-275-97/+5
* SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard2013-07-274-36/+495
* SLP Vectorier: Don't vectorize really short chains because they are already ...Nadav Rotem2013-07-261-2/+6
* SLP Vectorizer: Disable the vectorization of non power of two chains, such as...Nadav Rotem2013-07-261-16/+0
* Fix variable name.Owen Anderson2013-07-261-2/+2
* When InstCombine tries to fold away (fsub x, (fneg y)) into (fadd x, y), it isOwen Anderson2013-07-261-1/+13
* Correct case of m_UIToFp to m_UIToFP to match instruction name, add m_SIToFP ...Stephen Lin2013-07-261-4/+4
* Re-implement the analysis of uses in mem2reg to be significantly moreChandler Carruth2013-07-261-87/+157
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-261-1/+2
* Respect llvm.used in Internalize.Rafael Espindola2013-07-253-21/+41
* Check that TD isn't NULL before dereferencing it down this path.Nick Lewycky2013-07-251-1/+1
* Make these methods const correct.Rafael Espindola2013-07-251-2/+2
* TRE: Move class into anonymous namespace.Benjamin Kramer2013-07-241-4/+6
* Fix a problem I introduced in r187029 where we would over-eagerlyChandler Carruth2013-07-241-3/+9
* Fix PR16687 where we were incorrectly promoting an alloca that hadChandler Carruth2013-07-241-12/+29
* Fix spellingMatt Arsenault2013-07-231-1/+1
* Remove extraneous null statement. No functionality change!Nick Lewycky2013-07-221-1/+1
* Use switch instead of if. No functionality change.Jakub Staszak2013-07-221-14/+17
* Remove trailing spaces.Jakub Staszak2013-07-221-37/+37
* When we vectorize across multiple basic blocks we may vectorize PHINodes that...Nadav Rotem2013-07-221-3/+31
* OldPtr is llvm::Instruction. Remove unneeded cast<>.Jakub Staszak2013-07-221-1/+1
* Change tabs to spaces.Jakub Staszak2013-07-221-2/+2
* Fix spelling and grammarMatt Arsenault2013-07-221-12/+12
* Fix an obvious typo in the loop vectorizer where the cost model uses the wron...Nadav Rotem2013-07-221-2/+2
* Delete unused helper functions.Nadav Rotem2013-07-221-32/+0
* mem2reg: Minor STL usage cleanup. No functionality change.Benjamin Kramer2013-07-211-11/+8
* Make the mem2reg interface use an ArrayRef as it keeps a copy of theseChandler Carruth2013-07-211-5/+6
* Revert a part of r186420. Don't forbid multiple store chains that merge.Nadav Rotem2013-07-211-3/+1
* Hoist the rest of the logic for promoting single-store allocas into theChandler Carruth2013-07-211-23/+31
* Hoist the rest of the logic for fully promoting allocas with all uses inChandler Carruth2013-07-211-55/+33
* Remove a method made dead by the prior refactoring.Chandler Carruth2013-07-211-5/+0
* Hoist the two trivial promotion routines out of the big class thatChandler Carruth2013-07-201-161/+158
* Hoist the AllocaInfo struct to the top of the file.Chandler Carruth2013-07-201-59/+57
* Sink a typedef and comparator down to the function that actually uses them.Chandler Carruth2013-07-201-8/+10
* Don't crash when llvm.compiler.used becomes empty.Rafael Espindola2013-07-201-0/+5