| Commit message (Expand) | Author | Age | Files | Lines |
* | If a instruction belongs to another function (and not current function) as pe... | Devang Patel | 2010-01-20 | 1 | -4/+12 |
* | simplify the rest of fp constant printing. | Chris Lattner | 2010-01-19 | 1 | -108/+34 |
* | simplify the code for printing x86 long double, don't do work | Chris Lattner | 2010-01-19 | 1 | -75/+22 |
* | eliminate AsmPrinter::EmitZeros: just use MCStreamer directly. | Chris Lattner | 2010-01-19 | 1 | -11/+4 |
* | Generalize mcasmstreamer data emission APIs to take an address space | Chris Lattner | 2010-01-19 | 1 | -13/+7 |
* | refactor code to be static functions instead of methods on AsmPrinter. | Chris Lattner | 2010-01-19 | 1 | -47/+39 |
* | mcstreamerize AsmPrinter::EmitZeros, at least when emitting to the | Chris Lattner | 2010-01-19 | 1 | -8/+6 |
* | remove MAI::ZeroDirectiveSuffix, which is only used by MASM, | Chris Lattner | 2010-01-19 | 1 | -10/+6 |
* | mcstreamer'ize the rest of EmitGlobalVariable that is used on | Chris Lattner | 2010-01-19 | 1 | -6/+8 |
* | stop using the .lcomm pseudoop on darwin, instead, directly use the | Chris Lattner | 2010-01-19 | 1 | -9/+22 |
* | MDNodes are not expected to disappear or replaced by another MDNode, so there... | Devang Patel | 2010-01-19 | 2 | -15/+16 |
* | Avoid including DebugInfo.h in AsmPrinter.h | Devang Patel | 2010-01-19 | 1 | -2/+2 |
* | mc'ize some stuff, don't comment out .lcomm directive in -fverbose-asm mode. | Chris Lattner | 2010-01-19 | 1 | -7/+4 |
* | factor this code better. | Chris Lattner | 2010-01-19 | 1 | -21/+13 |
* | Now that we have everything nicely factored (e.g. asmprinter is not | Chris Lattner | 2010-01-19 | 1 | -2/+122 |
* | hoist handling of external globals and special globals up to common code. | Chris Lattner | 2010-01-19 | 1 | -1/+15 |
* | move production of .reference directives for static ctor/dtor list on | Chris Lattner | 2010-01-19 | 1 | -0/+8 |
* | Revert accident check-in from r93165. | Devang Patel | 2010-01-19 | 1 | -8/+6 |
* | - Add a comment to the callback indicating that it's *extremely* not a good | Bill Wendling | 2010-01-18 | 1 | -1/+1 |
* | remove the MAI argument to MCExpr::print and switch overthing to use << when ... | Chris Lattner | 2010-01-18 | 1 | -2/+1 |
* | now that MCSymbol::print doesn't use it's MAI argument, we can | Chris Lattner | 2010-01-17 | 3 | -79/+41 |
* | 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 | 4 | -36/+16 |
* | move the mangler into libtarget from vmcore. | Chris Lattner | 2010-01-16 | 3 | -4/+4 |
* | unbreak the build. | Chris Lattner | 2010-01-16 | 1 | -6/+0 |
* | Change DIEObjectLabel to take an MCSymbol instead of std::string. | Chris Lattner | 2010-01-16 | 6 | -10/+23 |
* | rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase, | Chris Lattner | 2010-01-16 | 3 | -26/+45 |
* | eliminate uses of getMangledName from AsmPrinter.cpp, last up is | Chris Lattner | 2010-01-16 | 1 | -5/+9 |
* | No need to use WeakVH here. | Devang Patel | 2010-01-16 | 1 | -2/+1 |
* | Replace DebugLocTuple with DILocation. | Devang Patel | 2010-01-16 | 2 | -24/+30 |
* | Retrying r91337: | Bill Wendling | 2010-01-16 | 1 | -8/+19 |
* | 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 |
* | Add FIXME. | Devang Patel | 2010-01-15 | 1 | -0/+1 |
* | Do not use AT_specification die for static variables. It confuses gdb. | Devang Patel | 2010-01-15 | 1 | -3/+6 |
* | Do not emit multiple AT_container_type attributes. | Devang Patel | 2010-01-15 | 1 | -1/+2 |
* | 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 |
* | s/NextValueNo/NextMDValueNo while processing metadata. | Devang Patel | 2010-01-11 | 1 | -7/+8 |