Add support for the --noexecstack option.
[oota-llvm.git] / test / MC / Disassembler /
2011-01-13 Owen AndersonAs far as I can tell, unified syntax uses c0-c15 instea...
2011-01-06 Rafael EspindolaCorrectly disassemble truncated asm.
2010-12-20 Wesley PeckTeach the MBlaze disassembler to disassemble special...
2010-12-07 Owen AndersonSecond attempt at converting Thumb2's LDRpci, including...
2010-12-03 Jim GrosbachWhen using the 'push' mnemonic for Thumb2 stmdb, be...
2010-12-01 Owen AndersonAdd correct encodings for STRD and LDRD, including...
2010-11-17 Wesley PeckNow that the MBlaze backend is in its own directory...
2010-11-14 Dale JohannesenSegregate tests by target.
2010-11-13 Wesley PeckFixed error and re-enabled MBlaze MC disassembler tests.
2010-11-13 Dale JohannesenThis test stops after disassembling 1 instructions on
2010-11-13 Wesley PeckAdd test cases that should have been committed with...
2010-11-02 Chris Lattnerchase owen.
2010-11-02 Chris Lattnertweak this to pass.
2010-11-02 Chris Lattnertemporarily xfail this.
2010-10-22 Sean CallananFixed handling of immediate operand sizes, which
2010-10-15 Bob WilsonARM instructions that are both predicated and set the...
2010-10-13 Jim GrosbachRefactor the ARM 'setend' instruction pattern. Use...
2010-10-05 Sean CallananAdded a testcase for the ENTER instruction.
2010-09-17 Benjamin KramerFix vmov.f64 disassembly on targets where sizeof(long...
2010-09-15 Jim Grosbachadd a test of an edge case value for the FP immediate...
2010-09-15 Jim GrosbachTeach the MC disassembler to handle vmov.f32 and vmov...
2010-09-14 Jim GrosbachReapply r113875 with additional cleanups.
2010-08-17 Bob WilsonChange ARM PKHTB and PKHBT instructions to use a shift_...
2010-08-13 Bob WilsonAdd a Thumb2 t2RSBrr instruction for disassembly only.
2010-08-13 Bob WilsonMove the Thumb2 SSAT and USAT optional shift operator...
2010-08-12 Johnny ChenCleaned up the for-disassembly-only entries in the...
2010-08-12 Johnny ChenThe autogened decoder was confusing the ARM STRBT for...
2010-08-11 Johnny ChenChanged the format of DMBsy, DSBsy, and friends from...
2010-08-11 Bob WilsonMove the ARM SSAT and USAT optional shift amount operan...
2010-08-05 Bob WilsonAdd an ARM RSCrr instruction for disassembly only.
2010-08-05 Bob WilsonAdd an ARM RSBrr instruction for disassembly only.
2010-08-05 Bob WilsonARM "rrx" shift operands do not have an immediate....
2010-07-31 Bob WilsonAdd support for disassembling VMVN (immediate) instruct...
2010-07-13 Chris Lattnermy work on adding segment registers to LEA missed the
2010-05-06 Sean CallananEliminated the classification of control registers...
2010-04-21 Johnny ChenThumb instructions which have reglist operands at the...
2010-04-20 Johnny ChenWhen doing Thumb disassembly, there's no need to consid...
2010-04-20 Johnny ChenFor t2LDRT, t2LDRBT, t2LDRHT, t2LDRSBT, and t2LDRSHT...
2010-04-19 Johnny ChenAccording to A8.6.16 B (Encoding T3) and A8.3 Condition...
2010-04-19 Johnny ChenARM disassembler did not react to recent changes to...
2010-04-17 Chris Lattnertestcase for r101538, patch by Nico Schmidt!
2010-04-16 Johnny ChenMinor change to make the test case comply with Vd<0...
2010-04-16 Johnny ChenFixed a bug in DisassembleN1RegModImmFrm() where a...
2010-04-16 Johnny ChenIn the same spirit of r101524, which removed the assert...
2010-04-16 Johnny ChenMulticlass LdStCop was using pre-UAL syntax LDC<c>L...
2010-04-15 Johnny ChenAdded another test case for am3offset operand, testing...
2010-04-15 Johnny ChenFixed a bug in ARM disassembly where LDRSBT should...
2010-04-15 Daniel Dunbartests: MC/Disassembler tests depend on ARM support...
2010-04-12 Johnny ChenFixed a crasher in arm disassembler within ARMInstPrint...
2010-04-07 Benjamin KramerunXFAIL, arm disassembler was reenabled.
2010-04-05 Evan ChengReverting 100265 to try to get buildbots green again...
2010-04-02 Johnny ChenSecond try of initial ARM/Thumb disassembler check...
2010-03-08 Kevin EnderbyFix the vmxon entry in the X86InstrInfo.td so it has...
2010-02-13 Chris Lattneradd encoder support and tests for rdtscp
2010-02-13 Chris Lattnerremove special cases for vmlaunch, vmresume, vmxoff...
2010-02-12 Chris Lattneradd some disassemble testcases for weird instructions
2009-12-22 Chris Lattnerspecify a triple to use, fixing the test on non-x86...
2009-12-22 Chris Lattnervarious cleanups, make the disassemble reject lines...
2009-12-22 Chris Lattnerrewrite the file parser for the disassembler, implement...