| Commit message (Expand) | Author | Age | Files | Lines |
* | Beginning of the Great Exception Handling Rewrite. | Bill Wendling | 2011-04-10 | 1 | -0/+29 |
* | fix rdar://8735979 - "int 3" doesn't match to "int3". Unfortunately, | Chris Lattner | 2011-04-09 | 1 | -0/+4 |
* | look for the verboten argument slot access in any order, thanks to Frits | Chris Lattner | 2011-04-09 | 1 | -0/+1 |
* | Don't store Twine temporaries, it's not safe. | Benjamin Kramer | 2011-04-09 | 1 | -1/+5 |
* | Add back a couple checks removed by r129128; the fact that an intitializer | Eli Friedman | 2011-04-09 | 1 | -0/+5 |
* | fix PR9523, a crash in looprotate on a non-canonical loop made out of indirec... | Chris Lattner | 2011-04-09 | 1 | -0/+16 |
* | Fix a bug where RecursivelyDeleteTriviallyDeadInstructions could | Chris Lattner | 2011-04-09 | 1 | -0/+28 |
* | PR9604; try to deal with RAUW updates correctly in the AST. I'm not convinced | Eli Friedman | 2011-04-09 | 1 | -0/+49 |
* | Test for r129190. | Eli Friedman | 2011-04-09 | 1 | -0/+32 |
* | fix two completely broken tests, which were matching due to PR9629. | Chris Lattner | 2011-04-09 | 2 | -4/+4 |
* | remove a bunch of CHECK lines that aren't checking what | Chris Lattner | 2011-04-09 | 1 | -5/+0 |
* | have dag combine zap "store undef", which can be formed during call lowering | Chris Lattner | 2011-04-09 | 1 | -0/+15 |
* | don't test for codegen of 'store undef' | Chris Lattner | 2011-04-09 | 2 | -7/+11 |
* | Add radar number for future reference. | Devang Patel | 2011-04-08 | 1 | -1/+1 |
* | Do not emit DW_AT_upper_bound and DW_AT_lower_bound for unbouded array. | Devang Patel | 2011-04-08 | 1 | -0/+34 |
* | Change -arm-trap-func= into a non-arm specific option. Now Intrinsic::trap is... | Evan Cheng | 2011-04-08 | 1 | -1/+1 |
* | Hanlde the checking of bad regs for SMMLAR properly, instead of asserting. | Johnny Chen | 2011-04-08 | 1 | -0/+3 |
* | Sanity check the option operand for DMB/DSB. | Johnny Chen | 2011-04-08 | 3 | -0/+38 |
* | MOVi16 and MOVTi16 does not allow pc as the dest register, while MOVi allows it. | Johnny Chen | 2011-04-08 | 2 | -0/+16 |
* | Add sanity checking for bad register specifier(s) for the DPFrm instructions. | Johnny Chen | 2011-04-08 | 4 | -0/+50 |
* | Update tests | Rafael Espindola | 2011-04-07 | 30 | -71/+71 |
* | Do not let debug info interfer with branch folding. | Devang Patel | 2011-04-07 | 1 | -0/+58 |
* | Add a VEXT test. | Johnny Chen | 2011-04-07 | 1 | -0/+3 |
* | Add option to emit @llvm.trap as a function call instead of a trap instructio... | Evan Cheng | 2011-04-07 | 1 | -3/+8 |
* | Add support for .skip. | Rafael Espindola | 2011-04-07 | 1 | -0/+5 |
* | Added a check in the preRA scheduler for potential interference on a | Andrew Trick | 2011-04-07 | 1 | -0/+31 |
* | Fix handling of functions with internal linkage. | Akira Hatanaka | 2011-04-07 | 1 | -0/+52 |
* | Add sanity checking for invalid register encodings for signed/unsigned extend... | Johnny Chen | 2011-04-07 | 2 | -0/+17 |
* | Add sanity checking for invalid register encodings for saturating instructions. | Johnny Chen | 2011-04-07 | 1 | -0/+11 |
* | Add some more comments about checkings of invalid register numbers. | Johnny Chen | 2011-04-07 | 2 | -0/+14 |
* | While hoisting common code from if/else, hoist debug info intrinsics if they ... | Devang Patel | 2011-04-07 | 1 | -0/+53 |
* | Prevent ARM DAG Combiner from doing an AND or OR combine on an illegal vector... | Tanya Lattner | 2011-04-07 | 1 | -0/+18 |
* | Sanity check MSRi for invalid mask values and reject it as invalid. | Johnny Chen | 2011-04-07 | 1 | -0/+12 |
* | PR9634: Don't unconditionally tell the AliasSetTracker that the PreheaderLoad | Eli Friedman | 2011-04-07 | 3 | -2/+41 |
* | The ARM disassembler was not recognizing USADA8 instruction. Need to add che... | Johnny Chen | 2011-04-07 | 1 | -0/+3 |
* | Change -arm-divmod-libcall to a target neutral option. | Evan Cheng | 2011-04-07 | 1 | -1/+1 |
* | Should also check SMLAD for invalid register values. | Johnny Chen | 2011-04-07 | 1 | -0/+11 |
* | Teach the ARM peephole optimizer that RSB, RSC, ADC, and SBC can be used for ... | Owen Anderson | 2011-04-06 | 1 | -0/+9 |
* | A8.6.393 | Johnny Chen | 2011-04-06 | 1 | -0/+11 |
* | A8.6.92 MCR (Encoding A1): if coproc == '101x' then SEE "Advanced SIMD and VFP" | Johnny Chen | 2011-04-06 | 3 | -0/+16 |
* | Fix a bug in the disassembly of VGETLNs8 where the lane index was wrong. | Johnny Chen | 2011-04-06 | 1 | -0/+3 |
* | This testcase passed even without the fix. Added the target info to make the | Nadav Rotem | 2011-04-06 | 1 | -0/+3 |
* | Add a missing opcode (SMLSLDX) to BadRegsMulFrm() function. | Johnny Chen | 2011-04-06 | 1 | -1/+4 |
* | Fix a typo in the handling of PKHTB opcode, plus add sanity check for illegal... | Johnny Chen | 2011-04-05 | 1 | -3/+6 |
* | A7.3 register encoding | Johnny Chen | 2011-04-05 | 2 | -1/+11 |
* | ARM disassembler was erroneously accepting an invalid RSC instruction. | Johnny Chen | 2011-04-05 | 1 | -0/+9 |
* | remove postdom frontiers, because it is dead. Forward dom frontiers are | Chris Lattner | 2011-04-05 | 3 | -817/+0 |
* | ARM disassembler was erroneously accepting an invalid LSL instruction. | Johnny Chen | 2011-04-05 | 1 | -0/+9 |
* | These tests no longer require linear scan because reserved register coalescin... | Jakob Stoklund Olesen | 2011-04-05 | 5 | -19/+14 |
* | Run LiveDebugVariables in RegAllocBasic and RegAllocGreedy. | Jakob Stoklund Olesen | 2011-04-05 | 9 | -1/+10 |