Age | Commit message (Expand) | Author |
2011-08-24 | Move TargetRegistry and TargetSelect from Target to Support where they belong. | Evan Cheng |
2011-07-25 | Refactor PPC target to separate MC routines from Target routines. | Evan Cheng |
2011-07-20 | - Move CodeModel from a TargetMachine global option to MCCodeGenInfo. | Evan Cheng |
2011-07-19 | Introduce MCCodeGenInfo, which keeps information that can affect codegen | Evan Cheng |
2011-07-14 | Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge... | Evan Cheng |
2011-07-08 | Eliminate asm parser's dependency on TargetMachine: | Evan Cheng |
2011-06-30 | Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to | Evan Cheng |
2011-04-19 | ADT/Triple: Move a variety of clients to using isOSDarwin() and isOSWindows() | Daniel Dunbar |
2011-01-23 | Add support for the --noexecstack option. | Rafael Espindola |
2011-01-10 | Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a... | Anton Korobeynikov |
2010-11-15 | Wire up primitive support in the assembler backend for writing .o files | Chris Lattner |
2010-11-15 | Implement a basic MCCodeEmitter for PPC. This doesn't handle | Chris Lattner |
2010-11-15 | First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou... | Anton Korobeynikov |
2010-05-11 | Implement a bunch more TargetSelectionDAGInfo infrastructure. | Dan Gohman |
2010-03-20 | TargetRegistry: Fix create{AsmInfo,MCDisassembler} to return non-const objects. | Daniel Dunbar |
2010-02-15 | Preliminary patch to improve dwarf EH generation - Hooks to return Personalit... | Anton Korobeynikov |
2010-02-02 | remove dead code. | Chris Lattner |
2010-02-02 | eliminate all the dead addSimpleCodeEmitter implementations. | Chris Lattner |
2010-02-02 | remove PPCMachOWriterInfo. | Chris Lattner |
2010-01-19 | Even more explanation. | Bill Wendling |
2010-01-18 | - Add getLSDAEncoding to the PowerPC backend. | Bill Wendling |
2009-11-06 | Pass StringRef by value. | 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-13 | Revert 78892 and 78895, these break generating working executables on | Daniel Dunbar |
2009-08-13 | fix a minor fixme. When building with SL and later tools, the ".eh" symbols | Chris Lattner |
2009-08-12 | Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple | Chris Lattner |
2009-08-11 | second half of commit. | Chris Lattner |
2009-08-11 | pass the TargetTriple down from each target ctor to the | Chris Lattner |
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-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 |
2009-07-15 | Register Target's TargetMachine and AsmPrinter in the new registry. | Daniel Dunbar |
2009-07-14 | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene |
2009-07-06 | Add the Object Code Emitter class. Original patch by Aaron Gray, I did some | Bruno Cardoso Lopes |
2009-07-01 | Remove unused AsmPrinter OptLevel argument, and propogate. | Daniel Dunbar |
2009-06-23 | Provide InitializeAllTargets and InitializeNativeTarget functions in the | Bob Wilson |
2009-06-16 | Introduce new headers whose inclusion forces linking and | Douglas Gregor |
2009-06-01 | Fix new CodeEmitter stuff to follow LLVM codying style. Patch by Aaron Gray | Bruno Cardoso Lopes |
2009-05-30 | First patch in the direction of splitting MachineCodeEmitter in two subclasses: | Bruno Cardoso Lopes |