Age | Commit message (Expand) | Author |
2010-01-18 | - Add getLSDAEncoding to the PowerPC backend. | Bill Wendling |
2010-01-18 | Added a newline at the end of SMLoc.h | Sean Callanan |
2010-01-18 | Changed the comment in the file header for SMLoc | Sean Callanan |
2010-01-18 | Split SMLoc out in its own header so that it can | Sean Callanan |
2010-01-18 | Make findDbgDeclare/findDbgGlobalDeclare local static functions; avoid Elts a... | Victor Hernandez |
2010-01-18 | - Add a comment to the callback indicating that it's *extremely* not a good | Bill Wendling |
2010-01-18 | Unnamed symbol index should be >= 1. This was lost during the mangler refacto... | Benjamin Kramer |
2010-01-18 | switch x86 zerofill emission over to use MCStreamer. | Chris Lattner |
2010-01-18 | Change CurrentFnSym to be a non-const pointer since asmprinter mutates it | Chris Lattner |
2010-01-18 | remove the MAI argument to MCExpr::print and switch overthing to use << when ... | Chris Lattner |
2010-01-17 | now that MCSymbol::print doesn't use it's MAI argument, we can | Chris Lattner |
2010-01-17 | stop the CBE from using Mangler::appendMangledName, which is a private functi... | Chris Lattner |
2010-01-17 | fix uninit member, thanks to Benjamin Kramer for identifying the bug. | Chris Lattner |
2010-01-17 | Get MCSymbol out of the mangling business, and move all the logic | Chris Lattner |
2010-01-17 | now that mangler is in libtarget, it can use MCAsmInfo instead of clients | Chris Lattner |
2010-01-17 | Switch some functions to take Twines, eliminate uses of StringExtras.h. | Benjamin Kramer |
2010-01-16 | move the mangler into libtarget from vmcore. | Chris Lattner |
2010-01-16 | fix a warning. | Chris Lattner |
2010-01-16 | this doesn't need to suck in Mangler. | Chris Lattner |
2010-01-16 | reapply the mangler gutting patch. | Chris Lattner |
2010-01-16 | Revert 93648. | Rafael Espindola |
2010-01-16 | Mangler::getMangledName is now dead, remove it and all the other stuff in Man... | Chris Lattner |
2010-01-16 | rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase, | Chris Lattner |
2010-01-16 | switch liblto to use the new getNameWithPrefix() method instead of getMangled... | Chris Lattner |
2010-01-16 | add an inefficient version of getNameWithPrefix that returns an std::string. | Chris Lattner |
2010-01-16 | Revive dead assert. | Benjamin Kramer |
2010-01-16 | Fix PR6047 | Tobias Grosser |
2010-01-16 | Create Generic DOTGraphTraits Printer/Viewer | Tobias Grosser |
2010-01-16 | Replace DebugLocTuple with DILocation. | Devang Patel |
2010-01-16 | Retrying r91337: | Bill Wendling |
2010-01-16 | CurrentFnName is now dead, remove it. | Chris Lattner |
2010-01-16 | remove the string form of printVisibility. | Chris Lattner |
2010-01-16 | Temporarily revert r93581. It was causing failures in the ExecutionEngine tests | Bill Wendling |
2010-01-15 | supplement CurrentFnName with CurrentFnSym, which will eventually | Chris Lattner |
2010-01-15 | add a version of AsmPrinter::printVisibility that takes an MCSymbol. | Chris Lattner |
2010-01-15 | BumpPtrAllocator: Have the DefaultSlabAllocator created at runtime, not initi... | Ted Kremenek |
2010-01-15 | Remove unneeded argument per review. | Dale Johannesen |
2010-01-15 | add another helper | Chris Lattner |
2010-01-15 | add a AsmPrinter::GetGlobalValueSymbol and GetExternalSymbolSymbol | Chris Lattner |
2010-01-15 | Add comments to the dump() and dumpr() routines. | Dan Gohman |
2010-01-15 | DEBUG_VALUE is now variable sized, as it has a | Dale Johannesen |
2010-01-15 | Remove the InlineHint attribute. There are no current or planned | Eric Christopher |
2010-01-15 | Add some debug routines to SelectionDAG to dump full DAGs. | David Greene |
2010-01-15 | fix a bug in range information for $42, eliminate an | Chris Lattner |
2010-01-15 | extend MCAsmParser::ParseExpression and ParseParenExpression | Chris Lattner |
2010-01-15 | Improve llvm.dbg.declare intrinsic by referring directly to the storage in it... | Victor Hernandez |
2010-01-15 | Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available. | Nate Begeman |
2010-01-15 | Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au... | Victor Hernandez |
2010-01-15 | Improve llvm.dbg.declare intrinsic by referring directly to the storage in it... | Victor Hernandez |
2010-01-15 | Remove DEBUG_DECLARE, looks like we don't need it. | Dale Johannesen |