| Age | Commit message (Expand) | Author |
| 2008-03-11 | Use PassManagerBase instead of FunctionPassManager for functions | Dan Gohman |
| 2008-03-11 | When the register allocator runs out of registers, spill a physical register ... | Evan Cheng |
| 2008-03-10 | Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC's | Scott Michel |
| 2008-03-05 | Add a target lowering hook to control whether it's worthwhile to compress fp ... | Evan Cheng |
| 2008-02-29 | Use enumeration for preffered EH dwarf encoding reason | Anton Korobeynikov |
| 2008-02-28 | Interface of getByValTypeAlignment differed between | Dale Johannesen |
| 2008-02-28 | Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ... | Evan Cheng |
| 2008-02-27 | Preparation step for some cleanup/generalization in EH information emission: | Anton Korobeynikov |
| 2008-02-27 | Convert SimplifyDemandedMask and ShrinkDemandedConstant to use APInt. | Dan Gohman |
| 2008-02-26 | Rename PrintableName to Name. | Bill Wendling |
| 2008-02-26 | Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool | Bill Wendling |
| 2008-02-26 | Refactor inline asm constraint matching code out of SDIsel into TargetLowering. | Evan Cheng |
| 2008-02-24 | Some platforms use the same name for 32-bit and 64-bit registers (like | Bill Wendling |
| 2008-02-22 | Remove an invalid assertion now that there are implicit virtual register oper... | Evan Cheng |
| 2008-02-22 | Pass alignment on ByVal parameters, from FE, all | Dale Johannesen |
| 2008-02-21 | Atomic op support. If any gcc test uses __sync builtins, it might start fail... | Andrew Lenharth |
| 2008-02-20 | Unbreak build with gcc 4.3: provide missed includes and silence most annoying... | Anton Korobeynikov |
| 2008-02-15 | Added CommuteChangesDestination(). This returns true if commuting the specified | Evan Cheng |
| 2008-02-14 | In TargetLowering::LowerCallTo, don't assert that | Duncan Sands |
| 2008-02-13 | Simplify some logic in ComputeMaskedBits. And change ComputeMaskedBits | Dan Gohman |
| 2008-02-13 | Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t. | Dan Gohman |
| 2008-02-11 | Add arbitrary integer support to getRegisterType and | Duncan Sands |
| 2008-02-11 | Add a isBigEndian method to complement isLittleEndian. | Duncan Sands |
| 2008-02-10 | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman |
| 2008-02-08 | It's not always safe to fold movsd into xorpd, etc. Check the alignment of th... | Evan Cheng |
| 2008-02-02 | SDIsel processes llvm.dbg.declare by recording the variable debug information... | Evan Cheng |
| 2008-02-02 | Frame index can be negative. | Evan Cheng |
| 2008-01-31 | MRegisterInfo::getLocation() is a really bad idea. Its function is to calcula... | Evan Cheng |
| 2008-01-30 | Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a prope... | Evan Cheng |
| 2008-01-29 | Use getPreferredAlignmentLog or getPreferredAlignment | Duncan Sands |
| 2008-01-29 | Handle 'X' constraint in asm's better. | Dale Johannesen |
| 2008-01-25 | Add more assertions to catch accesses outside of | Duncan Sands |
| 2008-01-23 | Let each target decide byval alignment. For X86, it's 4-byte unless the aggre... | Evan Cheng |
| 2008-01-18 | remove magic numbers. | Chris Lattner |
| 2008-01-17 | This commit changes: | Chris Lattner |
| 2008-01-15 | Fix and enable EH for x86-64 Darwin. Adds | Dale Johannesen |
| 2008-01-10 | Simplify the side effect stuff a bit more and make licm/sinking | Chris Lattner |
| 2008-01-10 | Emit unused EH frames for weak definitions on Darwin, | Dale Johannesen |
| 2008-01-10 | Fix PR1845 and rdar://5676945. Generic vectors smaller | Chris Lattner |
| 2008-01-08 | add a mayLoad property for machine instructions, a correlary to mayStore. | Chris Lattner |
| 2008-01-07 | split TargetInstrDesc out into its own header file. | Chris Lattner |
| 2008-01-07 | rename TargetInstrDescriptor -> TargetInstrDesc. | Chris Lattner |
| 2008-01-07 | remove a dead method. | Chris Lattner |
| 2008-01-07 | Rename all the M_* flags to be namespace qualified enums, and switch | Chris Lattner |
| 2008-01-07 | add more and significantly better comments to the rest of the machineinstr | Chris Lattner |
| 2008-01-07 | add some mroe comments, add a isImplicitDef() method, add | Chris Lattner |
| 2008-01-07 | rename hasVariableOperands() -> isVariadic(). Add some comments. | Chris Lattner |
| 2008-01-07 | Move M_* flags down in the file. Move SchedClass up in the | Chris Lattner |
| 2008-01-07 | Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptor | Chris Lattner |
| 2008-01-07 | remove MachineOpCode typedef. | Chris Lattner |