| Age | Commit message (Expand) | Author |
| 2010-08-10 | Implement register class inflation. | Jakob Stoklund Olesen |
| 2010-08-10 | Recalculate the spill weight and allocation hint for virtual registers created | Jakob Stoklund Olesen |
| 2010-08-10 | Trailing whitespace. | Mikhail Glushenkov |
| 2010-08-10 | Remove replicate intrinsics, clang will generate shufflevector for those. The... | Bruno Cardoso Lopes |
| 2010-08-10 | Use i32 instead of i8 for dot product intrinsic | Bruno Cardoso Lopes |
| 2010-08-10 | Transpose the calculation of spill weights such that we are calculating one | Jakob Stoklund Olesen |
| 2010-08-10 | Fix the last argument type of AVX vblend intrinsics | Bruno Cardoso Lopes |
| 2010-08-09 | Merge the OptimizeExts and OptimizeCmps passes into one PeepholeOptimizer | Bill Wendling |
| 2010-08-09 | Next bit of support for the dwarf .file directive. This patch takes the | Kevin Enderby |
| 2010-08-09 | Refactor. | Devang Patel |
| 2010-08-09 | Remove the ValueMap operator=, which was wrong (it did't correct the | Duncan Sands |
| 2010-08-09 | Change the Interval type to signed in ImmutableIntervalMap.h. | Zhongxing Xu |
| 2010-08-08 | Remove unused variable. | Benjamin Kramer |
| 2010-08-08 | Remove the ValueMap copy constructor. It's not used anywhere, | Duncan Sands |
| 2010-08-08 | Add a bit of a hack to avoid multiple defines of variables in | Eric Christopher |
| 2010-08-08 | Use the "isCompare" machine instruction attribute instead of calling the | Bill Wendling |
| 2010-08-08 | CMake: set configure macro LLVM_PREFIX | Oscar Fuentes |
| 2010-08-08 | CMake: configure header llvm-config.h | Oscar Fuentes |
| 2010-08-08 | Fix PR7809 by creating a header for just llvm variables that can be | Eric Christopher |
| 2010-08-08 | Add back in r109901, which adds a Compare flag to the target instructions. It's | Bill Wendling |
| 2010-08-07 | Roll back my last two commits, valgrind complains. | Benjamin Kramer |
| 2010-08-07 | A reference to the Timer's name is safe, it outlives the contents of the vector. | Benjamin Kramer |
| 2010-08-07 | Shrink PassNameParser's binary size with array_pod_sort. | Benjamin Kramer |
| 2010-08-07 | Remove layering violation. | Owen Anderson |
| 2010-08-07 | Add an inverse() method to ConstantRange. | Owen Anderson |
| 2010-08-07 | Fix typo. | Nick Lewycky |
| 2010-08-07 | Remove assignPassManager's default arguments. It's really | Dan Gohman |
| 2010-08-07 | More #include cleanups. | Dan Gohman |
| 2010-08-07 | Delete this explicit assignment operator; it's equivalent to | Dan Gohman |
| 2010-08-07 | Tidy up PMStack. Add a bunch of consts, use std::vector instead of | Dan Gohman |
| 2010-08-07 | Tidy some #includes and forward-declarations, and move the C binding code | Dan Gohman |
| 2010-08-07 | Add a convenience constructor. | Owen Anderson |
| 2010-08-07 | Make AnalysisImpls private. | Dan Gohman |
| 2010-08-07 | Add a predicate to determine if a call is an inline asm statement. | Owen Anderson |
| 2010-08-06 | Some cleanup. Use a class (OptionInfo) instead of a pair of a pair and remove | Rafael Espindola |
| 2010-08-06 | Patterns to match AVX 256-bit vzero intrinsics | Bruno Cardoso Lopes |
| 2010-08-06 | Eliminate PromoteMemoryToRegisterID; just use addPreserved("mem2reg") | Dan Gohman |
| 2010-08-06 | tidy up | Jim Grosbach |
| 2010-08-06 | MC: Add default value for AddrSpace argument to EmitValue. | Daniel Dunbar |
| 2010-08-06 | Add LiveInterval::RenumberValues - Garbage collection for VNInfos. | Jakob Stoklund Olesen |
| 2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
| 2010-08-06 | Implement a proper getModRefInfo for va_arg. | Dan Gohman |
| 2010-08-06 | spelling | Jim Grosbach |
| 2010-08-06 | Fix eabi calling convention when a 64 bit value shadows r3. | Rafael Espindola |
| 2010-08-06 | Add a comment. | Dan Gohman |
| 2010-08-06 | Revert r109901. The implementation of <rdar://problem/7405933> (r110423) doesn't | Bill Wendling |
| 2010-08-06 | Add the Optimize Compares pass (disabled by default). | Bill Wendling |
| 2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
| 2010-08-06 | Remove unused AVX intrinsics | Bruno Cardoso Lopes |
| 2010-08-05 | Make AA private, since subclasses shouldn't (aren't don't) access it directly. | Dan Gohman |