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
2004-10-17
When inserting PHI nodes, don't insert any phi nodes that are obviously
Chris Lattner
2004-10-17
Enhance hasConstantValue to ignore undef values in phi nodes. This allows it
Chris Lattner
2004-10-17
hasConstantValue will soon return instructions that don't dominate the PHI node,
Chris Lattner
2004-10-16
Add support for unreachable
Chris Lattner
2004-10-16
Add support for UndefValue
Chris Lattner
2004-10-16
When promoting mem2reg, make uninitialized values become undef isntead of 0.
Chris Lattner
2004-10-14
When converting phi nodes into select instructions, we shouldn't promote PHI
Chris Lattner
2004-10-13
Update to reflect changes in Makefile rules.
Reid Spencer
2004-10-10
Initial version of automake Makefile.am file.
Reid Spencer
2004-09-29
Do not insert trivially dead select instructions, which allows us to
Chris Lattner
2004-09-28
Pull assignment out of for loop conditional in order for this to
Alkis Evlogimenos
2004-09-20
Prototype these functions more accurately
Chris Lattner
2004-09-19
Remove a whole bunch of horrible hacky code that was used to promote allocas
Chris Lattner
2004-09-18
Make sure to remove the Select instruction as well
Chris Lattner
2004-09-15
Convert code to compile with vc7.1.
Reid Spencer
2004-09-15
If given an AliasSetTracker object to update, update it.
Chris Lattner
2004-09-03
Fixes to make LLVM compile with vc7.1.
Alkis Evlogimenos
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-13
If we are extracting a block that has multiple successors that are the same
Chris Lattner
2004-08-13
When we code extract some stuff, leave the codeRepl block in the place where
Chris Lattner
2004-08-13
Add value mapper support for select constant exprs. This should fix a bug
Chris Lattner
2004-08-12
Fix code extraction of unwind blocks. This fixed bugs that bugpoint can
Chris Lattner
2004-08-04
Stop using getValues().
Alkis Evlogimenos
2004-07-31
Expose this as a functionpass
Chris Lattner
2004-07-29
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-29
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-29
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-29
Merge i*.h headers into Instructions.h as part of bug403.
Alkis Evlogimenos
2004-07-21
These files don't need to include <iostream> since they include "Support/Debu...
Brian Gaeke
2004-07-20
Fix a serious code pessimization problem. If an inlined function has a single
Chris Lattner
2004-07-20
Implement SimplifyCFG/BrUnwind.ll
Chris Lattner
2004-07-18
Remove an if statement that would never be reached.
Reid Spencer
2004-07-18
bug 122:
Reid Spencer
2004-07-18
bug 122:
Reid Spencer
2004-07-15
Fix PR404 try #2
Chris Lattner
2004-07-15
Revert previous patch until I get a bug fixed
Chris Lattner
2004-07-15
Fix PR404: Loop simplify is really slow on 252.eon
Chris Lattner
2004-07-15
Progress on PR341
Chris Lattner
2004-07-15
Now that we codegen the portable "sizeof" efficiently, we can use it for
Chris Lattner
2004-07-04
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-06-23
Moved to lib/VMCore
Misha Brukman
2004-06-23
Use new IsNAN() wrapper.
Brian Gaeke
2004-06-21
*FINALLY* Fix a really nasty nondeterministic bug that has been haunting us
Chris Lattner
2004-06-21
Comment out the isnan stuff until we get a proper autoconf test for it
Chris Lattner
2004-06-20
Add some DEBUG output to the simplifycfg routines
Chris Lattner
2004-06-19
Change to use the StableBasicBlockNumbering class
Chris Lattner
2004-06-19
Do not let the numbering of PHI nodes placed in the function depend on
Chris Lattner
2004-06-19
Do not sort by the address of LLVM ConstantInt* objects. This produces
Chris Lattner
2004-06-17
I love the smell of a freshly broken PowerPC build in the morning.
Brian Gaeke
2004-06-17
Fix compilation problem on freebsd. Problem noted by Vladimir Merzliakov in
Chris Lattner
[next]