| Age | Commit message (Expand) | Author |
| 2010-09-30 | Revert r102604. It was breaking 32-bit Linux. See | Bill Wendling |
| 2010-09-15 | Merge AutoUpgrade of EH magic variable. | Bill Wendling |
| 2010-09-14 | Approved by Chris: | Bill Wendling |
| 2010-09-04 | Remove CorrelatedValuePropagation from the default pass set for LLVM 2.8. It | Owen Anderson |
| 2010-09-03 | Reapply this increase to the number of virtual registers. All of the | Eric Christopher |
| 2010-09-03 | Add 'const' to getter function. | Jim Grosbach |
| 2010-09-03 | Re-enable CorrelatedValuePropagation. I've tested nightly tests, llvm-gcc | Owen Anderson |
| 2010-09-03 | Replace NEON vabdl, vaba, and vabal intrinsics with combinations of the | Bob Wilson |
| 2010-09-02 | lets get crazy and name the header file the exact class name, | Chris Lattner |
| 2010-09-02 | AsmPrinter has a formatted stream, pass it down through AsmAnnotationWriter | Chris Lattner |
| 2010-09-02 | Revert int_x86_mmx_palignr_b intrinsic to match llvm-gcc's version. | Bill Wendling |
| 2010-09-02 | - Change __builtin_ia32_palignr intrinsic type to match the pattern in clang. | Bill Wendling |
| 2010-09-02 | Remove obsolete comments about throwing exceptions. | Dan Gohman |
| 2010-09-02 | After some discussion with djg, teach SmallVector to grow from a zero | John McCall |
| 2010-09-02 | Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky. | Benjamin Kramer |
| 2010-09-02 | Add a comment. | Dan Gohman |
| 2010-09-02 | Fix .debug_range for linux. Patch by Krister Wombell. | Devang Patel |
| 2010-09-02 | Reapply commit 112699, speculatively reverted by echristo, since | Duncan Sands |
| 2010-09-01 | Remove NEON vmull, vmlal, and vmlsl intrinsics, replacing them with multiply, | Bob Wilson |
| 2010-09-01 | Reword this comment. Don't mention outs(), as that's not what | Dan Gohman |
| 2010-09-01 | Recommit with changes. Comment out palignr for the | Dale Johannesen |
| 2010-09-01 | Revert 112740, it broke some clang tests somehow... | Dale Johannesen |
| 2010-09-01 | Add a few more missing MMX operations. This should be it. | Dale Johannesen |
| 2010-09-01 | Disable CorrelatedValuePropagation while I track down selfhost failures. | Owen Anderson |
| 2010-09-01 | Tentatively add correlated value propagation to the set of standard passes. | Owen Anderson |
| 2010-09-01 | Speculatively revert 112699 and 112702, they seem to be causing | Eric Christopher |
| 2010-09-01 | Make tool_output_file's raw_ostream instance a member variable instead | Dan Gohman |
| 2010-09-01 | Add an interface for unregistering a file from the FilesToRemove list. | Dan Gohman |
| 2010-09-01 | COFF: Fix incorrect SCT_COMPLEX_TYPE_SHIFT. Add a few constants. | Michael J. Spencer |
| 2010-09-01 | Make the iterator form of erase return void, since it always succeeds, | Dan Gohman |
| 2010-09-01 | Define LLVM_GLOBAL_VISIBILITY to be __declspec(dllexport) on | Duncan Sands |
| 2010-09-01 | If PrototypeValue is erased in the middle of using the SSAUpdator | Duncan Sands |
| 2010-09-01 | Add convenience class for working with eh.exception calls. | Duncan Sands |
| 2010-09-01 | Revert 112442 and 112440 until the compile time problems introduced | Dan Gohman |
| 2010-09-01 | Add some MMX intrinsics that duplicate functionality | Dale Johannesen |
| 2010-08-31 | Use absolute label for DW_AT_stmt_list if a target does not prefer offset here. | Devang Patel |
| 2010-08-31 | Remove noisy semicolon. | Benjamin Kramer |
| 2010-08-31 | This is the second of three patches to implement support for the .loc directive | Kevin Enderby |
| 2010-08-31 | Reapply r112623. Included additional check for unused byval argument. | Devang Patel |
| 2010-08-31 | Comment typo. | Dale Johannesen |
| 2010-08-31 | Revert r112623. It is causing self host build failures. | Devang Patel |
| 2010-08-31 | Remember byval argument's frame index during argument lowering and use this i... | Devang Patel |
| 2010-08-31 | Stop using the dom frontier in DwarfEHPrepare by not promoting alloca's | Duncan Sands |
| 2010-08-31 | Rename ValuePropagation to a more descriptive CorrelatedValuePropagation. | Owen Anderson |
| 2010-08-31 | Fix spelling/typo. | Michael J. Spencer |
| 2010-08-31 | zap unused method. x86 is the only user and already has a more powerfull version | Bruno Cardoso Lopes |
| 2010-08-30 | Update the descriptions of NoModRef and ModRef to be consistent | Dan Gohman |
| 2010-08-30 | Remove NEON vmovn intrinsic, replacing it with vector truncate operations. | Bob Wilson |
| 2010-08-30 | Fix LLVM target initialization to deal with sociopathic outside projects | Eric Christopher |
| 2010-08-30 | Kill a couple of unused variables. | Eric Christopher |