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