Add regular expression matching support, based on OpenBSD regexec()/regcomp()
[oota-llvm.git] / test /
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...
2009-08-24 Bob WilsonConvert slow test to use FileCheck.
2009-08-24 Daniel DunbarConvert two gratuitous abuses of poor helpless CPU...
2009-08-24 Dale JohannesenSplit test into 3.
2009-08-24 Daniel Dunbarllvm-mc/Mach-O: Support symbol attributes.
2009-08-24 Chris LattnerRemove this test now that the interpreter doesn't support
2009-08-24 Dale JohannesenMake linkerprivate work for ARM and PPC. Testcase...
2009-08-23 Chris Lattnerremove this test: it is testing for a "feature" I just...
2009-08-23 Daniel DunbarRerevert (r75663 and r76805), seems there is more non...
2009-08-23 Jakob Stoklund OlesenFix PR4753.
2009-08-23 Daniel DunbarSpeculatively revert r76823 (i.e., reapply r75663 and...
2009-08-22 Daniel Dunbarllvm-mc/Mach-O: Improve symbol table support:
2009-08-22 Daniel DunbarFix typo.
2009-08-22 Daniel DunbarForce triple for these tests.
2009-08-22 Daniel Dunbarllvm-mc: Hopefully fix Mach-O tests on big-endian platf...
2009-08-22 Daniel Dunbarllvm-mc: Clean up some handling of symbol/section assoc...
2009-08-22 Eli FriedmanMake x86 test actually test x86 code generation. Fix the
2009-08-22 Chris Lattnerrename test, make more specific.
2009-08-22 Anton KorobeynikovAdd missing RUN line
2009-08-22 Anton KorobeynikovReduce the test
2009-08-22 Bob WilsonUse CHECK-NEXT to make sure we're only getting one...
2009-08-21 Daniel Dunbarllvm-mc: Improve handling of implicit alignment for...
2009-08-21 Daniel Dunbarllvm-mc/Mach-O: Support .o emission for .org and .align.
2009-08-21 Bob WilsonMatch VTRN, VZIP, and VUZP shuffles. Restore the tests...
2009-08-21 Anton KorobeynikovAdd fcopysign instructions
2009-08-21 Daniel Dunbarllvm-mc/Mach-O: Support byte and fill value emission.
2009-08-21 Anton KorobeynikovHandle 'r' inline asm constraint
2009-08-21 Dan GohmanChange getelementptr folding to use APInt instead of...
2009-08-21 Bob WilsonAdd some tests for vext.16 and vext.32.
2009-08-21 Daniel Dunbarllvm-mc: Accept .fill size of 8.
2009-08-21 Andreas NeustifterRemoved profiling test, lli not available on all platforms.
2009-08-21 Andreas NeustifterAdded tests for Profiling Infrastructure.
2009-08-21 Bill WendlingMake for 32-bit only.
2009-08-21 Daniel Dunbarllvm-mc: Start MCAssembler and MCMachOStreamer.
2009-08-21 Bill WendlingProbably should emit bitcode instead of text.
2009-08-21 Bill WendlingTestcase for r79597.
2009-08-21 Bob WilsonRemove Neon intrinsics for VZIP, VUZP, and VTRN. We...
2009-08-20 Dale JohannesenUse FileCheck even though this means testing for something
2009-08-20 Dan GohmanFix an x86 code size regression: prefer RIP-relative...
2009-08-20 Evan ChengFix an obvious copy-n-paste bug.
2009-08-20 Dale JohannesenUse FileCheck for the test run where it's appropriate.
next