| Age | Commit message (Expand) | Author |
| 2010-11-04 | In the calling convention logic, ValVT is always a legal type, | Duncan Sands |
| 2010-11-03 | Simplify uses of MVT and EVT. An MVT can be compared directly | Duncan Sands |
| 2010-11-03 | Fix a comment typo. | Duncan Sands |
| 2010-11-03 | Inside the calling convention logic LocVT is always a simple | Duncan Sands |
| 2010-11-03 | Two sets of changes. Sorry they are intermingled. | Evan Cheng |
| 2010-11-02 | Add some comments explaining what MVT and EVT are, and how they differ. | Duncan Sands |
| 2010-11-02 | Remove trailing whitespace. | Duncan Sands |
| 2010-10-31 | Attach a GCModuleInfo to a MachineFunction. | Nicolas Geoffray |
| 2010-10-31 | Explain the return value of CCAssignFn. | Duncan Sands |
| 2010-10-30 | Rename alignof -> alignOf to avoid irritating C++'0x compilers, | Chris Lattner |
| 2010-10-30 | Add SkipPHIsAndLabels from PHIElimination to MachineBasicBlock. It is needed | Jakob Stoklund Olesen |
| 2010-10-29 | Inline asm multiple alternative constraints development phase 2 - improved ba... | John Thompson |
| 2010-10-29 | Print out the connected components in the verifier after complaining about their | Jakob Stoklund Olesen |
| 2010-10-26 | Use a MemIntrinsicSDNode for ISD::PREFETCH, which touches | Dale Johannesen |
| 2010-10-26 | Teach MachineBasicBlock::print() to annotate instructions and blocks with | Jakob Stoklund Olesen |
| 2010-10-26 | Make the spiller responsible for updating the LiveStacks analysis. | Jakob Stoklund Olesen |
| 2010-10-25 | Simplify. | Devang Patel |
| 2010-10-25 | Update SelectBasicBlock signature. This should have been committed with r117310. | Devang Patel |
| 2010-10-22 | This is a prototype of an experimental register allocation | Andrew Trick |
| 2010-10-22 | Transfer implicit ops when forming load multiple and return instructions. | Evan Cheng |
| 2010-10-21 | CodeGen-Windows: Only emit _fltused if a VarArg function is called with float... | Michael J. Spencer |
| 2010-10-20 | Make CodeGen TBAA-aware. | Dan Gohman |
| 2010-10-19 | Spelling typo fix. s/incput/input/. Thanks, Bob! | Jim Grosbach |
| 2010-10-19 | Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do any | Jim Grosbach |
| 2010-10-19 | Shrink MachineOperand from 40 to 32 bytes on 64-bit hosts. | Jakob Stoklund Olesen |
| 2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
| 2010-10-16 | X86-Windows: Emit an undefined global __fltused symbol when targeting Windows | Michael J. Spencer |
| 2010-10-16 | Whitespace! | Michael J. Spencer |
| 2010-10-12 | Initial va_arg support for x86-64. Patch by David Meyer! | Dan Gohman |
| 2010-10-11 | tweak comment. | Chris Lattner |
| 2010-10-07 | After splitting, the remaining LiveInterval may be fragmented into multiple | Jakob Stoklund Olesen |
| 2010-10-06 | Add MachineRegisterInfo::constrainRegClass and use it in MachineCSE. | Jakob Stoklund Olesen |
| 2010-10-06 | ComputeLinearIndex doesn't need its TLI argument. | Dan Gohman |
| 2010-10-01 | When RemoveCopyByCommutingDef is creating additional identity copies, just use | Jakob Stoklund Olesen |
| 2010-09-25 | Avoid using VNInfo::getCopy as much as possible. I want to get rid of it. | Jakob Stoklund Olesen |
| 2010-09-25 | Removed VNInfo::isDefAccurate(). Def "accuracy" can be checked by testing whe... | Lang Hames |
| 2010-09-25 | Remove SlotIndex::PHI_BIT. It is no longer used by anything. | Jakob Stoklund Olesen |
| 2010-09-24 | Terminator gaps were unused. Might as well delete them. | Jakob Stoklund Olesen |
| 2010-09-24 | Attach a DebugLoc to a GC point in order to get precise information in the JI... | Nicolas Geoffray |
| 2010-09-23 | Moved the PBQP allocator class out of the header and back in to the cpp file ... | Lang Hames |
| 2010-09-21 | Rework passing parent pointers into complexpatterns, I forgot | Chris Lattner |
| 2010-09-21 | Add insertAfter. This should have accompanied previous check-in. | Devang Patel |
| 2010-09-21 | just like they can opt into getting the root of the pattern being | Chris Lattner |
| 2010-09-21 | finish pushing MachinePointerInfo through selectiondags. At this point, | Chris Lattner |
| 2010-09-21 | convert a couple more places to use the new getStore() | Chris Lattner |
| 2010-09-21 | eliminate an old SelectionDAG::getTruncStore method, propagating | Chris Lattner |
| 2010-09-21 | eliminate last SelectionDAG::getLoad old entrypoint, on to stores. | Chris Lattner |
| 2010-09-21 | fix the code that infers SV info to be correct when dealing | Chris Lattner |
| 2010-09-21 | Add LiveInterval::find and use it for most LiveRange searching operations | Jakob Stoklund Olesen |
| 2010-09-21 | Remove dead method. | Jakob Stoklund Olesen |