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
Age
Commit message (
Expand
)
Author
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-21
Make order of argument addition deterministic. In particular, the layout
Chris Lattner
2004-06-20
Make use of BinaryOperator::create* methods to shrinkify code.
Chris Lattner
2004-06-20
Fix the inliner to be deterministic, not letting its output depend on the
Chris Lattner
2004-06-20
Add some DEBUG output to the simplifycfg routines
Chris Lattner
2004-06-19
Now that dominator tree children are built in determinstic order, this horrib...
Chris Lattner
2004-06-19
This will hopefully fix a heisenbug that Vladimir Merzliakov is running
Chris Lattner
2004-06-19
Fix a nasty bug, noticed by Reid
Chris Lattner
2004-06-19
Fix one source of nondeterminism in the -licm pass: the hoist pass
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-19
Do not loop over uses as we delete them. This causes iterators to be
Chris Lattner
2004-06-18
Implement Transforms/InstCombine/and.ll:test17, a common case that
Chris Lattner
2004-06-18
Do not function resolve intrinsics. This prevents warnings and possible bad
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
2004-06-17
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Chris Lattner
2004-06-17
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Chris Lattner
2004-06-17
Fix typo in DEBUG printout.
Brian Gaeke
2004-06-15
Um, did someone make a typo or something?
Brian Gaeke
2004-06-15
Remove support for the isnan intrinsic
Chris Lattner
2004-06-14
Quick hack to get this file compiling again on Mac OS X. The right thing to do
Brian Gaeke
2004-06-13
Add constant folding capabilities to the isunordered intrinsic.
Alkis Evlogimenos
2004-06-11
Constant fold the isnan intrinsic
Chris Lattner
2004-06-10
Fix a bug in my checkin from last night that caused miscompilations of
Chris Lattner
2004-06-10
More minor cleanups
Chris Lattner
2004-06-10
Eliminate many occurrances of Instruction::
Chris Lattner
2004-06-09
Implement InstCombine/select.ll:test15*
Chris Lattner
2004-06-09
Be more careful about the order we put stuff onto the worklist. This allow u...
Chris Lattner
2004-06-09
Implement select.ll:test14*
Chris Lattner
2004-06-03
Expand head-of-file comment.
Brian Gaeke
2004-06-01
Use new form of unconditional branch constructor.
Brian Gaeke
2004-05-28
Fix one of the major things that is causing the C Backend to infinite loop
Chris Lattner
2004-05-27
Fix a bug in the -deadtypeelim pass. The SymbolTable re-write changed it
John Criswell
2004-05-27
Fix InstCombine/load.ll & PR347.
Chris Lattner
2004-05-27
Implement constant folding of fmod, which is used a lot in povray
Chris Lattner
2004-05-27
Restructure call constant folding code a bit to make it simpler
Chris Lattner
2004-05-26
Do not pass a null pointer if this instruction is not prepended or
Alkis Evlogimenos
2004-05-26
Use one destination constructor for the unconditional branch.
Alkis Evlogimenos
2004-05-25
Convert to SymbolTable's new iteration interface.
Reid Spencer
2004-05-25
Convert to SymbolTable's new lookup and iteration interfaces.
Reid Spencer
2004-05-25
Remove unused header file.
Reid Spencer
2004-05-25
Make this pass simply invoke SymbolTable::strip().
Reid Spencer
2004-05-25
Implement InstCombine:shift.ll:test16, which turns (X >> C1) & C2 != C3
Chris Lattner
2004-05-25
Implement instcombine/cast.ll:test16:
Chris Lattner
2004-05-24
Fix a bug in my previous checkin
Chris Lattner
2004-05-23
Spelling people's names right is kinda important
Chris Lattner
2004-05-23
Fix cases where we missed inlining some more obvious candidates because the
Chris Lattner
[next]