| Commit message (Expand) | Author | Age | Files | Lines |
* | Add comment flags so AsmPrinter can output additional information when | David Greene | 2009-11-12 | 1 | -0/+8 |
* | Make printImplicitDef and printKill non-virtual, since they don't | Dan Gohman | 2009-11-06 | 1 | -2/+2 |
* | Print out an informative comment for KILL instructions. | Jakob Stoklund Olesen | 2009-11-04 | 1 | -2/+4 |
* | Initial target-independent CodeGen support for BlockAddresses. | Dan Gohman | 2009-10-30 | 1 | -0/+7 |
* | Update processDebugLoc() so that it can be used to process debug info before ... | Devang Patel | 2009-10-06 | 1 | -3/+3 |
* | Use MachineInstr as an processDebugLoc() argument. | Devang Patel | 2009-09-30 | 1 | -1/+1 |
* | Add a new virtual EmitStartOfAsmFile method to the AsmPrinter and use this | Bob Wilson | 2009-09-30 | 1 | -0/+4 |
* | add a new hook to allow targets to splat stuff at the end of the file. | Chris Lattner | 2009-09-18 | 1 | -0/+4 |
* | move FnStubs/GVSTubs/HiddenGVStub handling out of the X86 asmprinter | Chris Lattner | 2009-09-16 | 1 | -1/+2 |
* | remove the AsmPrinter::printMCInst hook hack now that | Chris Lattner | 2009-09-16 | 1 | -6/+0 |
* | inline AsmPrinter::getCurrentFunctionEHName into its only caller. | Chris Lattner | 2009-09-16 | 1 | -4/+0 |
* | remove a dead bool. | Chris Lattner | 2009-09-16 | 1 | -5/+0 |
* | Eliminate AsmPrinter::EmitExternalGlobal, inlining its (now) | Chris Lattner | 2009-09-16 | 1 | -4/+0 |
* | eliminate the horrid AsmPrinter::getGlobalLinkName method, inlining | Chris Lattner | 2009-09-16 | 1 | -6/+0 |
* | PIC16 does allow colon after MBB labels, simplify EmitBasicBlockStart. | Chris Lattner | 2009-09-14 | 1 | -2/+1 |
* | replace printBasicBlockLabel with EmitBasicBlockStart, | Chris Lattner | 2009-09-13 | 1 | -6/+5 |
* | devirtualize AsmPrinter::printBasicBlockLabel since it is never overridden. | Chris Lattner | 2009-09-12 | 1 | -7/+12 |
* | remove DebugLoc from MCInst and eliminate "Comment printing" from | Chris Lattner | 2009-09-09 | 1 | -2/+0 |
* | Clean up LSDA name generation and use for SJLJ exception handling. This | Jim Grosbach | 2009-09-01 | 1 | -4/+4 |
* | Nuke moribund "std::string" version of EOL(..., Encoding). | Bill Wendling | 2009-08-30 | 1 | -1/+0 |
* | Add a form of EOL which emits the text version of a DWARF format encoding. This | Bill Wendling | 2009-08-29 | 1 | -1/+3 |
* | Revert accidental commit. | Bill Wendling | 2009-08-27 | 1 | -2/+0 |
* | --- Reverse-merging r80147 into '.': | Bill Wendling | 2009-08-27 | 1 | -0/+2 |
* | rename TAI -> MAI, being careful not to make MAILJMP instructions :) | Chris Lattner | 2009-08-22 | 1 | -1/+1 |
* | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 1 | -3/+3 |
* | ExuberantAsm is no more. | Chris Lattner | 2009-08-19 | 1 | -1/+1 |
* | eliminate AsmPrinter::SwitchToSection and just have clients | Chris Lattner | 2009-08-19 | 1 | -4/+0 |
* | Make various changes suggested by Chris. | David Greene | 2009-08-18 | 1 | -5/+8 |
* | Make AsmStreamer maintain a notion of the current section, pushing it up from... | Chris Lattner | 2009-08-18 | 1 | -5/+1 |
* | Add virtual printMCInst method to AsmPrinter, as a quick way to expose the API | Daniel Dunbar | 2009-08-14 | 1 | -0/+6 |
* | Add support for printing loop structure information in asm comments. | David Greene | 2009-08-10 | 1 | -0/+19 |
* | remove a bunch of now-dead crud from the asmprinter and TAI interfaces. | Chris Lattner | 2009-08-07 | 1 | -13/+0 |
* | Fix some column padding bugs, reorganize things as suggested by Chris | David Greene | 2009-08-05 | 1 | -0/+6 |
* | eliminate CurrentSection, rename CurrentSection_ -> CurrentSection, make it p... | Chris Lattner | 2009-08-03 | 1 | -8/+7 |
* | Kill off SwitchToDataSection and SwitchToTextSection, woo. | Chris Lattner | 2009-08-03 | 1 | -28/+0 |
* | make getObjFileLowering() return a non-const reference. | Chris Lattner | 2009-08-03 | 1 | -1/+1 |
* | Simplify operand padding by keying off tabs in the asm stream. If | David Greene | 2009-07-31 | 1 | -2/+8 |
* | switch off of 'Section' onto MCSection. We're not properly using | Chris Lattner | 2009-07-31 | 1 | -3/+3 |
* | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner | 2009-07-28 | 1 | -0/+4 |
* | hoist MCContext/MCStreamer up to AsmPrinter since we're going to start creating | Chris Lattner | 2009-07-27 | 1 | -0/+13 |
* | simplify #includes. | Chris Lattner | 2009-07-27 | 1 | -3/+1 |
* | Put comment printing under asm-verbose. | David Greene | 2009-07-22 | 1 | -1/+1 |
* | make AsmPrinter::doFinalization iterate over the global variables | Chris Lattner | 2009-07-21 | 1 | -0/+5 |
* | remove AsmPrinter::findGlobalValue, just use Value::stripPointerCasts instead. | Chris Lattner | 2009-07-17 | 1 | -1/+0 |
* | Untangle a snarl that I discovered when updating the mangler, | Chris Lattner | 2009-07-17 | 1 | -4/+2 |
* | Get rid of postInstructionAction and call EmitComments directly. | David Greene | 2009-07-15 | 1 | -19/+5 |
* | remove printSuffixedName. | Chris Lattner | 2009-07-15 | 1 | -7/+0 |
* | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene | 2009-07-14 | 1 | -3/+3 |
* | Do not use Mangler to remove '1' from linkage name. | Devang Patel | 2009-07-14 | 1 | -4/+0 |
* | Use AsmPrinter's Mangler to remove leading '1' from linkage names. | Devang Patel | 2009-07-13 | 1 | -1/+5 |