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-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
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
[next]