| Age | Commit message (Expand) | Author |
| 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 | cosmetic changes from review of last patch. obvious | Dale Johannesen |
| 2007-02-25 | fastcc functions that return double values now return them in xmm0 on x86-32. | Chris Lattner |
| 2007-02-25 | allow vectors to be passed to stdcall/fastcall functions | Chris Lattner |
| 2007-02-25 | move LowerRET into the 'Return Value Calling Convention Implementation' | Chris Lattner |
| 2007-02-25 | make all Lower*CallTo implementations use LowerCallResult to handle their | Chris Lattner |
| 2007-02-25 | pass the calling convention into Lower*CallTo, instead of using ad-hoc flags. | Chris Lattner |
| 2007-02-25 | factor a bunch of code out of LowerCCCCallTo into a new LowerCallResult | Chris Lattner |
| 2007-02-25 | move some code around, pass in calling conv, even though it is unused | Chris Lattner |
| 2007-02-25 | simplify result value lowering by splitting the selection of *where* to return | Chris Lattner |
| 2007-02-25 | make void-return not a special case | Chris Lattner |
| 2007-02-25 | eliminate a bunch more temporary vectors from X86 lowering. | Chris Lattner |
| 2007-02-25 | eliminate temporary vectors created during X86 lowering. | Chris Lattner |
| 2007-02-25 | remove std::vector's in RET lowering. | 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-25 | remove crediting of Evan Cheng and me. | Dale Johannesen |
| 2007-02-25 | Removed WaterListOffset, inserted BBOffsets. Remove TODO item about this | Dale Johannesen |
| 2007-02-23 | PR1164: | Bill Wendling |
| 2007-02-23 | bugfix: SP wasn't updated for varargs when frame pointer was eliminated. | Lauro Ramos Venancio |
| 2007-02-23 | Don't spill LR as a callee saved register. | Jim Laskey |
| 2007-02-23 | Fix stack alignment in functions with varargs. | Lauro Ramos Venancio |
| 2007-02-23 | rewrite of constant islands | Dale Johannesen |
| 2007-02-23 | Added -march=thumb; removed -enable-thumb. | Evan Cheng |
| 2007-02-23 | 80 col. violation. | Evan Cheng |
| 2007-02-23 | External weak linkage is supported by recent binutils on mingw32. | Anton Korobeynikov |
| 2007-02-23 | By default, spills kills the register being stored. | Evan Cheng |
| 2007-02-23 | Add option to turn on register scavenger; By default, spills kills the regist... | Evan Cheng |
| 2007-02-22 | remove obsolete file | Chris Lattner |
| 2007-02-22 | Simplify lowering and selection of exception ops. | Jim Laskey |
| 2007-02-21 | Support to provide exception and selector registers. | Jim Laskey |
| 2007-02-21 | Add support for changes in DwarfWriter. | Jim Laskey |
| 2007-02-21 | Add TAI field for exception table section. | Jim Laskey |
| 2007-02-21 | ELF / PIC requires GOT be in the EBX register during calls via PLT GOT pointer. | Evan Cheng |
| 2007-02-20 | Fix typos in comments. | Dan Gohman |
| 2007-02-20 | How the heck did I forget patterns for llvm.x86.sse2.cmp.sd? | Evan Cheng |
| 2007-02-19 | Simplify some code by moving variable declarations into the only block that | Reid Spencer |
| 2007-02-19 | Implement support for non-standard integer bit widths of any size. The | Reid Spencer |
| 2007-02-19 | Re-apply my liveintervalanalysis changes. Now with PR1207 fixes. | Evan Cheng |
| 2007-02-19 | For PR1207: | Reid Spencer |
| 2007-02-17 | Added getReservedRegs(). | Evan Cheng |
| 2007-02-17 | Fix ixaddrs as well, allowing ppc64 to compile to: | Chris Lattner |
| 2007-02-17 | Compile test/CodeGen/PowerPC/LargeAbsoluteAddr.ll to: | Chris Lattner |
| 2007-02-17 | Do not dereference invalid ranges. Generalize targetdata alignment model. | Chris Lattner |
| 2007-02-16 | Fix CodeGen/PowerPC/2007-02-16-AlignPacked.ll | Chris Lattner |
| 2007-02-16 | Remove an unnecessary predicate. | Reid Spencer |
| 2007-02-16 | simplify some code, ensure that packed structures get abi alignment of 1. | Chris Lattner |