aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* mcize the rest of EH emission, only one more directive missingChris Lattner2010-03-101-12/+17
* add missing filename!Chris Lattner2010-03-101-0/+2
* set the temporary bit on MCSymbols correctly.Chris Lattner2010-03-103-21/+24
* inline away a form of IsPCRelative, eliminating the Chris Lattner2010-03-104-29/+14
* add some fixme's for MCizing. EH still has a few things thatChris Lattner2010-03-103-13/+9
* mcize uses of PrintRelDirective and eliminate it.Chris Lattner2010-03-103-21/+9
* inline the bool form of PrintRelDirective away, leaving just the unsigned form.Chris Lattner2010-03-092-9/+4
* eliminate EOL, adding all comments with the OutStreamer.AddComment Chris Lattner2010-03-094-131/+143
* eliminate a bunch of \n's that are being printed to O. Next up is to killChris Lattner2010-03-092-35/+19
* convert the non-"ispcrel" case of EmitReference to MC,Chris Lattner2010-03-091-0/+8
* reapply r98035:Chris Lattner2010-03-094-24/+24
* add some extra checks. I'm not sure why, but this does unbreak aChris Lattner2010-03-091-0/+3
* Speculatively revert r98035. It appears to have caused a set of buildbotEric Christopher2010-03-094-24/+24
* Now that setStartLabel takes an MCSymbol, we can de-ID'izeChris Lattner2010-03-094-24/+24
* change DbgScope to keep track of the start/end label as MCSymbol* Chris Lattner2010-03-091-41/+36
* remove a useless optimization: now that label replacement neverChris Lattner2010-03-091-7/+0
* strength reduce MMI::MappedLabel to MMI::isLabelDeleted,Chris Lattner2010-03-092-15/+19
* mcstreamerize AsmPrinter::printLabel.Chris Lattner2010-03-092-6/+8
* add a EmitSymbolValue convenience method to MCStreamer.Chris Lattner2010-03-093-9/+4
* make InlineInfoLabels hold MCSymbol*'s, avoiding Chris Lattner2010-03-092-11/+11
* mc'ize the last use of PrintLabelName and eliminate PrintLabelName.Chris Lattner2010-03-093-20/+7
* eliminate an argument from PrintRelDirective, sinkingChris Lattner2010-03-092-12/+17
* remove the suffix form of PrintLabelName, which was only Chris Lattner2010-03-092-10/+0
* now that the debug and eh emitters use a common .set counter,Chris Lattner2010-03-094-11/+5
* move .set generation out of DwarfPrinter into AsmPrinter and Chris Lattner2010-03-083-25/+32
* simplify EmitSectionOffset to always use .set if it isChris Lattner2010-03-087-38/+16
* Remove a version of EmitDifference.Chris Lattner2010-03-084-51/+26
* eliminate a form of PrintLabelName.Chris Lattner2010-03-083-11/+5
* remove another form of EmitReference.Chris Lattner2010-03-083-10/+3
* eliminate the non-MCSymbol versions of EmitReference.Chris Lattner2010-03-083-25/+7
* mc'ize EmitLabel.Chris Lattner2010-03-084-69/+52
* merge DIEObjectLabel and DIEDwarfLabel into DIELabel.Chris Lattner2010-03-085-89/+13
* elimiante the DWLabel class, using MCSymbol instead. Start Chris Lattner2010-03-0810-177/+138
* Derive DIType from DIScope. This simplifies getContext() where for members th...Devang Patel2010-03-082-39/+13
* Avoid using DIDescriptor.isNull(). Devang Patel2010-03-083-74/+53
* Revert r97947.Devang Patel2010-03-083-53/+74
* Avoid using DIDescriptor.isNull().Devang Patel2010-03-083-74/+53
* Revert r97917, which was causing Clang Debug self-host failures.Douglas Gregor2010-03-083-28/+29
* Roll r97906 forward again, without double-deleting CompileUnit::IndexTyDie.Jeffrey Yasskin2010-03-073-29/+28
* _2_ gcc crashes, ah, ah, ah...Jeffrey Yasskin2010-03-072-24/+22
* Avoid leaking CompileUnits and DbgScopes from DwarfDebug. Leaks found by Val...Jeffrey Yasskin2010-03-072-22/+24
* Fix grammar.Devang Patel2010-03-021-1/+1
* Constructors and operators for anonymous aggregates does not names. Do not fo...Devang Patel2010-03-021-1/+3
* A much cleaner (and less code!) way of inserting the correct amount of paddingBill Wendling2010-02-261-50/+6
* Comment typo.Bill Wendling2010-02-261-1/+1
* Fix comments.Bill Wendling2010-02-261-3/+3
* Add another (and hopefully the last) exception case, where once we recalculateBill Wendling2010-02-261-3/+11
* And should use the correct variable.Bill Wendling2010-02-261-1/+1
* Got assertion check backwards.Bill Wendling2010-02-261-1/+1
* Catch a corner case where adding the padding to the "TType base offset" fieldBill Wendling2010-02-251-2/+44