| Age | Commit message (Expand) | Author |
| 2011-07-26 | Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm... | Evan Cheng |
| 2011-06-20 | Don't apply on PPC64 the 32bit ADDIC optimizations as there's no overflow | Roman Divacky |
| 2011-06-03 | Fix wrong usages of CTR/MCTR where CTR8/MCTR8 was meant. | Roman Divacky |
| 2011-05-19 | Fix PR8828 by removing the explicit def in MovePCToLR as well as the pointless | Cameron Zwarich |
| 2011-01-08 | Fix the last virtual register enumerations. | Jakob Stoklund Olesen |
| 2010-12-24 | Various bits of framework needed for precise machine-level selection | Andrew Trick |
| 2010-12-24 | whitespace | Andrew Trick |
| 2010-12-21 | rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for | Chris Lattner |
| 2010-09-21 | fix a long standing wart: all the ComplexPattern's were being | Chris Lattner |
| 2010-09-04 | zap dead code. | Chris Lattner |
| 2010-05-20 | The PPC MFCR instruction implicitly uses all 8 of the CR | Dale Johannesen |
| 2010-04-17 | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman |
| 2010-04-02 | use DebugLoc default ctor instead of DebugLoc::getUnknownLoc() | Chris Lattner |
| 2010-03-29 | Make isInt?? and isUint?? template specializations of the generic versions. This | Benjamin Kramer |
| 2010-03-02 | Sink InstructionSelect() out of each target into SDISel, and rename it | Chris Lattner |
| 2010-02-10 | Fix "the the" and similar typos. | Dan Gohman |
| 2010-01-05 | Change SelectCode's argument from SDValue to SDNode *, to make it more | Dan Gohman |
| 2009-11-24 | Make capitalization of names starting "is" more consistent. | Dale Johannesen |
| 2009-11-20 | Remove an incorrect overaggressive optimization | Dale Johannesen |
| 2009-11-05 | Remove uninteresting and confusing debug output. | Dan Gohman |
| 2009-10-25 | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky |
| 2009-10-25 | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky |
| 2009-09-25 | Rename getTargetNode to getMachineNode, for consistency with the | Dan Gohman |
| 2009-08-22 | Record variable debug info at ISel time directly. | Devang Patel |
| 2009-08-18 | PowerPC inline asm was emitting two output operands | Dale Johannesen |
| 2009-08-15 | Simplify a few more things, eliminating a few more dependencies on | Dan Gohman |
| 2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson |
| 2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
| 2009-07-31 | Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage | Dan Gohman |
| 2009-07-31 | Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many | Daniel Dunbar |
| 2009-07-31 | Manage MachineFunctions with an analysis Pass instead of the Annotable | Dan Gohman |
| 2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
| 2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
| 2009-07-08 | Implement changes from Chris's feedback. | Torok Edwin |
| 2009-04-17 | Fix some failures in targets on available_externally functions, | Chris Lattner |
| 2009-02-13 | Remove refs to non-DebugLoc version of BuildMI from PowerPC. | Dale Johannesen |
| 2009-02-12 | fix PR3538 for PPC | Chris Lattner |
| 2009-02-06 | Eliminate remaining non-DebugLoc version of getTargetNode. | Dale Johannesen |
| 2009-02-06 | Get rid of one more non-DebugLoc getNode and | Dale Johannesen |
| 2009-02-04 | Remove non-DebugLoc forms of CopyToReg and CopyFromReg. | Dale Johannesen |
| 2009-01-19 | Fix 80 col violations. | Evan Cheng |
| 2009-01-19 | Handle ISD::DECLARE with PIC relocation model. | Evan Cheng |
| 2009-01-16 | Fix PPC ISD::Declare isel and eliminate the need for PPCTargetLowering::Lower... | Evan Cheng |
| 2009-01-15 | Generalize the HazardRecognizer interface so that it can be used | Dan Gohman |
| 2009-01-15 | Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph | Dan Gohman |
| 2008-11-07 | Make FP tests requiring two compares work on PPC (PR 642). | Dale Johannesen |
| 2008-11-05 | Reintroduce a comment that was removed with the AddToISelQueue | Dan Gohman |
| 2008-11-05 | Eliminate the ISel priority queue, which used the topological order for a | Dan Gohman |
| 2008-10-27 | Have TableGen emit setSubgraphColor calls under control of a -gen-debug | David Greene |
| 2008-10-16 | Trim #includes. | Dan Gohman |