Fix a thinko: When lowering fneg with xor, bitcast the operands
[oota-llvm.git] / test /
2009-09-07 Dan GohmanFix a thinko: When lowering fneg with xor, bitcast...
2009-09-07 Dan GohmanAdd a testcase for the GlobalOpt inbounds fix.
2009-09-07 Dan GohmanAdd inbounds to these getelementptrs, now that GlobalOp...
2009-09-07 Chris Lattnertighten test.
2009-09-07 Chris Lattnertweak test, add PR#
2009-09-07 Daniel DunbarUse -output-prefix in bugpoint tests so that outputs...
2009-09-07 Daniel DunbarDon't depend on Tcl behavior of redirecting stderr...
2009-09-07 Daniel DunbarAvoid Tcl substitution, introduced %llvmgcc_only for...
2009-09-06 Evan ChengRevert r80926. It causes loop unswitch assertion and...
2009-09-06 Daniel DunbarRevert "Include optional subclass flags, such as inboun...
2009-09-06 Daniel DunbarFix spacing.
2009-09-05 Daniel DunbarQuote another '%S' in a test.
2009-09-05 Daniel DunbarRename %S metavar to %M (clang uses %S for the basename...
2009-09-05 Daniel DunbarTemporary test files should use %t.
2009-09-05 Daniel DunbarDon't depend on arch specific global prefix.
2009-09-05 Daniel DunbarEliminate uses of %prcontext.
2009-09-05 Daniel DunbarEliminate some Tclisms.
2009-09-05 Bob WilsonStabilize the order of live intervals in the priority_q...
2009-09-04 Devang PatelWhile replacing an MDNode elment, properly update MDNod...
2009-09-04 Dale JohannesenTest for llvm-gcc commit 81037.
2009-09-04 Andreas NeustifterUpdated tests to use ProfileVerifer to test ProfileLoad...
2009-09-04 Dan GohmanInclude optional subclass flags, such as inbounds,...
2009-09-04 Evan ChengRun branch folding if if-converter make some transforma...
2009-09-04 Daniel DunbarRemove stale greps.
2009-09-04 Bob WilsonConvert tests to FileCheck.
2009-09-04 Bob WilsonConvert a test to FileCheck.
2009-09-03 Daniel DunbarRevert "--- Reverse-merging r80908 into '.':", I alread...
2009-09-03 Erick TryzelaarReplace ocamlc tests with ocamlopt tests since they...
2009-09-03 Bill Wendling--- Reverse-merging r80908 into '.':
2009-09-03 Dan GohmanLLVM currently represents floating-point negation as...
2009-09-03 Daniel DunbarDisable some parts of the profiling-tool-chain test...
2009-09-03 Daniel DunbarRemove dead greps.
2009-09-03 Devang PatelThere is not any need to copy metadata while merging...
2009-09-03 Dan GohmanRecognize more opportunities to use SSE min and max...
2009-09-03 Mon P WangTest cases for vector shifts changes r80935
2009-09-03 Dan GohmanChange PHINode::hasConstantValue to have a DominatorTre...
2009-09-03 Daniel DunbarReapply profiling tests.
2009-09-03 Evan ChengReference to hidden symbols do not have to go through...
2009-09-03 Chris Lattnermerge all the basic linux/32 pic tests together into...
2009-09-03 Chris Lattnerrename test
2009-09-03 Chris Lattneruse a darwin triple
2009-09-03 Chris Lattneradjust expected lines.
2009-09-03 Chris LattnerIn C++, code is not allowed to call main. In C it...
2009-09-03 Chris Lattnerupdate test for alignment value in hex
2009-09-02 Anton KorobeynikovMore missed vdup patterns
2009-09-02 Andreas NeustifterRemoved temporarily because of breaking Darwin builds.
2009-09-02 Andreas NeustifterChanged profiling-tool-chain.ll test to use optimal...
2009-09-02 Torok EdwinFix DbgStopPointInst->getFileName/getDirectory, broken...
2009-09-02 Chris LattnerFix month.
2009-09-02 Chris Lattnerfix PR4815: some cases where DeleteDeadInstruction...
2009-09-02 Chris Lattnerfix PR4848 an infinite loop when indexing down through...
2009-09-02 Chris Lattnerfix PR4837, some bugs folding vector compares. These
2009-09-02 Daniel DunbarDon't force the triple or data layout in this test...
2009-09-01 Bob WilsonAdd support for generating code for vst{234}lane intrin...
2009-09-01 Bob WilsonFix incorrect declarations of intrinsics in this test.
2009-09-01 Chris Lattnerenhance memcpy opt to turn memmoves into memcpy when...
2009-09-01 Chris Lattnertestcase for PR3601
2009-09-01 Chris LattnerChange CallGraphNode to maintain it's Function as an...
2009-09-01 Bob WilsonAdd test for vld{234}_lane instructions.
2009-09-01 Bob WilsonFix pr4843: When an instruction has multiple destinatio...
2009-09-01 Jim GrosbachSJLJ is arm/darwin only for now. force the triple for...
2009-09-01 Jim GrosbachClean up LSDA name generation and use for SJLJ exceptio...
2009-08-31 David GoodwinDon't mark a register live at an undef use.
2009-08-31 Evan ChengRemove .n suffix for some 16-bit opcodes now that Darwi...
2009-08-31 Dale JohannesenFix some misspellings of XTARGET.
2009-08-31 Dale JohannesenMark test as passing on all x86, which it should,
2009-08-31 Daniel Dunbarllvm-mc: Pass values to MCStreamer as MCExprs, not...
2009-08-31 Daniel Dunbarllvm-mc: Simplify EmitAssignment ('.set' is identical...
2009-08-31 Daniel Dunbarllvm-mc: Switch MCInst to storing an MCExpr* instead...
2009-08-31 Chris Lattnerfix a crash building SPASS by tolerating a callsite...
2009-08-31 Chris Lattnerfix a bug I introduced with my 'instcombine builder...
2009-08-31 Chris LattnerFix PR4834, a tricky case where the inliner would resol...
2009-08-30 Chris Lattnerrename test
2009-08-30 Chris Lattnermerge all sinking tests into one and convert them to...
2009-08-30 Chris Lattnerconvert scalar_promote to filecheck style and merge...
2009-08-30 Chris Lattnereliminate some uses of prcontext. Any help here would...
2009-08-30 Chris Lattnerrename test so that name reflects what it is testing...
2009-08-30 Chris Lattnerconvert to filecheck format.
2009-08-30 Chris Lattnersuck a bunch more gep tests into getelementptr.ll and...
2009-08-30 Chris Lattnerconsolodate various GEP tests into getelementptr.ll...
2009-08-30 Chris Lattneranother huge testcase, this time from 'gs' in llvm...
2009-08-30 Chris Lattnerremove another poorly-reduced testcase which came from...
2009-08-30 Chris Lattnerthis testcase is 500 lines long and is distilled from...
2009-08-30 Chris Lattnerconvert to filecheck
2009-08-30 Chris LattnerFix PR4748: don't fold gep(bitcast(x)) into bitcast...
2009-08-30 Anton KorobeynikovAdd missed pattern
2009-08-30 Anton KorobeynikovEXTRACT_VECTOR_ELEMENT can have result type different...
2009-08-30 Daniel DunbarUpdate test.
2009-08-30 Daniel Dunbarllvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol...
2009-08-29 Dan GohmanCMOV_GR8 clobbers EFLAGS when its expansion involves...
2009-08-29 Anton KorobeynikovDo not assert on too wide splats we don't support.
2009-08-28 Anton KorobeynikovAdd missed extract_element pattern
2009-08-28 Devang PatelReapply 79977.
2009-08-28 Evan ChengLet Darwin linker auto-synthesize stubs and lazy-pointe...
2009-08-28 Torok Edwinrm needs -f
2009-08-28 Torok EdwinRemove the llvmprof.out from the test output, otherwise...
2009-08-28 Andreas NeustifterRemove profiling output file because two consecutive...
2009-08-28 Andreas NeustifterRemoved unnecessary file creation during test.
2009-08-28 Andreas NeustifterPulled all tests into one test. Removed some redundant...
2009-08-28 Daniel Dunbarllvm-mc: Support .comm emission.
next