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-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
2003-09-20
Rename Function::getEntryNode -> getEntryBlock
Chris Lattner
2003-09-20
Minor cleanups, no functional changes
Chris Lattner
2003-09-15
Fix bug: Inline/2003-09-14-InlineValue.ll
Chris Lattner
2003-09-11
Renamed DominatorTree::Node::getNode() -> getBlock()
Chris Lattner
2003-09-10
Expand the pass to unify all of the unwind blocks as well
Chris Lattner
2003-09-09
Spell `occurrence' correctly.
Misha Brukman
2003-09-08
Eliminate support for the llvm.unwind intrinisic, using the Unwind instructio...
Chris Lattner
2003-09-08
Should invokify is always true
Chris Lattner
2003-08-31
Use new interface, simplifies code
Chris Lattner
2003-08-28
Fix bug where we considered function types equivalent even if they had differ...
Chris Lattner
2003-08-25
Remove special casing
Chris Lattner
2003-08-24
Fix bug: Linker/2003-08-23-GlobalVarLinking.ll
Chris Lattner
2003-08-24
Implement: Linker/2003-08-24-InheritPtrSize.ll
Chris Lattner
2003-08-24
Implement SimplifyCFG/InvokeEliminate.ll
Chris Lattner
2003-08-24
rethrow is really the language independent primitive here. "throw" can be wr...
Chris Lattner
2003-08-24
*** Implement inlining of Invoke instructions!
Chris Lattner
2003-08-24
Implement: Inline/cfg_preserve_test.ll
Chris Lattner
2003-08-23
Implement SimplifyCFG/2003-08-17-FoldSwitch.ll:test5
Chris Lattner
2003-08-23
Fix bug: LowerSwitch/2003-08-23-EmptySwitch.ll
Chris Lattner
2003-08-23
Do not consider any types that exist in the global symbol table!
Chris Lattner
2003-08-23
Fix bug: Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll
Chris Lattner
2003-08-23
Implement Linker/2003-08-23-GlobalVarLinking.ll, which should fix 176.gcc
Chris Lattner
2003-08-22
Fix typeo
Chris Lattner
2003-08-22
The process of linking types can cause their addresses to become invalid. Fo...
Chris Lattner
2003-08-22
Implement Linker/2003-08-20-OpaqueTypeResolve.ll
Chris Lattner
2003-08-21
The word `dependent' has no `a'.
Misha Brukman
2003-08-18
Fix grammar, add comment
Chris Lattner
2003-08-18
Spell `necessary' correctly.
Misha Brukman
2003-08-17
Implement folding of switch instructions.
Chris Lattner
2003-08-17
Fix bug: SimplifyCFG/2003-08-17-BranchFoldOrdering.ll
Chris Lattner
2003-08-17
The fixme is irrelevant: if that happens, the LLVM bytecode is malformed.
Chris Lattner
[next]