aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* New testcase. Switch instructions that go to switch instructions should beChris Lattner2004-02-241-0/+46
* The simplifycfg pass should be able to turn stuff like:Chris Lattner2004-02-241-0/+33
* Test for the other way alsoChris Lattner2004-02-231-0/+7
* New testcaseChris Lattner2004-02-231-0/+8
* Add tests for casts that should be eliminatedChris Lattner2004-02-231-1/+13
* Handle the unsigned form as wellChris Lattner2004-02-231-0/+7
* Add a slight variant of test10Chris Lattner2004-02-231-0/+7
* This multiply can be eliminatedChris Lattner2004-02-231-0/+8
* Add testcase for the casts that are missing in PR249Chris Lattner2004-02-231-0/+11
* Test that the instruction combiner can fold away a cast in a GEP instruction.Chris Lattner2004-02-221-0/+8
* new testcaseChris Lattner2004-02-201-0/+34
* New testcase, do not emit a call to __builtin_sqrt, emit a call to sqrt instead!Chris Lattner2004-02-201-0/+6
* PR244: [llvm-gcc] miscompilation when a function is re-declared as staticChris Lattner2004-02-201-0/+9
* New testcase for PR245Chris Lattner2004-02-171-0/+7
* New testcase, details in the commentsChris Lattner2004-02-161-0/+32
* A new testcase for a situation that occurs in 181.mcfChris Lattner2004-02-161-0/+12
* Add a test for the "swap idiom", which LLVM should be able to unravel.Chris Lattner2004-02-161-0/+14
* Test for xor chainsChris Lattner2004-02-161-0/+6
* Moving CBE tests to test/Regression/CodeGen/CBackendChris Lattner2004-02-1533-237/+0
* New testcaseChris Lattner2004-02-152-0/+32
* Testcase for PR205: [llvmgcc] C front-end does not emit 'zeroinitializer' whe...Chris Lattner2004-02-151-0/+4
* Test for actual support, not just for lack of crashageChris Lattner2004-02-151-1/+1
* New testcase for PR237: [x86] wierd stack/frame pointer manipulationChris Lattner2004-02-151-0/+5
* new testcase for llvm.memset generationChris Lattner2004-02-141-0/+7
* Testcase for builtin frame/return addressChris Lattner2004-02-141-0/+8
* Test that the CFE compiles memset and bzero to llvm.memsetChris Lattner2004-02-141-0/+6
* Add a testcase for the frameaddress and returnaddress intrinsics.Chris Lattner2004-02-142-0/+28
* Test that the code generator supports these intrinsicsChris Lattner2004-02-141-0/+14
* Update testsChris Lattner2004-02-134-4/+4
* New testcase. The CFE should not generate illegal LLVM intrinsics, even ifChris Lattner2004-02-131-0/+11
* Right, memcpy READS memory too :)Chris Lattner2004-02-131-1/+1
* New testcase for support for memcpy/memmoveChris Lattner2004-02-131-0/+13
* New testcase for PR233: [llvmgcc] Structure copies result in a LOT of codeChris Lattner2004-02-121-0/+8
* Test that we get rep movs when calling memcpyChris Lattner2004-02-121-0/+24
* Basic functionality testing.Chris Lattner2004-02-111-0/+12
* New feature testcase for simplifycfg.Chris Lattner2004-02-111-0/+35
* Right, define the LPROF variableChris Lattner2004-02-101-0/+1
* Move this testcase out of /home/vadve/lattner/cvs/llvm/test/Programs/LLVMSource,Chris Lattner2004-02-091-0/+13
* New testcase, code generators should support invoke/unwindChris Lattner2004-02-081-0/+13
* New testcase for PR223: Loopsimplify incorrectly updates dominator informationChris Lattner2004-02-051-0/+17
* Add another testChris Lattner2004-02-011-1/+2
* New testcase for PR218Chris Lattner2004-02-011-0/+5
* New testcase for better mod/ref information that basicaa can provideChris Lattner2004-01-302-0/+24
* New testcase for problem brian ran intoChris Lattner2004-01-231-0/+3
* New testcase for incorrect bytecode reading of MAXLONG. The reader is gettingChris Lattner2004-01-201-0/+4
* Remove the use of LLVMGCCARCH. Instead, query the compiler for theJohn Criswell2004-01-161-1/+4
* new testcaseChris Lattner2004-01-141-0/+24
* You know you like Makefiles with fewer variables. Next up on the victim listBrian Gaeke2004-01-131-10/+8
* Get rid of dead defns of LCC, LCXX, LAS, as per FIXME.Brian Gaeke2004-01-131-6/+1
* Fix overzealous fixme fixingBrian Gaeke2004-01-131-1/+1