| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove dead definitions of NATGCC and CP, and dead .tll, .tbc rules. | Brian Gaeke | 2004-01-13 | 1 | -29/+6 |
* | New testcase for symbolic constant folding opportunities that LLVM should get. | Chris Lattner | 2004-01-13 | 1 | -0/+25 |
* | Testcase for PR204 | Chris Lattner | 2004-01-12 | 1 | -0/+6 |
* | Add support for %llvmgcc | Chris Lattner | 2004-01-12 | 1 | -1/+1 |
* | Test to make sure we can SCCP load instructions | Chris Lattner | 2004-01-12 | 1 | -0/+26 |
* | New testcase, allow folding of binary operators that use PHI nodes, as long | Chris Lattner | 2004-01-12 | 1 | -0/+23 |
* | New testcase | Chris Lattner | 2004-01-12 | 1 | -0/+35 |
* | This isn't really an assembler test. This tests to make sure the | Chris Lattner | 2004-01-11 | 1 | -0/+11 |
* | Testcase for PR202 | Chris Lattner | 2004-01-08 | 1 | -0/+12 |
* | restore comments to this file | Chris Lattner | 2004-01-06 | 1 | -49/+103 |
* | An example testcase for use in the debugger. Currently you can do stuff like | Chris Lattner | 2004-01-05 | 2 | -0/+82 |