| Commit message (Expand) | Author | Age | Files | Lines |
* | rename X86ATTAsmPrinter.cpp -> X86AsmPrinter.cpp likewise the .h file. | Chris Lattner | 2009-09-20 | 1 | -154/+0 |
* | rename X86ATTAsmPrinter class -> X86AsmPrinter | Chris Lattner | 2009-09-20 | 1 | -2/+2 |
* | Add an intel syntax MCInstPrinter implementation. You can now | Chris Lattner | 2009-09-20 | 1 | -6/+0 |
* | split random COFF asmprinter state out to X86COFFMachineModuleInfo.h. | Chris Lattner | 2009-09-20 | 1 | -19/+0 |
* | Make a new X8632_MachoTargetObjectFile TLOF implementation whose | Chris Lattner | 2009-09-18 | 1 | -2/+3 |
* | move FnStubs/GVSTubs/HiddenGVStub handling out of the X86 asmprinter | Chris Lattner | 2009-09-16 | 1 | -5/+0 |
* | revert a hunk of r82018 that wasn't supposed to go in yet. | Chris Lattner | 2009-09-16 | 1 | -0/+5 |
* | add a new MachineModuleInfoMachO class, which is the per-module | Chris Lattner | 2009-09-16 | 1 | -5/+0 |
* | remove the AsmPrinter::printMCInst hook hack now that | Chris Lattner | 2009-09-16 | 1 | -2/+1 |
* | split MCInst printing out of the X86ATTInstPrinter | Chris Lattner | 2009-09-13 | 1 | -54/+2 |
* | split MachineInstr -> MCInst lowering into its own class (not | Chris Lattner | 2009-09-12 | 1 | -6/+2 |
* | remove the "old" at&t style asmprinter. Unfortunately, most of the | Chris Lattner | 2009-09-12 | 1 | -6/+0 |
* | switch HiddenGVStubs to be a DenseMap instead of a string map, mirroring FnSt... | Chris Lattner | 2009-09-11 | 1 | -2/+2 |
* | Fix a bug I introduced in FnStubs generation, switch GVStubs to be a | Chris Lattner | 2009-09-11 | 1 | -2/+3 |
* | change FnStubs from being a StringMap<std::string> to being a much | Chris Lattner | 2009-09-11 | 1 | -1/+2 |
* | rearrange some code, export a SmallString version of DecorateCygMingName. | Chris Lattner | 2009-09-11 | 1 | -0/+1 |
* | merge globaladdress symbol processing stuff into other stuff. Now | Chris Lattner | 2009-09-03 | 1 | -1/+1 |
* | Split the "operand -> symbol" logic from the "get offset and other munging | Chris Lattner | 2009-09-03 | 1 | -3/+4 |
* | implement lowering support for constant pool index operands, this gets a bunc... | Chris Lattner | 2009-09-03 | 1 | -1/+3 |
* | Added opaque 32-, 48-, and 80-bit memory operand types to the X86 | Sean Callanan | 2009-09-03 | 1 | -0/+9 |
* | split mcinst lowering stuff out to its own file. | Chris Lattner | 2009-09-02 | 1 | -1/+3 |
* | X86/exp-asm-printer: Lower MachineOperand::MO_JumpTableIndex to MCOperand. | Daniel Dunbar | 2009-08-31 | 1 | -0/+1 |
* | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 1 | -1/+1 |
* | add support for external symbols + X86::MOVPC32r. | Chris Lattner | 2009-08-16 | 1 | -0/+3 |
* | implement support for lowering references to global addresses. For example, ... | Chris Lattner | 2009-08-16 | 1 | -0/+2 |
* | Add virtual printMCInst method to AsmPrinter, as a quick way to expose the API | Daniel Dunbar | 2009-08-14 | 1 | -0/+2 |
* | make printInstruction return void since its result is omitted. Make the | Chris Lattner | 2009-08-08 | 1 | -2/+2 |
* | hoist MCContext/MCStreamer up to AsmPrinter since we're going to start creating | Chris Lattner | 2009-07-27 | 1 | -6/+0 |
* | make AsmPrinter::doFinalization iterate over the global variables | Chris Lattner | 2009-07-21 | 1 | -1/+1 |
* | Reapply TargetRegistry refactoring commits. | Daniel Dunbar | 2009-07-15 | 1 | -1/+1 |
* | Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai... | Stuart Hastings | 2009-07-15 | 1 | -1/+1 |
* | Register Target's TargetMachine and AsmPrinter in the new registry. | Daniel Dunbar | 2009-07-15 | 1 | -1/+1 |
* | rename decorateName -> DecorateCygMingName, make it assert if not | Chris Lattner | 2009-07-15 | 1 | -1/+1 |
* | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene | 2009-07-14 | 1 | -1/+1 |
* | Reapply my previous asmprinter changes now with more testing and two | Chris Lattner | 2009-07-14 | 1 | -2/+2 |
* | refactor symbol printing so the whole "mem" thing is handled in fewer places. | Chris Lattner | 2009-07-13 | 1 | -0/+1 |
* | make cygwin use its own stubs set, instead of overloading a darwin one. | Chris Lattner | 2009-07-09 | 1 | -1/+1 |
* | Remove unused AsmPrinter OptLevel argument, and propogate. | Daniel Dunbar | 2009-07-01 | 1 | -3/+2 |
* | Add 256-bit memory operand support. | David Greene | 2009-06-30 | 1 | -0/+6 |
* | Reimplement rip-relative addressing in the X86-64 backend. The new | Chris Lattner | 2009-06-27 | 1 | -4/+4 |
* | reimplement getPICLabelString as PrintPICBaseSymbol to eliminate std::string ... | Chris Lattner | 2009-06-24 | 1 | -0/+2 |
* | sink management of DwarfWriter & MachineModuleInfo into the AsmPrinter base c... | Chris Lattner | 2009-06-24 | 1 | -2/+1 |
* | inline print*Stub and rearrange function stub printing to more closely match | Chris Lattner | 2009-06-24 | 1 | -3/+0 |
* | remove now-dead argument. | Chris Lattner | 2009-06-24 | 1 | -1/+1 |
* | remove dead argument | Chris Lattner | 2009-06-24 | 1 | -1/+1 |
* | wire up support for MCContext/MCStreamer in -experimental-asm-printer mode. | Chris Lattner | 2009-06-24 | 1 | -0/+7 |
* | eliminate the "call" operand modifier from the asm descriptions, modeling | Chris Lattner | 2009-06-20 | 1 | -1/+3 |
* | implement support for lowering subregs when preparing to print | Chris Lattner | 2009-06-20 | 1 | -5/+3 |
* | Initialize MMI | Devang Patel | 2009-06-20 | 1 | -0/+1 |
* | stub out some hacky code for wiring up the new asmprinter interfaces | Chris Lattner | 2009-06-19 | 1 | -2/+50 |