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