summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Check invalid register encodings for LdFrm/StFrm ARM instructions and flag th...Johnny Chen2011-04-11
* Revert r129235 pending a vetting of the EH rewrite.Bill Wendling2011-04-10
* Beginning of the Great Exception Handling Rewrite.Bill Wendling2011-04-10
* fix rdar://8735979 - "int 3" doesn't match to "int3". Unfortunately,Chris Lattner2011-04-09
* look for the verboten argument slot access in any order, thanks to FritsChris Lattner2011-04-09
* Don't store Twine temporaries, it's not safe.Benjamin Kramer2011-04-09
* Add back a couple checks removed by r129128; the fact that an intitializerEli Friedman2011-04-09
* fix PR9523, a crash in looprotate on a non-canonical loop made out of indirec...Chris Lattner2011-04-09
* Fix a bug where RecursivelyDeleteTriviallyDeadInstructions couldChris Lattner2011-04-09
* PR9604; try to deal with RAUW updates correctly in the AST. I'm not convincedEli Friedman2011-04-09
* Test for r129190.Eli Friedman2011-04-09
* fix two completely broken tests, which were matching due to PR9629.Chris Lattner2011-04-09
* remove a bunch of CHECK lines that aren't checking whatChris Lattner2011-04-09
* have dag combine zap "store undef", which can be formed during call loweringChris Lattner2011-04-09
* don't test for codegen of 'store undef'Chris Lattner2011-04-09
* Add radar number for future reference.Devang Patel2011-04-08
* Do not emit DW_AT_upper_bound and DW_AT_lower_bound for unbouded array.Devang Patel2011-04-08
* Change -arm-trap-func= into a non-arm specific option. Now Intrinsic::trap is...Evan Cheng2011-04-08
* Hanlde the checking of bad regs for SMMLAR properly, instead of asserting.Johnny Chen2011-04-08
* Sanity check the option operand for DMB/DSB.Johnny Chen2011-04-08
* MOVi16 and MOVTi16 does not allow pc as the dest register, while MOVi allows it.Johnny Chen2011-04-08
* Add sanity checking for bad register specifier(s) for the DPFrm instructions.Johnny Chen2011-04-08
* Update testsRafael Espindola2011-04-07
* Do not let debug info interfer with branch folding.Devang Patel2011-04-07
* Add a VEXT test.Johnny Chen2011-04-07
* Add option to emit @llvm.trap as a function call instead of a trap instructio...Evan Cheng2011-04-07
* Add support for .skip.Rafael Espindola2011-04-07
* Added a check in the preRA scheduler for potential interference on aAndrew Trick2011-04-07
* Fix handling of functions with internal linkage.Akira Hatanaka2011-04-07
* Add sanity checking for invalid register encodings for signed/unsigned extend...Johnny Chen2011-04-07
* Add sanity checking for invalid register encodings for saturating instructions.Johnny Chen2011-04-07
* Add some more comments about checkings of invalid register numbers.Johnny Chen2011-04-07
* While hoisting common code from if/else, hoist debug info intrinsics if they ...Devang Patel2011-04-07
* Prevent ARM DAG Combiner from doing an AND or OR combine on an illegal vector...Tanya Lattner2011-04-07
* Sanity check MSRi for invalid mask values and reject it as invalid.Johnny Chen2011-04-07
* PR9634: Don't unconditionally tell the AliasSetTracker that the PreheaderLoadEli Friedman2011-04-07
* The ARM disassembler was not recognizing USADA8 instruction. Need to add che...Johnny Chen2011-04-07
* Change -arm-divmod-libcall to a target neutral option.Evan Cheng2011-04-07
* Should also check SMLAD for invalid register values.Johnny Chen2011-04-07
* Teach the ARM peephole optimizer that RSB, RSC, ADC, and SBC can be used for ...Owen Anderson2011-04-06
* A8.6.393Johnny Chen2011-04-06
* A8.6.92 MCR (Encoding A1): if coproc == '101x' then SEE "Advanced SIMD and VFP"Johnny Chen2011-04-06
* Fix a bug in the disassembly of VGETLNs8 where the lane index was wrong.Johnny Chen2011-04-06
* This testcase passed even without the fix. Added the target info to make theNadav Rotem2011-04-06
* Add a missing opcode (SMLSLDX) to BadRegsMulFrm() function.Johnny Chen2011-04-06
* Fix a typo in the handling of PKHTB opcode, plus add sanity check for illegal...Johnny Chen2011-04-05
* A7.3 register encodingJohnny Chen2011-04-05
* ARM disassembler was erroneously accepting an invalid RSC instruction.Johnny Chen2011-04-05
* remove postdom frontiers, because it is dead. Forward dom frontiers areChris Lattner2011-04-05
* ARM disassembler was erroneously accepting an invalid LSL instruction.Johnny Chen2011-04-05