index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Utils
Age
Commit message (
Expand
)
Author
2003-12-19
Generalize a special case to fix PR187
Chris Lattner
2003-12-19
Add new function
Chris Lattner
2003-12-10
Finegrainify namespacification
Chris Lattner
2003-12-10
Finegrainify namespacification
Chris Lattner
2003-12-09
Do not insert one entry PHI nodes in split exit blocks!
Chris Lattner
2003-11-21
Minor cleanups and simplifications
Chris Lattner
2003-11-20
Start using the nicer terminator auto-insertion API
Chris Lattner
2003-11-20
Spew symbolic types!
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-10
Reorganize code for locality, improve comments
Chris Lattner
2003-11-10
Adjust to new critical edge interface
Chris Lattner
2003-11-06
Various cleanups and efficiency improvements
Chris Lattner
2003-11-05
Yet more fixes for constant expr shifts
Chris Lattner
2003-11-05
Further fixes for PR93
Chris Lattner
2003-11-04
Checking in Chris's suggestions:
John Criswell
2003-10-27
Fix test: Linker/2003-10-27-LinkOncePromote.ll
Chris Lattner
2003-10-27
Get the list of PHI node values before the basic block is split. Also, add
Chris Lattner
2003-10-21
Fix bug: Linker/2003-10-21-ConflictingTypesTolerance.ll
Chris Lattner
2003-10-21
Fix message to make more sense and confuse Chris less
Chris Lattner
2003-10-21
Added LLVM copyright header.
John Criswell
2003-10-20
Added LLVM copyright notice to Makefiles.
John Criswell
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-18
Fix PR#50
Chris Lattner
2003-10-16
Add support for 'weak' linkage.
Chris Lattner
2003-10-15
Cleanup
Chris Lattner
2003-10-14
Do not move variable sized allocations to the top of the caller, which might
Chris Lattner
2003-10-13
Add support to the loop canonicalization pass to make it transform loops to
Chris Lattner
2003-10-12
Rename loop preheaders pass to loop simplify
Chris Lattner
2003-10-12
File is renamed to LoopSimplify.cpp
Chris Lattner
2003-10-12
First step in renaming the preheaders pass to loopsimplify
Chris Lattner
2003-10-12
The preheader insertion pass only depends on the CFG. Mark it as such, which
Chris Lattner
2003-10-10
Fix spelling.
Misha Brukman
2003-10-07
Bill contributed this major rewrite of the -lowerswitch pass to make it generate
Chris Lattner
2003-10-06
Avoid doing pointless work. Amazingly, this makes us go faster.
Chris Lattner
2003-10-05
This changes the PromoteMemToReg function to create "pruned" SSA form, not
Chris Lattner
2003-10-05
Change the interface to PromoteMemToReg to also take a DominatorTree
Chris Lattner
2003-10-05
Speed up the mem2reg transform for allocas which are only read/written in a s...
Chris Lattner
2003-10-05
Initial checkin of the LLVM->LLVM transform to support code generators which
Chris Lattner
2003-10-05
The first PHI node may be null, scan for the first non-null one
Chris Lattner
2003-10-05
The VersionNumbers vector is only used during PHI placement. Turn it into an...
Chris Lattner
2003-10-05
* Update file header comment
Chris Lattner
2003-10-05
Simplify the loop a bit
Chris Lattner
2003-10-05
There is no need for separate WriteSets and PhiNodeBlocks lists. It is just a
Chris Lattner
2003-10-05
The PhiNodes 2D vector is only used during PHI node placement. It doesn't
Chris Lattner
2003-10-05
* Document instance vars better
Chris Lattner
2003-10-05
Two small cleanups/speedups:
Chris Lattner
2003-10-05
* Minor cleanups
Chris Lattner
2003-09-22
Fix bugs in the last change
Chris Lattner
2003-09-22
Fix bug: Inline/2003-09-22-PHINodesInNormalInvokeDest.ll
Chris Lattner
2003-09-22
Fix bug: Inline/2003-09-22-PHINodesInExceptionDest.ll
Chris Lattner
[next]