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
/
CodeGen
/
X86
/
crash.ll
Age
Commit message (
Expand
)
Author
2012-10-12
Fix coalescing with IMPLICIT_DEF values.
Jakob Stoklund Olesen
2012-09-27
Avoid dereferencing a NULL pointer.
Jakob Stoklund Olesen
2012-07-04
Ensure CopyToReg nodes are always glued to the call instruction.
Jakob Stoklund Olesen
2012-06-29
Clear kill flags in InstrEmitter::EmitSubregNode().
Jakob Stoklund Olesen
2012-05-22
revert my previous patches that introduced an additional parameter to the obj...
Nuno Lopes
2012-05-09
change the objectsize intrinsic signature: add a 3rd parameter to denote the ...
Nuno Lopes
2011-11-27
Upgrade syntax of tests using volatile instructions to use 'load volatile' in...
Chris Lattner
2011-10-12
Also inflate register classes around inline asm.
Jakob Stoklund Olesen
2011-08-04
Only access both operands of an INSERT_SUBVECTOR if it is an INSERT_SUBVECTOR.
Bill Wendling
2011-07-24
Correctly handle <undef> tied uses when rewriting after a split.
Jakob Stoklund Olesen
2011-07-05
Fix PR10277.
Jakob Stoklund Olesen
2011-03-28
In some cases, the "fail BB dominator" may be null after the BB was split (and
Bill Wendling
2011-02-13
when legalizing extremely wide shifts, make sure that
Chris Lattner
2011-01-16
fix PR8514, a bug where the "heroic" transformation of shift/and
Chris Lattner
2011-01-16
fix PR8981, a crash trying to form a conditional inc with a floating point co...
Chris Lattner
2010-07-07
Allow copies between GR8_ABCD_L and GR8_ABCD_H.
Jakob Stoklund Olesen
2010-04-20
Move CodeGen/X86/2010-04-19-DAGCombineCrash.ll into CodeGen/X86/crash.ll. Also
Bill Wendling
2010-04-07
this has a pr!
Chris Lattner
2010-04-07
fix a latent bug my inline asm stuff exposed:
Chris Lattner
2010-03-15
Implement support for the case when a reference to a addr-of-bb
Chris Lattner
2010-03-15
Fix the case when a reference to an address taken BB is emitted in one
Chris Lattner
2010-03-14
fix ShrinkDemandedOps to not leave dead nodes around,
Chris Lattner
2010-03-14
fix PR6605, X86ISD::CMP always returns i32 (EFLAGS), not
Chris Lattner
2010-03-12
fix PR6577, a bug in sdbuilder lowering select instructions
Chris Lattner
2010-03-10
fix PR6533 by updating the br(xor) code to remember the case
Chris Lattner
2010-03-05
Fix PR6497, a bug where we'd fold a load into an addc
Chris Lattner