summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/crash.ll
Commit message (Expand)AuthorAge
* Change objectsize intrinsic to accept different address spaces.Matt Arsenault2013-10-07
* Add missing REQUIRES: asserts in crash.ll.Andrew Trick2013-06-21
* Update physreg live intervals during remat.Andrew Trick2013-06-21
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-04-30
* Unify clang/llvm attributes for asan/tsan/msan (LLVM part)Kostya Serebryany2013-02-26
* Never attempt to join an early-clobber def with a regular kill.Jakob Stoklund Olesen2012-10-27
* Fix coalescing with IMPLICIT_DEF values.Jakob Stoklund Olesen2012-10-12
* Avoid dereferencing a NULL pointer.Jakob Stoklund Olesen2012-09-27
* Ensure CopyToReg nodes are always glued to the call instruction.Jakob Stoklund Olesen2012-07-04
* Clear kill flags in InstrEmitter::EmitSubregNode().Jakob Stoklund Olesen2012-06-29
* revert my previous patches that introduced an additional parameter to the obj...Nuno Lopes2012-05-22
* change the objectsize intrinsic signature: add a 3rd parameter to denote the ...Nuno Lopes2012-05-09
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-27
* Also inflate register classes around inline asm.Jakob Stoklund Olesen2011-10-12
* Only access both operands of an INSERT_SUBVECTOR if it is an INSERT_SUBVECTOR.Bill Wendling2011-08-04
* Correctly handle <undef> tied uses when rewriting after a split.Jakob Stoklund Olesen2011-07-24
* Fix PR10277.Jakob Stoklund Olesen2011-07-05
* In some cases, the "fail BB dominator" may be null after the BB was split (andBill Wendling2011-03-28
* when legalizing extremely wide shifts, make sure that Chris Lattner2011-02-13
* fix PR8514, a bug where the "heroic" transformation of shift/and Chris Lattner2011-01-16
* fix PR8981, a crash trying to form a conditional inc with a floating point co...Chris Lattner2011-01-16
* Allow copies between GR8_ABCD_L and GR8_ABCD_H.Jakob Stoklund Olesen2010-07-07
* Move CodeGen/X86/2010-04-19-DAGCombineCrash.ll into CodeGen/X86/crash.ll. AlsoBill Wendling2010-04-20
* this has a pr!Chris Lattner2010-04-07
* fix a latent bug my inline asm stuff exposed: Chris Lattner2010-04-07
* Implement support for the case when a reference to a addr-of-bb Chris Lattner2010-03-15
* Fix the case when a reference to an address taken BB is emitted in oneChris Lattner2010-03-15
* fix ShrinkDemandedOps to not leave dead nodes around,Chris Lattner2010-03-14
* fix PR6605, X86ISD::CMP always returns i32 (EFLAGS), notChris Lattner2010-03-14
* fix PR6577, a bug in sdbuilder lowering select instructionsChris Lattner2010-03-12
* fix PR6533 by updating the br(xor) code to remember the caseChris Lattner2010-03-10
* Fix PR6497, a bug where we'd fold a load into an addcChris Lattner2010-03-05