| Age | Commit message (Expand) | Author |
| 2010-09-01 | temporarily revert r112664, it is causing a decoding conflict, and | Chris Lattner |
| 2010-09-01 | COFF: Update tests to reflect changes in last commit. | Michael J. Spencer |
| 2010-09-01 | Attempt to fix buildbot. | Dale Johannesen |
| 2010-09-01 | add a gross hack to work around a problem that Argiris reported | Chris Lattner |
| 2010-09-01 | filecheckize | Chris Lattner |
| 2010-09-01 | Revert 112442 and 112440 until the compile time problems introduced | Dan Gohman |
| 2010-08-31 | Testcase for llvm checkin 112674. | Dale Johannesen |
| 2010-08-31 | licm is wasting time hoisting constant foldable operations, | Chris Lattner |
| 2010-08-31 | We have a chance for an optimization. Consider this code: | Bill Wendling |
| 2010-08-31 | Reapply r112623. Included additional check for unused byval argument. | Devang Patel |
| 2010-08-31 | Merge 2010-08-31-InfiniteRecursion.ll into crash.ll. | Owen Anderson |
| 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 | Add a test for the duplicated-conditional situation illutrated by PR5652. | Owen Anderson |
| 2010-08-31 | merge two tests. | Chris Lattner |
| 2010-08-31 | Manually reduce this testcase. | Owen Anderson |
| 2010-08-31 | merge two tests and convert to filecheck. | Chris Lattner |
| 2010-08-31 | Add a micro-test for the transforms I added to JumpThreading. | Owen Anderson |
| 2010-08-31 | Update test for 112609 | Jim Grosbach |
| 2010-08-31 | Rename test directory to reflect new pass name. | Owen Anderson |
| 2010-08-31 | Rename ValuePropagation to a more descriptive CorrelatedValuePropagation. | Owen Anderson |
| 2010-08-31 | More Chris-inspired JumpThreading fixes: use ConstantExpr to correctly consta... | Owen Anderson |
| 2010-08-31 | Remove r111665, which implemented store-narrowing in InstCombine. Chris disc... | Owen Anderson |
| 2010-08-30 | Fix borken test | Anton Korobeynikov |
| 2010-08-30 | Combine these two tests, and make sure there's a newline at the end of the file. | Owen Anderson |
| 2010-08-30 | Remove NEON vmovn intrinsic, replacing it with vector truncate operations. | Bob Wilson |
| 2010-08-30 | two changes: | Chris Lattner |
| 2010-08-30 | Partially revert r112480. Caused test failures. | Michael J. Spencer |
| 2010-08-30 | coff-dump.py: Fix PR7996. Now it is compatible to Python-2.4. | NAKAMURA Takumi |
| 2010-08-30 | Fix constant-over-index.ll test on windows. | Michael J. Spencer |
| 2010-08-30 | Test: Fix LLVMC tests on CMake. | Michael J. Spencer |
| 2010-08-30 | Correct bogus module triple specifications. | Duncan Sands |
| 2010-08-29 | LICM does get dead instructions input to it. Instead of sinking them | Chris Lattner |
| 2010-08-29 | Make IVUsers iterative instead of recursive. | Dan Gohman |
| 2010-08-29 | Make this test less dependent on register allocation choices. | Dan Gohman |
| 2010-08-29 | Use exec. | Dan Gohman |
| 2010-08-29 | Fix lowering of INSERT_VECTOR_ELT in SPU. | Kalle Raiskila |
| 2010-08-29 | Remove NEON vaddl, vaddw, vsubl, and vsubw intrinsics. Instead, use llvm | Bob Wilson |
| 2010-08-29 | merge a bunch of shuffle tests into sse2.ll | Chris Lattner |
| 2010-08-29 | add some nounwind's | Chris Lattner |
| 2010-08-28 | fixme accomplished | Chris Lattner |
| 2010-08-28 | fix the buildvector->insertp[sd] logic to not always create a redundant | Chris Lattner |
| 2010-08-28 | fix the BuildVector -> unpcklps logic to not do pointless shuffles | Chris Lattner |
| 2010-08-28 | Update ocaml test. | Benjamin Kramer |
| 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-28 | handle the constant case of vector insertion. For something | Chris Lattner |
| 2010-08-28 | optimize bitcasts from large integers to vector into vector | Chris Lattner |
| 2010-08-28 | Completely disable tail calls when fast-isel is enabled, as fast-isel | Dan Gohman |
| 2010-08-27 | Add a prototype of a new peephole optimizing pass that uses LazyValue info to... | Owen Anderson |