| Commit message (Expand) | Author | Age | Files | Lines |
* | MC/Mach-O: Implement support for setting indirect symbol table offset in sect... | Daniel Dunbar | 2010-05-18 | 1 | -0/+188 |
* | MC/X86: Implement custom lowering to make sure we match things like | Daniel Dunbar | 2010-05-18 | 1 | -0/+26 |
* | FIX PR7158. SimplifyVBinOp was asserting when it fails to constant fold (op (... | Evan Cheng | 2010-05-18 | 1 | -0/+17 |
* | Fix PR7175. Insert copies of a REG_SEQUENCE source if it is used by other REG... | Evan Cheng | 2010-05-17 | 1 | -0/+35 |
* | Added support in MC for Directional Local Labels. | Kevin Enderby | 2010-05-17 | 1 | -0/+92 |
* | More data/parsing support for tls directives. Add a few more testcases | Eric Christopher | 2010-05-17 | 4 | -1/+30 |
* | Fix PR7156. If the sources of a REG_SEQUENCE are all IMPLICIT_DEF's. Replace ... | Evan Cheng | 2010-05-17 | 1 | -0/+46 |
* | MC/Mach-O/x86: Optimal nop sequences should only be used for the .text sectio... | Daniel Dunbar | 2010-05-17 | 1 | -7/+73 |
* | MC/Mach-O: Reverse order of SymbolData scanning when emitting instructions. | Daniel Dunbar | 2010-05-17 | 1 | -0/+100 |
* | Careful with reg_sequence coalescing to not to overwrite sub-register indices. | Evan Cheng | 2010-05-17 | 1 | -0/+42 |
* | MC/Mach-O: Fix some differences in symbol flag handling. | Daniel Dunbar | 2010-05-17 | 1 | -29/+105 |
* | Turn on -neon-reg-sequence by default. | Evan Cheng | 2010-05-17 | 1 | -0/+170 |
* | llvm-mc: Support reassignment of variables in one special case, when the | Daniel Dunbar | 2010-05-17 | 1 | -2/+6 |
* | Avoid allocating the same physreg to multiple virtregs in one instruction. | Jakob Stoklund Olesen | 2010-05-17 | 1 | -0/+105 |
* | Only use clairvoyance when defining a register, and then only if it has one use. | Jakob Stoklund Olesen | 2010-05-17 | 1 | -9/+5 |
* | Assume that we'll handle mangling the symbols earlier and just put the | Eric Christopher | 2010-05-17 | 1 | -1/+1 |
* | Removing as part of previous reversion. | Dale Johannesen | 2010-05-16 | 1 | -0/+0 |
* | Revert 103911; it broke a test that expects bitconvert | Dale Johannesen | 2010-05-16 | 1 | -11/+0 |
* | Make x86-64 64-bit bitconvert work when SSE is not available. | Dale Johannesen | 2010-05-16 | 1 | -0/+11 |
* | Add support for thiscall calling convention. | Anton Korobeynikov | 2010-05-16 | 2 | -3/+23 |
* | Some cheap DAG combine goodness for multiplication with a particular constant. | Anton Korobeynikov | 2010-05-15 | 1 | -4/+30 |
* | Allow TargetLowering::getRegClassFor() to be called on illegal types. Also | Evan Cheng | 2010-05-15 | 1 | -0/+10 |
* | SystemZ really does mean "has calls" and not just "adjusts stack." Go ahead and | Bill Wendling | 2010-05-14 | 1 | -1/+3 |
* | Test case for r103800. | Devang Patel | 2010-05-14 | 1 | -0/+23 |
* | Fix so "int3" is correctly accepted, added "into" and fixed "int" with an | Kevin Enderby | 2010-05-14 | 1 | -0/+13 |
* | MC/Mach-O/x86_64: Darwin's special "signed_N" relocation types should only be | Daniel Dunbar | 2010-05-14 | 1 | -46/+52 |
* | Simplify the handling of physreg defs and uses in RegAllocFast. | Jakob Stoklund Olesen | 2010-05-14 | 1 | -1/+1 |
* | XFAIL the test I added with vg_leak, apparently it is the first and only llc | Daniel Dunbar | 2010-05-14 | 1 | -0/+1 |
* | Inline Asm: Ensure buffer is newline terminated to match how the text is prin... | Daniel Dunbar | 2010-05-14 | 1 | -0/+6 |
* | Add AsmParser support for darwin tbss directive. | Eric Christopher | 2010-05-14 | 1 | -0/+7 |
* | Actually run the test. Thanks Daniel Dunbar! | Nick Lewycky | 2010-05-13 | 1 | -1/+1 |
* | Add testcase for r103653. | Nick Lewycky | 2010-05-13 | 1 | -0/+28 |
* | MC/Mach-O: Add another zerofill test to improve coverage. | Daniel Dunbar | 2010-05-13 | 1 | -0/+109 |
* | Take allocation hints from copy instructions to/from physregs. | Jakob Stoklund Olesen | 2010-05-13 | 2 | -3/+3 |
* | fix rdar://7965971 and a fixme: use ParseIdentifier in | Chris Lattner | 2010-05-13 | 1 | -0/+4 |
* | reapply r103668 with a fix. Never make "minor syntax changes" | Chris Lattner | 2010-05-13 | 2 | -1/+7 |
* | revert r103668 for now, it is apparently breaking things. | Chris Lattner | 2010-05-12 | 2 | -7/+1 |
* | moffset forms of moves are x86-32 only, make the parser | Chris Lattner | 2010-05-12 | 2 | -1/+7 |
* | fix the encoding of the obscure "moffset" forms of moves, i386 | Chris Lattner | 2010-05-12 | 1 | -0/+7 |
* | Make sure to add kill flags to the last use of a virtreg when it is redefined. | Jakob Stoklund Olesen | 2010-05-12 | 1 | -0/+59 |
* | Test case for r103633. | Devang Patel | 2010-05-12 | 1 | -0/+17 |
* | Testcase for llvm 103572 (7898991). | Dale Johannesen | 2010-05-12 | 1 | -0/+31 |
* | MC/X86: Extend suffix matching hack to match 'q' suffix. | Daniel Dunbar | 2010-05-12 | 1 | -0/+4 |
* | MC/Mach-O/x86_64: Add a new hook for checking whether a particular section can | Daniel Dunbar | 2010-05-12 | 1 | -66/+128 |
* | Enable a bunch more -regalloc=fast tests | Jakob Stoklund Olesen | 2010-05-12 | 15 | -17/+38 |
* | MC/Mach-O/x86_64: Fix PCrel adjustment for x86_64, which was using the fixup | Daniel Dunbar | 2010-05-11 | 1 | -78/+90 |
* | Keep track of the last place a live virtreg was used. | Jakob Stoklund Olesen | 2010-05-11 | 3 | -0/+3 |
* | One more -regalloc=fast test | Jakob Stoklund Olesen | 2010-05-11 | 1 | -0/+1 |
* | Simplify the tracking of used physregs to a bulk bitor followed by a transitive | Jakob Stoklund Olesen | 2010-05-11 | 2 | -0/+2 |
* | Mostly rewrite RegAllocFast. | Jakob Stoklund Olesen | 2010-05-11 | 2 | -3/+4 |