| Commit message (Expand) | Author | Age | Files | Lines |
* | now that MCSymbol::print doesn't use it's MAI argument, we can | Chris Lattner | 2010-01-17 | 1 | -50/+28 |
* | now that mangler is in libtarget, it can use MCAsmInfo instead of clients | Chris Lattner | 2010-01-17 | 1 | -2/+1 |
* | Switch some functions to take Twines, eliminate uses of StringExtras.h. | Benjamin Kramer | 2010-01-17 | 1 | -23/+10 |
* | move the mangler into libtarget from vmcore. | Chris Lattner | 2010-01-16 | 1 | -2/+2 |
* | unbreak the build. | Chris Lattner | 2010-01-16 | 1 | -6/+0 |
* | rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase, | Chris Lattner | 2010-01-16 | 1 | -5/+6 |
* | eliminate uses of getMangledName from AsmPrinter.cpp, last up is | Chris Lattner | 2010-01-16 | 1 | -5/+9 |
* | Replace DebugLocTuple with DILocation. | Devang Patel | 2010-01-16 | 1 | -12/+12 |
* | fix inverted conditional | Chris Lattner | 2010-01-16 | 1 | -1/+1 |
* | CurrentFnName is now dead, remove it. | Chris Lattner | 2010-01-16 | 1 | -2/+1 |
* | remove the string form of printVisibility. | Chris Lattner | 2010-01-16 | 1 | -20/+18 |
* | supplement CurrentFnName with CurrentFnSym, which will eventually | Chris Lattner | 2010-01-15 | 1 | -0/+1 |
* | add a version of AsmPrinter::printVisibility that takes an MCSymbol. | Chris Lattner | 2010-01-15 | 1 | -0/+17 |
* | add another helper | Chris Lattner | 2010-01-15 | 1 | -0/+11 |
* | add a AsmPrinter::GetGlobalValueSymbol and GetExternalSymbolSymbol | Chris Lattner | 2010-01-15 | 1 | -0/+16 |
* | Fix a comment. | Dale Johannesen | 2010-01-14 | 1 | -1/+1 |
* | remove uses of deprecated functions, this generates slightly | Chris Lattner | 2010-01-13 | 1 | -6/+7 |
* | use the new form of getNameWithPrefix, not makeNameProper. | Chris Lattner | 2010-01-13 | 1 | -1/+1 |
* | change Mangler::makeNameProper to return its result in a SmallVector | Chris Lattner | 2010-01-13 | 1 | -7/+8 |
* | fix assert in AsmPrinter::EmitGlobalConstantLargeInt to match reality. | Chris Lattner | 2010-01-13 | 1 | -2/+1 |
* | reduce nesting and code duplication in AsmPrinter::EmitGlobalConstantLargeInt. | Chris Lattner | 2010-01-13 | 1 | -31/+26 |
* | reduce indentation and add a fast-path to EmitGlobalConstant for 8-byte | Chris Lattner | 2010-01-13 | 1 | -5/+22 |
* | reduce indentation and use early exits in AsmPrinter::EmitConstantValueOnly | Chris Lattner | 2010-01-13 | 1 | -107/+122 |
* | fix PR5930, allowing the asmprinter to emit difference between | Chris Lattner | 2010-01-03 | 1 | -2/+8 |
* | Remove dead store. | Bill Wendling | 2009-12-25 | 1 | -1/+0 |
* | Fix a bunch of little errors that Clang complains about when its being pedantic | Douglas Gregor | 2009-12-19 | 1 | -1/+1 |
* | Print newlines after printing labels for debug info, so that the output | Dan Gohman | 2009-12-05 | 1 | -0/+1 |
* | Fix this code to use DIScope instead of DICompileUnit, as in r90181. | Dan Gohman | 2009-12-05 | 1 | -8/+9 |
* | Print a space between the comment character and the text. | Dan Gohman | 2009-12-04 | 1 | -4/+6 |
* | Use new interfaces to print spill size. | David Greene | 2009-12-04 | 1 | -6/+9 |
* | Use StringRef instead of std::string in DIEString. | Devang Patel | 2009-11-24 | 1 | -1/+1 |
* | Target-independent support for TargetFlags on BlockAddress operands, | Dan Gohman | 2009-11-20 | 1 | -4/+7 |
* | Support spill comments. | David Greene | 2009-11-16 | 1 | -0/+52 |
* | revert 88761 as it fails builds. | Sanjiv Gupta | 2009-11-14 | 1 | -1/+1 |
* | Fix debug info crashes for PIC16. | Sanjiv Gupta | 2009-11-14 | 1 | -1/+1 |
* | Use .data() instead of .c_str() when nul-termination is not needed. | Dan Gohman | 2009-11-13 | 1 | -1/+1 |
* | Move DebugInfo checks into EmitComments and remove them from | David Greene | 2009-11-13 | 1 | -15/+23 |
* | Implement support to debug inlined functions. | Devang Patel | 2009-11-10 | 1 | -19/+18 |
* | Fix comment typos. | Bob Wilson | 2009-11-06 | 1 | -3/+3 |
* | Factor out the printing of the leading tab into printInlineAsm. | Dan Gohman | 2009-11-06 | 1 | -0/+2 |
* | Fix the label name generation for address-taken labels to avoid potential | Dan Gohman | 2009-11-05 | 1 | -6/+10 |
* | Print out an informative comment for KILL instructions. | Jakob Stoklund Olesen | 2009-11-04 | 1 | -0/+11 |
* | Fix a missing newline in the dwarf output code. | Dan Gohman | 2009-10-31 | 1 | -0/+1 |
* | Add support for BlockAddress static initializers. | Dan Gohman | 2009-10-30 | 1 | -0/+2 |
* | Add a FIXME comment. | Dan Gohman | 2009-10-30 | 1 | -0/+2 |
* | Add some comments. | Dan Gohman | 2009-10-30 | 1 | -0/+8 |
* | Initial target-independent CodeGen support for BlockAddresses. | Dan Gohman | 2009-10-30 | 1 | -0/+27 |
* | s/DebugLoc.CompileUnit/DebugLoc.Scope/g | Devang Patel | 2009-10-13 | 1 | -5/+6 |
* | Add support to handle debug info attached to an instruction. | Devang Patel | 2009-10-06 | 1 | -5/+11 |
* | Instead of printing unnecessary basic block labels as labels in | Dan Gohman | 2009-10-06 | 1 | -2/+10 |