| Age | Commit message (Expand) | Author |
| 2007-05-18 | Merging from mainline (inline asm fix) | Tanya Lattner |
| 2007-05-10 | Merging from mainline | Tanya Lattner |
| 2007-05-10 | Merge from mainline PR1403 | Tanya Lattner |
| 2007-05-07 | Forgot a check. | Evan Cheng |
| 2007-05-07 | Enable a couple of xforms: | Evan Cheng |
| 2007-05-07 | Handle some non-exit blocks in tail merging. | Dale Johannesen |
| 2007-05-07 | Parameter attributes on invoke calls were being lost due to the wrong | Duncan Sands |
| 2007-05-06 | Detabify | Anton Korobeynikov |
| 2007-05-06 | Fix typo in comment. | Nick Lewycky |
| 2007-05-05 | Use the personality function that was registered with MMI rather than | Duncan Sands |
| 2007-05-05 | Propagate alignment/volatility in two places. | Chris Lattner |
| 2007-05-05 | Spelling fix. | Duncan Sands |
| 2007-05-05 | Emit sections/directives in the proper order. This fixes PR1376. Also, | Anton Korobeynikov |
| 2007-05-04 | A bitcast of a global variable may have been constant folded to a GEP - | Duncan Sands |
| 2007-05-03 | Don't create indexed load / store with zero offset! | Evan Cheng |
| 2007-05-03 | Allow i/s to match (gv+c). This fixes CodeGen/PowerPC/2007-05-03-InlineAsm-S... | Chris Lattner |
| 2007-05-03 | Drop 'const' | Devang Patel |
| 2007-05-02 | Properly set arguments bitwidth of EHSELECT node | Anton Korobeynikov |
| 2007-05-02 | Use 'static const char' instead of 'static const int'. | Devang Patel |
| 2007-05-02 | Fix build error. | Lauro Ramos Venancio |
| 2007-05-01 | Fix couple of bugs connected with eh info: | Anton Korobeynikov |
| 2007-05-01 | Do not use typeinfo to identify pass in pass manager. | Devang Patel |
| 2007-05-01 | If call frame is not part of stack frame and no dynamic alloc, eliminateFrame... | Evan Cheng |
| 2007-05-01 | Forgot about chain result; also UNDEF cannot have multiple values. | Evan Cheng |
| 2007-05-01 | llvm bug #1350, parts 1, 2, and 3. | Nate Begeman |
| 2007-05-01 | Under normal circumstances, when a frame pointer is not required, we reserve | Evan Cheng |
| 2007-05-01 | * Only turn a load to UNDEF if all of its outputs have no uses (indexed loads | Evan Cheng |
| 2007-04-30 | Fix PR1228 and CodeGen/Generic/2007-04-30-LandingPadBranchFolding.ll | Chris Lattner |
| 2007-04-30 | print isLandingPad() for MBBs | Chris Lattner |
| 2007-04-30 | Continue refactoring inline asm code. If there is an earlyclobber output | Chris Lattner |
| 2007-04-30 | Updates. | Evan Cheng |
| 2007-04-30 | refactor GetRegistersForValue to take OpInfo as an argument instead of various | Chris Lattner |
| 2007-04-30 | refactor some code, no functionality change | Chris Lattner |
| 2007-04-30 | Clean up multi-line asam string printing. Instead of printing: | Chris Lattner |
| 2007-04-29 | generalize aggregate handling | Chris Lattner |
| 2007-04-29 | Implement review feedback | Anton Korobeynikov |
| 2007-04-28 | memory operands that have a direct operand should have their stores created | Chris Lattner |
| 2007-04-28 | eliminate more redundant constraint type analysis | Chris Lattner |
| 2007-04-28 | merge constraint type analysis stuff together. | Chris Lattner |
| 2007-04-28 | Significant refactoring of the inline asm stuff, to support future changes. | Chris Lattner |
| 2007-04-28 | Implement review feedback. Aliasees can be either GlobalValue's or | Anton Korobeynikov |
| 2007-04-28 | memory inputs to an inline asm are required to have an address available. | Chris Lattner |
| 2007-04-28 | Fix CodeGen/Generic/2007-04-27-LargeMemObject.ll and | Chris Lattner |
| 2007-04-28 | Fix this to match change to InlineAsm class. | Chris Lattner |
| 2007-04-27 | Fix incorrect legalization of EHSELECTOR. This fixes | Chris Lattner |
| 2007-04-27 | Expand UINT_TO_FP in turns of SINT_TO_FP when UINTTOFP_* libcalls are not ava... | Evan Cheng |
| 2007-04-27 | improve EH global handling, patch by Duncan Sands. | Chris Lattner |
| 2007-04-26 | enable Anton's shift/and switch lowering stuff! It now passes ppc bootstrap | Chris Lattner |
| 2007-04-26 | Fixx off-by-one bug, which prevents llvm-gcc bootstrap on ppc32 | Anton Korobeynikov |
| 2007-04-26 | Fix a typo in a comment. | Dan Gohman |