summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* - Implement asm parsing support for LDRSBT, LDRHT, LDRSHT and STRHTBruno Cardoso Lopes2011-04-04
* Fix PowerPC tests to be register allocator independent.Jakob Stoklund Olesen2011-04-04
* Add support for the VIA PadLock instructions.Joerg Sonnenberger2011-04-04
* Remove some support for ReturnInsts with multiple operands, and forJay Foad2011-04-04
* PR9446: RecursivelyDeleteTriviallyDeadInstructions can delete the instructionEli Friedman2011-04-02
* ptx: support setp's 4-operand formatChe-Liang Chiou2011-04-02
* Do some peephole optimizations to remove pointless VMOVs from Neon to integerCameron Zwarich2011-04-02
* Fixed a bug in disassembly of STR_POST, where the immediate is the second ope...Johnny Chen2011-04-02
* Fixed MOVr for "should be" encoding bits for Inst{19-16} = 0b0000.Johnny Chen2011-04-01
* MOVs should have Inst{19-16} as 0b0000, otherwise, the instruction is UNPREDI...Johnny Chen2011-04-01
* Fix the instruction table entries for AI1_adde_sube_s_irs multiclass definiti...Johnny Chen2011-04-01
* LDRD/STRD instructions should print both Rt and Rt2 in the asm string.Jim Grosbach2011-04-01
* Fix a LDRT/LDRBT decoding bug where for Encoding A2, if Inst{4} != 0, we shou...Johnny Chen2011-04-01
* InstCombine: Turn icmp + sext into bitwise/integer ops when the input has onl...Benjamin Kramer2011-04-01
* Fix LDRi12 immediate operand, which was changed to be the second operand in $...Johnny Chen2011-04-01
* Add code for analyzing FP branches. Clean up branch Analysis functions.Akira Hatanaka2011-04-01
* Add test case.Evan Cheng2011-04-01
* FileCheck'ify test.Evan Cheng2011-04-01
* Fix Thumb and Thumb2 tests to be register allocator independent.Jakob Stoklund Olesen2011-03-31
* Apply again changes to support ARM memory asm parsing. I removedBruno Cardoso Lopes2011-03-31
* Provide a legal pointer register class when targeting thumb1.Jakob Stoklund Olesen2011-03-31
* Fix SystemZ testsJakob Stoklund Olesen2011-03-31
* Instcombile optimization: extractelement(cast) -> cast(extractelement)Nadav Rotem2011-03-31
* Fix ARM tests to be register allocator independent.Jakob Stoklund Olesen2011-03-31
* InstCombine: APFloat can't perform arithmetic on PPC double doubles, don't ev...Benjamin Kramer2011-03-31
* Add a test case for a malformed LDC/LDC2 instructions with PUDW = 0b0000, whichJohnny Chen2011-03-31
* Distribute (A + B) * C to (A * C) + (B * C) to make use of NEON multiplierEvan Cheng2011-03-31
* Fix single word and unsigned byte data transfer instruction encodings so thatJohnny Chen2011-03-31
* Fix Mips, Sparc, and XCore tests that were dependent on register allocation.Jakob Stoklund Olesen2011-03-31
* Added support for FP conditional move instructions and fixed bugs in handling...Akira Hatanaka2011-03-31
* Don't completely eliminate identity copies that also modify super register li...Jakob Stoklund Olesen2011-03-31
* Add BLXi to the instruction table for disassembly purpose.Johnny Chen2011-03-31
* Mark all uses as <undef> when joining a copy.Jakob Stoklund Olesen2011-03-31
* Remove stray empty test file.Daniel Dunbar2011-03-31
* Revert r128632 again, until I figure out what break the testsBruno Cardoso Lopes2011-03-31
* Add XCore intrinsics for initializing / starting / synchronizing threads.Richard Osborne2011-03-31
* Reapply r128585 without generating a lib depedency cycle. An updated log:Bruno Cardoso Lopes2011-03-31
* InstCombine: Fix transform to use the swapped predicate.Benjamin Kramer2011-03-31
* InstCombine: fold fcmp (fneg x), (fneg y) -> fcmp x, yBenjamin Kramer2011-03-31
* InstCombine: fold fcmp pred (fneg x), C -> fcmp swap(pred) x, -CBenjamin Kramer2011-03-31
* InstCombine: Shrink "fcmp (fpext x), C" to "fcmp x, C" if C can be losslessly...Benjamin Kramer2011-03-31
* InstCombine: fold fcmp (fpext x), (fpext y) -> fcmp x, y.Benjamin Kramer2011-03-31
* Will not compile without the spec!Duncan Sands2011-03-31
* Testcase for r128619 (PR9571).Bill Wendling2011-03-31
* Pick a conservative register class when creating a small live range for remat.Jakob Stoklund Olesen2011-03-31
* Revert "- Implement asm parsing support for LDRT, LDRBT, STRT, STRBT and"Matt Beaumont-Gay2011-03-31
* Don't try to create zero-sized stack objects.Evan Cheng2011-03-30
* - Implement asm parsing support for LDRT, LDRBT, STRT, STRBT andBruno Cardoso Lopes2011-03-30
* Add a ARM-specific SD node for VBSL so that forms with a constant first operandCameron Zwarich2011-03-30
* * The DSE code that tested for overlapping needed to take into account the factBill Wendling2011-03-30