| Age | Commit message (Expand) | Author |
| 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 | _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-02 | Fix grammar. | Devang Patel |
| 2010-03-02 | Constructors and operators for anonymous aggregates does not names. Do not fo... | Devang Patel |
| 2010-02-26 | A much cleaner (and less code!) way of inserting the correct amount of padding | Bill Wendling |
| 2010-02-26 | Comment typo. | Bill Wendling |
| 2010-02-26 | Fix comments. | Bill Wendling |
| 2010-02-26 | Add another (and hopefully the last) exception case, where once we recalculate | Bill Wendling |
| 2010-02-26 | And should use the correct variable. | Bill Wendling |
| 2010-02-26 | Got assertion check backwards. | Bill Wendling |
| 2010-02-25 | Catch a corner case where adding the padding to the "TType base offset" field | Bill Wendling |
| 2010-02-25 | Make comment more meaningful. | Bill Wendling |
| 2010-02-25 | MC'ize padding when padding the ULEB128 value. | Bill Wendling |
| 2010-02-24 | LLVM puts padding bytes in the __gcc_except_tab section after the | Bill Wendling |
| 2010-02-23 | use OutStreamer.EmitCodeAlignment for alignment in the text | Chris Lattner |
| 2010-02-17 | move isOnlyReachableByFallthrough out of MachineBasicBlock into AsmPrinter, | Chris Lattner |
| 2010-02-17 | Before setting scope end marker, pay attention to scope begin marker and exis... | Devang Patel |
| 2010-02-15 | Use ttype encoding consistently | Anton Korobeynikov |
| 2010-02-15 | It turns out that we emitted completely wrong common EH frame since the early... | Anton Korobeynikov |
| 2010-02-15 | Preliminary patch to improve dwarf EH generation - Hooks to return Personalit... | Anton Korobeynikov |
| 2010-02-11 | Use .empty() instead of .size(). | Bill Wendling |
| 2010-02-11 | Fix to get it to compile. | Bill Wendling |
| 2010-02-11 | Don't print out a default newline when emitting the section offset. There are | Bill Wendling |
| 2010-02-10 | Use an index instead of pointers into the vector. If the vector resizes, then | Bill Wendling |
| 2010-02-10 | Fix "the the" and similar typos. | Dan Gohman |
| 2010-02-10 | fix a layering violation: VirtRegRewriter.cpp shouldn't use AsmPrinter.h. | Chris Lattner |
| 2010-02-10 | Improve comments a even more. | Bill Wendling |
| 2010-02-10 | Move verbose asm instruction comments to using MCStreamer. | Chris Lattner |
| 2010-02-10 | Improve comments a bit more. | Bill Wendling |
| 2010-02-10 | print all the newlines at the end of instructions with | Chris Lattner |
| 2010-02-09 | Improve comments in the LSDA somewhat. They can be improved much more. | Bill Wendling |
| 2010-02-09 | move target-independent opcodes out of TargetInstrInfo | Chris Lattner |
| 2010-02-09 | Add declaration attribute to a variable DIE, if there is a separate DIE for t... | Devang Patel |
| 2010-02-09 | Implement AsmPrinter support for several more operators which have | Dan Gohman |
| 2010-02-08 | now that @GOTOFF is no longer represented as a suffix on a | Chris Lattner |
| 2010-02-08 | ConstantFoldConstantExpression can theoretically return the original | Dan Gohman |
| 2010-02-08 | When CodeGen'ing unoptimized code, there may be unfolded constant expressions | Dan Gohman |
| 2010-02-07 | Give DwarfPrinter a protected (but not virtual) destructor. Cppcheck | Duncan Sands |
| 2010-02-06 | Set DW_AT_artificial only if argument is marked as artificial. | Devang Patel |
| 2010-02-05 | Do not generate specification DIE for nested functions. | Devang Patel |
| 2010-02-05 | An empty global constant (one of size 0) may have a section immediately | Bill Wendling |
| 2010-02-03 | Emit appropriate expression to find virtual base offset. | Devang Patel |
| 2010-02-03 | Provide interface to identifiy artificial methods. | Devang Patel |
| 2010-02-03 | don't emit \n's at the start of X86AsmPrinter::runOnMachineFunction, | Chris Lattner |
| 2010-02-03 | privatize a bunch of methods and move \n printing into them. | Chris Lattner |
| 2010-02-03 | rejigger the world so that EmitInstruction prints the \n at | Chris Lattner |
| 2010-02-03 | sink handling of target-independent machine instrs (other | Chris Lattner |
| 2010-02-02 | refactor code so that LLVMTargetMachine creates the asmstreamer and | Chris Lattner |