Teach basicaa about some stdc functions.
[oota-llvm.git] / test /
2004-03-15 Chris LattnerNew testcase that causes the code extractor to generate...
2004-03-14 Chris LattnerNew testcase that crashes the loop extractor
2004-03-14 Chris LattnerNew testcase that crashes the -lowerswitch pass
2004-03-14 Chris LattnerNew testcase that crashes the loop extractor
2004-03-13 Chris LattnerNew testcase, distilled from povray I think.
2004-03-13 Chris LattnerOh right, casts can interfere. Test this too
2004-03-12 Chris Lattnernew testcases
2004-03-12 Chris Lattnernew testcase
2004-03-12 Misha BrukmanTest the mod/ref analysis in DSA.
2004-03-12 Chris Lattnertest instruction combiner opts for select instruction
2004-03-12 Chris LattnerNew testcase
2004-03-10 Chris LattnerNew testcase for PR284: [indvars] Induction variable...
2004-03-10 Chris LattnerNew testcase for PR275
2004-03-09 Chris LattnerNew testcase for PR276: llvm-g++ does not mangle method...
2004-03-09 Chris LattnerCheckin testcase for PR261
2004-03-08 Chris LattnerNew testcase for folding in some important situations...
2004-03-08 Chris LattnerNew testcase for PR269
2004-03-08 Chris LattnerTestcase that crashes the C front-end.
2004-03-08 Chris LattnerNew code-quality testcase.
2004-03-08 Chris LattnerNew testcase
2004-03-07 Chris LattnerNew testcase for missed case
2004-03-07 Chris LattnerNew testcase
2004-02-29 Chris LattnerTestcase for a bug that caused a whole bunch of testcas...
2004-02-28 Chris LattnerAdd a testcase for switch instruction induction
2004-02-28 Chris Lattnerfix a bug in the testcase
2004-02-28 Chris Lattnernew testcase for a tblgen bug that alkis ran into
2004-02-28 Chris Lattnernew testcase for intrinsic folding
2004-02-28 Chris LattnerThe instruction combining pass removes dead instruction...
2004-02-28 Misha BrukmanTwo testcases for loops: one with outputs, one without.
2004-02-27 Chris LattnerFix a verifier bug that was preventing us from ripping...
2004-02-27 Chris LattnerThe instcombiner should canonicalize comparisons.
2004-02-26 John CriswellFixed test case to actually check for the static declar...
2004-02-26 John CriswellRegression tests for PR258 and PR259.
2004-02-25 Chris LattnerNew testcase
2004-02-25 Brian GaekeNote that this test is currently expected to fail.
2004-02-24 Chris LattnerNew testcase. Switch instructions that go to switch...
2004-02-24 Chris LattnerThe simplifycfg pass should be able to turn stuff like:
2004-02-23 Chris LattnerTest for the other way also
2004-02-23 Chris LattnerNew testcase
2004-02-23 Chris LattnerAdd tests for casts that should be eliminated
2004-02-23 Chris LattnerHandle the unsigned form as well
2004-02-23 Chris LattnerAdd a slight variant of test10
2004-02-23 Chris LattnerThis multiply can be eliminated
2004-02-23 Chris LattnerAdd testcase for the casts that are missing in PR249
2004-02-22 Chris LattnerTest that the instruction combiner can fold away a...
2004-02-20 Chris Lattnernew testcase
2004-02-20 Chris LattnerNew testcase, do not emit a call to __builtin_sqrt...
2004-02-20 Chris LattnerPR244: [llvm-gcc] miscompilation when a function is...
2004-02-17 Chris LattnerNew testcase for PR245
2004-02-16 Chris LattnerNew testcase, details in the comments
2004-02-16 Chris LattnerA new testcase for a situation that occurs in 181.mcf
2004-02-16 Chris LattnerAdd a test for the "swap idiom", which LLVM should...
2004-02-16 Chris LattnerTest for xor chains
2004-02-15 Chris LattnerMoving CBE tests to test/Regression/CodeGen/CBackend
2004-02-15 Chris LattnerNew testcase
2004-02-15 Chris LattnerTestcase for PR205: [llvmgcc] C front-end does not...
2004-02-15 Chris LattnerTest for actual support, not just for lack of crashage
2004-02-15 Chris LattnerNew testcase for PR237: [x86] wierd stack/frame pointer...
2004-02-14 Chris Lattnernew testcase for llvm.memset generation
2004-02-14 Chris LattnerTestcase for builtin frame/return address
2004-02-14 Chris LattnerTest that the CFE compiles memset and bzero to llvm...
2004-02-14 Chris LattnerAdd a testcase for the frameaddress and returnaddress...
2004-02-14 Chris LattnerTest that the code generator supports these intrinsics
2004-02-13 Chris LattnerUpdate tests
2004-02-13 Chris LattnerNew testcase. The CFE should not generate illegal...
2004-02-13 Chris LattnerRight, memcpy READS memory too :)
2004-02-13 Chris LattnerNew testcase for support for memcpy/memmove
2004-02-12 Chris LattnerNew testcase for PR233: [llvmgcc] Structure copies...
2004-02-12 Chris LattnerTest that we get rep movs when calling memcpy
2004-02-11 Chris LattnerBasic functionality testing.
2004-02-11 Chris LattnerNew feature testcase for simplifycfg.
2004-02-10 Chris LattnerRight, define the LPROF variable
2004-02-09 Chris LattnerMove this testcase out of /home/vadve/lattner/cvs/llvm...
2004-02-08 Chris LattnerNew testcase, code generators should support invoke...
2004-02-05 Chris LattnerNew testcase for PR223: Loopsimplify incorrectly update...
2004-02-01 Chris LattnerAdd another test
2004-02-01 Chris LattnerNew testcase for PR218
2004-01-30 Chris LattnerNew testcase for better mod/ref information that basica...
2004-01-23 Chris LattnerNew testcase for problem brian ran into
2004-01-20 Chris LattnerNew testcase for incorrect bytecode reading of MAXLONG...
2004-01-16 John CriswellRemove the use of LLVMGCCARCH. Instead, query the...
2004-01-14 Chris Lattnernew testcase
2004-01-13 Brian GaekeYou know you like Makefiles with fewer variables. Next...
2004-01-13 Brian GaekeGet rid of dead defns of LCC, LCXX, LAS, as per FIXME.
2004-01-13 Brian GaekeFix overzealous fixme fixing
2004-01-13 Brian GaekeRemove dead definitions of NATGCC and CP, and dead...
2004-01-13 Chris LattnerNew testcase for symbolic constant folding opportunitie...
2004-01-12 Chris LattnerTestcase for PR204
2004-01-12 Chris LattnerAdd support for %llvmgcc
2004-01-12 Chris LattnerTest to make sure we can SCCP load instructions
2004-01-12 Chris LattnerNew testcase, allow folding of binary operators that...
2004-01-12 Chris LattnerNew testcase
2004-01-11 Chris LattnerThis isn't really an assembler test. This tests to...
2004-01-08 Chris LattnerTestcase for PR202
2004-01-06 Chris Lattnerrestore comments to this file
2004-01-05 Chris LattnerAn example testcase for use in the debugger. Currently...
2004-01-01 John CriswellRegression test for initializers with members of unknow...
2003-12-31 Chris Lattnertestcase for PR198
2003-12-22 Chris Lattnernew testcase for cananonicalization of subtracts
2003-12-22 Chris LattnerNew testcase to see if -indvars can promote pointer...
next