aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix assembly parsing and encoding of the pushf and popf family ofDan Gohman2010-05-203-0/+29
* Define the x86 pause instruction.Dan Gohman2010-05-202-0/+9
* Fix the sfence instruction to use MRM_F8 instead of MRM7r, since itDan Gohman2010-05-201-0/+3
* Match "4" or "8" depending upon if it's 32- or 64-bit.Bill Wendling2010-05-201-2/+2
* Once more, with feeling.Eric Christopher2010-05-201-0/+1
* Teach LSR how to cope better with unrolled loops on targets whereDan Gohman2010-05-191-0/+386
* fix rdar://7986634 - match instruction opcodes case insensitively.Chris Lattner2010-05-191-0/+5
* Testcase for r104181.Bill Wendling2010-05-191-0/+33
* A more combo tls testcase.Eric Christopher2010-05-191-0/+232
* Few more simple tls testcases.Eric Christopher2010-05-193-0/+279
* TwoAddressInstructionPass doesn't really know how to merge live intervals whenJakob Stoklund Olesen2010-05-191-0/+17
* Attempt to run this test on x86 only.Eric Christopher2010-05-191-0/+1
* Testcase to go with 104141.Bob Wilson2010-05-191-0/+14
* t2LEApcrel and tLEApcrel are re-materializable. This makes it possible to hoi...Evan Cheng2010-05-191-6/+39
* Intrinsics which do a vector compare (results are all zero or all ones) are m...Evan Cheng2010-05-191-0/+13
* Add a test to make sure that we're lowering the shift amount correctly.Eric Christopher2010-05-191-0/+22
* Remember to update VirtRegLastUse when spilling without killing before a call.Jakob Stoklund Olesen2010-05-181-0/+37
* When converting a test to a cmp to fold a load, use the cmp that has anDan Gohman2010-05-181-0/+68
* Quick test to make sure we're emitting the tbss section correctly.Eric Christopher2010-05-181-0/+114
* Sink dag combine's post index load / store code that swap base ptr and index ...Evan Cheng2010-05-181-0/+25
* Test passed on ppc, to my surprise; if it workedDale Johannesen2010-05-181-2/+0
* Fix PR7162: Use source register classes and sub-indices to determine the corr...Evan Cheng2010-05-181-0/+38
* Testcase for llvm-gcc checkin 104042.Dale Johannesen2010-05-181-0/+19
* Fixed the problem with a branch to "0b" that was not parsed by llvm-mcKevin Enderby2010-05-181-12/+15
* MC/Mach-O: Implement support for setting indirect symbol table offset in sect...Daniel Dunbar2010-05-181-0/+188
* MC/X86: Implement custom lowering to make sure we match things likeDaniel Dunbar2010-05-181-0/+26
* FIX PR7158. SimplifyVBinOp was asserting when it fails to constant fold (op (...Evan Cheng2010-05-181-0/+17
* Fix PR7175. Insert copies of a REG_SEQUENCE source if it is used by other REG...Evan Cheng2010-05-171-0/+35
* Added support in MC for Directional Local Labels.Kevin Enderby2010-05-171-0/+92
* More data/parsing support for tls directives. Add a few more testcasesEric Christopher2010-05-174-1/+30
* Fix PR7156. If the sources of a REG_SEQUENCE are all IMPLICIT_DEF's. Replace ...Evan Cheng2010-05-171-0/+46
* MC/Mach-O/x86: Optimal nop sequences should only be used for the .text sectio...Daniel Dunbar2010-05-171-7/+73
* MC/Mach-O: Reverse order of SymbolData scanning when emitting instructions.Daniel Dunbar2010-05-171-0/+100
* Careful with reg_sequence coalescing to not to overwrite sub-register indices.Evan Cheng2010-05-171-0/+42
* MC/Mach-O: Fix some differences in symbol flag handling.Daniel Dunbar2010-05-171-29/+105
* Turn on -neon-reg-sequence by default.Evan Cheng2010-05-171-0/+170
* llvm-mc: Support reassignment of variables in one special case, when theDaniel Dunbar2010-05-171-2/+6
* Avoid allocating the same physreg to multiple virtregs in one instruction.Jakob Stoklund Olesen2010-05-171-0/+105
* Only use clairvoyance when defining a register, and then only if it has one use.Jakob Stoklund Olesen2010-05-171-9/+5
* Assume that we'll handle mangling the symbols earlier and just put theEric Christopher2010-05-171-1/+1
* Removing as part of previous reversion.Dale Johannesen2010-05-161-0/+0
* Revert 103911; it broke a test that expects bitconvertDale Johannesen2010-05-161-11/+0
* Make x86-64 64-bit bitconvert work when SSE is not available.Dale Johannesen2010-05-161-0/+11
* Add support for thiscall calling convention.Anton Korobeynikov2010-05-162-3/+23
* Some cheap DAG combine goodness for multiplication with a particular constant.Anton Korobeynikov2010-05-151-4/+30
* Allow TargetLowering::getRegClassFor() to be called on illegal types. AlsoEvan Cheng2010-05-151-0/+10
* SystemZ really does mean "has calls" and not just "adjusts stack." Go ahead andBill Wendling2010-05-141-1/+3
* Test case for r103800.Devang Patel2010-05-141-0/+23
* Fix so "int3" is correctly accepted, added "into" and fixed "int" with anKevin Enderby2010-05-141-0/+13
* MC/Mach-O/x86_64: Darwin's special "signed_N" relocation types should only beDaniel Dunbar2010-05-141-46/+52