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