- 1a00946 initial support for variable number of arguments by Rafael Espindola · 18 years ago
- 080e187 New test case. by Evan Cheng · 18 years ago
- 2210eeb converge on the right number of %'s :) by Chris Lattner · 18 years ago
- cfa5291 Use the %llvm-gcc% variable to find llvm-gcc for those of us that don't by Reid Spencer · 18 years ago
- 341b864 use a 'register pressure reducing' scheduler by Rafael Espindola · 18 years ago
- 006f2d0 new testcase for pr867 by Chris Lattner · 18 years ago
- c0131f8 Applying for all. by Jim Laskey · 18 years ago
- 93d537c Make all the schedulers continue to work. by Jim Laskey · 18 years ago
- 03ed625 If dejagnu is not found, tell the user instead of bombing out with an by Chris Lattner · 18 years ago
- 7fbb2ec New testcase for PR850. by Chris Lattner · 18 years ago
- 6646383 testcase for PR854. by Chris Lattner · 18 years ago
- 61095d7 Testcase for GCC bug28417, ensuring that we don't start getting it wrong by Chris Lattner · 18 years ago
- 03a4605 New testcase for PR853 by Chris Lattner · 18 years ago
- 7d84661 allow this to pass on non-x86 machines by Chris Lattner · 18 years ago
- 0f3961e Don't test an example by Chris Lattner · 18 years ago
- fac00a9 implement function calling of functions with up to 4 arguments by Rafael Espindola · 18 years ago
- 865f623 XFAIL for now. by Evan Cheng · 18 years ago
- fa29554 New vector shuffle test case. by Evan Cheng · 18 years ago
- 79008af Fix a broken test. by Evan Cheng · 18 years ago
- dc21e16 New testcase for PR833 by Chris Lattner · 18 years ago
- 5237911 new testcase by Chris Lattner · 18 years ago
- ad199b1 Regression test for PR834. by Jim Laskey · 18 years ago
- 2ade228 testcase for PR827 by Chris Lattner · 18 years ago
- 08c3f7b Testcase for PR828. by Chris Lattner · 18 years ago
- b7f7128 Fix test failure on non-Apple systems. by Evan Cheng · 18 years ago
- f7cb674 Testcase for PR826 by Chris Lattner · 18 years ago
- fbc9891 New testcase for PR825. by Chris Lattner · 18 years ago
- 4de62ea This is fixed by Chris Lattner · 18 years ago
- b1ed76a Update. by Evan Cheng · 18 years ago
- 5895a13 New testcase for folding bswaps into i16/i32 loads and stores. by Chris Lattner · 18 years ago
- e5ff22e Add tests for 16-bit byteswaps. by Chris Lattner · 18 years ago
- bfd4dab Add a test for the LCSSA issue I just fixed. by Owen Anderson · 18 years ago
- e89121b Testcase for PR820 by Chris Lattner · 18 years ago
- a962bfa Add a 64-bit test case. by Evan Cheng · 18 years ago
- cb7938c New vector shuffle test case. by Evan Cheng · 18 years ago
- a78d327 Update by Evan Cheng · 18 years ago
- 3c8c163 Xfail this by Chris Lattner · 18 years ago
- d8122c3 Update test case. by Evan Cheng · 18 years ago
- ddb1304 Legalize does not handle this correctly by Andrew Lenharth · 18 years ago
- b916ba1 not really XFailing these, as only incompleteness is wrong in the graph by Andrew Lenharth · 18 years ago
- e2339af change I flag on test by Andrew Lenharth · 18 years ago
- 7aeeac7 Testcase that crashes the ppc backend. by Chris Lattner · 18 years ago
- f363ce2 Infinite loop in instcombine that nate hit. by Chris Lattner · 18 years ago
- 4ba6bf7 New testcase, reduced by nate, which crashes DSE by Chris Lattner · 18 years ago
- 2f62a9e Testcase that Nate found where LoopUnswitch chokes on eliminating a dead case by Owen Anderson · 18 years ago
- a60af32 testcase that crashes dead arg elim. by Chris Lattner · 18 years ago
- 58421d7 initial implementation of ARMRegisterInfo::eliminateFrameIndex by Rafael Espindola · 18 years ago
- dfc0375 Just a minor tweak so you can run things like: by Chris Lattner · 18 years ago
- 98c3e1c new testcase that crashes indvars by Chris Lattner · 18 years ago
- 5f7a8d4 PR# not associated with XFAIL by Jim Laskey · 18 years ago
- 30d0250 debug info is alive again by Jim Laskey · 18 years ago
- 88a9625 This test isn't implemented yet by Chris Lattner · 18 years ago
- 76591ca New testcase, the linker is not merging alignments right. by Chris Lattner · 18 years ago
- e4808ed Make sure global doubles and vectors are aligned properly. by Jim Laskey · 18 years ago
- c0ea233 new testcase, instcombine should turn these into llvm.bswap intrinsics. by Chris Lattner · 18 years ago
- ca0173b new testcase, not currently working. by Chris Lattner · 18 years ago
- 2c54676 new testcase, distilled from povray by Chris Lattner · 18 years ago
- 209f437 My original test case was bogus. Reverting to crasher case. by Jim Laskey · 18 years ago
- df1530a Tests to make sure that ComputeMaskedBits discards bits for shifts. by Jim Laskey · 18 years ago
- b2035f2 TEstcase that makes simplifycfg infloop. by Chris Lattner · 18 years ago
- 1398421 New testcase that crashes llc by Chris Lattner · 18 years ago
- b083af6 Make sure that LCSSA works properly when it encounters an exit block that has by Owen Anderson · 18 years ago
- 586e653 Add new testcase by Chris Lattner · 18 years ago
- 5591c51 New testcase, using "AX" as i32. by Chris Lattner · 18 years ago
- 32a90f8 Update the regression tests, and add a new one encountered while compiling crtend. by Owen Anderson · 18 years ago
- 5482ef3 added some tests for argument passing by Rafael Espindola · 18 years ago
- 29c3123 testcase for the recent inliner improvement. by Chris Lattner · 18 years ago
- ea60e20 No, libLLVMbzip2 does not have a .a suffix. by Reid Spencer · 18 years ago
- 42505f5 Fix gcc command line options after LLVMCore and LLVMbzip2 became archive by Reid Spencer · 18 years ago
- cb30906 Update vector extract test cases. by Evan Cheng · 18 years ago
- 226368f 1. No need to thwart this test with an environment variable. Turning it off by Reid Spencer · 18 years ago
- 1fa5755 Added a test case for parameter passing of vector values. by Evan Cheng · 18 years ago
- 01ad240 Fix the test failure on non-Darwin targets. by Evan Cheng · 18 years ago
- dc7dd97 Add a lea instruction selection test case. by Evan Cheng · 18 years ago
- 0490c0f Fix a bug with diffing the wrong files. Make output more readable. by Reid Spencer · 18 years ago
- f497487 Require both tests to pass. by Owen Anderson · 18 years ago
- 6894526 Update the testcase to check the full extent of LCSSA. by Owen Anderson · 18 years ago
- 492196c Fix a problem where dejagnu won't accept the value of global tcl variable by Reid Spencer · 18 years ago
- 15d4059 Provide an infrastructure for testing the llvm2cpp program (yet to be by Reid Spencer · 18 years ago
- 5ca32a6 New testcase: check that the inliner constant folds instructions on the by Chris Lattner · 18 years ago
- 22cf8b1 Trivial testcase that LCSSA can already handle. by Owen Anderson · 18 years ago
- 0102587 New testcase for trivial DSE by Chris Lattner · 18 years ago
- e812d11 New testcase, check that the bc file correctly encodes varargs nonccc calls. by Chris Lattner · 18 years ago
- 8e8a511 new testcase by Chris Lattner · 18 years ago
- 78b3c42 new testcases by Chris Lattner · 18 years ago
- 45df8e2 The patch corresponding to this test had to be reverted as unsafe. by Chris Lattner · 18 years ago
- 392b821 New test case. x86 isel was creating a cycle in the DAG. by Evan Cheng · 18 years ago
- 2776bd1 create test/Regression/CodeGen/ARM/ and add a minimal test to it by Rafael Espindola · 18 years ago
- c7b7f4c -sched-commute-nodes is now on by default. by Evan Cheng · 18 years ago
- c98deeb Update testcase with recent cbe change by Chris Lattner · 18 years ago
- b464997 Testcase for a new instcombine xform, patch contributed by Nick Lewycky! by Chris Lattner · 18 years ago
- c22158d One of these xforms is only safe with unsafe math enabled. by Chris Lattner · 18 years ago
- 5ecc0ac New testcase by Chris Lattner · 18 years ago
- 13fcf6f Added a test case for FP equality check. by Evan Cheng · 18 years ago
- a831a6c new testcase for csretcc by Chris Lattner · 18 years ago
- 82743da new testcase by Chris Lattner · 18 years ago
- 8b437e0 Improve error output. Use the third parameter of the "catch" command to by Reid Spencer · 19 years ago
- f0dee9b This test is buggy: printf is a varargs function. This fixes the test with by Chris Lattner · 19 years ago
- eba0bf5 PR736 has already been fixed. Remove XFAIL marker. by Evan Cheng · 19 years ago
- 1b6ab32 New test case for vector type argument pass by value. by Evan Cheng · 19 years ago