summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* reapply the mangler gutting patch.Chris Lattner2010-01-16
* unbreak the build.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
* Change DIEObjectLabel to take an MCSymbol instead of std::string.Chris Lattner2010-01-16
* rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase,Chris Lattner2010-01-16
* eliminate uses of getMangledName from AsmPrinter.cpp, last up is Chris Lattner2010-01-16
* add an inefficient version of getNameWithPrefix that returns an std::string.Chris Lattner2010-01-16
* Create Generic DOTGraphTraits Printer/ViewerTobias Grosser2010-01-16
* No need to use WeakVH here.Devang Patel2010-01-16
* Replace DebugLocTuple with DILocation.Devang Patel2010-01-16
* fix build failure.Chris Lattner2010-01-16
* remove a couple of actively incorrect uses of getMangledName.Chris Lattner2010-01-16
* this doesn't need the mangler.Chris Lattner2010-01-16
* more string -> sym, getMangledName is now gone from this file.Chris Lattner2010-01-16
* use symbols instead of strings, eliminating a bunch of getMangledNameChris Lattner2010-01-16
* simplify some code.Chris Lattner2010-01-16
* Retrying r91337:Bill Wendling2010-01-16
* eliminate uses of mangler and simplify code.Chris Lattner2010-01-16
* fix inverted conditionalChris Lattner2010-01-16
* CurrentFnName is now dead, remove it.Chris Lattner2010-01-16
* get pic16 off CurrentFnNameChris Lattner2010-01-16
* remove the string form of printVisibility.Chris Lattner2010-01-16
* switch more stuff onto MCSymbolsChris Lattner2010-01-16
* Temporarily revert r93581. It was causing failures in the ExecutionEngine testsBill Wendling2010-01-16
* eliminate uses of deprecated mangler apisChris Lattner2010-01-16
* switch X86 target off CurFunctionName and MCIze more.Chris Lattner2010-01-16
* Treat indirect branches specially only during pre-regalloc tail duplication,Bob Wilson2010-01-16
* MCize tis, and make it keep CurrentFnSym up to date with CurrentFnName.Chris Lattner2010-01-16
* Run the pre-register allocation tail duplication pass by default. RemoveBob Wilson2010-01-16
* revert the x86 part of my last patch, cygwin is mutating CurrentFnName!Chris Lattner2010-01-16
* MCize a bunch more stuff, eliminating a lot of uses of the manglerChris Lattner2010-01-16
* remove two write-only sets.Chris Lattner2010-01-15
* supplement CurrentFnName with CurrentFnSym, which will eventuallyChris Lattner2010-01-15
* add a version of AsmPrinter::printVisibility that takes an MCSymbol.Chris Lattner2010-01-15
* use MCSymbol instead of getMangledName() in all cases except one.Chris Lattner2010-01-15
* BumpPtrAllocator: Have the DefaultSlabAllocator created at runtime, not initi...Ted Kremenek2010-01-15
* Adjust some comments per review.Dale Johannesen2010-01-15
* mc'ize a bunch of symbol stuff, eliminating std::strings.Chris Lattner2010-01-15
* add another helperChris Lattner2010-01-15
* Fix PR6019. A load has more than one use if it feeds a bitconvert thatDavid Greene2010-01-15
* add a AsmPrinter::GetGlobalValueSymbol and GetExternalSymbolSymbolChris Lattner2010-01-15
* Update CMake build.Ted Kremenek2010-01-15
* Update CMake build.Ted Kremenek2010-01-15
* DEBUG_VALUE is now variable sized, as it has aDale Johannesen2010-01-15
* Update Thumb1 storeRegToStackSlot() and loadRegFromStackSlot() to properlyJim Grosbach2010-01-15
* Fix a typo that Anton noticed.Dan Gohman2010-01-15
* Add FIXME.Devang Patel2010-01-15
* Fix a comment typo.Bob Wilson2010-01-15
* Remove the InlineHint attribute. There are no current or plannedEric Christopher2010-01-15