aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms
Commit message (Expand)AuthorAgeFilesLines
* DataFlowSanitizer; LLVM changes.Peter Collingbourne2013-08-073-0/+1008
* JumpThreading: Turn a select instruction into branching if it allows to threa...Benjamin Kramer2013-08-071-0/+83
* Change the linkage of these global values to 'internal'.Bill Wendling2013-08-061-4/+7
* LoopVectorize: Allow vectorization of loops with lifetime markersArnold Schwaighofer2013-08-061-8/+18
* Adjust file to the coding standard.Jakub Staszak2013-08-061-53/+49
* Unbreak Debug build on WindowsSerge Pavlov2013-08-061-0/+1
* Factor FlattenCFG out from SimplifyCFGTom Stellard2013-08-069-571/+689
* Fix missing -*- C++ -*-sMatt Arsenault2013-08-061-1/+1
* Introduce an optimisation for special case lists with large numbers of litera...Peter Collingbourne2013-08-051-13/+38
* 80-colsAlexey Samsonov2013-08-051-1/+2
* SLPVectorizer: Fix PR16777. PHInodes may use multiple extracted values that c...Nadav Rotem2013-08-021-10/+13
* Fix dereferencing end iterator in SimplifyCFG. Patch by Ye Mei.Alexey Samsonov2013-08-021-5/+8
* Teach getOrEnforceKnownAlignment about address spacesMatt Arsenault2013-08-011-4/+5
* Move the optlevel check to the frontend.Nadav Rotem2013-08-011-1/+1
* 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