Correct bogus module triple specifications.
[oota-llvm.git] / test /
2010-08-30 Duncan SandsCorrect bogus module triple specifications.
2010-08-29 Chris LattnerLICM does get dead instructions input to it. Instead...
2010-08-29 Dan GohmanMake IVUsers iterative instead of recursive.
2010-08-29 Dan GohmanMake this test less dependent on register allocation...
2010-08-29 Dan GohmanUse exec.
2010-08-29 Kalle RaiskilaFix lowering of INSERT_VECTOR_ELT in SPU.
2010-08-29 Bob WilsonRemove NEON vaddl, vaddw, vsubl, and vsubw intrinsics...
2010-08-29 Chris Lattnermerge a bunch of shuffle tests into sse2.ll
2010-08-29 Chris Lattneradd some nounwind's
2010-08-28 Chris Lattnerfixme accomplished
2010-08-28 Chris Lattnerfix the buildvector->insertp[sd] logic to not always...
2010-08-28 Chris Lattnerfix the BuildVector -> unpcklps logic to not do pointle...
2010-08-28 Benjamin KramerUpdate ocaml test.
2010-08-28 Chris Lattnerremove unions from LLVM IR. They are severely buggy...
2010-08-28 Chris Lattnerremove the ABCD and SSI passes. They don't have any...
2010-08-28 Chris Lattnerhandle the constant case of vector insertion. For...
2010-08-28 Chris Lattneroptimize bitcasts from large integers to vector into...
2010-08-28 Dan GohmanCompletely disable tail calls when fast-isel is enabled...
2010-08-27 Owen AndersonAdd a prototype of a new peephole optimizing pass that...
2010-08-27 Bob WilsonChange ARM VFP VLDM/VSTM instructions to use addressing...
2010-08-27 Chris Lattnertidy up test.
2010-08-27 Chris Lattnerno really, fix the test.
2010-08-27 Chris Lattnerfix this test. It's not clear what it's really testing.
2010-08-27 Chris LattnerEnhance the shift propagator to handle the case when...
2010-08-27 Chris LattnerImplement a pretty general logical shift propagation
2010-08-27 Chris Lattnermerge and filecheckize test
2010-08-27 Chris Lattnermerge two tests
2010-08-27 Chris Lattnerteach the truncation optimization that an entire chain of
2010-08-27 Chris Lattnerget this test passing on linux builders.
2010-08-27 Chris LattnerAdd an instcombine to clean up a common pattern produced
2010-08-27 Bob WilsonAdd alignment arguments to all the NEON load/store...
2010-08-27 Owen AndersonUse LVI to eliminate conditional branches where we...
2010-08-27 Daniel DunbarX86: Fix an encoding issue with LOCK_ADD64mr, which...
2010-08-26 Chris Lattnerfilecheckize
2010-08-26 Chris Lattnerrename test.
2010-08-26 Chris Lattneroptimize "integer extraction out of the middle of a...
2010-08-26 Chris Lattneroptimize bitcast(trunc(bitcast(x))) where the result...
2010-08-26 Chris Lattnerfilecheckize
2010-08-26 Chris Lattnerrename test
2010-08-26 Owen AndersonMake JumpThreading smart enough to properly thread...
2010-08-26 Dan GohmanReapply r112091 and r111922, support for metadata linki...
2010-08-26 Chris LattnerAdd a hackaround for PR7993 which is causing failures...
2010-08-26 Chris LattnerI think enough general codegen bugs are fixed to allow...
2010-08-26 Chris Lattnerimplement SplitVecOp_CONCAT_VECTORS, fixing the include...
2010-08-26 Chris LattnerMake sure this forces the x86 targets
2010-08-26 Chris Lattnerfix sse1 only codegen in x86-64 mode, which is something we
2010-08-26 Daniel DunbarRevert r112091, "Remap metadata attached to instruction...
2010-08-26 Jim GrosbachEnable pre-RA virtual frame base register allocation...
2010-08-26 Bob WilsonRevert svn 107892 (with changes to work with trunk...
2010-08-25 Chris Lattnertemporarily disable this, which started failing on...
2010-08-25 Chris LattnerChange handling of illegal vector types to widen when...
2010-08-25 Dan GohmanRemap metadata attached to instructions when remapping...
2010-08-25 Daniel DunbarX86: Fix misencode of RI64mi8. This fixes OpenSSL ...
2010-08-25 Devang PatelDIGlobalVariable can be used to encode debug info for...
2010-08-25 Daniel DunbarARM/Thumb2: Fix a misselect in getARMCmp, when attempti...
2010-08-25 Eric ChristopherAdd another basic test cribbed from the x86 fast-isel...
2010-08-25 Eric ChristopherRun this on thumb and arm.
2010-08-25 Eric ChristopherMake this testcase actually executed with fast-isel...
2010-08-25 Bruno Cardoso LopesConvert test to use filecheck and make it more specific
2010-08-25 Owen AndersonIn the default address space, any GEP off of null resul...
2010-08-24 Michael J. SpencerFix COFF x86-64 relocations. PR7960.
2010-08-24 Dan GohmanXFAIL this on mingw, following remove_arguments_test.ll.
2010-08-24 Dan GohmanAdd a testcase for basic bugpointing in the presence...
2010-08-24 Daniel DunbarMC/X86: Tweak imul recognition, previous hack only...
2010-08-24 Daniel DunbarMC/X86: Add custom hack for recognizing "imul $12,...
2010-08-24 Daniel DunbarMC/AsmParser: Change ParseExpression to use ParseIdenti...
2010-08-24 Daniel DunbarMC/X86: Warn on scale factors > 1 without index registe...
2010-08-24 Daniel DunbarMC/Parser: Accept leading dollar signs in identifiers.
2010-08-24 Dan GohmanFix X86's isLegalAddressingMode to recognize that stati...
2010-08-24 Kalle RaiskilaFix SPU BE to use all the available return registers.
2010-08-24 Dan GohmanExtend function-local metadata to be usable as attachments.
2010-08-24 Chris Lattnerfix rdar://7997827 - Accept and ignore LL and ULL suffi...
2010-08-23 Mikhail Glushenkovllvmc: Make syntax more consistent.
2010-08-23 Chris LattnerAdd a new llvm.x86.int intrinsic, allowing access to the
2010-08-23 Chandler CarruthTry to escape the '$'s in these so they reach the under...
2010-08-21 Dan GohmanFix x86 fast-isel's cmp+branch folding to avoid folding...
2010-08-20 Bob WilsonReplace some NEON vmovl intrinsic that I missed earlier.
2010-08-20 Bill WendlingCreate the new linker type "linker_private_weak_def_auto".
2010-08-20 Dale JohannesenTest should pass on non-Darwin x86.
2010-08-20 Dale JohannesenDon't run test on PPC darwin.
2010-08-20 Owen AndersonRe-apply r111568 with a fix for the clang self-host.
2010-08-20 Erick TryzelaarFix vmcore.ml test.
2010-08-20 Mikhail Glushenkovllvmc: Fix alias generation.
2010-08-20 Dan GohmanConvert DbgInfoPrinter to use errs() instead of outs().
2010-08-20 Erick TryzelaarFix the running of ocaml tests.
2010-08-20 Erick TryzelaarExpose LLVMSetOperand and LLVMGetNumOperands to llvm...
2010-08-20 Bob WilsonFix some Ocaml tests: the %t substitution now returns...
2010-08-20 Bob WilsonThe %ocamlopt setting has embedded quotes. Copy the...
2010-08-20 Benjamin KramerUpdate LLVMC tests for r111620.
2010-08-20 Bob WilsonReplace the arm.neon.vmovls and vmovlu intrinsics with...
2010-08-19 Owen AndersonPrevious revert failed to remove this file.
2010-08-19 Owen AndersonRevert r111568 to unbreak clang self-host.
2010-08-19 Owen AndersonWhen a set of bitmask operations, typically from a...
2010-08-19 Evan ChengIt's possible to sink a def if its local uses are PHI's.
2010-08-19 Daniel Dunbartests: Haste makes waste.
2010-08-19 Daniel Dunbartests: Ignore whitespace in llvm_supports_binding(...
2010-08-19 Kenneth UildriksFixed and reactivated a partial specialization test
2010-08-19 Chris Lattnerfix PR7465, mishandling of lcall and ljmp: intersegment...
2010-08-19 Dale JohannesenTestcase for llvm-gcc checkin 111482.
2010-08-18 Chris Lattnerrefix PR1143 by making basicaa analyze zexts of indices...
next