| Commit message (Expand) | Author | Age | Files | Lines |
| * | Allow more cross-rc coalescing. | Evan Cheng | 2010-03-09 | 1 | -10/+13 |
| * | reapply r98035: | Chris Lattner | 2010-03-09 | 4 | -24/+24 |
| * | add some extra checks. I'm not sure why, but this does unbreak a | Chris Lattner | 2010-03-09 | 1 | -0/+3 |
| * | Revert accidental commit. | Evan Cheng | 2010-03-09 | 1 | -1/+1 |
| * | Don't do illegal cross-class coalescing. | Jakob Stoklund Olesen | 2010-03-09 | 1 | -1/+1 |
| * | - Make the machine cse dumb coalescer (as opposed to the more awesome simple | Evan Cheng | 2010-03-09 | 2 | -15/+59 |
| * | Speculatively revert r98035. It appears to have caused a set of buildbot | Eric Christopher | 2010-03-09 | 4 | -24/+24 |
| * | Attempt to make this debug output meaningful, both in the case of | Dan Gohman | 2010-03-09 | 1 | -3/+6 |
| * | Now that setStartLabel takes an MCSymbol, we can de-ID'ize | Chris Lattner | 2010-03-09 | 4 | -24/+24 |
| * | change DbgScope to keep track of the start/end label as MCSymbol* | Chris Lattner | 2010-03-09 | 1 | -41/+36 |
| * | remove a useless optimization: now that label replacement never | Chris Lattner | 2010-03-09 | 1 | -7/+0 |
| * | strength reduce MMI::MappedLabel to MMI::isLabelDeleted, | Chris Lattner | 2010-03-09 | 3 | -22/+24 |
| * | mcstreamerize AsmPrinter::printLabel. | Chris Lattner | 2010-03-09 | 2 | -6/+8 |
| * | Disable physical register coalescing when the number of live ranges for the | Jakob Stoklund Olesen | 2010-03-09 | 1 | -0/+12 |
| * | add a EmitSymbolValue convenience method to MCStreamer. | Chris Lattner | 2010-03-09 | 3 | -9/+4 |
| * | make InlineInfoLabels hold MCSymbol*'s, avoiding | Chris Lattner | 2010-03-09 | 2 | -11/+11 |
| * | mc'ize the last use of PrintLabelName and eliminate PrintLabelName. | Chris Lattner | 2010-03-09 | 3 | -20/+7 |
| * | eliminate an argument from PrintRelDirective, sinking | Chris Lattner | 2010-03-09 | 2 | -12/+17 |
| * | Print the correct index in the "match failed at index" message. | Dan Gohman | 2010-03-09 | 1 | -1/+1 |
| * | remove the suffix form of PrintLabelName, which was only | Chris Lattner | 2010-03-09 | 2 | -10/+0 |
| * | now that the debug and eh emitters use a common .set counter, | Chris Lattner | 2010-03-09 | 4 | -11/+5 |
| * | move .set generation out of DwarfPrinter into AsmPrinter and | Chris Lattner | 2010-03-08 | 3 | -25/+32 |
| * | Don't waste time trying to CSE labels, phis, inline asm. Definitely avoid cse... | Evan Cheng | 2010-03-08 | 1 | -0/+4 |
| * | Restrict machine cse to really trivial coalescing. Leave the heavy lifting to... | Evan Cheng | 2010-03-08 | 1 | -0/+3 |
| * | simplify EmitSectionOffset to always use .set if it is | Chris Lattner | 2010-03-08 | 7 | -38/+16 |
| * | Remove a version of EmitDifference. | Chris Lattner | 2010-03-08 | 4 | -51/+26 |
| * | eliminate a form of PrintLabelName. | Chris Lattner | 2010-03-08 | 3 | -11/+5 |
| * | remove another form of EmitReference. | Chris Lattner | 2010-03-08 | 3 | -10/+3 |
| * | eliminate the non-MCSymbol versions of EmitReference. | Chris Lattner | 2010-03-08 | 3 | -25/+7 |
| * | mc'ize EmitLabel. | Chris Lattner | 2010-03-08 | 4 | -69/+52 |
| * | merge DIEObjectLabel and DIEDwarfLabel into DIELabel. | Chris Lattner | 2010-03-08 | 5 | -89/+13 |
| * | elimiante the DWLabel class, using MCSymbol instead. Start | Chris Lattner | 2010-03-08 | 10 | -177/+138 |
| * | Derive DIType from DIScope. This simplifies getContext() where for members th... | Devang Patel | 2010-03-08 | 2 | -39/+13 |
| * | Avoid using DIDescriptor.isNull(). | Devang Patel | 2010-03-08 | 4 | -75/+54 |
| * | Revert r97947. | Devang Patel | 2010-03-08 | 4 | -54/+75 |
| * | Avoid using DIDescriptor.isNull(). | Devang Patel | 2010-03-08 | 4 | -75/+54 |
| * | Add Order to SDDbgValue | Dale Johannesen | 2010-03-08 | 1 | -4/+10 |
| * | Fix dbg value handling in tail merging. | Dale Johannesen | 2010-03-08 | 1 | -3/+25 |
| * | Revert r97917, which was causing Clang Debug self-host failures. | Douglas Gregor | 2010-03-08 | 3 | -28/+29 |
| * | Roll r97906 forward again, without double-deleting CompileUnit::IndexTyDie. | Jeffrey Yasskin | 2010-03-07 | 3 | -29/+28 |
| * | Use Other as a sentinel instead of iAny. | Chris Lattner | 2010-03-07 | 1 | -4/+4 |
| * | _2_ gcc crashes, ah, ah, ah... | Jeffrey Yasskin | 2010-03-07 | 2 | -24/+22 |
| * | Avoid leaking CompileUnits and DbgScopes from DwarfDebug. Leaks found by Val... | Jeffrey Yasskin | 2010-03-07 | 2 | -22/+24 |
| * | tidy up | Chris Lattner | 2010-03-07 | 1 | -10/+10 |
| * | Don't update physical register def. | Evan Cheng | 2010-03-06 | 1 | -2/+3 |
| * | Add some new bits of debug info handling. No | Dale Johannesen | 2010-03-06 | 3 | -0/+129 |
| * | Reapply r97778 and r97779, enabled only for unsigned i64 to f64 | Dan Gohman | 2010-03-06 | 1 | -0/+25 |
| * | Don't emit global symbols into the (__TEXT,__ustring) section on Darwin. This | Charles Davis | 2010-03-05 | 1 | -1/+1 |
| * | Better handling of dead super registers in LiveVariables. We used to do this: | Jakob Stoklund Olesen | 2010-03-05 | 1 | -21/+21 |
| * | We don't really care about correct register liveness information after the | Jakob Stoklund Olesen | 2010-03-05 | 1 | -4/+10 |