aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* In some cases, the "fail BB dominator" may be null after the BB was split (andBill Wendling2011-03-281-1/+17
* MC: Add support for disabling "temporary label" behavior. Useful for debuggingDaniel Dunbar2011-03-281-0/+33
* Fix ARM disassembly for PLD/PLDW/PLI which suffers from code rot and add some...Johnny Chen2011-03-281-0/+9
* Teach the transformation that moves binary operators around selects to preserveNick Lewycky2011-03-271-0/+12
* Constant folding support for calls to umul.with.overflow(), basically identic...Frits van Bommel2011-03-271-8/+33
* Add a small missed optimization: turn X == C ? X : Y into X == C ? C : Y. ThisNick Lewycky2011-03-271-0/+13
* Fix a typo and add a test.Cameron Zwarich2011-03-261-0/+15
* Collect and coalesce DBG_VALUE instructions before emitting the function.Jakob Stoklund Olesen2011-03-261-1/+1
* Fixed the t2PLD and friends disassembly and add two test cases.Johnny Chen2011-03-261-0/+6
* Fix the bfi handling for or (and a mask) (and b mask). We need the twoEric Christopher2011-03-261-0/+11
* PR9561: A store with a negative offset (via GEP) could erroniously say that itBill Wendling2011-03-261-0/+22
* Add test for A8.6.246 UMULL to both arm-tests.txt amd thumb-tests.txt.Johnny Chen2011-03-252-0/+6
* Add two test cases t2SMLABT and t2SMMULR for DisassembleThumb2Mul().Johnny Chen2011-03-251-0/+6
* Fix DisassembleThumb2DPReg()'s handling of RegClass. Cannot hardcode GPRRegC...Johnny Chen2011-03-251-0/+9
* DisassembleThumb2LdSt() did not handle t2LDRs correctly with respect to RegCl...Johnny Chen2011-03-251-0/+6
* A8.6.226 TBB, TBH:Johnny Chen2011-03-251-0/+6
* Modify DisassembleThumb2LdStEx() to be more robust/correct in light of recent...Johnny Chen2011-03-251-0/+6
* MC: Improve some diagnostics on uses of '.' pseudo-symbol.Daniel Dunbar2011-03-251-0/+12
* Instruction formats of SWP/SWPB were changed from LdStExFrm to MiscFrm. Modi...Johnny Chen2011-03-251-0/+3
* Emit less labels for debug info and stop emitting .loc directives for DBG_VAL...Jakob Stoklund Olesen2011-03-253-16/+20
* Also need to handle invalid imod values for CPS2p.Johnny Chen2011-03-251-0/+4
* Modify the wrong logic in the assert of DisassembleThumb2LdStDual() (the regi...Johnny Chen2011-03-251-0/+3
* delegate the disassembly of t2ADR to the more generic t2ADDri12/t2SUBri12 ins...Johnny Chen2011-03-251-0/+3
* The opcode names ("tLDM", "tLDM_UPD") used for conflict resolution have been ...Johnny Chen2011-03-241-0/+6
* The ARM disassembler was confused with the 16-bit tSTMIA instruction.Johnny Chen2011-03-241-0/+3
* Move test in x86 specific area.Devang Patel2011-03-241-0/+3
* Handle the added VBICiv*i* NEON instructions, too.Johnny Chen2011-03-241-0/+3
* Testcase for llvm-gcc commit r128230.Eric Christopher2011-03-241-0/+11
* T2 Load/Store Multiple:Johnny Chen2011-03-241-0/+3
* Plug a leak in the arm disassembler and put the tests back.Benjamin Kramer2011-03-242-0/+8
* Add asm parsing support w/ testcases for strex/ldrex family of instructionsBruno Cardoso Lopes2011-03-242-0/+41
* Remove these two test files as they cause llvm-i686-linux-vg_leak build to fa...Johnny Chen2011-03-242-8/+0
* ADR was added with the wrong encoding for inst{24-21}, and the ARM decoder wa...Johnny Chen2011-03-241-0/+3
* Keep track of directory namd and fIx regression caused by Rafael's patch r119...Devang Patel2011-03-242-1/+67
* The r118201 added support for VORR (immediate). Update ARMDisassemblerCore.c...Johnny Chen2011-03-241-0/+3
* Add comments to the handling of opcode CPS3p to reject invalid instruction en...Johnny Chen2011-03-242-0/+8
* Target/X86: [PR8777][PR8778] Tweak alloca/chkstk for Windows targets.NAKAMURA Takumi2011-03-242-1/+76
* Do early taildup of ret in CodeGenPrepare for potential tail calls that have aCameron Zwarich2011-03-241-0/+37
* Load/Store Multiple:Johnny Chen2011-03-241-0/+6
* STRT and STRBT was incorrectly tagged as IndexModeNone during the refactoring...Johnny Chen2011-03-241-0/+3
* The r128103 fix to cope with the removal of addressing modes from the MC inst...Johnny Chen2011-03-241-0/+3
* Enable GlobalMerge on darwin.Devang Patel2011-03-232-2/+1
* Revert r128175.Andrew Trick2011-03-232-30/+12
* Cmp peephole optimization isn't always safe for signed arithmetics.Evan Cheng2011-03-232-2/+45
* PR9535: add support for splitting and scalarizing vector ISD::FP_ROUND.Eli Friedman2011-03-231-0/+35
* Reapply Eli's r127852 now that the pre-RA scheduler can spill EFLAGS.Andrew Trick2011-03-232-12/+30
* Revert r128140 for now.Anders Carlsson2011-03-231-19/+0
* Fix PR9464 by correcting some math that just happened to be right in most casesCameron Zwarich2011-03-231-0/+16
* A global variable with internal linkage where all uses are in one function an...Anders Carlsson2011-03-231-0/+19
* Add disassembly test cases for:Johnny Chen2011-03-222-0/+6