| Commit message (Expand) | Author | Age | Files | Lines |
* | Unnamed symbol index should be >= 1. This was lost during the mangler refacto... | Benjamin Kramer | 2010-01-18 | 1 | -1/+1 |
* | switch x86 zerofill emission over to use MCStreamer. | Chris Lattner | 2010-01-18 | 1 | -0/+2 |
* | Change CurrentFnSym to be a non-const pointer since asmprinter mutates it | Chris Lattner | 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 | -1/+6 |
* | now that MCSymbol::print doesn't use it's MAI argument, we can | Chris Lattner | 2010-01-17 | 2 | -2/+6 |
* | stop the CBE from using Mangler::appendMangledName, which is a private functi... | Chris Lattner | 2010-01-17 | 1 | -5/+0 |
* | fix uninit member, thanks to Benjamin Kramer for identifying the bug. | Chris Lattner | 2010-01-17 | 1 | -1/+1 |
* | Get MCSymbol out of the mangling business, and move all the logic | Chris Lattner | 2010-01-17 | 2 | -7/+9 |
* | now that mangler is in libtarget, it can use MCAsmInfo instead of clients | Chris Lattner | 2010-01-17 | 1 | -15/+3 |
* | Switch some functions to take Twines, eliminate uses of StringExtras.h. | Benjamin Kramer | 2010-01-17 | 1 | -5/+5 |
* | move the mangler into libtarget from vmcore. | Chris Lattner | 2010-01-16 | 1 | -1/+0 |
* | fix a warning. | Chris Lattner | 2010-01-16 | 1 | -1/+1 |
* | this doesn't need to suck in Mangler. | Chris Lattner | 2010-01-16 | 1 | -2/+0 |
* | reapply the mangler gutting patch. | Chris Lattner | 2010-01-16 | 1 | -61/+0 |
* | Revert 93648. | Rafael Espindola | 2010-01-16 | 1 | -0/+61 |
* | Mangler::getMangledName is now dead, remove it and all the other stuff in Man... | Chris Lattner | 2010-01-16 | 1 | -61/+0 |
* | rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase, | Chris Lattner | 2010-01-16 | 1 | -4/+5 |
* | switch liblto to use the new getNameWithPrefix() method instead of getMangled... | Chris Lattner | 2010-01-16 | 1 | -1/+2 |
* | add an inefficient version of getNameWithPrefix that returns an std::string. | Chris Lattner | 2010-01-16 | 1 | -0/+5 |
* | Revive dead assert. | Benjamin Kramer | 2010-01-16 | 1 | -1/+1 |
* | Fix PR6047 | Tobias Grosser | 2010-01-16 | 1 | -13/+1 |
* | Create Generic DOTGraphTraits Printer/Viewer | Tobias Grosser | 2010-01-16 | 1 | -0/+83 |
* | Replace DebugLocTuple with DILocation. | Devang Patel | 2010-01-16 | 3 | -53/+7 |
* | Retrying r91337: | Bill Wendling | 2010-01-16 | 1 | -0/+14 |
* | 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 | -3/+0 |
* | Temporarily revert r93581. It was causing failures in the ExecutionEngine tests | Bill Wendling | 2010-01-16 | 1 | -2/+2 |
* | supplement CurrentFnName with CurrentFnSym, which will eventually | Chris Lattner | 2010-01-15 | 1 | -1/+2 |
* | add a version of AsmPrinter::printVisibility that takes an MCSymbol. | Chris Lattner | 2010-01-15 | 1 | -0/+3 |
* | BumpPtrAllocator: Have the DefaultSlabAllocator created at runtime, not initi... | Ted Kremenek | 2010-01-15 | 1 | -2/+2 |
* | Remove unneeded argument per review. | Dale Johannesen | 2010-01-15 | 1 | -3/+1 |
* | add another helper | Chris Lattner | 2010-01-15 | 1 | -0/+6 |
* | add a AsmPrinter::GetGlobalValueSymbol and GetExternalSymbolSymbol | Chris Lattner | 2010-01-15 | 1 | -0/+8 |
* | Add comments to the dump() and dumpr() routines. | Dan Gohman | 2010-01-15 | 1 | -0/+8 |
* | DEBUG_VALUE is now variable sized, as it has a | Dale Johannesen | 2010-01-15 | 1 | -1/+1 |
* | Remove the InlineHint attribute. There are no current or planned | Eric Christopher | 2010-01-15 | 2 | -5/+2 |
* | Add some debug routines to SelectionDAG to dump full DAGs. | David Greene | 2010-01-15 | 1 | -0/+19 |
* | fix a bug in range information for $42, eliminate an | Chris Lattner | 2010-01-15 | 1 | -2/+1 |
* | extend MCAsmParser::ParseExpression and ParseParenExpression | Chris Lattner | 2010-01-15 | 1 | -3/+5 |
* | Improve llvm.dbg.declare intrinsic by referring directly to the storage in it... | Victor Hernandez | 2010-01-15 | 3 | -4/+3 |
* | Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available. | Nate Begeman | 2010-01-15 | 2 | -2/+16 |
* | Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au... | Victor Hernandez | 2010-01-15 | 3 | -9/+4 |
* | Improve llvm.dbg.declare intrinsic by referring directly to the storage in it... | Victor Hernandez | 2010-01-15 | 3 | -4/+9 |
* | Remove DEBUG_DECLARE, looks like we don't need it. | Dale Johannesen | 2010-01-15 | 2 | -13/+1 |
* | Make sure include/llvm/MC/MCParsedAsmOperand.h can be compiled alone. | Jeffrey Yasskin | 2010-01-15 | 1 | -0/+1 |
* | add virtual methods to get the start/end of a MCParsedAsmOperand, | Chris Lattner | 2010-01-14 | 1 | -1/+5 |
* | Split the TargetAsmParser "ParseInstruction" interface in half: | Chris Lattner | 2010-01-14 | 1 | -2/+13 |
* | prune #includes in TargetAsmParser.h | Chris Lattner | 2010-01-14 | 3 | -6/+8 |
* | introduce the MCParsedAsmOperand class. | Chris Lattner | 2010-01-14 | 1 | -0/+28 |
* | Add MDNode::getFunction(), which figures out the metadata's function, if it h... | Victor Hernandez | 2010-01-14 | 1 | -0/+5 |