summaryrefslogtreecommitdiff
path: root/lib/Transforms
Commit message (Expand)AuthorAge
* Change the linkage of these global values to 'internal'.Bill Wendling2013-08-06
* LoopVectorize: Allow vectorization of loops with lifetime markersArnold Schwaighofer2013-08-06
* Adjust file to the coding standard.Jakub Staszak2013-08-06
* Unbreak Debug build on WindowsSerge Pavlov2013-08-06
* Factor FlattenCFG out from SimplifyCFGTom Stellard2013-08-06
* Fix missing -*- C++ -*-sMatt Arsenault2013-08-06
* Introduce an optimisation for special case lists with large numbers of litera...Peter Collingbourne2013-08-05
* 80-colsAlexey Samsonov2013-08-05
* SLPVectorizer: Fix PR16777. PHInodes may use multiple extracted values that c...Nadav Rotem2013-08-02
* Fix dereferencing end iterator in SimplifyCFG. Patch by Ye Mei.Alexey Samsonov2013-08-02
* Teach getOrEnforceKnownAlignment about address spacesMatt Arsenault2013-08-01
* Move the optlevel check to the frontend.Nadav Rotem2013-08-01
* Only enable SLP-vectorization on O3 builds.Nadav Rotem2013-08-01
* 80-colNadav Rotem2013-07-31
* Preserve fast-math flags when folding (fsub x, (fneg y)) to (fadd x, y).Owen Anderson2013-07-30
* Change behavior of calling bitcasted alias functions.Matt Arsenault2013-07-30
* SLPVectorier: update the debug location for the new instructions.Nadav Rotem2013-07-29
* 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