| Age | Commit message (Expand) | Author |
| 2010-03-11 | rename getSymbolForDwarf* to getExprForDwarf* since it returns | Chris Lattner |
| 2010-03-11 | In case of tail call size of Ins and InVals may not match. | Evan Cheng |
| 2010-03-11 | Avoid leaking CompileUnits in DwarfDebug.cpp. | Jeffrey Yasskin |
| 2010-03-11 | Add a new jump table encoding to indicate jump tables entries | Richard Osborne |
| 2010-03-11 | The check for coalescing a virtual register to a physical register, e.g. | Evan Cheng |
| 2010-03-11 | Remove dead include. | Daniel Dunbar |
| 2010-03-11 | Fix debug_value handling. | Dale Johannesen |
| 2010-03-11 | MC: Provide MCAssembler with a TargetAsmBackend. | Daniel Dunbar |
| 2010-03-11 | VirtRegRewriter spring cleaning. No functional change. | Jakob Stoklund Olesen |
| 2010-03-10 | fix PR6533 by updating the br(xor) code to remember the case | Chris Lattner |
| 2010-03-10 | Cosmetic: lengthen names and improve comments. | Dale Johannesen |
| 2010-03-10 | Add a bit along with the MCSymbols stored in the MachineModuleInfo maps that | Bill Wendling |
| 2010-03-10 | Progress towards shepherding debug info through SelectionDAG. | Dale Johannesen |
| 2010-03-10 | Fix another bitwidth calculation to handle vector types; based on a | Dan Gohman |
| 2010-03-10 | Fix another place where DEBUG_VALUE affected codegen. | Dale Johannesen |
| 2010-03-10 | Fix a bug in DEBUG_VALUE handling Devang ran into. | Dale Johannesen |
| 2010-03-10 | move three lowering hooks from MAI to TLOF and make one of them | Chris Lattner |
| 2010-03-10 | This survived a bootstrap, so let's try 98104 again. | Dale Johannesen |
| 2010-03-10 | Enable machine cse pass. | Evan Cheng |
| 2010-03-10 | mcize the rest of EH emission, only one more directive missing | Chris Lattner |
| 2010-03-10 | add missing filename! | Chris Lattner |
| 2010-03-10 | set the temporary bit on MCSymbols correctly. | Chris Lattner |
| 2010-03-10 | Add a couple more heuristics to neuter machine cse some more. | Evan Cheng |
| 2010-03-10 | inline away a form of IsPCRelative, eliminating the | Chris Lattner |
| 2010-03-10 | add some fixme's for MCizing. EH still has a few things that | Chris Lattner |
| 2010-03-10 | Clear up the last (famous last words) frame index value reuse issues for Thumb1. | Jim Grosbach |
| 2010-03-10 | Speculatively revert 98104; could be what's causing crashes | Dale Johannesen |
| 2010-03-10 | mcize uses of PrintRelDirective and eliminate it. | Chris Lattner |
| 2010-03-09 | inline the bool form of PrintRelDirective away, leaving just the unsigned form. | Chris Lattner |
| 2010-03-09 | eliminate EOL, adding all comments with the OutStreamer.AddComment | Chris Lattner |
| 2010-03-09 | Ever more complicated DEBUG_VALUE fixes for branch folding. | Dale Johannesen |
| 2010-03-09 | eliminate a bunch of \n's that are being printed to O. Next up is to kill | Chris Lattner |
| 2010-03-09 | convert the non-"ispcrel" case of EmitReference to MC, | Chris Lattner |
| 2010-03-09 | Change the Value argument to eliminateFrameIndex to a type-tagged value. This | Jim Grosbach |
| 2010-03-09 | Allow more cross-rc coalescing. | Evan Cheng |
| 2010-03-09 | reapply r98035: | Chris Lattner |
| 2010-03-09 | add some extra checks. I'm not sure why, but this does unbreak a | Chris Lattner |
| 2010-03-09 | Revert accidental commit. | Evan Cheng |
| 2010-03-09 | Don't do illegal cross-class coalescing. | Jakob Stoklund Olesen |
| 2010-03-09 | - Make the machine cse dumb coalescer (as opposed to the more awesome simple | Evan Cheng |
| 2010-03-09 | Speculatively revert r98035. It appears to have caused a set of buildbot | Eric Christopher |
| 2010-03-09 | Attempt to make this debug output meaningful, both in the case of | Dan Gohman |
| 2010-03-09 | Now that setStartLabel takes an MCSymbol, we can de-ID'ize | Chris Lattner |
| 2010-03-09 | change DbgScope to keep track of the start/end label as MCSymbol* | Chris Lattner |
| 2010-03-09 | remove a useless optimization: now that label replacement never | Chris Lattner |
| 2010-03-09 | strength reduce MMI::MappedLabel to MMI::isLabelDeleted, | Chris Lattner |
| 2010-03-09 | mcstreamerize AsmPrinter::printLabel. | Chris Lattner |
| 2010-03-09 | Disable physical register coalescing when the number of live ranges for the | Jakob Stoklund Olesen |
| 2010-03-09 | add a EmitSymbolValue convenience method to MCStreamer. | Chris Lattner |
| 2010-03-09 | make InlineInfoLabels hold MCSymbol*'s, avoiding | Chris Lattner |