aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplify the handling of physreg defs and uses in RegAllocFast.Jakob Stoklund Olesen2010-05-141-1/+1
* XFAIL the test I added with vg_leak, apparently it is the first and only llcDaniel Dunbar2010-05-141-0/+1
* Inline Asm: Ensure buffer is newline terminated to match how the text is prin...Daniel Dunbar2010-05-141-0/+6
* Add AsmParser support for darwin tbss directive.Eric Christopher2010-05-141-0/+7
* Actually run the test. Thanks Daniel Dunbar!Nick Lewycky2010-05-131-1/+1
* Add testcase for r103653.Nick Lewycky2010-05-131-0/+28
* MC/Mach-O: Add another zerofill test to improve coverage.Daniel Dunbar2010-05-131-0/+109
* Take allocation hints from copy instructions to/from physregs.Jakob Stoklund Olesen2010-05-132-3/+3
* fix rdar://7965971 and a fixme: use ParseIdentifier inChris Lattner2010-05-131-0/+4
* reapply r103668 with a fix. Never make "minor syntax changes"Chris Lattner2010-05-132-1/+7
* revert r103668 for now, it is apparently breaking things.Chris Lattner2010-05-122-7/+1
* moffset forms of moves are x86-32 only, make the parserChris Lattner2010-05-122-1/+7
* fix the encoding of the obscure "moffset" forms of moves, i386Chris Lattner2010-05-121-0/+7
* Make sure to add kill flags to the last use of a virtreg when it is redefined.Jakob Stoklund Olesen2010-05-121-0/+59