| Age | Commit message (Expand) | Author |
| 2010-03-14 | change EH related stuff (other than EH_LABEL) to use MCSymbol | Chris Lattner |
| 2010-03-13 | eliminate the now-unneeded context argument of MBB::getSymbol() | Chris Lattner |
| 2010-03-13 | rearrange MCContext ownership. Before LLVMTargetMachine created it | Chris Lattner |
| 2010-03-13 | add support for MCSymbols as operands to MachineInstrs. | Chris Lattner |
| 2010-03-13 | simplify EmitFrameMoves to take BaseLabel in as a symbol | Chris Lattner |
| 2010-03-13 | factor some labels, simplify some code. | Chris Lattner |
| 2010-03-13 | various cleanups. | Chris Lattner |
| 2010-03-13 | reimplement the string pool used for inlined function | Chris Lattner |
| 2010-03-12 | remove gone method, grr symlinks. | Chris Lattner |
| 2010-03-12 | inline the now-trivial implementation of GetGlobalValueSymbol into | Chris Lattner |
| 2010-03-12 | give Mangler access to TargetData. | Chris Lattner |
| 2010-03-12 | finally give Mangler a getSymbol method, which returns an MCSymbol | Chris Lattner |
| 2010-03-12 | remove dead code. | Chris Lattner |
| 2010-03-12 | make the mangler take an MCContext instead of an MAI. | Chris Lattner |
| 2010-03-12 | remove MAI argument from createAsmStreamer since it | Chris Lattner |
| 2010-03-12 | fix a bug emitting .secrel32 that I introduced, PR6587, patch | Chris Lattner |
| 2010-03-12 | Free DbgScopes in DwarfDebug::endFunction(). Also increased the const-ness of | Jeffrey Yasskin |
| 2010-03-12 | Revert turning copysignl into a COPYSIGN node for the moment: | Duncan Sands |
| 2010-03-12 | Now that it's supported, turn copysignl into a COPYSIGN node. | Duncan Sands |
| 2010-03-12 | Fix PR6522: implement copysign expansion for x86 long double | Duncan Sands |
| 2010-03-12 | fix PR6577, a bug in sdbuilder lowering select instructions | Chris Lattner |
| 2010-03-11 | There is no need to create specification DIE for definitions at DIFile level. | Devang Patel |
| 2010-03-11 | Extract methods from LocalRewriter::RewriteMBB bringing it down to 666 lines. | Jakob Stoklund Olesen |
| 2010-03-11 | change MCContext to always have an MCAsmInfo. | Chris Lattner |
| 2010-03-11 | fix a fixme in TargetLoweringObjectFile::getExprForDwarfReference | Chris Lattner |
| 2010-03-11 | Remove getWidenVectorType, which is no longer used. | Dan Gohman |
| 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 |