summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* stop using the .lcomm pseudoop on darwin, instead, directly use theChris Lattner2010-01-19
* Avoid including DebugInfo.h in AsmPrinter.hDevang Patel2010-01-19
* Now that we have everything nicely factored (e.g. asmprinter is notChris Lattner2010-01-19
* hookize the cygwin ".linkonce" directive.Chris Lattner2010-01-19
* add a bool for whether .lcomm takes an alignment instead of basing this on "i...Chris Lattner2010-01-19
* hoist handling of external globals and special globals up to common code.Chris Lattner2010-01-19
* move production of .reference directives for static ctor/dtor list onChris Lattner2010-01-19
* use BSSLocal classifier to identify 'lcomm' data instead ofChris Lattner2010-01-19
* make TLOF subclassify BSS based on linkage type into private, externalChris Lattner2010-01-19
* introduce a section kind for common linkage. Use this to slightlyChris Lattner2010-01-19
* change an accessor to a predicate.Chris Lattner2010-01-19
* Cleanup handling of .zerofill on darwin:Chris Lattner2010-01-19
* remove extraneous ;Chris Lattner2010-01-19
* Add comment that MDNode::getFunction() is not to be used by performance-criti...Victor Hernandez2010-01-18
* - Add getLSDAEncoding to the PowerPC backend.Bill Wendling2010-01-18
* Added a newline at the end of SMLoc.hSean Callanan2010-01-18
* Changed the comment in the file header for SMLocSean Callanan2010-01-18
* Split SMLoc out in its own header so that it canSean Callanan2010-01-18
* Make findDbgDeclare/findDbgGlobalDeclare local static functions; avoid Elts a...Victor Hernandez2010-01-18
* - Add a comment to the callback indicating that it's *extremely* not a goodBill Wendling2010-01-18
* Unnamed symbol index should be >= 1. This was lost during the mangler refacto...Benjamin Kramer2010-01-18
* switch x86 zerofill emission over to use MCStreamer.Chris Lattner2010-01-18
* Change CurrentFnSym to be a non-const pointer since asmprinter mutates it Chris Lattner2010-01-18
* remove the MAI argument to MCExpr::print and switch overthing to use << when ...Chris Lattner2010-01-18
* now that MCSymbol::print doesn't use it's MAI argument, we can Chris Lattner2010-01-17
* stop the CBE from using Mangler::appendMangledName, which is a private functi...Chris Lattner2010-01-17
* fix uninit member, thanks to Benjamin Kramer for identifying the bug.Chris Lattner2010-01-17
* Get MCSymbol out of the mangling business, and move all the logicChris Lattner2010-01-17
* now that mangler is in libtarget, it can use MCAsmInfo instead of clientsChris Lattner2010-01-17
* Switch some functions to take Twines, eliminate uses of StringExtras.h.Benjamin Kramer2010-01-17
* move the mangler into libtarget from vmcore.Chris Lattner2010-01-16
* fix a warning.Chris Lattner2010-01-16
* this doesn't need to suck in Mangler.Chris Lattner2010-01-16
* reapply the mangler gutting patch.Chris Lattner2010-01-16
* Revert 93648.Rafael Espindola2010-01-16
* Mangler::getMangledName is now dead, remove it and all the other stuff in Man...Chris Lattner2010-01-16
* rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase,Chris Lattner2010-01-16
* switch liblto to use the new getNameWithPrefix() method instead of getMangled...Chris Lattner2010-01-16
* add an inefficient version of getNameWithPrefix that returns an std::string.Chris Lattner2010-01-16
* Revive dead assert.Benjamin Kramer2010-01-16
* Fix PR6047Tobias Grosser2010-01-16
* Create Generic DOTGraphTraits Printer/ViewerTobias Grosser2010-01-16
* Replace DebugLocTuple with DILocation.Devang Patel2010-01-16
* Retrying r91337:Bill Wendling2010-01-16
* CurrentFnName is now dead, remove it.Chris Lattner2010-01-16
* remove the string form of printVisibility.Chris Lattner2010-01-16
* Temporarily revert r93581. It was causing failures in the ExecutionEngine testsBill Wendling2010-01-16
* supplement CurrentFnName with CurrentFnSym, which will eventuallyChris Lattner2010-01-15
* add a version of AsmPrinter::printVisibility that takes an MCSymbol.Chris Lattner2010-01-15
* BumpPtrAllocator: Have the DefaultSlabAllocator created at runtime, not initi...Ted Kremenek2010-01-15