| Age | Commit message (Expand) | Author |
| 2008-02-04 | Merge from mainline. | Tanya Lattner |
| 2008-01-23 | Merge from mainline. | Tanya Lattner |
| 2008-01-21 | Merge from mainline. | Tanya Lattner |
| 2008-01-21 | Merge from mainline. | Tanya Lattner |
| 2008-01-18 | Merge from mainline. | Tanya Lattner |
| 2008-01-18 | Merge from mainline. | Tanya Lattner |
| 2008-01-16 | Trampoline support for x86-64. This looks like | Duncan Sands |
| 2008-01-16 | make it more clear that this predicate only applies to scalar FP types. | Chris Lattner |
| 2008-01-16 | introduce a isTypeInSSEReg predicate, which allows us to simplify | Chris Lattner |
| 2008-01-16 | My previous commit had an incomplete message, it should have been: | Chris Lattner |
| 2008-01-16 | make the 'fp return in ST(0)' optimization smart enough to | Chris Lattner |
| 2008-01-16 | various whitespace cleanups, no functionality change. | Chris Lattner |
| 2008-01-15 | Missed file from previous checkin. | Dale Johannesen |
| 2008-01-15 | Fix and enable EH for x86-64 Darwin. Adds | Dale Johannesen |
| 2008-01-15 | If someone wants to implement ppc TRAP, they can go for it :) | Chris Lattner |
| 2008-01-15 | rename SDTRet -> SDTNone. | Chris Lattner |
| 2008-01-15 | Remove DefInst from LiveVariables::VarInfo. Use the facilities on MachineReg... | Owen Anderson |
| 2008-01-15 | no need to expand ISD::TRAP to X86ISD::TRAP, just match ISD::TRAP. | Chris Lattner |
| 2008-01-15 | Fix JIT encoding of trap/ud2 instruction | Anton Korobeynikov |
| 2008-01-15 | For PR1839: add initial support for __builtin_trap. llvm-gcc part is missed | Anton Korobeynikov |
| 2008-01-15 | Rename CCIfStruct to CCIfByVal and CCStructAssign to CCPassByVal. Remove unus... | Evan Cheng |
| 2008-01-15 | Both x86-32 and x86-64 handle byval parameter attributes. | Evan Cheng |
| 2008-01-14 | Improve the FP stackifier to decide all on its own whether | Chris Lattner |
| 2008-01-13 | Whitespace tweak. | Duncan Sands |
| 2008-01-12 | improve cygwin compatibility, patch by Sam Bishop | Chris Lattner |
| 2008-01-12 | clarify a note | Chris Lattner |
| 2008-01-12 | Indirect call with byval parameter requires a cast first. | Evan Cheng |
| 2008-01-12 | Add support for NetBSD, patch by Krister Walfridsson! | Chris Lattner |
| 2008-01-12 | Code clean up. | Evan Cheng |
| 2008-01-12 | fix a wordo that gordon noticed :) | Chris Lattner |
| 2008-01-12 | Any x86 instruction that reads from an invariant location is invariant. | Chris Lattner |
| 2008-01-11 | More cbe byval fixes. | Evan Cheng |
| 2008-01-11 | More CellSPU refinements: | Scott Michel |
| 2008-01-11 | rename MachineInstr::setInstrDescriptor -> setDesc | Chris Lattner |
| 2008-01-11 | remove xchg and shift-reg-by-1 instructions, which are dead. | Chris Lattner |
| 2008-01-11 | add a note, remove a done deed. | Chris Lattner |
| 2008-01-11 | hrm - correct spelling. | Arnold Schwaighofer |
| 2008-01-11 | Improve tail call optimized call's argument lowering. Before this | Arnold Schwaighofer |
| 2008-01-11 | Correct a copy and paste error. | Arnold Schwaighofer |
| 2008-01-11 | Some C backend ByVal parameter attribute support. Not yet complete. | Evan Cheng |
| 2008-01-11 | Rename Int_CVTSI642SSr* to Int_CVTSI2SS64r* for naming consistency and remove... | Evan Cheng |
| 2008-01-11 | more flags set right | Chris Lattner |
| 2008-01-11 | add some missing flags. | Chris Lattner |
| 2008-01-11 | add some notes. | Chris Lattner |
| 2008-01-11 | A couple of obvious off-by-one bugs. | Evan Cheng |
| 2008-01-11 | More CellSPU refinement and progress: | Scott Michel |
| 2008-01-11 | Weak zeroes don't go in bss on Darwin. | Dale Johannesen |
| 2008-01-11 | Weak things initialized to 0 don't go in bss on Darwin. | Dale Johannesen |
| 2008-01-10 | Simplify the side effect stuff a bit more and make licm/sinking | Chris Lattner |
| 2008-01-10 | IMPLICIT_USE and IMPLICIT_DEF are dead, remove them. | Chris Lattner |