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