aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-10-06s/tblgen/llvm-tblgen/g in a few missed places, including the testsPeter Collingbourne
2011-10-06ocaml bindings: add llvm_ipo based on IPO.hTorok Edwin
2011-10-06add more tests for the OCaml bindingsTorok Edwin
2011-10-06Fix assembling of xchg %eax, %eax to not use the NOP encoding of 0x90. This w...Craig Topper
2011-10-05Remove a check from ARM shifted operand isel helper methods, which were blockingCameron Zwarich
2011-10-05Update Test for MultidefsDavid Greene
2011-10-05Add a Multidef TestDavid Greene
2011-10-05PR11061: Make simplifylibcalls fold strcmp("", x) correctly.Eli Friedman
2011-10-05Revert 141203. InstCombine is looping on unit tests.Jim Grosbach
2011-10-05Check for the returns_twice attribute in callsFunctionThatReturnsTwice. ThisRafael Espindola
2011-10-05Update InstCombine worklist after instruction transform is complete.Jim Grosbach
2011-10-05Make this test less sensitive to codegen optimizations.Dan Gohman
2011-10-05Support a valid, but not very useful, encoding of CPSIE where none of the AIF...Owen Anderson
2011-10-05GVN does simple propagation of conditions: when it sees a conditionalDuncan Sands
2011-10-05Generalize GVN's conditional propagation logic slightly:Duncan Sands
2011-10-05Missing test case for r141164.Andrew Trick
2011-10-04Teach the MC to output code/data region marker labels in MachO and ELF modes....Owen Anderson
2011-10-04Tidy up formatting.Jim Grosbach
2011-10-04Un-XFAIL file. Comment out individual failing instructions.Jim Grosbach
2011-10-04Tidy up formatting.Jim Grosbach
2011-10-04Un-XFAIL file. Fix incorrect CHECK lines. General format cleanup.Jim Grosbach
2011-10-04Un-XFAIL file. Fix incorrect CHECK line. General format cleanup.Jim Grosbach
2011-10-04Tidy up formatting.Jim Grosbach
2011-10-04Un-XFAIL file. Fix incorrect CHECK line.Jim Grosbach
2011-10-04Un-XFAIL the file. Disable only the individual tests that aren't working yet.Jim Grosbach
2011-10-04Test Operand ArgumentsDavid Greene
2011-10-04Un-XFAIL the file. Disable only the individual tests that aren't working yet.Jim Grosbach
2011-10-04Tidy up. Formatting.Jim Grosbach
2011-10-04Fix PR9833/PR11054 (patch provided by Patrik Hägglund)David Dean
2011-10-04Add support in the disassembler for ignoring the L-bit on certain VEX instruc...Craig Topper
2011-10-04LSR should avoid redundant edge splitting.Andrew Trick
2011-10-04Unit test for r140919, loop unroll heuristics.Andrew Trick
2011-10-03Tidy up. These tests are covered in the .s file tests now.Jim Grosbach
2011-10-03ARM assembly parsing and encoding for VMOV immediate.Jim Grosbach
2011-10-03ARM parsing/encoding for VCMP/VCMPE.Jim Grosbach
2011-10-03Move CHECK after entry label.Akira Hatanaka
2011-10-03Add support for 64-bit logical NOR.Akira Hatanaka
2011-10-03Add support for 64-bit count leading ones and zeros instructions.Akira Hatanaka
2011-10-03ARM assembly parsing and encoding for VMRS/FMSTAT.Jim Grosbach
2011-10-03Add support for 64-bit divide instructions.Akira Hatanaka
2011-10-03Update test for 141010.Jim Grosbach
2011-10-03Add support for 64-bit integer multiply instructions.Akira Hatanaka
2011-10-03Tidy up a bit. Formatting.Jim Grosbach
2011-10-03Add support for MOVBE and RDRAND instructions for the assembler and disassemb...Craig Topper
2011-10-03Add the returns_twice attribute to LLVM.Rafael Espindola
2011-10-03Treat VEX.vvvv as a 3-bit field outside of 64-bit mode. Prevents access to re...Craig Topper
2011-10-03Test updates that were supposed to go with r140993.Craig Topper
2011-10-03Reapply r140979 with fix! We never did get a testcase, but careful review of theNick Lewycky
2011-10-03attempt to fix ocaml bindings: landing padsTorok Edwin
2011-10-03Revert r140979 due to reports of bootstrap failure.Nick Lewycky