| Age | Commit message (Expand) | Author |
| 2007-05-18 | Merging from mainline. | Tanya Lattner |
| 2007-05-08 | Merging from mainline. PR1399 fix. | Tanya Lattner |
| 2007-05-03 | revert accidental commit | Chris Lattner |
| 2007-05-03 | add support for printing offset of global | Chris Lattner |
| 2007-05-03 | Drop 'const' | Devang Patel |
| 2007-05-02 | Use 'static const char' instead of 'static const int'. | Devang Patel |
| 2007-05-01 | Do not use typeinfo to identify pass in pass manager. | Devang Patel |
| 2007-05-01 | eliminateFrameIndex() change. | Evan Cheng |
| 2007-05-01 | llvm bug #1350, parts 1, 2, and 3. | Nate Begeman |
| 2007-04-25 | Match MachineFunction::UsedPhysRegs changes. | Evan Cheng |
| 2007-04-25 | Relex assertions to account for additional implicit def / use operands. | Evan Cheng |
| 2007-04-24 | Fix PR1351 and CodeGen/PowerPC/2007-04-24-InlineAsm-I-Modifier.ll | Chris Lattner |
| 2007-04-09 | Fix a bug in PPCTargetLowering::isLegalAddressingMode, scales other than 0/1/2 | Chris Lattner |
| 2007-04-04 | Squelch a warning about mismatch between sign of constant and sign of return | Reid Spencer |
| 2007-04-03 | Starting implementation of the ELF32 ABI specification of varargs handling. | Nicolas Geoffray |
| 2007-04-03 | The PPC64 ELF ABI is "intended to use the same structure layout and calling c... | Nicolas Geoffray |
| 2007-04-03 | Addition to the previous commit for getCalleeSavedRegClasses: | Nicolas Geoffray |
| 2007-04-03 | The ELF ABI specifies F1-F8 registers as argument registers for double, not | Nicolas Geoffray |
| 2007-04-02 | Fix a bug which caused us to never be able to use signed comparisons for | Chris Lattner |
| 2007-03-31 | add a note | Chris Lattner |
| 2007-03-30 | implement the new addressing mode description hook. | Chris Lattner |
| 2007-03-27 | "The C standards do say that "char" may either be a "signed char" or "unsigned | Lauro Ramos Venancio |
| 2007-03-25 | add a note | Chris Lattner |
| 2007-03-25 | add a note | Chris Lattner |
| 2007-03-25 | Fix CodeGen/PowerPC/2007-03-24-cntlzd.ll | Chris Lattner |
| 2007-03-25 | switch TargetLowering::getConstraintType to take the entire constraint, | Chris Lattner |
| 2007-03-21 | Protect R31's frame offset from being used by callee-saved registers, when R31 | Nicolas Geoffray |
| 2007-03-20 | Added MRegisterInfo hook to re-materialize an instruction. | Evan Cheng |
| 2007-03-13 | Stack and register alignment of call arguments in the ELF ABI | Nicolas Geoffray |
| 2007-03-12 | More flexible TargetLowering LSR hooks for testing whether an immediate is a ... | Evan Cheng |
| 2007-03-08 | Putting more constants which do not contain relocations into .literal{4|8|16} | Evan Cheng |
| 2007-03-08 | For Darwin, put constant data into .const, .const_data, .literal{4|8|16} | Evan Cheng |
| 2007-03-06 | Minor interface change. | Evan Cheng |
| 2007-03-06 | Switch PPC return lower to use an autogenerated CC description. | Chris Lattner |
| 2007-03-03 | Emit low/high immediate loads properly for Linux/PPC. | Nick Lewycky |
| 2007-03-01 | Implemented the frameaddress intrinsic for PPC. | Nicolas Geoffray |
| 2007-02-28 | More Mach-O writer improvements. | Nate Begeman |
| 2007-02-28 | PEI now passes a RegScavenger ptr to eliminateFrameIndex. | Evan Cheng |
| 2007-02-27 | Fix parenthesis for BCTRL_{ELF|Macho} test. | Nicolas Geoffray |
| 2007-02-27 | Differentiate between the MachO and the ELF ABI the CALL instruction. | Nicolas Geoffray |
| 2007-02-27 | Duplicate use of LR, take 2. | Jim Laskey |
| 2007-02-27 | Backing out Jim's LR spill changes. This was causing llvm-gcc bootstrapping | Evan Cheng |
| 2007-02-26 | always lower to RETFLAG, never leave it as just ret. | Chris Lattner |
| 2007-02-25 | no really, this is the right patch | Chris Lattner |
| 2007-02-25 | always promote float varargs to double. | Chris Lattner |
| 2007-02-25 | one important bugfix: PPC32 didn't have both elf and macho support for | Chris Lattner |
| 2007-02-25 | implement support for the linux/ppc function call ABI. Patch by | Chris Lattner |
| 2007-02-25 | Add XLForm_1_ext template, patch by Nicolas Geoffray. | Chris Lattner |
| 2007-02-25 | Improve JIT support for linux/ppc: Patch by Nicolas Geoffray! | Chris Lattner |
| 2007-02-23 | Don't spill LR as a callee saved register. | Jim Laskey |