summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* 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
* Avoid turning a floating point division with a constant power of two into a d...Benjamin Kramer2011-03-30
* InstCombine: If the divisor of an fdiv has an exact inverse, turn it into an ...Benjamin Kramer2011-03-30
* Add a test case for thumb stc2 instruction.Johnny Chen2011-03-30
* Add intrinsics @llvm.arm.neon.vmulls and @llvm.arm.neon.vmullu.* back. FrontendsEvan Cheng2011-03-29
* InstCombine: Add a few missing combines for ANDs and ORs of sign bit tests.Benjamin Kramer2011-03-29
* Adding a test for "-inf" as well.Kevin Enderby2011-03-29
* Add a test case for MSRi.Johnny Chen2011-03-29
* Add Neon SINT_TO_FP and UINT_TO_FP lowering from v4i16 to v4f32. FixesCameron Zwarich2011-03-29
* Added support symbolic floating point constants in the MC assembler for InfinityKevin Enderby2011-03-29
* Add a thumb test file for printf (iOS 4.3).Johnny Chen2011-03-29
* A8.6.188 STC, STC2Johnny Chen2011-03-29
* Rename invalid-VLDMSDB-arm.txt to be invalid-VLDMSDB_UPD-arm.txt.Johnny Chen2011-03-29
* Add and modify some tests.Johnny Chen2011-03-29
* Get rid of the non-writeback versions VLDMDB and VSTMDB, which don't actually...Owen Anderson2011-03-29
* Do some simple copy propagation through integer loads and stores when promotingCameron Zwarich2011-03-29
* Reduce test case.Rafael Espindola2011-03-29
* Optimizing (zext A + zext B) * C, to (VMULL A, C) + (VMULL B, C) during ...Evan Cheng2011-03-29
* In some cases, the "fail BB dominator" may be null after the BB was split (andBill Wendling2011-03-28
* MC: Add support for disabling "temporary label" behavior. Useful for debuggingDaniel Dunbar2011-03-28
* Fix ARM disassembly for PLD/PLDW/PLI which suffers from code rot and add some...Johnny Chen2011-03-28
* Teach the transformation that moves binary operators around selects to preserveNick Lewycky2011-03-27
* Constant folding support for calls to umul.with.overflow(), basically identic...Frits van Bommel2011-03-27
* Add a small missed optimization: turn X == C ? X : Y into X == C ? C : Y. ThisNick Lewycky2011-03-27
* Fix a typo and add a test.Cameron Zwarich2011-03-26
* Collect and coalesce DBG_VALUE instructions before emitting the function.Jakob Stoklund Olesen2011-03-26
* Fixed the t2PLD and friends disassembly and add two test cases.Johnny Chen2011-03-26
* Fix the bfi handling for or (and a mask) (and b mask). We need the twoEric Christopher2011-03-26
* PR9561: A store with a negative offset (via GEP) could erroniously say that itBill Wendling2011-03-26
* Add test for A8.6.246 UMULL to both arm-tests.txt amd thumb-tests.txt.Johnny Chen2011-03-25
* Add two test cases t2SMLABT and t2SMMULR for DisassembleThumb2Mul().Johnny Chen2011-03-25
* Fix DisassembleThumb2DPReg()'s handling of RegClass. Cannot hardcode GPRRegC...Johnny Chen2011-03-25
* DisassembleThumb2LdSt() did not handle t2LDRs correctly with respect to RegCl...Johnny Chen2011-03-25
* A8.6.226 TBB, TBH:Johnny Chen2011-03-25
* Modify DisassembleThumb2LdStEx() to be more robust/correct in light of recent...Johnny Chen2011-03-25
* MC: Improve some diagnostics on uses of '.' pseudo-symbol.Daniel Dunbar2011-03-25
* Instruction formats of SWP/SWPB were changed from LdStExFrm to MiscFrm. Modi...Johnny Chen2011-03-25
* Emit less labels for debug info and stop emitting .loc directives for DBG_VAL...Jakob Stoklund Olesen2011-03-25
* Also need to handle invalid imod values for CPS2p.Johnny Chen2011-03-25
* Modify the wrong logic in the assert of DisassembleThumb2LdStDual() (the regi...Johnny Chen2011-03-25
* delegate the disassembly of t2ADR to the more generic t2ADDri12/t2SUBri12 ins...Johnny Chen2011-03-25
* The opcode names ("tLDM", "tLDM_UPD") used for conflict resolution have been ...Johnny Chen2011-03-24
* The ARM disassembler was confused with the 16-bit tSTMIA instruction.Johnny Chen2011-03-24
* Move test in x86 specific area.Devang Patel2011-03-24