| Commit message (Expand) | Author | Age | Files | Lines |
* | InstCombine: Add a few missing combines for ANDs and ORs of sign bit tests. | Benjamin Kramer | 2011-03-29 | 1 | -0/+79 |
* | Adding a test for "-inf" as well. | Kevin Enderby | 2011-03-29 | 1 | -0/+3 |
* | Add a test case for MSRi. | Johnny Chen | 2011-03-29 | 1 | -0/+3 |
* | Add Neon SINT_TO_FP and UINT_TO_FP lowering from v4i16 to v4f32. Fixes | Cameron Zwarich | 2011-03-29 | 1 | -0/+19 |
* | Added support symbolic floating point constants in the MC assembler for Infinity | Kevin Enderby | 2011-03-29 | 1 | -0/+6 |
* | Add a thumb test file for printf (iOS 4.3). | Johnny Chen | 2011-03-29 | 1 | -0/+76 |
* | A8.6.188 STC, STC2 | Johnny Chen | 2011-03-29 | 1 | -0/+6 |
* | Rename invalid-VLDMSDB-arm.txt to be invalid-VLDMSDB_UPD-arm.txt. | Johnny Chen | 2011-03-29 | 1 | -0/+0 |
* | Add and modify some tests. | Johnny Chen | 2011-03-29 | 2 | -2/+7 |
* | Get rid of the non-writeback versions VLDMDB and VSTMDB, which don't actually... | Owen Anderson | 2011-03-29 | 2 | -4/+2 |
* | Do some simple copy propagation through integer loads and stores when promoting | Cameron Zwarich | 2011-03-29 | 2 | -1/+54 |
* | Reduce test case. | Rafael Espindola | 2011-03-29 | 1 | -53/+3 |
* | Optimizing (zext A + zext B) * C, to (VMULL A, C) + (VMULL B, C) during ... | Evan Cheng | 2011-03-29 | 1 | -0/+29 |
* | In some cases, the "fail BB dominator" may be null after the BB was split (and | Bill Wendling | 2011-03-28 | 1 | -1/+17 |
* | MC: Add support for disabling "temporary label" behavior. Useful for debugging | Daniel Dunbar | 2011-03-28 | 1 | -0/+33 |
* | Fix ARM disassembly for PLD/PLDW/PLI which suffers from code rot and add some... | Johnny Chen | 2011-03-28 | 1 | -0/+9 |
* | Teach the transformation that moves binary operators around selects to preserve | Nick Lewycky | 2011-03-27 | 1 | -0/+12 |
* | Constant folding support for calls to umul.with.overflow(), basically identic... | Frits van Bommel | 2011-03-27 | 1 | -8/+33 |
* | Add a small missed optimization: turn X == C ? X : Y into X == C ? C : Y. This | Nick Lewycky | 2011-03-27 | 1 | -0/+13 |
* | Fix a typo and add a test. | Cameron Zwarich | 2011-03-26 | 1 | -0/+15 |
* | Collect and coalesce DBG_VALUE instructions before emitting the function. | Jakob Stoklund Olesen | 2011-03-26 | 1 | -1/+1 |
* | Fixed the t2PLD and friends disassembly and add two test cases. | Johnny Chen | 2011-03-26 | 1 | -0/+6 |
* | Fix the bfi handling for or (and a mask) (and b mask). We need the two | Eric Christopher | 2011-03-26 | 1 | -0/+11 |
* | PR9561: A store with a negative offset (via GEP) could erroniously say that it | Bill Wendling | 2011-03-26 | 1 | -0/+22 |
* | Add test for A8.6.246 UMULL to both arm-tests.txt amd thumb-tests.txt. | Johnny Chen | 2011-03-25 | 2 | -0/+6 |
* | Add two test cases t2SMLABT and t2SMMULR for DisassembleThumb2Mul(). | Johnny Chen | 2011-03-25 | 1 | -0/+6 |
* | Fix DisassembleThumb2DPReg()'s handling of RegClass. Cannot hardcode GPRRegC... | Johnny Chen | 2011-03-25 | 1 | -0/+9 |
* | DisassembleThumb2LdSt() did not handle t2LDRs correctly with respect to RegCl... | Johnny Chen | 2011-03-25 | 1 | -0/+6 |
* | A8.6.226 TBB, TBH: | Johnny Chen | 2011-03-25 | 1 | -0/+6 |
* | Modify DisassembleThumb2LdStEx() to be more robust/correct in light of recent... | Johnny Chen | 2011-03-25 | 1 | -0/+6 |
* | MC: Improve some diagnostics on uses of '.' pseudo-symbol. | Daniel Dunbar | 2011-03-25 | 1 | -0/+12 |
* | Instruction formats of SWP/SWPB were changed from LdStExFrm to MiscFrm. Modi... | Johnny Chen | 2011-03-25 | 1 | -0/+3 |
* | Emit less labels for debug info and stop emitting .loc directives for DBG_VAL... | Jakob Stoklund Olesen | 2011-03-25 | 3 | -16/+20 |
* | Also need to handle invalid imod values for CPS2p. | Johnny Chen | 2011-03-25 | 1 | -0/+4 |
* | Modify the wrong logic in the assert of DisassembleThumb2LdStDual() (the regi... | Johnny Chen | 2011-03-25 | 1 | -0/+3 |
* | delegate the disassembly of t2ADR to the more generic t2ADDri12/t2SUBri12 ins... | Johnny Chen | 2011-03-25 | 1 | -0/+3 |
* | The opcode names ("tLDM", "tLDM_UPD") used for conflict resolution have been ... | Johnny Chen | 2011-03-24 | 1 | -0/+6 |
* | The ARM disassembler was confused with the 16-bit tSTMIA instruction. | Johnny Chen | 2011-03-24 | 1 | -0/+3 |
* | Move test in x86 specific area. | Devang Patel | 2011-03-24 | 1 | -0/+3 |
* | Handle the added VBICiv*i* NEON instructions, too. | Johnny Chen | 2011-03-24 | 1 | -0/+3 |
* | Testcase for llvm-gcc commit r128230. | Eric Christopher | 2011-03-24 | 1 | -0/+11 |
* | T2 Load/Store Multiple: | Johnny Chen | 2011-03-24 | 1 | -0/+3 |
* | Plug a leak in the arm disassembler and put the tests back. | Benjamin Kramer | 2011-03-24 | 2 | -0/+8 |
* | Add asm parsing support w/ testcases for strex/ldrex family of instructions | Bruno Cardoso Lopes | 2011-03-24 | 2 | -0/+41 |
* | Remove these two test files as they cause llvm-i686-linux-vg_leak build to fa... | Johnny Chen | 2011-03-24 | 2 | -8/+0 |
* | ADR was added with the wrong encoding for inst{24-21}, and the ARM decoder wa... | Johnny Chen | 2011-03-24 | 1 | -0/+3 |
* | Keep track of directory namd and fIx regression caused by Rafael's patch r119... | Devang Patel | 2011-03-24 | 2 | -1/+67 |
* | The r118201 added support for VORR (immediate). Update ARMDisassemblerCore.c... | Johnny Chen | 2011-03-24 | 1 | -0/+3 |
* | Add comments to the handling of opcode CPS3p to reject invalid instruction en... | Johnny Chen | 2011-03-24 | 2 | -0/+8 |
* | Target/X86: [PR8777][PR8778] Tweak alloca/chkstk for Windows targets. | NAKAMURA Takumi | 2011-03-24 | 2 | -1/+76 |