summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* High bits of movmskp{s|d} and pmovmskb are known zero. rdar://10247336Evan Cheng2011-10-07
* Reenable tail calls for iOS 5.0 and later.Bob Wilson2011-10-07
* Reenable use of divmod compiler_rt functions for iOS 5.0 and later.Bob Wilson2011-10-07
* Peephole optimization for ABS on ARM.Anton Korobeynikov2011-10-07
* Teach GVN to also propagate switch cases. For example, in this codeDuncan Sands2011-10-07
* Add X86 disassembler support for RDFSBASE, RDGSBASE, WRFSBASE, and WRGSBASE.Craig Topper2011-10-07
* Add X86 disassembler support for XSAVE, XRSTOR, and XSAVEOPT.Craig Topper2011-10-07
* Revert part of r141274. Only need to change encoding for xchg %eax, %eax in 6...Craig Topper2011-10-07
* Tidy up tests. Un-XFAIL file and mark individual tests as FIXME instead.Jim Grosbach2011-10-06
* Fix and clean up tests. Un-XFAIL.Jim Grosbach2011-10-06
* Fix and clean up tests. Un-XFAIL.Jim Grosbach2011-10-06
* Make Test More ThoroughDavid Greene2011-10-06
* s/tblgen/llvm-tblgen/g in a few missed places, including the testsPeter Collingbourne2011-10-06
* 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