| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for the --noexecstack option. | Rafael Espindola | 2011-01-23 | 1 | -1/+2 |
* | Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a... | Anton Korobeynikov | 2011-01-10 | 1 | -1/+1 |
* | Wire up primitive support in the assembler backend for writing .o files | Chris Lattner | 2010-11-15 | 1 | -0/+24 |
* | Implement a basic MCCodeEmitter for PPC. This doesn't handle | Chris Lattner | 2010-11-15 | 1 | -0/+4 |
* | First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou... | Anton Korobeynikov | 2010-11-15 | 1 | -1/+1 |
* | Implement a bunch more TargetSelectionDAGInfo infrastructure. | Dan Gohman | 2010-05-11 | 1 | -1/+2 |
* | TargetRegistry: Fix create{AsmInfo,MCDisassembler} to return non-const objects. | Daniel Dunbar | 2010-03-20 | 1 | -1/+1 |
* | Preliminary patch to improve dwarf EH generation - Hooks to return Personalit... | Anton Korobeynikov | 2010-02-15 | 1 | -29/+0 |
* | remove dead code. | Chris Lattner | 2010-02-02 | 1 | -54/+0 |
* | eliminate all the dead addSimpleCodeEmitter implementations. | Chris Lattner | 2010-02-02 | 1 | -24/+0 |
* | remove PPCMachOWriterInfo. | Chris Lattner | 2010-02-02 | 1 | -1/+1 |
* | Even more explanation. | Bill Wendling | 2010-01-19 | 1 | -0/+12 |
* | - Add getLSDAEncoding to the PowerPC backend. | Bill Wendling | 2010-01-18 | 1 | -1/+16 |
* | Pass StringRef by value. | Daniel Dunbar | 2009-11-06 | 1 | -2/+1 |
* | rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin. | Chris Lattner | 2009-08-22 | 1 | -1/+1 |
* | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 1 | -6/+6 |
* | Revert 78892 and 78895, these break generating working executables on | Daniel Dunbar | 2009-08-13 | 1 | -2/+3 |
* | fix a minor fixme. When building with SL and later tools, the ".eh" symbols | Chris Lattner | 2009-08-13 | 1 | -3/+2 |
* | Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple | Chris Lattner | 2009-08-12 | 1 | -5/+13 |
* | second half of commit. | Chris Lattner | 2009-08-11 | 1 | -2/+2 |
* | pass the TargetTriple down from each target ctor to the | Chris Lattner | 2009-08-11 | 1 | -4/+3 |
* | Move most targets TargetMachine constructor to only taking a target triple. | Daniel Dunbar | 2009-08-02 | 1 | -7/+6 |
* | Normalize Subtarget constructors to take a target triple string instead of | Daniel Dunbar | 2009-08-02 | 1 | -1/+1 |
* | Add new helpers for registering targets. | Daniel Dunbar | 2009-07-25 | 1 | -10/+6 |
* | Put Target definitions inside Target specific header, and llvm namespace. | Daniel Dunbar | 2009-07-18 | 1 | -2/+0 |
* | Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLink | Daniel Dunbar | 2009-07-16 | 1 | -8/+0 |
* | Lift addAssemblyEmitter into LLVMTargetMachine. | Daniel Dunbar | 2009-07-15 | 1 | -11/+0 |
* | Lift DumpAsm / -print-emitted-asm functionality into LLVMTargetMachine. | Daniel Dunbar | 2009-07-15 | 1 | -21/+3 |
* | Remove old style hacks to register AsmPrinter into TargetMachine. | Daniel Dunbar | 2009-07-15 | 1 | -7/+4 |
* | Reapply TargetRegistry refactoring commits. | Daniel Dunbar | 2009-07-15 | 1 | -60/+15 |
* | Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai... | Stuart Hastings | 2009-07-15 | 1 | -15/+60 |
* | Replace large swaths of copy-n-paste code with obvious helper function... | Daniel Dunbar | 2009-07-15 | 1 | -30/+12 |
* | Kill off old (TargetMachine level, not Target level) match quality functions. | Daniel Dunbar | 2009-07-15 | 1 | -51/+0 |
* | Provide TargetMachine implementations with reference to Target they were created | Daniel Dunbar | 2009-07-15 | 1 | -7/+10 |
* | Register Target's TargetMachine and AsmPrinter in the new registry. | Daniel Dunbar | 2009-07-15 | 1 | -2/+5 |
* | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene | 2009-07-14 | 1 | -8/+8 |
* | Add the Object Code Emitter class. Original patch by Aaron Gray, I did some | Bruno Cardoso Lopes | 2009-07-06 | 1 | -0/+48 |
* | Remove unused AsmPrinter OptLevel argument, and propogate. | Daniel Dunbar | 2009-07-01 | 1 | -5/+5 |
* | Provide InitializeAllTargets and InitializeNativeTarget functions in the | Bob Wilson | 2009-06-23 | 1 | -4/+2 |
* | Introduce new headers whose inclusion forces linking and | Douglas Gregor | 2009-06-16 | 1 | -0/+5 |
* | Fix new CodeEmitter stuff to follow LLVM codying style. Patch by Aaron Gray | Bruno Cardoso Lopes | 2009-06-01 | 1 | -2/+4 |
* | First patch in the direction of splitting MachineCodeEmitter in two subclasses: | Bruno Cardoso Lopes | 2009-05-30 | 1 | -0/+47 |
* | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling | 2009-04-29 | 1 | -6/+9 |
* | Second attempt: | Bill Wendling | 2009-04-29 | 1 | -9/+11 |
* | r70270 isn't ready yet. Back this out. Sorry for the noise. | Bill Wendling | 2009-04-28 | 1 | -11/+9 |
* | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling | 2009-04-28 | 1 | -9/+11 |
* | CodeGen still defaults to non-verbose asm, but llc now overrides it and defau... | Evan Cheng | 2009-03-25 | 1 | -4/+4 |
* | Overhaul my earlier submission due to feedback. It's a large patch, but most of | Bill Wendling | 2009-02-24 | 1 | -3/+3 |
* | Adds extern "C" ints to the .cpp files that use RegisterTarget, as | Oscar Fuentes | 2008-11-15 | 1 | -0/+8 |
* | Fix command-line option printing to print two spaces where needed, | Dan Gohman | 2008-10-14 | 1 | -2/+2 |