Age | Commit message (Expand) | Author |
2010-04-06 | Fix PR6696 and PR6663 | Jim Grosbach |
2010-03-30 | Enable -sse-domain-fix by default. Now with tests! | Jakob Stoklund Olesen |
2010-03-30 | Revert "Enable -sse-domain-fix by default. What could possibly go wrong?" | Jakob Stoklund Olesen |
2010-03-30 | Enable -sse-domain-fix by default. What could possibly go wrong? | Jakob Stoklund Olesen |
2010-03-25 | Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain c... | Jakob Stoklund Olesen |
2010-03-23 | Revert "Add a late SSEDomainFix pass that twiddles SSE instructions to avoid ... | Jakob Stoklund Olesen |
2010-03-23 | Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain c... | Jakob Stoklund Olesen |
2010-03-20 | TargetRegistry: Fix create{AsmInfo,MCDisassembler} to return non-const objects. | Daniel Dunbar |
2010-02-21 | MC/X86: Add stub AsmBackend. | Daniel Dunbar |
2010-02-15 | Preliminary patch to improve dwarf EH generation - Hooks to return Personalit... | Anton Korobeynikov |
2010-02-14 | Drop winmcasminfo and use normal AT&T COFF for all windows targets. | Anton Korobeynikov |
2010-02-13 | rip out the 'heinous' x86 MCCodeEmitter implementation. | Chris Lattner |
2010-02-06 | Run codegen dce pass for all targets at all optimization levels. Previously it's | Evan Cheng |
2010-02-03 | stub out a new X86 encoder, which can be tried with | Chris Lattner |
2010-02-03 | rename createX86MCCodeEmitter to more accurately reflect what it creates. | Chris Lattner |
2010-02-02 | remove dead code. | Chris Lattner |
2010-02-02 | eliminate all the dead addSimpleCodeEmitter implementations. | Chris Lattner |
2010-01-19 | For aligned load/store instructions, it's only required to know whether a | Jim Grosbach |
2010-01-19 | Even more explanation. | Bill Wendling |
2010-01-18 | - Add getLSDAEncoding to the PowerPC backend. | Bill Wendling |
2010-01-18 | Add FIXME comment. | Bill Wendling |
2010-01-18 | - Add a comment to the callback indicating that it's *extremely* not a good | Bill Wendling |
2010-01-16 | Retrying r91337: | Bill Wendling |
2009-12-22 | Fixed library dependencies between the X86 disassembler and | Sean Callanan |
2009-12-21 | Fix setting and default setting of code model for jit. Do this | Eric Christopher |
2009-12-19 | Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit | Sean Callanan |
2009-12-02 | Factor the stack alignment calculations out into a target independent pass. | Jim Grosbach |
2009-11-16 | Make X86-64 in the Large model always emit 64-bit calls. | Jeffrey Yasskin |
2009-11-06 | Pass StringRef by value. | Daniel Dunbar |
2009-08-27 | llvm-mc/X86: Implement single instruction encoding interface for MC. | Daniel Dunbar |
2009-08-22 | rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin. | Chris Lattner |
2009-08-22 | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner |
2009-08-12 | Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple | Chris Lattner |
2009-08-11 | pass the TargetTriple down from each target ctor to the | Chris Lattner |
2009-08-04 | remove a random reference to subtarget. Even without this, we | Chris Lattner |
2009-08-03 | Unbreak Win64 CC. Step one: honour register save area, fix some alignment and... | Anton Korobeynikov |
2009-08-02 | Move most targets TargetMachine constructor to only taking a target triple. | Daniel Dunbar |
2009-08-02 | Normalize Subtarget constructors to take a target triple string instead of | Daniel Dunbar |
2009-07-28 | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner |
2009-07-25 | Add new helpers for registering targets. | Daniel Dunbar |
2009-07-18 | Put Target definitions inside Target specific header, and llvm namespace. | Daniel Dunbar |
2009-07-16 | Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLink | Daniel Dunbar |
2009-07-15 | Lift addAssemblyEmitter into LLVMTargetMachine. | Daniel Dunbar |
2009-07-15 | Lift DumpAsm / -print-emitted-asm functionality into LLVMTargetMachine. | Daniel Dunbar |
2009-07-15 | Remove old style hacks to register AsmPrinter into TargetMachine. | Daniel Dunbar |
2009-07-15 | Reapply TargetRegistry refactoring commits. | Daniel Dunbar |
2009-07-15 | Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai... | Stuart Hastings |
2009-07-15 | Replace large swaths of copy-n-paste code with obvious helper function... | Daniel Dunbar |
2009-07-15 | Kill off old (TargetMachine level, not Target level) match quality functions. | Daniel Dunbar |
2009-07-15 | Provide TargetMachine implementations with reference to Target they were created | Daniel Dunbar |