summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* 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
* These tests no longer require linear scan because reserved register coalescin...Jakob Stoklund Olesen2011-04-05
* Run LiveDebugVariables in RegAllocBasic and RegAllocGreedy.Jakob Stoklund Olesen2011-04-05
* The r128085 checkin modified the operand ordering for MRC/MRC2 instructions.Johnny Chen2011-04-05
* Fix one more batch of X86 tests to be register allocation dependent.Jakob Stoklund Olesen2011-04-05
* When dead code elimination removes all but one use, try to fold the single de...Jakob Stoklund Olesen2011-04-05
* ARM disassembler should flag (rGPRRegClassID, r13|r15) as an error.Johnny Chen2011-04-05
* LDRD now prints out two dst registers.Johnny Chen2011-04-05
* Fix test-llvm failures.Johnny Chen2011-04-05
* Constants with multiple encodings (ARM):Johnny Chen2011-04-05
* Check for invalid register encodings for UMAAL and friends where:Johnny Chen2011-04-05
* ARM doesn't support byval yet. XFAIL this test until it does.Stuart Hastings2011-04-05
* Ensure all defs referring to a virtual register are marked dead by addRegiste...Jakob Stoklund Olesen2011-04-05
* Print visibility info for external variables.Rafael Espindola2011-04-05