- Aug 28, 2011
-
-
Duncan Sands authored
when outputting them. With this, the entire LLVM testsuite passes when built with dragonegg. llvm-svn: 138724
-
Nicolas Geoffray authored
llvm-svn: 138723
-
Nadav Rotem authored
llvm-svn: 138722
-
Nick Lewycky authored
non-deterministic crash in the test suite. Fixes PR10055! llvm-svn: 138717
-
- Aug 27, 2011
-
-
John McCall authored
flip these tests around. llvm-svn: 138708
-
Benjamin Kramer authored
llvm-svn: 138706
-
Benjamin Kramer authored
Before we just left the remaining bytes uninitialized. This is another step in making llvm valgrind-clean again. llvm-svn: 138705
-
Andrew Trick authored
llvm-svn: 138703
-
Bill Wendling authored
things to disasterously over night, this can be reverted. llvm-svn: 138702
-
Andrew Trick authored
llvm-svn: 138701
-
Bill Wendling authored
llvm-svn: 138700
-
Bill Wendling authored
llvm-svn: 138699
-
Bill Wendling authored
llvm-svn: 138698
-
Bill Wendling authored
llvm-svn: 138697
-
Andrew Trick authored
Patch by Xiaoyi Guo! llvm-svn: 138695
-
Andrew Trick authored
llvm-svn: 138676
-
Owen Anderson authored
Improve encoding support for BLX with immediat eoperands, and fix a BLX decoding bug this uncovered. llvm-svn: 138675
-
Owen Anderson authored
llvm-svn: 138673
-
Jim Grosbach authored
llvm-svn: 138669
-
- Aug 26, 2011
-
-
Owen Anderson authored
llvm-svn: 138667
-
Jim Grosbach authored
This handles only the handling of the IT instruction itself, not the processing and validation of the instructions in the IT block. That's next, and will include encoding tests for IT itself. llvm-svn: 138665
-
Bill Wendling authored
llvm-svn: 138664
-
Eli Friedman authored
llvm-svn: 138660
-
Bill Wendling authored
split it in the other place where we're splitting critical edges. llvm-svn: 138658
-
Owen Anderson authored
llvm-svn: 138657
-
Bill Wendling authored
llvm-svn: 138656
-
Eric Christopher authored
llvm-svn: 138654
-
Owen Anderson authored
invalid-LDR_PRE-arm.txt was already passing, but for the wrong reasons. We were failing to specify enough fixed bits of LDR_PRE/LDRB_PRE, resulting in decoding conflicts. Separate them into immediate vs. register versions, allowing us to specify the necessary fixed bits. This in turn results in the test being decoded properly, and being rejected as UNPREDICTABLE rather than a hard failure. llvm-svn: 138653
-
Andrew Trick authored
I'll clean up the rest of the XFAIL: vg_leak lines if this works. llvm-svn: 138652
-
Bill Wendling authored
llvm-svn: 138651
-
Andrew Trick authored
llvm-svn: 138647
-
Owen Anderson authored
llvm-svn: 138642
-
Douglas Gregor authored
llvm-svn: 138640
-
Benjamin Kramer authored
This should fix PR10772. llvm-svn: 138636
-
Owen Anderson authored
Support an extension of ARM asm syntax to allow immediate operands to ADR instructions. This is helpful for disassembler testing, and indeed exposed a disassembler bug that is also fixed here. llvm-svn: 138635
-
Benjamin Kramer authored
llvm-svn: 138634
-
Kalle Raiskila authored
llvm-svn: 138630
-
Owen Anderson authored
llvm-svn: 138626
-
Owen Anderson authored
Fix PR10755 by checking for invalid predicate codes from UNPREDICTABLE t2IT instructions when decoding their successors. This is the last disassembly crash detected by exhaustive Thumb2 instruction space. Major thanks to Chandler Carruth for making this kind of exhaustive testing possible. llvm-svn: 138625
-
Craig Topper authored
llvm-svn: 138623
-