| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix refacto reported by Nicolas Geoffray. | Benjamin Kramer | 2010-01-18 | 1 | -3/+1 |
* | Emit spaces after commas in Neon register lists. This is more consistent | Bob Wilson | 2010-01-18 | 1 | -30/+33 |
* | switch x86 zerofill emission over to use MCStreamer. | Chris Lattner | 2010-01-18 | 1 | -3/+12 |
* | Change CurrentFnSym to be a non-const pointer since asmprinter mutates it | Chris Lattner | 2010-01-18 | 3 | -16/+16 |
* | remove the MAI argument to MCExpr::print and switch overthing to use << when ... | Chris Lattner | 2010-01-18 | 8 | -38/+22 |
* | unbreak x86 jump tables with my previous patch. | Chris Lattner | 2010-01-18 | 1 | -1/+1 |
* | now that MCSymbol::print doesn't use it's MAI argument, we can | Chris Lattner | 2010-01-17 | 19 | -865/+371 |
* | rename NameNeedsEscaping -> NameNeedsQuoting, eliminate the check | Chris Lattner | 2010-01-17 | 1 | -9/+4 |
* | Convert some of the dynamic opcode lookups into static ones. | Owen Anderson | 2010-01-17 | 1 | -59/+40 |
* | stop the CBE from using Mangler::appendMangledName, which is a private functi... | Chris Lattner | 2010-01-17 | 2 | -8/+17 |
* | Get MCSymbol out of the mangling business, and move all the logic | Chris Lattner | 2010-01-17 | 4 | -76/+106 |
* | factor this code better how that the string version of getNameWithPrefix | Chris Lattner | 2010-01-17 | 1 | -28/+8 |
* | now that mangler is in libtarget, it can use MCAsmInfo instead of clients | Chris Lattner | 2010-01-17 | 4 | -41/+61 |
* | Switch some functions to take Twines, eliminate uses of StringExtras.h. | Benjamin Kramer | 2010-01-17 | 4 | -36/+16 |
* | Fix comment. | Owen Anderson | 2010-01-17 | 1 | -1/+1 |
* | The Neon "vtst" instruction takes a suffix that is the element size alone -- | Bob Wilson | 2010-01-17 | 1 | -1/+1 |
* | Fix an off-by-one error that caused the chain operand to be dropped from Neon | Bob Wilson | 2010-01-17 | 1 | -2/+2 |
* | Add a note for the macho streamer and remove a used of the mangler from the s... | Nate Begeman | 2010-01-17 | 2 | -6/+2 |
* | When checking for sret-demotion, it needs to use legal types. When using the... | Kenneth Uildriks | 2010-01-16 | 1 | -11/+41 |
* | Update CMake files for Mangler move. | Benjamin Kramer | 2010-01-16 | 2 | -1/+1 |
* | move the mangler into libtarget from vmcore. | Chris Lattner | 2010-01-16 | 11 | -16/+16 |
* | reapply the mangler gutting patch. | Chris Lattner | 2010-01-16 | 2 | -189/+4 |
* | unbreak the build. | Chris Lattner | 2010-01-16 | 1 | -6/+0 |
* | Revert 93648. | Rafael Espindola | 2010-01-16 | 2 | -4/+189 |
* | Mangler::getMangledName is now dead, remove it and all the other stuff in Man... | Chris Lattner | 2010-01-16 | 2 | -189/+4 |
* | Change DIEObjectLabel to take an MCSymbol instead of std::string. | Chris Lattner | 2010-01-16 | 6 | -10/+23 |
* | rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase, | Chris Lattner | 2010-01-16 | 7 | -39/+58 |
* | eliminate uses of getMangledName from AsmPrinter.cpp, last up is | Chris Lattner | 2010-01-16 | 1 | -5/+9 |
* | add an inefficient version of getNameWithPrefix that returns an std::string. | Chris Lattner | 2010-01-16 | 1 | -0/+10 |
* | Create Generic DOTGraphTraits Printer/Viewer | Tobias Grosser | 2010-01-16 | 1 | -56/+18 |
* | No need to use WeakVH here. | Devang Patel | 2010-01-16 | 1 | -2/+1 |
* | Replace DebugLocTuple with DILocation. | Devang Patel | 2010-01-16 | 7 | -50/+50 |
* | fix build failure. | Chris Lattner | 2010-01-16 | 1 | -1/+1 |
* | remove a couple of actively incorrect uses of getMangledName. | Chris Lattner | 2010-01-16 | 2 | -5/+8 |
* | this doesn't need the mangler. | Chris Lattner | 2010-01-16 | 2 | -8/+4 |
* | more string -> sym, getMangledName is now gone from this file. | Chris Lattner | 2010-01-16 | 1 | -29/+35 |
* | use symbols instead of strings, eliminating a bunch of getMangledName | Chris Lattner | 2010-01-16 | 1 | -39/+55 |
* | simplify some code. | Chris Lattner | 2010-01-16 | 1 | -9/+5 |
* | Retrying r91337: | Bill Wendling | 2010-01-16 | 3 | -8/+28 |
* | eliminate uses of mangler and simplify code. | Chris Lattner | 2010-01-16 | 6 | -67/+33 |
* | fix inverted conditional | Chris Lattner | 2010-01-16 | 1 | -1/+1 |
* | CurrentFnName is now dead, remove it. | Chris Lattner | 2010-01-16 | 1 | -2/+1 |
* | get pic16 off CurrentFnName | Chris Lattner | 2010-01-16 | 1 | -14/+13 |
* | remove the string form of printVisibility. | Chris Lattner | 2010-01-16 | 3 | -35/+26 |
* | switch more stuff onto MCSymbols | Chris Lattner | 2010-01-16 | 3 | -61/+122 |
* | Temporarily revert r93581. It was causing failures in the ExecutionEngine tests | Bill Wendling | 2010-01-16 | 1 | -4/+2 |
* | eliminate uses of deprecated mangler apis | Chris Lattner | 2010-01-16 | 1 | -54/+71 |
* | switch X86 target off CurFunctionName and MCIze more. | Chris Lattner | 2010-01-16 | 4 | -35/+45 |
* | Treat indirect branches specially only during pre-regalloc tail duplication, | Bob Wilson | 2010-01-16 | 1 | -13/+13 |
* | MCize tis, and make it keep CurrentFnSym up to date with CurrentFnName. | Chris Lattner | 2010-01-16 | 1 | -17/+39 |