| Age | Commit message (Expand) | Author |
| 2010-03-28 | finally remove the immAllOnesV_bc/immAllZerosV_bc patterns | Chris Lattner |
| 2010-03-28 | add some node definitions. | Chris Lattner |
| 2010-03-27 | remove parallel support. | Chris Lattner |
| 2010-03-25 | Fix unused parameter warning. | Eric Christopher |
| 2010-03-25 | Docuemntation corrections from John Myers. | Dan Gohman |
| 2010-03-24 | add a convenient TargetInstrDesc::getNumImplicitUses/Defs method. | Chris Lattner |
| 2010-03-24 | Remove the ConvertActions table and associated code, which is unused. | Dan Gohman |
| 2010-03-23 | Revert 99335. getTypeToExpandTo's iterative behavior is actually | Dan Gohman |
| 2010-03-23 | Remove getTypeToExpandTo, since it isn't adding much value | Dan Gohman |
| 2010-03-23 | MC: Add TargetAsmBackend::MayNeedRelaxation, for checking whether a particula... | Daniel Dunbar |
| 2010-03-23 | MC: Add TargetAsmBackend::WriteNopData and use to eliminate some target depen... | Daniel Dunbar |
| 2010-03-23 | MC: Add TargetAsmBackend::RelaxInstruction callback, and custom X86 implement... | Daniel Dunbar |
| 2010-03-20 | TargetRegistry: Fix create{AsmInfo,MCDisassembler} to return non-const objects. | Daniel Dunbar |
| 2010-03-19 | MC: Add TargetAsmBackend::createObjectWriter. | Daniel Dunbar |
| 2010-03-19 | MC: Add TargetAsmBackend::isVirtualSection hook. | Daniel Dunbar |
| 2010-03-19 | MCAssembler: Move ApplyFixup to the TargetAsmBackend, this is a target specif... | Daniel Dunbar |
| 2010-03-19 | add a new SDNPVariadic SDNP node flag, and use it in | Chris Lattner |
| 2010-03-18 | use ins/outs | Chris Lattner |
| 2010-03-18 | MC/AsmMatcher: Add support for target specific "instruction cleanup" functions, | Daniel Dunbar |
| 2010-03-18 | MC/Darwin: Add a new target hook for whether the target uses "reliable" symbo... | Daniel Dunbar |
| 2010-03-17 | Remove an unnecessary (and misspelled) typedef. Tweak whitespace. | Bob Wilson |
| 2010-03-17 | remove dead variable, patch by Nathan Howell! | Chris Lattner |
| 2010-03-15 | MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and e... | Daniel Dunbar |
| 2010-03-14 | Make default expansion for FP16 <-> FP32 nodes into libcalls | Anton Korobeynikov |
| 2010-03-13 | rearrange MCContext ownership. Before LLVMTargetMachine created it | 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 | make the mangler take an MCContext instead of an MAI. | Chris Lattner |
| 2010-03-12 | make TargetLoweringObjectFile::getExprForDwarfReference | 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 | Fix (unused) RegisterAsmBackend template, clang++ isn't happy about this. | Daniel Dunbar |
| 2010-03-11 | MC: Provide MCAssembler with a TargetAsmBackend. | Daniel Dunbar |
| 2010-03-11 | MC: Sketch some TargetAsmBackend hooks we are going to need. | Daniel Dunbar |
| 2010-03-11 | MC: Provide the target triple to AsmBackend constructors. | Daniel Dunbar |
| 2010-03-10 | move three lowering hooks from MAI to TLOF and make one of them | Chris Lattner |
| 2010-03-09 | Change the Value argument to eliminateFrameIndex to a type-tagged value. This | Jim Grosbach |
| 2010-03-07 | Use Other as a sentinel instead of iAny. | Chris Lattner |
| 2010-03-03 | - Change MachineInstr::isIdenticalTo to take a new option that determines whe... | Evan Cheng |
| 2010-03-02 | Remove dead parameter passing. | Bill Wendling |
| 2010-03-01 | Use Doxygen comment syntax. | Dan Gohman |
| 2010-02-28 | Add a flag to addPassesToEmit* to disable the Verifier pass run | Dan Gohman |
| 2010-02-27 | The mayHaveSideEffects flag is no longer used. | Dan Gohman |
| 2010-02-25 | remove a dead PatLeaf, I previously changed all uses to use -1 instead. | Chris Lattner |
| 2010-02-25 | Revert r97064. Duncan pointed out that bitcasts are defined in | Dan Gohman |
| 2010-02-24 | Make getTypeSizeInBits work correctly for array types; it should return | Dan Gohman |
| 2010-02-22 | Updated version of r96634 (which was reverted due to failing 176.gcc and | Jim Grosbach |
| 2010-02-22 | Fix various doxygen warnings. | Dan Gohman |
| 2010-02-21 | MC: Sketch registry support for target specific assembler backends. | Daniel Dunbar |