aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add testcase for PR11107.Bill Wendling2011-10-111-0/+49
* Revert r141569 and r141576.Devang Patel2011-10-105-59/+62
* Reapply r141365 now that PR11107 is fixed.Bill Wendling2011-10-102-7/+12
* Make sure the X86 backend doesn't explode on 128-bit shuffles in AVX mode. F...Eli Friedman2011-10-101-0/+10
* Add support for dumping section headers to llvm-objdump. This uses the sameNick Lewycky2011-10-101-0/+16
* If loop header is also loop exiting block then it may not be safe to hoist in...Devang Patel2011-10-102-59/+1
* Fix 10892 - When lowering SIGN_EXTEND_INREG do not lower v2i64 because theNadav Rotem2011-10-101-4/+4
* Add dominance check for the instruction being hoisted.Devang Patel2011-10-103-3/+58
* X86: Add patterns for the movbe instruction (mov + bswap, only available on a...Benjamin Kramer2011-10-101-0/+36
* Insert dummy ED table entries for pseudo-instructions.Jakob Stoklund Olesen2011-10-101-0/+4
* Revert r141365. It was causing MultiSource/Benchmarks/MiBench/consumer-lame toBill Wendling2011-10-102-12/+7
* XFAIL tblgen tests on leak checkers.Benjamin Kramer2011-10-103-0/+3
* When getting the number of bits necessary for addressing modeBill Wendling2011-10-101-1/+1
* Add Ivy Bridge 16-bit floating point conversion instructions for the X86 disa...Craig Topper2011-10-092-8/+56
* Add TEST8ri_NOREX pseudo to constrain sub_8bit_hi copies.Jakob Stoklund Olesen2011-10-081-0/+41
* Add missing test case for r141410.Jakob Stoklund Olesen2011-10-081-0/+39
* Unit test for LSR phi reuse in r141442.Andrew Trick2011-10-081-0/+53
* llvm-objdump: Add relocation and archive support.Michael J. Spencer2011-10-081-0/+24
* Enable ARM mode VDUP(scalar) tests.Jim Grosbach2011-10-071-12/+12
* ARM NEON assembly parsing and encoding for VDUP(scalar).Jim Grosbach2011-10-071-12/+24
* Remove MultidefsDavid Greene2011-10-072-47/+9
* High bits of movmskp{s|d} and pmovmskb are known zero. rdar://10247336Evan Cheng2011-10-071-0/+31
* Reenable tail calls for iOS 5.0 and later.Bob Wilson2011-10-071-0/+4
* Reenable use of divmod compiler_rt functions for iOS 5.0 and later.Bob Wilson2011-10-071-0/+58
* Peephole optimization for ABS on ARM.Anton Korobeynikov2011-10-072-7/+12
* Teach GVN to also propagate switch cases. For example, in this codeDuncan Sands2011-10-071-0/+33
* Add X86 disassembler support for RDFSBASE, RDGSBASE, WRFSBASE, and WRGSBASE.Craig Topper2011-10-071-0/+24
* Add X86 disassembler support for XSAVE, XRSTOR, and XSAVEOPT.Craig Topper2011-10-072-0/+18
* Revert part of r141274. Only need to change encoding for xchg %eax, %eax in 6...Craig Topper2011-10-072-4/+4
* Tidy up tests. Un-XFAIL file and mark individual tests as FIXME instead.Jim Grosbach2011-10-061-26/+28
* Fix and clean up tests. Un-XFAIL.Jim Grosbach2011-10-061-41/+46
* Fix and clean up tests. Un-XFAIL.Jim Grosbach2011-10-061-85/+96
* Make Test More ThoroughDavid Greene2011-10-061-0/+12
* s/tblgen/llvm-tblgen/g in a few missed places, including the testsPeter Collingbourne2011-10-0654-65/+65
* ocaml bindings: add llvm_ipo based on IPO.hTorok Edwin2011-10-061-0/+73
* add more tests for the OCaml bindingsTorok Edwin2011-10-061-9/+101
* Fix assembling of xchg %eax, %eax to not use the NOP encoding of 0x90. This w...Craig Topper2011-10-062-0/+37
* Remove a check from ARM shifted operand isel helper methods, which were blockingCameron Zwarich2011-10-051-5/+4
* Update Test for MultidefsDavid Greene2011-10-051-8/+16
* Add a Multidef TestDavid Greene2011-10-051-0/+18
* PR11061: Make simplifylibcalls fold strcmp("", x) correctly.Eli Friedman2011-10-052-44/+124
* Revert 141203. InstCombine is looping on unit tests.Jim Grosbach2011-10-051-2/+2
* Check for the returns_twice attribute in callsFunctionThatReturnsTwice. ThisRafael Espindola2011-10-051-4/+17
* Update InstCombine worklist after instruction transform is complete.Jim Grosbach2011-10-051-2/+2
* Make this test less sensitive to codegen optimizations.Dan Gohman2011-10-051-0/+1
* Support a valid, but not very useful, encoding of CPSIE where none of the AIF...Owen Anderson2011-10-051-0/+3
* GVN does simple propagation of conditions: when it sees a conditionalDuncan Sands2011-10-052-10/+34
* Generalize GVN's conditional propagation logic slightly:Duncan Sands2011-10-051-1/+21
* Missing test case for r141164.Andrew Trick2011-10-051-0/+50
* Teach the MC to output code/data region marker labels in MachO and ELF modes....Owen Anderson2011-10-041-2/+2