| Age | Commit message (Expand) | Author |
| 2010-03-09 | mc'ize the last use of PrintLabelName and eliminate PrintLabelName. | Chris Lattner |
| 2010-03-09 | eliminate an argument from PrintRelDirective, sinking | Chris Lattner |
| 2010-03-09 | Print the correct index in the "match failed at index" message. | Dan Gohman |
| 2010-03-09 | remove the suffix form of PrintLabelName, which was only | Chris Lattner |
| 2010-03-09 | now that the debug and eh emitters use a common .set counter, | Chris Lattner |
| 2010-03-08 | move .set generation out of DwarfPrinter into AsmPrinter and | Chris Lattner |
| 2010-03-08 | Don't waste time trying to CSE labels, phis, inline asm. Definitely avoid cse... | Evan Cheng |
| 2010-03-08 | Restrict machine cse to really trivial coalescing. Leave the heavy lifting to... | Evan Cheng |
| 2010-03-08 | simplify EmitSectionOffset to always use .set if it is | Chris Lattner |
| 2010-03-08 | Remove a version of EmitDifference. | Chris Lattner |
| 2010-03-08 | eliminate a form of PrintLabelName. | Chris Lattner |
| 2010-03-08 | remove another form of EmitReference. | Chris Lattner |
| 2010-03-08 | eliminate the non-MCSymbol versions of EmitReference. | Chris Lattner |
| 2010-03-08 | mc'ize EmitLabel. | Chris Lattner |
| 2010-03-08 | merge DIEObjectLabel and DIEDwarfLabel into DIELabel. | Chris Lattner |
| 2010-03-08 | elimiante the DWLabel class, using MCSymbol instead. Start | Chris Lattner |
| 2010-03-08 | Derive DIType from DIScope. This simplifies getContext() where for members th... | Devang Patel |
| 2010-03-08 | Avoid using DIDescriptor.isNull(). | Devang Patel |
| 2010-03-08 | Revert r97947. | Devang Patel |
| 2010-03-08 | Avoid using DIDescriptor.isNull(). | Devang Patel |
| 2010-03-08 | Add Order to SDDbgValue | Dale Johannesen |
| 2010-03-08 | Fix dbg value handling in tail merging. | Dale Johannesen |
| 2010-03-08 | Revert r97917, which was causing Clang Debug self-host failures. | Douglas Gregor |
| 2010-03-07 | Roll r97906 forward again, without double-deleting CompileUnit::IndexTyDie. | Jeffrey Yasskin |
| 2010-03-07 | Use Other as a sentinel instead of iAny. | Chris Lattner |
| 2010-03-07 | _2_ gcc crashes, ah, ah, ah... | Jeffrey Yasskin |
| 2010-03-07 | Avoid leaking CompileUnits and DbgScopes from DwarfDebug. Leaks found by Val... | Jeffrey Yasskin |
| 2010-03-07 | tidy up | Chris Lattner |
| 2010-03-06 | Don't update physical register def. | Evan Cheng |
| 2010-03-06 | Add some new bits of debug info handling. No | Dale Johannesen |
| 2010-03-06 | Reapply r97778 and r97779, enabled only for unsigned i64 to f64 | Dan Gohman |
| 2010-03-05 | Don't emit global symbols into the (__TEXT,__ustring) section on Darwin. This | Charles Davis |
| 2010-03-05 | Better handling of dead super registers in LiveVariables. We used to do this: | Jakob Stoklund Olesen |
| 2010-03-05 | We don't really care about correct register liveness information after the | Jakob Stoklund Olesen |
| 2010-03-05 | Avoid creating bad PHI instructions when BR is being const-folded. | Jakob Stoklund Olesen |
| 2010-03-05 | Fix PR6497, a bug where we'd fold a load into an addc | Chris Lattner |
| 2010-03-05 | inline a small function with one call site. | Chris Lattner |
| 2010-03-05 | Revert r97778 and r97779. They're somehow breaking llvm-gcc builds. | Dan Gohman |
| 2010-03-05 | Fix these constants to be more portable. | Dan Gohman |
| 2010-03-05 | Rewrite i64-to-f64 conversion using an algorithm which handles | Dan Gohman |
| 2010-03-05 | Fix some more places where dbg_value affected codegen. | Dale Johannesen |
| 2010-03-04 | Fix memcheck-found leaks: one false positive from using new[], and one true | Jeffrey Yasskin |
| 2010-03-04 | For SJLJ exception handling, make sure that all calls that are not marked | Jim Grosbach |
| 2010-03-04 | Run machine licm before machine cse to avoid messing up licm opportunities. | Evan Cheng |
| 2010-03-04 | Avoid cse load instructions unless they are known to be invariant loads. | Evan Cheng |
| 2010-03-04 | add a statistic for # times fastisel fails. | Chris Lattner |
| 2010-03-04 | Fix a typo Duncan noticed. | Dan Gohman |
| 2010-03-04 | Rename -machine-cse to -enable-machine-cse. | Evan Cheng |
| 2010-03-04 | Look ahead a bit to determine if a physical register def that is not marked d... | Evan Cheng |
| 2010-03-04 | change the new isel matcher to emit ComplexPattern matches | Chris Lattner |