| Commit message (Expand) | Author | Age | Files | Lines |
* | Use rip-rel addressing on win64 by default. For this we just | Anton Korobeynikov | 2010-08-21 | 1 | -14/+18 |
* | Hookup ELF support for X86. | Matt Fleming | 2010-08-16 | 1 | -2/+1 |
* | Print an error message when someone tries -integrated-as on an unsupported ta... | Benjamin Kramer | 2010-08-04 | 1 | -1/+7 |
* | Add relax all support to the COFF object streamer. | Michael J. Spencer | 2010-07-31 | 1 | -1/+1 |
* | Make MC use Windows COFF on Windows and add tests. | Michael J. Spencer | 2010-07-27 | 1 | -0/+2 |
* | Remove the X86::FP_REG_KILL pseudo-instruction and the X86FloatingPointRegKill | Jakob Stoklund Olesen | 2010-07-16 | 1 | -8/+0 |
* | Allow x87 FP registers to be alive globally in a function. | Jakob Stoklund Olesen | 2010-07-16 | 1 | -1/+6 |
* | Reapply bottom-up fast-isel, with several fixes for x86-32: | Dan Gohman | 2010-07-10 | 1 | -0/+4 |
* | Reapply r107655 with fixes; insert the pseudo instruction into | Dan Gohman | 2010-07-06 | 1 | -3/+3 |
* | Revert r107655. | Dan Gohman | 2010-07-06 | 1 | -3/+3 |
* | Fix a bunch of custom-inserter functions to handle the case where | Dan Gohman | 2010-07-06 | 1 | -3/+3 |
* | Currently, createMachOStreamer() is invoked directly in llvm-mc which | Matt Fleming | 2010-05-21 | 1 | -0/+20 |
* | Implement a bunch more TargetSelectionDAGInfo infrastructure. | Dan Gohman | 2010-05-11 | 1 | -1/+2 |
* | Revert 102941, we're going to do this via attr and can just | Eric Christopher | 2010-05-05 | 1 | -8/+1 |
* | Add an option, defaulting to off, to disable the sse domain crossing opts. | Eric Christopher | 2010-05-03 | 1 | -1/+8 |
* | Trim include. | Evan Cheng | 2010-04-21 | 1 | -1/+0 |
* | Fix PR6696 and PR6663 | Jim Grosbach | 2010-04-06 | 1 | -0/+1 |
* | Enable -sse-domain-fix by default. Now with tests! | Jakob Stoklund Olesen | 2010-03-30 | 1 | -6/+1 |
* | Revert "Enable -sse-domain-fix by default. What could possibly go wrong?" | Jakob Stoklund Olesen | 2010-03-30 | 1 | -1/+6 |
* | Enable -sse-domain-fix by default. What could possibly go wrong? | Jakob Stoklund Olesen | 2010-03-30 | 1 | -6/+1 |
* | Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain c... | Jakob Stoklund Olesen | 2010-03-25 | 1 | -0/+15 |
* | Revert "Add a late SSEDomainFix pass that twiddles SSE instructions to avoid ... | Jakob Stoklund Olesen | 2010-03-23 | 1 | -15/+0 |
* | Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain c... | Jakob Stoklund Olesen | 2010-03-23 | 1 | -0/+15 |
* | TargetRegistry: Fix create{AsmInfo,MCDisassembler} to return non-const objects. | Daniel Dunbar | 2010-03-20 | 1 | -1/+1 |
* | MC/X86: Add stub AsmBackend. | Daniel Dunbar | 2010-02-21 | 1 | -0/+6 |
* | Preliminary patch to improve dwarf EH generation - Hooks to return Personalit... | Anton Korobeynikov | 2010-02-15 | 1 | -29/+0 |
* | Drop winmcasminfo and use normal AT&T COFF for all windows targets. | Anton Korobeynikov | 2010-02-14 | 1 | -2/+1 |
* | rip out the 'heinous' x86 MCCodeEmitter implementation. | Chris Lattner | 2010-02-13 | 1 | -3/+2 |
* | Run codegen dce pass for all targets at all optimization levels. Previously it's | Evan Cheng | 2010-02-06 | 1 | -4/+0 |
* | stub out a new X86 encoder, which can be tried with | Chris Lattner | 2010-02-03 | 1 | -0/+1 |
* | rename createX86MCCodeEmitter to more accurately reflect what it creates. | Chris Lattner | 2010-02-03 | 1 | -2/+4 |
* | remove dead code. | Chris Lattner | 2010-02-02 | 1 | -23/+0 |
* | eliminate all the dead addSimpleCodeEmitter implementations. | Chris Lattner | 2010-02-02 | 1 | -21/+0 |
* | For aligned load/store instructions, it's only required to know whether a | Jim Grosbach | 2010-01-19 | 1 | -3/+0 |
* | Even more explanation. | Bill Wendling | 2010-01-19 | 1 | -0/+12 |
* | - Add getLSDAEncoding to the PowerPC backend. | Bill Wendling | 2010-01-18 | 1 | -1/+8 |
* | Add FIXME comment. | Bill Wendling | 2010-01-18 | 1 | -0/+3 |
* | - Add a comment to the callback indicating that it's *extremely* not a good | Bill Wendling | 2010-01-18 | 1 | -2/+2 |
* | Retrying r91337: | Bill Wendling | 2010-01-16 | 1 | -0/+7 |
* | Fixed library dependencies between the X86 disassembler and | Sean Callanan | 2009-12-22 | 1 | -4/+0 |
* | Fix setting and default setting of code model for jit. Do this | Eric Christopher | 2009-12-21 | 1 | -11/+20 |
* | Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit | Sean Callanan | 2009-12-19 | 1 | -0/+4 |
* | Factor the stack alignment calculations out into a target independent pass. | Jim Grosbach | 2009-12-02 | 1 | -1/+1 |
* | Make X86-64 in the Large model always emit 64-bit calls. | Jeffrey Yasskin | 2009-11-16 | 1 | -14/+2 |
* | Pass StringRef by value. | Daniel Dunbar | 2009-11-06 | 1 | -2/+1 |
* | llvm-mc/X86: Implement single instruction encoding interface for MC. | Daniel Dunbar | 2009-08-27 | 1 | -0/+4 |
* | rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin. | Chris Lattner | 2009-08-22 | 1 | -2/+2 |
* | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 1 | -8/+8 |
* | Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple | Chris Lattner | 2009-08-12 | 1 | -14/+21 |
* | pass the TargetTriple down from each target ctor to the | Chris Lattner | 2009-08-11 | 1 | -1/+1 |