Fix FileCheck: substr() expect the length of the string as 2nd arg
[oota-llvm.git] / test /
2015-03-11 Reid KlecknerHandle big index in getelementptr instruction
2015-03-11 Andrew KaylorExtended support for native Windows C++ EH outlining
2015-03-11 Kevin EnderbyAdd the option, -info-plist to llvm-objdump used with...
2015-03-11 Jozef Kolek[mips][microMIPS] Make usage of NOT16 by code generator
2015-03-11 Sanjay Pateladd CHECK-LABELs for better reliability
2015-03-11 Rafael EspindolaPut jump tables in unique sections on COFF.
2015-03-11 Tim NorthoverARM: simplify and extend byval handling
2015-03-11 Frederic Riss[dsymutil] Correctly clone address attributes.
2015-03-11 David MajnemerInstCombine: Don't fold call bitcast into args if calle...
2015-03-11 Juergen RibutzkaAdd the "vbroadcasti128" instruction back.
2015-03-11 Derek SchuffMake NaCl's use of .init_array for static constructors...
2015-03-11 Sanjay PatelInliner should not add callgraph edges for intrinsic...
2015-03-11 Benjamin KramerPrefer pipes over temporary files in a feeble attempt...
2015-03-11 Rafael EspindolaRelax CHECK to match mips syntax.
2015-03-11 Elena DemikhovskyAVX-512: Added SKX forms of shift instructions.
2015-03-11 Justin BognerNow that r231902's test is executed, make it actually...
2015-03-11 Owen AndersonFix another verifier crash where a GC intrinsic would...
2015-03-11 Daniel JasperMake test added in r231902 actually be executed.
2015-03-11 Rafael EspindolaDon't print labels that on ELF are never used.
2015-03-11 Justin BognerInstrProf: Teach llvm-cov to handle universal binaries...
2015-03-11 Rafael EspindolaRelax label CHECK to mach COFF syntax.
2015-03-11 Rafael EspindolaPrint section start labels when first switching to...
2015-03-10 Rafael EspindolaSplit test in two to handle building without x86.
2015-03-10 Rafael EspindolaAdd missing section symbol to COFF's .debug_types.dwo.
2015-03-10 Philip ReamesIf a conditional branch jumps to the same target, remov...
2015-03-10 Paul RobinsonEmit correct linkage-name attribute based on DWARF...
2015-03-10 Philip ReamesInfer known bits from dominating conditions
2015-03-10 Quentin Colombet[CodeGenPrepare] Refine the cost model provided by...
2015-03-10 Nemanja IvanovicAdd support for part-word atomics for PPC
2015-03-10 Ahmed Bougacha[AArch64] Avoid going through GPRs for across-vector...
2015-03-10 Bruno Cardoso Lopes[AsmPrinter][TLOF] Reintroduce AArch64 test
2015-03-10 Kit BartonChange the generation of the vmuluwm instruction to...
2015-03-10 Adam Nemet[LoopAccesses 3/3] Print the dependences with -analyze
2015-03-10 Igor LaevskyTeach lowering to correctly handle invoke statepoint...
2015-03-10 Sanjay Patel[X86, AVX] replace vinsertf128 intrinsics with generic...
2015-03-10 Karthik BhatFix a memory corruption in Dependency Analysis.
2015-03-10 Karthik BhatFix a crash in Dependency Analysis.
2015-03-10 Owen AndersonFix a crash in InstCombine where we could try to trunca...
2015-03-10 Owen AndersonFix a stack overflow in the assembler when checking...
2015-03-10 Owen AndersonFix an issue in the verifier where we could try to...
2015-03-10 Owen AndersonFix an infinite loop in InstCombine when an instruction...
2015-03-10 Rafael EspindolaUse a better name for compile unit labels.
2015-03-10 George Burgess IVAdded ConstantExpr support to CFLAA.
2015-03-10 George Burgess IVAdded special handling for inttoptr in CFLAA.
2015-03-10 Kostya Serebryany[sanitizer] fix instrumentation with -mllvm -sanitizer...
2015-03-10 Frederic RissDwarfAccelTable: Fix handling of hash collisions.
2015-03-09 Colin LeMahieu[Hexagon] Removing unused patterns.
2015-03-09 David BlaikieLLParser: gep: Simplify parsing error handling
2015-03-09 Ahmed Bougacha[CodeGen] Replace the reused stores' chain for extracte...
2015-03-09 Ahmed Bougacha[X86] Add nounwind to vector-idiv.ll testcases. NFC.
2015-03-09 Reid KlecknerReland r229944: EH: Prune unreachable resume instructio...
2015-03-09 Rafael EspindolaUse a MapVector instead of an extra sort.
2015-03-09 Colin LeMahieu[Hexagon] Reapply r231699. Remove assumption that...
2015-03-09 Sanjoy Das[SCEV] Unify getUnsignedRange and getSignedRange
2015-03-09 Sanjoy Das[SCEV] Add a `scalar-evolution-print-constant-ranges...
2015-03-09 Colin LeMahieu[Hexagon] Reverting r231699
2015-03-09 Colin LeMahieu[Hexagon] Updating constant set to simpler versions.
2015-03-09 Rafael EspindolaDon't prime the section map.
2015-03-09 Colin LeMahieu[Hexagon] Eliminating immediate condition set.
2015-03-09 Justin BognerInstrProf: Use the proftext format for these coverage...
2015-03-09 Justin BognerInstrProf: Allow hexadecimal function hashes in proftex...
2015-03-09 Rafael EspindolaPrint jump tables before exception tables.
2015-03-09 Reed KotlerAdd logical ops to Mips fast-isel
2015-03-09 Marek OlsakR600/SI: Limit SGPRs to 80 on Tonga and Iceland
2015-03-09 Andrea Di BiagioFix line ending in test CodeGen/X86/pr22774.ll. NFC.
2015-03-09 Kevin QinRevert r231630 - Run LICM pass after loop unrolling...
2015-03-09 Owen AndersonFix a bug in the LLParser where we failed to diagnose...
2015-03-09 Kevin Qin[AArch64] Enable partial & runtime unrolling on cortex-a57
2015-03-09 Kevin QinIntroduce runtime unrolling disable matadata and use...
2015-03-09 Kevin QinRun LICM pass after loop unrolling pass.
2015-03-09 Mehdi AminiInstCombine: fix fold "fcmp x, undef" to account for NaN
2015-03-08 Owen AndersonTeach DataLayout to infer a plausible alignment for...
2015-03-08 Andrea Di Biagio[X86][AVX] Fix wrong lowering of VPERM2X128 nodes
2015-03-07 David MajnemerExecutionEngine: Preliminary support for dynamically...
2015-03-07 Andrea Di Biagio[DAGCombiner] Fix wrong folding of AND dag nodes.
2015-03-07 Simon Pilgrim[DAGCombiner] SCALAR_TO_VECTOR(EXTRACT_VECTOR_ELT(V...
2015-03-07 Eric ChristopherRemove use of misched-bench from this test and replace...
2015-03-07 Frederic Riss[dsymutil] Apply relocations to DIE data before cloning.
2015-03-07 Eric ChristopherRecommit r231324 with a fix to the ARM execution domain...
2015-03-06 Frederic Riss[dsymutil] Support cloning DIE reference attributes.
2015-03-06 Olivier SallenaveDo not restrict interleaved unrolling to small loops...
2015-03-06 Quentin Colombet[AArch64][LoadStoreOptimizer] Generate LDP + SXTW inste...
2015-03-06 Sanjay Patelfixed to test features, not CPUs
2015-03-06 Sanjay Patelfixed to test features, not CPUs
2015-03-06 Sanjay Patelloosen checking for buildbots
2015-03-06 Sanjay Patelfixed to test only the feature, not the feature and...
2015-03-06 Sanjay Patelfixed to test only the feature, not the feature and...
2015-03-06 Sanjay Patelfixed test to use FileCheck
2015-03-06 Sanjay Patelfixed to use CHECK-LABELs
2015-03-06 Sanjay Patelfixed to test only the feature, not the feature and...
2015-03-06 Sanjay Patelfixed to test only the feature, not the feature and...
2015-03-06 Sanjay Patelfixed to test feature, not CPU
2015-03-06 Sanjay Patelfixed to test features, not CPUs
2015-03-06 Sanjay Patelfixed test to use SSE2 attribute
2015-03-06 Sanjay Patelfixed to test only the feature, not the feature and...
2015-03-06 Matthias BraunDAGCombiner: Canonicalize select(and/or,x,y) depending...
2015-03-06 Bruno Cardoso Lopes[AsmPrinter][TLOF] Remove AArch64 test to appease buildbots
2015-03-06 Bruno Cardoso Lopes[AsmPrinter][TLOF] XFAIL AArch64 test to appease buildbots
2015-03-06 Frederic Riss[dsymutil] Add debug_str construction support.
2015-03-06 Bruno Cardoso Lopes[AsmPrinter][TLOF] Make AArch64 test a bit more flexible
next