| Age | Commit message (Expand) | Author |
| 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 |
| 2010-08-30 | nuke dead ivar which was supposed to be committed with r112496 | Chris Lattner |
| 2010-08-29 | two changes: 1) make AliasSet hold the list of call sites with an | Chris Lattner |
| 2010-08-29 | Make IVUsers iterative instead of recursive. | Dan Gohman |
| 2010-08-29 | Delete an unused declaration. | Dan Gohman |
| 2010-08-29 | Stop explicitly scheduling domfrontier before the loop passes, | Chris Lattner |
| 2010-08-29 | Remove NEON vaddl, vaddw, vsubl, and vsubw intrinsics. Instead, use llvm | Bob Wilson |
| 2010-08-29 | implement SSAUpdater::RewriteUseAfterInsertions, a helpful form of RewriteUse. | Chris Lattner |
| 2010-08-28 | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner |
| 2010-08-28 | remove the ABCD and SSI passes. They don't have any clients that | Chris Lattner |
| 2010-08-27 | Add a prototype of a new peephole optimizing pass that uses LazyValue info to... | Owen Anderson |
| 2010-08-27 | Fix a couple of typos. | Eric Christopher |
| 2010-08-27 | Switch ScalarEvolution's main Value*->SCEV* map from std::map | Dan Gohman |
| 2010-08-27 | Add alignment arguments to all the NEON load/store intrinsics. | Bob Wilson |
| 2010-08-26 | Simplify eliminateFrameIndex() interface back down now that PEI doesn't need | Jim Grosbach |
| 2010-08-26 | tidy up a bit. no functional change. | Jim Grosbach |
| 2010-08-26 | add m_BitCast for matching a bitcast. | Chris Lattner |
| 2010-08-26 | zap the now unused MVT::getIntVectorWithNumElements | Bruno Cardoso Lopes |
| 2010-08-26 | Reapply r112091 and r111922, support for metadata linking, with a | Dan Gohman |
| 2010-08-26 | SmallVector's growth policies don't like starting from zero capacity. | John McCall |
| 2010-08-26 | Rewrite ExtractGV, removing a bunch of stuff that didn't fully work, | Dan Gohman |
| 2010-08-25 | Provide an explicit specialization of SmallVector at N=0 which does | John McCall |
| 2010-08-25 | add a specialization for the MVT form of getTypeAction, since it is | Chris Lattner |
| 2010-08-25 | remove some llvmcontext arguments that are now dead post-refactoring. | Chris Lattner |
| 2010-08-25 | Change handling of illegal vector types to widen when possible instead of | Chris Lattner |
| 2010-08-25 | tidy up | Chris Lattner |
| 2010-08-25 | Fix header define to reflect the name of the file. | Eric Christopher |