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
/
test
/
Transforms
/
InstCombine
/
crash.ll
Age
Commit message (
Expand
)
Author
2011-11-08
Convert to the new EH model.
Bill Wendling
2011-11-01
Make sure we use the right insertion point when instcombine replaces a PHI wi...
Eli Friedman
2011-08-27
Auto upgrade the old EH scheme to use the new one. This is on a trial basis. If
Bill Wendling
2011-01-21
fix PR9013, an infinite loop in instcombine.
Chris Lattner
2011-01-16
fix PR8983, a broken assertion.
Chris Lattner
2011-01-08
Fix a bug in r123034 (trying to sext/zext non-integers) and clean up a little.
Frits van Bommel
2011-01-04
fix an off-by-one bug that caused a crash analyzing
Chris Lattner
2010-12-20
fix PR8807 by making transformConstExprCastCall aware of byval arguments.
Chris Lattner
2010-09-13
Add a reduced testcase for the infinite loop fixed in r113763.
Owen Anderson
2010-06-17
Remove arm_apcscc from the test files. It is the default and doing this
Rafael Espindola
2010-03-05
Fix PR6503. This turned into a much more interesting and nasty bug. Various
Chris Lattner
2010-02-09
fix PR6193, only considering sign extensions *from i1* for this
Chris Lattner
2010-02-01
fix rdar://7590304, an infinite loop in instcombine. In the invoke
Chris Lattner
2009-12-19
fix PR5827 by disabling the phi slicing transformation in a case
Chris Lattner
2009-12-03
fix PR5673 by being more careful about pointers to functions.
Chris Lattner
2009-11-26
Fix PR5471 by removing an instcombine xform. Some pieces of the code
Chris Lattner
2009-10-22
fix PR5262.
Chris Lattner
2009-10-21
Fix PR5262: when folding select into PHI, make sure all operands are available
Torok Edwin
2009-09-08
instcombine transforms vector loads that are only used by
Chris Lattner
2009-09-08
fix ComputeMaskedBits handling of zext/sext/trunc to work with vectors.
Chris Lattner
2009-08-31
fix a bug I introduced with my 'instcombine builder' refactoring
Chris Lattner