InstCombine: Add a few missing combines for ANDs and ORs of sign bit tests.
[oota-llvm.git] / test / MC /
2011-03-29 Kevin EnderbyAdding a test for "-inf" as well.
2011-03-29 Johnny ChenAdd a test case for MSRi.
2011-03-29 Kevin EnderbyAdded support symbolic floating point constants in...
2011-03-29 Johnny ChenAdd a thumb test file for printf (iOS 4.3).
2011-03-29 Johnny ChenA8.6.188 STC, STC2
2011-03-29 Johnny ChenRename invalid-VLDMSDB-arm.txt to be invalid-VLDMSDB_UP...
2011-03-29 Johnny ChenAdd and modify some tests.
2011-03-29 Owen AndersonGet rid of the non-writeback versions VLDMDB and VSTMDB...
2011-03-28 Daniel DunbarMC: Add support for disabling "temporary label" behavio...
2011-03-28 Johnny ChenFix ARM disassembly for PLD/PLDW/PLI which suffers...
2011-03-26 Johnny ChenFixed the t2PLD and friends disassembly and add two...
2011-03-25 Johnny ChenAdd test for A8.6.246 UMULL to both arm-tests.txt amd...
2011-03-25 Johnny ChenAdd two test cases t2SMLABT and t2SMMULR for Disassembl...
2011-03-25 Johnny ChenFix DisassembleThumb2DPReg()'s handling of RegClass...
2011-03-25 Johnny ChenDisassembleThumb2LdSt() did not handle t2LDRs correctly...
2011-03-25 Johnny ChenA8.6.226 TBB, TBH:
2011-03-25 Johnny ChenModify DisassembleThumb2LdStEx() to be more robust...
2011-03-25 Daniel DunbarMC: Improve some diagnostics on uses of '.' pseudo...
2011-03-25 Johnny ChenInstruction formats of SWP/SWPB were changed from LdStE...
2011-03-25 Johnny ChenAlso need to handle invalid imod values for CPS2p.
2011-03-25 Johnny ChenModify the wrong logic in the assert of DisassembleThum...
2011-03-25 Johnny Chendelegate the disassembly of t2ADR to the more generic...
2011-03-24 Johnny ChenThe opcode names ("tLDM", "tLDM_UPD") used for conflict...
2011-03-24 Johnny ChenThe ARM disassembler was confused with the 16-bit tSTMI...
2011-03-24 Johnny ChenHandle the added VBICiv*i* NEON instructions, too.
2011-03-24 Johnny ChenT2 Load/Store Multiple:
2011-03-24 Benjamin KramerPlug a leak in the arm disassembler and put the tests...
2011-03-24 Bruno Cardoso LopesAdd asm parsing support w/ testcases for strex/ldrex...
2011-03-24 Johnny ChenRemove these two test files as they cause llvm-i686...
2011-03-24 Johnny ChenADR was added with the wrong encoding for inst{24-21...
2011-03-24 Johnny ChenThe r118201 added support for VORR (immediate). Update...
2011-03-24 Johnny ChenAdd comments to the handling of opcode CPS3p to reject...
2011-03-24 Johnny ChenLoad/Store Multiple:
2011-03-24 Johnny ChenSTRT and STRBT was incorrectly tagged as IndexModeNone...
2011-03-24 Johnny ChenThe r128103 fix to cope with the removal of addressing...
2011-03-22 Johnny ChenAdd disassembly test cases for:
2011-03-22 Johnny ChenLDRT and LDRBT was incorrectly tagged as IndexModeNone...
2011-03-22 Johnny ChenAdd one more test case for VFP Load/Store Multiple...
2011-03-22 Johnny ChenA8.6.399 VSTM:
2011-03-20 Rafael EspindolaWrite the section table and the section data in the...
2011-03-19 Johnny ChenFixed an assert by the ARM disassembler for LDRD_PRE...
2011-03-18 Owen AndersonAdd support to the ARM asm parser for the register...
2011-03-18 Joerg SonnenbergerSupport explicit argument forms for the X86 string...
2011-03-18 Johnny ChenThe disassembler for Thumb was wrongly adding 4 to...
2011-03-17 Johnny ChenIt used to be that t_addrmode_s4 was used for both:
2011-03-17 Daniel DunbarMC/Mach-O: Fix regression introduced in r126127, this...
2011-03-17 Joerg SonnenbergerFix handling of @IDNTPOFF relocations, they need to...
2011-03-15 Johnny ChenThere were two issues fixed:
2011-03-15 Sean CallananBasic sanity checks to ensure that 2- and 3-byte
2011-03-15 Johnny ChenFixed an ARM disassembler bug where it does not handle...
2011-03-11 Cameron ZwarichRoll r127459 back in:
2011-03-11 Daniel DunbarRevert r127459, "Optimize trivial branches in CodeGenPr...
2011-03-11 Cameron ZwarichOptimize trivial branches in CodeGenPrepare, which...
2011-03-09 Johnny ChenLLVM combines the offset mode of A8.6.199 A1 & A2 into...
2011-03-09 Bill Wendling* Correct encoding for VSRI.
2011-03-09 Bill WendlingCorrect the encoding for VRSRA and VSRA instructions.
2011-03-08 Bill Wendling* Fix VRSHR and VSHR to have the correct encoding for...
2011-03-08 Bill WendlingA few more tests for instruction encodings.
2011-03-07 Bill WendlingRename the narrow shift right immediate operands to...
2011-03-04 Joerg SonnenbergerBe nice to Xcore and the XMOS assembler and avoid quoti...
2011-03-04 Eli FriedmanFollowup to r126970: add 64-bit encoding tests for...
2011-03-04 Eli FriedmanPR9377: Handle x86 str with register operand in a way...
2011-03-03 Joerg SonnenbergerBug#9033: For the ELF assembler output, always quote...
2011-03-03 Eli FriedmanPR9352: Always emit a relocation for weak symbols....
2011-03-03 Bob WilsonTableGen should not ignore BX instructions for the...
2011-03-03 Bob Wilsonpr9367: Add missing predicated BLX instructions.
2011-03-02 Kevin EnderbyFixes an assertion failure while disassembling ARM...
2011-03-01 Bill WendlingNarrow right shifts need to encode their immediates...
2011-02-28 Kevin EnderbyFix the arm's disassembler for blx that was building...
2011-02-25 Chris Lattnersplit this test into arch specific pieces, so the ARM
2011-02-24 Joerg SonnenbergerRestore r125595 (reverted in r126336) with modifications:
2011-02-24 Devang PatelMove arch specific tests in arch specific directories.
2011-02-23 Jim GrosbachRemove file. Previous commit deleted content, but left...
2011-02-23 Jim GrosbachRevert r125595, which is an X86-only undocumented assem...
2011-02-23 Rafael EspindolaPut in the symbol table symbols only used in a .globl...
2011-02-23 Sean CallananFixed a bug in the enhanced disassembler that caused
2011-02-22 Joerg SonnenbergerUse the same (%dx) hack for in[bwl] as for out[bwl].
2011-02-22 Sean CallananAdded a testcase for the enhanced disassembly bug
2011-02-22 Joerg SonnenbergerRecognize loopz and loopnz as aliases for loope and...
2011-02-22 Rafael EspindolaImplement xgetbv and xsetbv.
2011-02-21 Joerg SonnenbergerHandle FK_PCRel_1 and add a test case for this and...
2011-02-20 Rafael EspindolaAdd some limited support for labels in org directives...
2011-02-19 Chris Lattnerimplement PR9264: disambiguating 'bt mem, imm' as a...
2011-02-18 Bruno Cardoso LopesAdd assembly parsing support for "msr" and also fix...
2011-02-18 Joerg SonnenbergerRecognize monitor/mwait with explicit register arguments
2011-02-17 Joerg SonnenbergerRecognize leavel and leaveq aliases for leave.
2011-02-16 Rafael EspindolaGas is very inconsistent about when a relaxation/reloca...
2011-02-16 Rafael EspindolaAdd support for pushsection and popsection. Patch by...
2011-02-15 Roman DivackyAdd support for parsing [expr].
2011-02-14 Bruno Cardoso LopesFix encoding and add parsing support for the arm/thumb...
2011-02-12 Reid KlecknerAdd encodings and mnemonics for FXSAVE64 and FXRSTOR64.
2011-02-10 Jim GrosbachDo AsmMatcher operand classification per-opcode.
2011-02-08 Owen AndersonRevert both r121082 (which broke a bunch of constant...
2011-02-08 Benjamin KramerSupport for .ifdef / .ifndef in the assembler parser...
2011-02-07 Bruno Cardoso LopesAdd support for parsing dmb/dsb instructions
2011-02-07 Jason W KimTeach ARM/MC/ELF about gcc compatible reloc output...
2011-02-04 Jason W KimTeach ARM/MC/ELF about EF_ARM_EABI_VERSION. The magic...
2011-02-04 Jason W KimTeach ARM/MC/ELF to handle R_ARM_JUMP24 relocation...
2011-02-01 Evan ChengFix test for non-darwin targets.
2011-01-28 Bob WilsonPR9030: Fix disassembly of ARM "mov pc, lr" instruction.
next