summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* New testcase for PR245Chris Lattner2004-02-17
* New testcase, details in the commentsChris Lattner2004-02-16
* A new testcase for a situation that occurs in 181.mcfChris Lattner2004-02-16
* Add a test for the "swap idiom", which LLVM should be able to unravel.Chris Lattner2004-02-16
* Test for xor chainsChris Lattner2004-02-16
* Moving CBE tests to test/Regression/CodeGen/CBackendChris Lattner2004-02-15
* New testcaseChris Lattner2004-02-15
* Testcase for PR205: [llvmgcc] C front-end does not emit 'zeroinitializer' whe...Chris Lattner2004-02-15
* Test for actual support, not just for lack of crashageChris Lattner2004-02-15
* New testcase for PR237: [x86] wierd stack/frame pointer manipulationChris Lattner2004-02-15
* new testcase for llvm.memset generationChris Lattner2004-02-14
* Testcase for builtin frame/return addressChris Lattner2004-02-14
* Test that the CFE compiles memset and bzero to llvm.memsetChris Lattner2004-02-14
* Add a testcase for the frameaddress and returnaddress intrinsics.Chris Lattner2004-02-14
* Test that the code generator supports these intrinsicsChris Lattner2004-02-14
* Update testsChris Lattner2004-02-13
* New testcase. The CFE should not generate illegal LLVM intrinsics, even ifChris Lattner2004-02-13
* Right, memcpy READS memory too :)Chris Lattner2004-02-13
* New testcase for support for memcpy/memmoveChris Lattner2004-02-13
* New testcase for PR233: [llvmgcc] Structure copies result in a LOT of codeChris Lattner2004-02-12
* Test that we get rep movs when calling memcpyChris Lattner2004-02-12
* Basic functionality testing.Chris Lattner2004-02-11
* New feature testcase for simplifycfg.Chris Lattner2004-02-11
* Right, define the LPROF variableChris Lattner2004-02-10
* Move this testcase out of /home/vadve/lattner/cvs/llvm/test/Programs/LLVMSource,Chris Lattner2004-02-09
* New testcase, code generators should support invoke/unwindChris Lattner2004-02-08
* New testcase for PR223: Loopsimplify incorrectly updates dominator informationChris Lattner2004-02-05
* Add another testChris Lattner2004-02-01
* New testcase for PR218Chris Lattner2004-02-01
* New testcase for better mod/ref information that basicaa can provideChris Lattner2004-01-30
* New testcase for problem brian ran intoChris Lattner2004-01-23
* New testcase for incorrect bytecode reading of MAXLONG. The reader is gettingChris Lattner2004-01-20
* Remove the use of LLVMGCCARCH. Instead, query the compiler for theJohn Criswell2004-01-16
* new testcaseChris Lattner2004-01-14
* You know you like Makefiles with fewer variables. Next up on the victim listBrian Gaeke2004-01-13
* Get rid of dead defns of LCC, LCXX, LAS, as per FIXME.Brian Gaeke2004-01-13
* Fix overzealous fixme fixingBrian Gaeke2004-01-13
* Remove dead definitions of NATGCC and CP, and dead .tll, .tbc rules.Brian Gaeke2004-01-13
* New testcase for symbolic constant folding opportunities that LLVM should get.Chris Lattner2004-01-13
* Testcase for PR204Chris Lattner2004-01-12
* Add support for %llvmgccChris Lattner2004-01-12
* Test to make sure we can SCCP load instructionsChris Lattner2004-01-12
* New testcase, allow folding of binary operators that use PHI nodes, as longChris Lattner2004-01-12
* New testcaseChris Lattner2004-01-12
* This isn't really an assembler test. This tests to make sure theChris Lattner2004-01-11
* Testcase for PR202Chris Lattner2004-01-08
* restore comments to this fileChris Lattner2004-01-06
* An example testcase for use in the debugger. Currently you can do stuff likeChris Lattner2004-01-05
* Regression test for initializers with members of unknown size.John Criswell2004-01-01
* testcase for PR198Chris Lattner2003-12-31