| Age | Commit message (Expand) | Author |
| 2007-10-18 | Work around downrev gccs which do not inherit visibility of the | Gordon Henriksen |
| 2007-10-18 | legalizing the ret operation on f64 shouldn't introduce a new | Chris Lattner |
| 2007-10-17 | Switching TargetMachineRegistry to use the new generic Registry. | Gordon Henriksen |
| 2007-10-17 | Change fp to sint legalization on x86-32 to do 2 x i32 | Chris Lattner |
| 2007-10-17 | fix some funny indentation, add comments. | Chris Lattner |
| 2007-10-16 | Check for invalid cc's in f80 select. | Dale Johannesen |
| 2007-10-16 | Fix a bug handling frame references in ppc inline asm when the frame offset | Chris Lattner |
| 2007-10-16 | Correction to tail call optimization code. The new return address | Arnold Schwaighofer |
| 2007-10-15 | Change LowerFP_TO_SINT to create the specific code it needs instead of | Chris Lattner |
| 2007-10-15 | LowerFP_TO_SINT must not create a stack object if it's not needed. | Evan Cheng |
| 2007-10-15 | Handle PPC long double in CBackend. | Dale Johannesen |
| 2007-10-14 | Unbreak x86-64. | Evan Cheng |
| 2007-10-14 | Revert 42908 for now. | Evan Cheng |
| 2007-10-14 | Fix type mismatch error in PPC Altivec (only causes | Dale Johannesen |
| 2007-10-13 | Clarify that fastcc has a problem with nested function | Duncan Sands |
| 2007-10-13 | Change unfoldMemoryOperand(). User is now responsible for passing in the | Evan Cheng |
| 2007-10-12 | Correcting the corrections. Bad bad baaad emacs! | Arnold Schwaighofer |
| 2007-10-12 | Corrected many typing errors. And removed 'nest' parameter handling | Arnold Schwaighofer |
| 2007-10-12 | Due to the new tail call optimization, trampolines can no | Duncan Sands |
| 2007-10-12 | Update. | Evan Cheng |
| 2007-10-12 | Change the names used for internal labels to use the current | Dan Gohman |
| 2007-10-12 | Mark vector ctpop, cttz, and ctlz as Expand on x86. | Dan Gohman |
| 2007-10-12 | Mark vector pow, ctpop, cttz, and ctlz as Expand on PowerPC. | Dan Gohman |
| 2007-10-12 | Fold load / store into MOV32to32_ and MOV16to16_. | Evan Cheng |
| 2007-10-12 | Flag MOV32to32_ with EXTRACT_SUBREG. They should not be scheduled apart. | Evan Cheng |
| 2007-10-11 | Set ISD::FPOW to Expand. | Dan Gohman |
| 2007-10-11 | Add missing argument to PALIGNR | Dale Johannesen |
| 2007-10-11 | Added tail call optimization to the x86 back end. It can be | Arnold Schwaighofer |
| 2007-10-10 | Fix CodeGen/Generic/BasicInstrs.llx on sparc by marking divrem | Chris Lattner |
| 2007-10-10 | Next PPC long double bits: ppcf128->i32 conversion. | Dale Johannesen |
| 2007-10-09 | LowerIntegerDivOrRem no longer exists. | Dan Gohman |
| 2007-10-09 | Fix grammar in a comment. | Dan Gohman |
| 2007-10-09 | This is done. | Dan Gohman |
| 2007-10-09 | Under 64-bit mode use LEA64_32r instead of LEA64r to save a byte. | Evan Cheng |
| 2007-10-09 | Position Independent Code (PIC) support [3] | Bruno Cardoso Lopes |
| 2007-10-09 | Position Independent Code (PIC) support [2] | Bruno Cardoso Lopes |
| 2007-10-09 | Position Independent Code (PIC) support [1] | Bruno Cardoso Lopes |
| 2007-10-08 | Bug fix. X86 was emitting redundant setcc and test instructions before a cond... | Evan Cheng |
| 2007-10-08 | Migrate X86 and ARM from using X86ISD::{,I}DIV and ARMISD::MULHILO{U,S} to | Dan Gohman |
| 2007-10-08 | Allow x86 compare to be commutable by default. | Evan Cheng |
| 2007-10-08 | When we start enabling SMUL_LOHI/UMUL_LOHI or SDIVREM/UDIVREM in | Dan Gohman |
| 2007-10-08 | Simplify getIntPtrType, allowing it to work for arbitrary pointer sizes. | Dan Gohman |
| 2007-10-07 | disable this entirely: it is causing use of invalidated iterators and infinit... | Chris Lattner |
| 2007-10-07 | Fix many regressions on x86 by avoiding dereferencing the end iterator. | Chris Lattner |
| 2007-10-06 | Oops, I really wanted to commit this part also :) | Anton Korobeynikov |
| 2007-10-06 | Move merge code into new helper function. | Anton Korobeynikov |
| 2007-10-06 | Added DAG xforms. e.g. | Evan Cheng |
| 2007-10-06 | Next powerpc long double bits. Comparisons work, | Dale Johannesen |
| 2007-10-05 | Commute x86 cmove instructions by swapping the operands and change the condition | Evan Cheng |
| 2007-10-05 | This is done. | Evan Cheng |