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