summaryrefslogtreecommitdiff
path: root/lib/Transforms
Commit message (Expand)AuthorAge
* Teach the AllocaPromoter which is wrapped around the SSAUpdaterChandler Carruth2013-07-29
* Don't vectorize when the attribute NoImplicitFloat is used.Nadav Rotem2013-07-29
* Fix -Wdocumentation warnings.Rafael Espindola2013-07-28
* Update comments for SSAUpdater to use the modern doxygen commentChandler Carruth2013-07-28
* Temporarily revert r187323 until I update SSAUpdater to match mem2reg.Chandler Carruth2013-07-28
* Now that mem2reg understands how to cope with a slightly wider set ofChandler Carruth2013-07-28
* Thread DataLayout through the callers and into mem2reg. This will beChandler Carruth2013-07-28
* Update the commentNadav Rotem2013-07-27
* Don't use all the #ifdefs to hide the stats counters and instead rely onChandler Carruth2013-07-27
* Merge the removal of dead instructions and lifetime markers with theChandler Carruth2013-07-27
* Reimplement isPotentiallyReachable to make nocapture deduction much stronger.Nick Lewycky2013-07-27
* SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard2013-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
* Fix variable name.Owen Anderson2013-07-26
* When InstCombine tries to fold away (fsub x, (fneg y)) into (fadd x, y), it isOwen Anderson2013-07-26
* Correct case of m_UIToFp to m_UIToFP to match instruction name, add m_SIToFP ...Stephen Lin2013-07-26
* Re-implement the analysis of uses in mem2reg to be significantly moreChandler Carruth2013-07-26
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-26
* 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
* Make these methods const correct.Rafael Espindola2013-07-25
* TRE: Move class into anonymous namespace.Benjamin Kramer2013-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
* Fix spellingMatt Arsenault2013-07-23
* Remove extraneous null statement. No functionality change!Nick Lewycky2013-07-22
* Use switch instead of if. No functionality change.Jakub Staszak2013-07-22
* Remove trailing spaces.Jakub Staszak2013-07-22
* When we vectorize across multiple basic blocks we may vectorize PHINodes that...Nadav Rotem2013-07-22
* OldPtr is llvm::Instruction. Remove unneeded cast<>.Jakub Staszak2013-07-22
* Change tabs to spaces.Jakub Staszak2013-07-22
* Fix spelling and grammarMatt Arsenault2013-07-22
* Fix an obvious typo in the loop vectorizer where the cost model uses the wron...Nadav Rotem2013-07-22
* Delete unused helper functions.Nadav Rotem2013-07-22
* mem2reg: Minor STL usage cleanup. No functionality change.Benjamin Kramer2013-07-21
* Make the mem2reg interface use an ArrayRef as it keeps a copy of theseChandler Carruth2013-07-21
* Revert a part of r186420. Don't forbid multiple store chains that merge.Nadav Rotem2013-07-21
* Hoist the rest of the logic for promoting single-store allocas into theChandler Carruth2013-07-21
* Hoist the rest of the logic for fully promoting allocas with all uses inChandler Carruth2013-07-21
* Remove a method made dead by the prior refactoring.Chandler Carruth2013-07-21
* Hoist the two trivial promotion routines out of the big class thatChandler Carruth2013-07-20
* Hoist the AllocaInfo struct to the top of the file.Chandler Carruth2013-07-20
* Sink a typedef and comparator down to the function that actually uses them.Chandler Carruth2013-07-20
* Don't crash when llvm.compiler.used becomes empty.Rafael Espindola2013-07-20
* Don't allocate the DIBuilder on the heap and remove all the complexityChandler Carruth2013-07-20
* Rename constructor parameters to follow the common member-shadowingChandler Carruth2013-07-20
* Reformat the implementation of mem2reg with clang-format so that myChandler Carruth2013-07-20
* Remove a DenseMapInfo specialization for std::pair -- we have one ofChandler Carruth2013-07-20
* Update mem2reg's comments to conform to the new doxygen standards. NoChandler Carruth2013-07-20