Opaque types didn't work if llvm_is_multithreaded().
[oota-llvm.git] / test /
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.
2009-08-28 Andreas NeustifterReadded test from r79615, this tests the complete profi...
2009-08-28 Daniel Dunbarllvm-mc: Support .zerofill emission.
2009-08-28 Daniel Dunbarllvm-mc: Emit .lcomm as .zerofill.
2009-08-28 Chris LattnerFix PR3913, patch by Jakub Staszak!
2009-08-28 Evan Chengv4, v5 does not support sxtb / sxth.
2009-08-27 Anton Korobeynikovscalar_to_vector is fully legal now (implemented as...
2009-08-27 Anton KorobeynikovOk, sometimes it's profitable to turn scalar_to_vector...
2009-08-27 Chris LattnerImplement a new optimization in the inliner: if inlinin...
2009-08-27 Chris Lattnerthe inliner shouldn't crash on this.
2009-08-27 Daniel DunbarFor now, only run MC tests if X86 is configured.
2009-08-27 Bill WendlingThis is passing for PPC on Mac OS X.
2009-08-27 Evan ChengFix PR4789. Teach eliminateFrameIndex how to handle...
2009-08-27 Dan GohmanX86FastISel support for loading and storing values...
2009-08-27 Dan GohmanExpand i8 selects into control flow instead of 16-bit...
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Unique sections properly, so we don...
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Don't put assembler temporary labels...
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Set .subsections_via_symbols flag properly.
2009-08-26 Bob WilsonConvert some more Neon tests to FileCheck.
2009-08-26 Dale JohannesenAlter 79292 to produce output that actually assembles.
2009-08-26 Anton KorobeynikovExpand scalar_to_vector - we don't have any isel logic...
2009-08-26 Dan GohmanDon't use INSERT_SUBREG to model anyext operations...
2009-08-26 Dan GohmanCreate a ScalarEvolution-based AliasAnalysis implementa...
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Add support for relocations.
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Dump relocations and section data ...
2009-08-26 Anton KorobeynikovAdd dummy inline asm handling for 'r' constraint. This...
2009-08-26 Devang PatelRevert 79977. It causes llvm-gcc bootstrap failures...
2009-08-26 Daniel Dunbarllvm-mc: Fix tests for python variations in int printin...
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Add section padding where needed (to...
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Set addresses for symbols.
2009-08-26 Daniel Dunbarllvm-mc: Improve indirect symbol support (add the indir...
2009-08-25 Scott MichelUpdated i128 sext support for CellSPU backend, contribu...
2009-08-25 Chris Lattnerremove some dead lines.
2009-08-25 Chris Lattnerconvert to filecheck style
2009-08-25 Chris Lattnerconvert to filecheck
2009-08-25 Daniel DunbarSwitch abi-isel.ll to FileCheck; it's not much faster...
2009-08-25 Dan GohmanSpecial-case static allocas in IndVarSimplify's loop...
2009-08-25 David GoodwinFixup register kills after scheduling.
2009-08-25 Anton KorobeynikovProvide dynamic_stackalloc lowering for MSP430.
2009-08-25 Torok EdwinRemove target triple from this test, it fails on x86...
2009-08-25 Dan GohmanFix a few typos from the removal of -f.
2009-08-25 Dan GohmanRemove obsolete -f flags.
2009-08-25 Devang PatelUpdate DebugInfo interface to use metadata, instead...
2009-08-25 Dale JohannesenFix PR 4751, another difficulty with %a modifier on...
2009-08-24 Scott Michel- Remove SelectSEXTi128 from SPUISelDAGToDAG.cpp, evide...
2009-08-24 Scott MichelPrefer 'FileCheck' over 'grep'.
2009-08-24 Scott Michel128-bit sign extension and vector shift cleanups, contr...
2009-08-24 Bob WilsonFix a typo. Somehow I thought this had passed before...
next