index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not move variable sized allocations to the top of the caller, which might
Chris Lattner
2003-10-14
1
-7
/
+5
*
Whoops, we inserted into the wrong set. What's up with the dead set anyway?
Chris Lattner
2003-10-13
1
-4
/
+2
*
Use external df iterators to avoid revisiting blocks in functions with
Chris Lattner
2003-10-13
1
-1
/
+3
*
Wrap code at 80 columns
Chris Lattner
2003-10-13
1
-6
/
+10
*
Regularize header file comments
Chris Lattner
2003-10-13
13
-35
/
+37
*
Regularize header file comment, eliminate using's
Chris Lattner
2003-10-13
1
-22
/
+20
*
Minor cleanups
Chris Lattner
2003-10-13
1
-5
/
+3
*
Checkin an improvement contributed by Bill:
Chris Lattner
2003-10-13
1
-6
/
+30
*
Add support to the loop canonicalization pass to make it transform loops to
Chris Lattner
2003-10-13
1
-21
/
+163
*
Rename loop preheaders pass to loop simplify
Chris Lattner
2003-10-12
4
-5
/
+7
*
File is renamed to LoopSimplify.cpp
Chris Lattner
2003-10-12
1
-1
/
+1
*
First step in renaming the preheaders pass to loopsimplify
Chris Lattner
2003-10-12
1
-16
/
+21
*
The preheader insertion pass only depends on the CFG. Mark it as such, which
Chris Lattner
2003-10-12
1
-1
/
+2
*
Include <cstdio> instead of <stdio.h>.
Brian Gaeke
2003-10-10
1
-1
/
+1
*
Don't include Config/stdio.h or <stdio.h>.
Brian Gaeke
2003-10-10
1
-1
/
+0
*
Fix spelling.
Misha Brukman
2003-10-10
23
-48
/
+48
*
Fixing the spelling of this filename.
Misha Brukman
2003-10-10
1
-669
/
+0
*
Update comment
Chris Lattner
2003-10-08
1
-2
/
+2
*
Use a set to keep track of which edges have been noticed as executable already
Chris Lattner
2003-10-08
1
-15
/
+27
*
Minor fixes here and there
Chris Lattner
2003-10-08
1
-22
/
+21
*
Avoid building data structures we don't really need. This improves the runtime
Chris Lattner
2003-10-08
1
-10
/
+39
*
whoops, don't accidentally lose variable names
Chris Lattner
2003-10-07
1
-1
/
+1
*
Fix bug: InstCombine/cast.ll:test11 / PR#7
Chris Lattner
2003-10-07
1
-1
/
+23
*
Refactor code a bit
Chris Lattner
2003-10-07
1
-4
/
+12
*
Fix bugzilla bug #5
Chris Lattner
2003-10-07
1
-1
/
+6
*
Bill contributed this major rewrite of the -lowerswitch pass to make it generate
Chris Lattner
2003-10-07
1
-44
/
+144
*
Fix bug in previous checkin
Chris Lattner
2003-10-07
1
-0
/
+1
*
Minor speedups for the instcombine pass
Chris Lattner
2003-10-06
1
-17
/
+26
*
Speed up the predicate used to decide when to inline by caching the size
Chris Lattner
2003-10-06
1
-13
/
+28
*
Avoid doing pointless work. Amazingly, this makes us go faster.
Chris Lattner
2003-10-06
2
-8
/
+5
*
This changes the PromoteMemToReg function to create "pruned" SSA form, not
Chris Lattner
2003-10-05
1
-24
/
+109
*
Change the interface to PromoteMemToReg to also take a DominatorTree
Chris Lattner
2003-10-05
4
-5
/
+14
*
Speed up the mem2reg transform for allocas which are only read/written in a s...
Chris Lattner
2003-10-05
1
-5
/
+84
*
Initial checkin of the LLVM->LLVM transform to support code generators which
Chris Lattner
2003-10-05
1
-0
/
+74
*
simplify-cfg is really a function pass
Chris Lattner
2003-10-05
1
-1
/
+1
*
The first PHI node may be null, scan for the first non-null one
Chris Lattner
2003-10-05
1
-1
/
+4
*
The VersionNumbers vector is only used during PHI placement. Turn it into an...
Chris Lattner
2003-10-05
1
-10
/
+6
*
* Update file header comment
Chris Lattner
2003-10-05
1
-44
/
+64
*
Simplify the loop a bit
Chris Lattner
2003-10-05
1
-10
/
+9
*
There is no need for separate WriteSets and PhiNodeBlocks lists. It is just a
Chris Lattner
2003-10-05
1
-18
/
+8
*
The PhiNodes 2D vector is only used during PHI node placement. It doesn't
Chris Lattner
2003-10-05
1
-11
/
+10
*
* Document instance vars better
Chris Lattner
2003-10-05
1
-20
/
+26
*
Two small cleanups/speedups:
Chris Lattner
2003-10-05
1
-29
/
+31
*
* Minor cleanups
Chris Lattner
2003-10-05
1
-42
/
+28
*
Implement InstCombine/add.ll:test17 & 18
Chris Lattner
2003-10-02
1
-0
/
+16
*
Use global *_iterator
Chris Lattner
2003-09-24
1
-2
/
+1
*
Do not use BasicBlock::*_iterator, just use *_iterator itself.
Chris Lattner
2003-09-24
4
-8
/
+4
*
Fix bug: IndVarsSimplify/2003-09-23-NotAtTop.ll
Chris Lattner
2003-09-23
1
-2
/
+8
*
Fix bugs in the last change
Chris Lattner
2003-09-22
1
-2
/
+2
*
Fix bug: Inline/2003-09-22-PHINodesInNormalInvokeDest.ll
Chris Lattner
2003-09-22
1
-2
/
+7
[next]