summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Add support for dumping section headers to llvm-objdump. This uses the sameNick Lewycky2011-10-10
* If loop header is also loop exiting block then it may not be safe to hoist in...Devang Patel2011-10-10
* Fix 10892 - When lowering SIGN_EXTEND_INREG do not lower v2i64 because theNadav Rotem2011-10-10
* Add dominance check for the instruction being hoisted.Devang Patel2011-10-10
* X86: Add patterns for the movbe instruction (mov + bswap, only available on a...Benjamin Kramer2011-10-10
* Insert dummy ED table entries for pseudo-instructions.Jakob Stoklund Olesen2011-10-10
* Revert r141365. It was causing MultiSource/Benchmarks/MiBench/consumer-lame toBill Wendling2011-10-10
* XFAIL tblgen tests on leak checkers.Benjamin Kramer2011-10-10
* When getting the number of bits necessary for addressing modeBill Wendling2011-10-10
* Add Ivy Bridge 16-bit floating point conversion instructions for the X86 disa...Craig Topper2011-10-09
* Add TEST8ri_NOREX pseudo to constrain sub_8bit_hi copies.Jakob Stoklund Olesen2011-10-08
* Add missing test case for r141410.Jakob Stoklund Olesen2011-10-08
* Unit test for LSR phi reuse in r141442.Andrew Trick2011-10-08
* llvm-objdump: Add relocation and archive support.Michael J. Spencer2011-10-08
* Enable ARM mode VDUP(scalar) tests.Jim Grosbach2011-10-07
* ARM NEON assembly parsing and encoding for VDUP(scalar).Jim Grosbach2011-10-07
* Remove MultidefsDavid Greene2011-10-07
* 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