summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Also inflate register classes around inline asm.Jakob Stoklund Olesen2011-10-121-0/+27
* We need to verify that the machine instruction we're using as a replacement forBill Wendling2011-10-121-0/+116
* Removed colons from some target datalayout strings in test, since they don't ...Lang Hames2011-10-1217-17/+17
* Finish supporting cpp #file/line comments in assembler for error messages. SoKevin Enderby2011-10-121-0/+5
* Thumb2 assembly parsing and encoding for LDC/STC.Jim Grosbach2011-10-122-1/+121
* ARM encoding tests for STC.Jim Grosbach2011-10-121-0/+85
* ARM parsing and encoding for the <option> form of LDC/STC instructions.Jim Grosbach2011-10-122-0/+14
* Fix -widen-vmovs liveness issues.Jakob Stoklund Olesen2011-10-121-0/+35
* Make this test more specific. There are 3 stats that matched "machine-licm".Bob Wilson2011-10-111-1/+1
* Add a new wrapper node for a DILexicalBlock that encapsulates it and aEric Christopher2011-10-113-5/+5
* ARM assembly parsing and encoding for LDC{2}{L}/STC{2}{L} instructions.Jim Grosbach2011-10-111-0/+81
* Revert r141529. This is causing failures in the test-suite, like bigstack and...Bill Wendling2011-10-111-1/+1
* Fix PR11106 by correcting a typo that has been in the code for over a year. ThisCameron Zwarich2011-10-111-0/+22
* Update test for r141704.Jim Grosbach2011-10-111-3/+3
* Add dominance check for the instruction being hoisted.Devang Patel2011-10-114-8/+43
* Add support for legalization of vector SHL/SRA/SRL instructionsNadav Rotem2011-10-111-0/+11
* Apparently, sometimes llvm-nm doesn't put the undefined symbol at the top. TakeNick Lewycky2011-10-111-2/+1
* Test case for X86 LZCNT instruction selection.Craig Topper2011-10-111-0/+38
* Add X86 LZCNT instruction. Including instruction selection support.Craig Topper2011-10-112-0/+15
* Add a test for PR10565.Cameron Zwarich2011-10-111-0/+15
* Remove a lot of the fancy scalar replacement code for dealing with llvm-gcc'sCameron Zwarich2011-10-111-167/+0
* Test simplification that Ana Pazos noticed.Bill Wendling2011-10-111-39/+10
* Fix disassembling of popcntw. Also remove some code that says it accounts for...Craig Topper2011-10-112-0/+15
* Also create a shndx even if there are no symbols. This lets us testNick Lewycky2011-10-111-0/+93320
* test/CodeGen/X86/movbe.ll: Give explicit -mtriple=x86_64-linux, to unbreak wi...NAKAMURA Takumi2011-10-111-1/+1
* Move replaceCongruentIVs into SCEVExapander and bias toward "expanded"Andrew Trick2011-10-111-0/+1
* Test cases for 64-bit load and store instructions.Akira Hatanaka2011-10-112-0/+215
* Added a testcase for r141599, rdar://problem/10063881.Lang Hames2011-10-111-0/+20
* 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