| Commit message (Expand) | Author | Age | Files | Lines |
* | New testcase. Switch instructions that go to switch instructions should be | Chris Lattner | 2004-02-24 | 1 | -0/+46 |
* | The simplifycfg pass should be able to turn stuff like: | Chris Lattner | 2004-02-24 | 1 | -0/+33 |
* | Test for the other way also | Chris Lattner | 2004-02-23 | 1 | -0/+7 |
* | New testcase | Chris Lattner | 2004-02-23 | 1 | -0/+8 |
* | Add tests for casts that should be eliminated | Chris Lattner | 2004-02-23 | 1 | -1/+13 |
* | Handle the unsigned form as well | Chris Lattner | 2004-02-23 | 1 | -0/+7 |
* | Add a slight variant of test10 | Chris Lattner | 2004-02-23 | 1 | -0/+7 |
* | This multiply can be eliminated | Chris Lattner | 2004-02-23 | 1 | -0/+8 |
* | Add testcase for the casts that are missing in PR249 | Chris Lattner | 2004-02-23 | 1 | -0/+11 |
* | Test that the instruction combiner can fold away a cast in a GEP instruction. | Chris Lattner | 2004-02-22 | 1 | -0/+8 |
* | new testcase | Chris Lattner | 2004-02-20 | 1 | -0/+34 |
* | New testcase, do not emit a call to __builtin_sqrt, emit a call to sqrt instead! | Chris Lattner | 2004-02-20 | 1 | -0/+6 |
* | PR244: [llvm-gcc] miscompilation when a function is re-declared as static | Chris Lattner | 2004-02-20 | 1 | -0/+9 |
* | New testcase for PR245 | Chris Lattner | 2004-02-17 | 1 | -0/+7 |
* | New testcase, details in the comments | Chris Lattner | 2004-02-16 | 1 | -0/+32 |
* | A new testcase for a situation that occurs in 181.mcf | Chris Lattner | 2004-02-16 | 1 | -0/+12 |
* | Add a test for the "swap idiom", which LLVM should be able to unravel. | Chris Lattner | 2004-02-16 | 1 | -0/+14 |
* | Test for xor chains | Chris Lattner | 2004-02-16 | 1 | -0/+6 |
* | Moving CBE tests to test/Regression/CodeGen/CBackend | Chris Lattner | 2004-02-15 | 33 | -237/+0 |
* | New testcase | Chris Lattner | 2004-02-15 | 2 | -0/+32 |
* | Testcase for PR205: [llvmgcc] C front-end does not emit 'zeroinitializer' whe... | Chris Lattner | 2004-02-15 | 1 | -0/+4 |
* | Test for actual support, not just for lack of crashage | Chris Lattner | 2004-02-15 | 1 | -1/+1 |
* | New testcase for PR237: [x86] wierd stack/frame pointer manipulation | Chris Lattner | 2004-02-15 | 1 | -0/+5 |
* | new testcase for llvm.memset generation | Chris Lattner | 2004-02-14 | 1 | -0/+7 |
* | Testcase for builtin frame/return address | Chris Lattner | 2004-02-14 | 1 | -0/+8 |
* | Test that the CFE compiles memset and bzero to llvm.memset | Chris Lattner | 2004-02-14 | 1 | -0/+6 |
* | Add a testcase for the frameaddress and returnaddress intrinsics. | Chris Lattner | 2004-02-14 | 2 | -0/+28 |
* | Test that the code generator supports these intrinsics | Chris Lattner | 2004-02-14 | 1 | -0/+14 |
* | Update tests | Chris Lattner | 2004-02-13 | 4 | -4/+4 |
* | New testcase. The CFE should not generate illegal LLVM intrinsics, even if | Chris Lattner | 2004-02-13 | 1 | -0/+11 |
* | Right, memcpy READS memory too :) | Chris Lattner | 2004-02-13 | 1 | -1/+1 |
* | New testcase for support for memcpy/memmove | Chris Lattner | 2004-02-13 | 1 | -0/+13 |
* | New testcase for PR233: [llvmgcc] Structure copies result in a LOT of code | Chris Lattner | 2004-02-12 | 1 | -0/+8 |
* | Test that we get rep movs when calling memcpy | Chris Lattner | 2004-02-12 | 1 | -0/+24 |
* | Basic functionality testing. | Chris Lattner | 2004-02-11 | 1 | -0/+12 |
* | New feature testcase for simplifycfg. | Chris Lattner | 2004-02-11 | 1 | -0/+35 |
* | Right, define the LPROF variable | Chris Lattner | 2004-02-10 | 1 | -0/+1 |
* | Move this testcase out of /home/vadve/lattner/cvs/llvm/test/Programs/LLVMSource, | Chris Lattner | 2004-02-09 | 1 | -0/+13 |
* | New testcase, code generators should support invoke/unwind | Chris Lattner | 2004-02-08 | 1 | -0/+13 |
* | New testcase for PR223: Loopsimplify incorrectly updates dominator information | Chris Lattner | 2004-02-05 | 1 | -0/+17 |
* | Add another test | Chris Lattner | 2004-02-01 | 1 | -1/+2 |
* | New testcase for PR218 | Chris Lattner | 2004-02-01 | 1 | -0/+5 |
* | New testcase for better mod/ref information that basicaa can provide | Chris Lattner | 2004-01-30 | 2 | -0/+24 |
* | New testcase for problem brian ran into | Chris Lattner | 2004-01-23 | 1 | -0/+3 |
* | New testcase for incorrect bytecode reading of MAXLONG. The reader is getting | Chris Lattner | 2004-01-20 | 1 | -0/+4 |
* | Remove the use of LLVMGCCARCH. Instead, query the compiler for the | John Criswell | 2004-01-16 | 1 | -1/+4 |
* | new testcase | Chris Lattner | 2004-01-14 | 1 | -0/+24 |
* | You know you like Makefiles with fewer variables. Next up on the victim list | Brian Gaeke | 2004-01-13 | 1 | -10/+8 |
* | Get rid of dead defns of LCC, LCXX, LAS, as per FIXME. | Brian Gaeke | 2004-01-13 | 1 | -6/+1 |
* | Fix overzealous fixme fixing | Brian Gaeke | 2004-01-13 | 1 | -1/+1 |