| Age | Commit message (Expand) | Author |
| 2008-02-04 | 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-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 | Fix and enable EH for x86-64 Darwin. Adds | Dale Johannesen |
| 2008-01-15 | rename SDTRet -> SDTNone. | Chris Lattner |
| 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 | 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 | 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 | 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 | 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 |
| 2008-01-10 | Start inferring side effect information more aggressively, and fix many bugs ... | Chris Lattner |
| 2008-01-10 | rename X86InstrX86-64.td -> X86Instr64bit.td | Chris Lattner |
| 2008-01-10 | remove explicit sets of 'neverHasSideEffects' that can now be | Chris Lattner |
| 2008-01-10 | get def use info more correct. | Chris Lattner |
| 2008-01-10 | verify that the frame index is immutable before remat'ing (still disabled) | Chris Lattner |
| 2008-01-10 | Mark byval parameter stack objects mutable for now. | Evan Cheng |
| 2008-01-10 | Emit unused EH frames for weak definitions on Darwin, | Dale Johannesen |
| 2008-01-10 | Do not use the stack pointer directly, issue a copyfromreg instead. Otherwise... | Evan Cheng |
| 2008-01-10 | Remove comments that do not correspond to anything after recent refactoring. | Evan Cheng |
| 2008-01-09 | add a testcase | Chris Lattner |
| 2008-01-08 | Use size_t to store Pos, avoid truncating value | Duncan Sands |
| 2008-01-08 | Minor fix to enable x86-64 pic jit (still fails for other reasons). | Evan Cheng |
| 2008-01-08 | Fix a x86-64 static codegen bug. This fixes a lot of x86-64 jit failures. | Evan Cheng |
| 2008-01-08 | Silence warning about loss of precision. | Bill Wendling |
| 2008-01-07 | Unbreak x86-64. | Evan Cheng |
| 2008-01-07 | add a note that is important for some fp apps. | Chris Lattner |