| Age | Commit message (Expand) | Author |
| 2008-04-30 | Tail call optimization improvements: | Arnold Schwaighofer |
| 2008-04-26 | A few inline asm cleanups: | Chris Lattner |
| 2008-04-25 | add a note | Chris Lattner |
| 2008-04-19 | 64-bit atomic operations. | Evan Cheng |
| 2008-04-19 | PPC32 atomic operations. | Evan Cheng |
| 2008-04-16 | Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th... | Nicolas Geoffray |
| 2008-04-16 | Infrastructure for getting the machine code size of a function and an instruc... | Nicolas Geoffray |
| 2008-04-15 | Change Divided flag to Split, as suggested by Evan | Nicolas Geoffray |
| 2008-04-14 | Reverse sense of unwind-tables option. This means | Dale Johannesen |
| 2008-04-13 | Add a divided flag for the first piece of an argument divided into mulitple p... | Nicolas Geoffray |
| 2008-04-12 | Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not Legal | Dan Gohman |
| 2008-04-08 | Implement new llc flag -disable-required-unwind-tables. | Dale Johannesen |
| 2008-04-07 | Rename MemOperand to MachineMemOperand. This was suggested by | Dan Gohman |
| 2008-04-07 | Re-commit of the r48822, where the infinite looping problem discovered | Roman Levenstein |
| 2008-04-03 | Backing out 48222 temporarily. | Evan Cheng |
| 2008-04-02 | Cosmetic changes per EH patch review feedback. | Dale Johannesen |
| 2008-04-02 | Recommitting EH patch; this should answer most of the | Dale Johannesen |
| 2008-04-01 | Revert 49006 for the moment. | Dale Johannesen |
| 2008-03-31 | Emit exception handling info for functions which are | Dale Johannesen |
| 2008-03-31 | Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo. | Evan Cheng |
| 2008-03-30 | Fix "Control reaches the end of non-void function" warnings, | Chris Lattner |
| 2008-03-26 | Use a linked data structure for the uses lists of an SDNode, just like | Roman Levenstein |
| 2008-03-25 | Smaller function alignment when optimizing for size. | Evan Cheng |
| 2008-03-25 | Add explicit keywords. | Dan Gohman |
| 2008-03-25 | A quick nm audit turned up several fixed tables and objects that were | Dan Gohman |
| 2008-03-24 | Use the bit size of the operand instead of the hard-coded 32 to generate the | Bill Wendling |
| 2008-03-21 | Introduce a new node for holding call argument | Duncan Sands |
| 2008-03-20 | detabify llvm, patch by Mike Stump! | Chris Lattner |
| 2008-03-19 | Add support for multiple return values for the PPC target by | Dan Gohman |
| 2008-03-17 | Make Complex long long/double/long double work | Dale Johannesen |
| 2008-03-17 | Unbreak JIT. Ignore TargetInstrInfo::IMPLICIT_DEF. | Evan Cheng |
| 2008-03-17 | Next round of PPC32 ABI changes. Allow for gcc | Dale Johannesen |
| 2008-03-15 | Replace all target specific implicit def instructions with a target independe... | Evan Cheng |
| 2008-03-14 | Implement the real calling convention for ppc32 Altivec: | Dale Johannesen |
| 2008-03-12 | Do not promote float params to double in varargs | Dale Johannesen |
| 2008-03-12 | One more bit of Altivec parameter passing. | Dale Johannesen |
| 2008-03-12 | Implement Altivec passing to varargs functions on ppc. | Dale Johannesen |
| 2008-03-11 | Use PassManagerBase instead of FunctionPassManager for functions | Dan Gohman |
| 2008-03-11 | Generalize ExpandIntToFP to handle the case where the operand is legal | Dan Gohman |
| 2008-03-10 | Disable prolog code that aligns the stack when a | Dale Johannesen |
| 2008-03-10 | Change the "enable/disable" mechanism so that we can enable PPC register | Bill Wendling |
| 2008-03-10 | Default ISD::PREFETCH to expand. | Evan Cheng |
| 2008-03-10 | fix 80 col violations. | Chris Lattner |
| 2008-03-10 | Stylistic modifications. No functionality changes. | Nicolas Geoffray |
| 2008-03-10 | Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC's | Scott Michel |
| 2008-03-10 | Add description of individual bits in CR. This fix PR1765. | Nicolas Geoffray |
| 2008-03-10 | Increase ISD::ParamFlags to 64 bits. Increase the ByValSize | Dale Johannesen |
| 2008-03-09 | Darwin PPC64 indirect call target goes in X12, not R12. This fixes these | Chris Lattner |
| 2008-03-08 | More ppc32 byval handling (bug fixes). Things | Dale Johannesen |
| 2008-03-08 | Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ... | Evan Cheng |