Fix .cpp files claiming to be header files
[oota-llvm.git] / test /
2014-06-20 Hans WennborgDon't build switch lookup tables for dllimport or TLS...
2014-06-20 Kevin EnderbyAdded the -m option as an alias for -format=darwin...
2014-06-19 Kevin EnderbyFix the output of llvm-nm for Mach-O files to use the...
2014-06-19 Rafael EspindolaSet missing options in LTOCodeGenerator::setTargetOptions.
2014-06-19 Kevin EnderbyChange the output of llvm-nm and llvm-size for Mach...
2014-06-19 Eric ChristopherSince we're using DW_AT_string rather than DW_AT_strp...
2014-06-19 Alp TokerFix typos
2014-06-19 Eric ChristopherFix this test a little harder - use llc_dwarf to make...
2014-06-19 Eric ChristopherRelax this test a bit, we don't need the full contents...
2014-06-19 David BlaikieDebugInfo: Fission: Ensure the address pool entries...
2014-06-19 Alp TokerMCNullStreamer: assign file IDs to resolve crashes...
2014-06-19 Jingyue Wu[ValueTracking] Extend range metadata to call/invoke
2014-06-19 Oliver StannardTests for r211273
2014-06-19 Oliver StannardEmit DWARF3 call frame information when DWARF3+ debug...
2014-06-19 Matheus Almeida[mips] Implementation of dli.
2014-06-19 Dinesh DwivediAdded instruction combine to transform few more negativ...
2014-06-19 Andrea Di Biagio[X86] Teach how to combine horizontal binop even in...
2014-06-19 Dinesh DwivediRefactored and updated SimplifyUsingDistributiveLaws...
2014-06-19 David MajnemerInstCombine: Stop two transforms dueling
2014-06-19 Matt ArsenaultR600: Add a few tests I forgot to add.
2014-06-19 Nick LewyckyMove optimization of some cases of (A & C1)|(B & C2...
2014-06-19 Nick LewyckyMake instsimplify's analysis of icmp eq/ne use computeK...
2014-06-19 David MajnemerMS asm: Properly handle quoted symbol names
2014-06-19 Matt ArsenaultR600/SI: Add intrinsics for various math instructions.
2014-06-18 Kevin EnderbyTeach llvm-size to know about Mach-O universal files...
2014-06-18 Matt ArsenaultR600: Handle fnearbyint
2014-06-18 Marek OlsakR600/SI: add gather4 and getlod intrinsics (v3)
2014-06-18 Saleem AbdulrasoolMC: do not add comment string to the AsmToken in AsmLex...
2014-06-18 Saleem AbdulrasoolMCAsmParser: full support for gas' '.if{cond} expressio...
2014-06-18 Jan VeselyR600: Expand vector fceil
2014-06-18 Ulrich Weigand[PowerPC] Simplify and improve loading into TOC register
2014-06-18 Ulrich Weigand[PowerPC] Add back test case for absolute calls (remove...
2014-06-18 Arnold SchwaighoferAdd a triple so that right syntax is choosen on mac...
2014-06-18 Matt ArsenaultR600/SI: Add intrinsics for brev instructions
2014-06-18 Matt ArsenaultR600/SI: Prettier operand printing for 64-bit ops.
2014-06-18 Matheus Almeida[mips] SYNC $stype instruction was added in Mips32
2014-06-18 Matt ArsenaultR600: Implement f64 ftrunc, ffloor and fceil.
2014-06-18 Matt ArsenaultR600: Custom lower f64 frint for pre-CI
2014-06-18 Adam Nemet[X86] AVX512: Add non-temporal stores
2014-06-18 Adam Nemet[X86] AVX512: Specify compressed displacement for vmovntdqa
2014-06-18 Ulrich Weigand[PowerPC] Do not use BLA with the 64-bit SVR4 ABI
2014-06-18 Ulrich WeigandDo not XFAIL test/tools/llvm-cov tests on powerpc64le
2014-06-18 Matheus Almeida[mips] Fix expansion of memory operation if destination...
2014-06-18 Matheus Almeida[mips] Report correct location when "erroring" about...
2014-06-18 Zoran Jovanovic[mips][mips64r6] Add BLTC and BLTUC instructions
2014-06-18 Matheus Almeida[mips] Access $at only if necessary.
2014-06-18 Cameron McInallyAdd pattern for unsigned v4i32->v4f64 convert on AVX512.
2014-06-18 Matheus Almeida[mips] Update MipsAsmParser so that it's possible to...
2014-06-18 Matheus Almeida[mips] Implement alias for 'and' and 'or' instructions...
2014-06-18 Matheus Almeida[mips] Remove the last usage of parseRegister from...
2014-06-18 Jan VeselyR600: Implement 64bit SRA
2014-06-18 Jan VeselyR600: Implement 64bit SRL
2014-06-18 Jan VeselyR600: Implement 64bit SHL
2014-06-18 Evgeniy Stepanov[msan] Handle X86 *.psad.* and *.pmadd.* intrinsics.
2014-06-18 Tim NorthoverDAG: move sret demotion into most basic LowerCallTo...
2014-06-18 Simon Atanasyan[llvm-readobj][ELF] New `-mips-plt-got` command line...
2014-06-18 Kevin Qin[AArch64] Fix a pattern match failure caused by creatin...
2014-06-17 Louis GerbargAllow X86FastIsel to cope with 64 bit absolute relocations
2014-06-17 Juergen Ributzka[FastISel][X86] Optimize predicates and fold CMP instru...
2014-06-17 Kevin EnderbyAdd "-format darwin" to llvm-size to be like darwin...
2014-06-17 Matt ArsenaultR600/SI: Match cttz_zero_undef
2014-06-17 Matt ArsenaultR600/SI: Match ctlz_zero_undef
2014-06-17 Will Schmidtmark the old jit tests as unsupported for powerpc64...
2014-06-17 Tom StellardR600: Use LDS and vectors for private memory
2014-06-17 Tom StellardSelectionDAG: Expand i64 = FP_TO_SINT i32
2014-06-17 Juergen Ributzka[FastISel][X86] Fix previous refactoring commit (r211077)
2014-06-17 Dinesh DwivediFixed jump threading going to infinite loop.
2014-06-17 Tim NorthoverAArch64: estimate inline asm length during branch relax...
2014-06-17 Evgeniy Stepanov[msan] Fix handling of multiplication by a constant...
2014-06-17 Jingyue Wu[InstCombine] mark ADD with nuw if no unsigned overflow
2014-06-17 Duncan P. N. Exon... SROA: Only split loads on byte boundaries
2014-06-16 Juergen Ributzka[FastISel][X86] Refactor the code to get the X86 condit...
2014-06-16 Eli BenderskyTeach LoopUnrollPass to respect loop unrolling hints...
2014-06-16 Reed KotlerAdd load/store functionality
2014-06-16 Bill Schmidt[PPC64] Fix PR19893 - improve code generation for local...
2014-06-16 Louis GerbargImprove comments for r211040
2014-06-16 Tim NorthoverARM: implement correct atomic operations on v7M
2014-06-16 Louis GerbargFix illegal relocations in X86FastISel
2014-06-16 Jim GrosbachLowerSwitch: track bounding range for the condition...
2014-06-16 Rafael EspindolaFix pr17056.
2014-06-16 Cameron McInallyHook up vector int_ctlz for AVX512.
2014-06-16 Daniel Sanders[mips][mips64r6] ssnop is deprecated on MIPS32r6/MIPS64r6
2014-06-16 Daniel Sanders[mips][mips64r6] cl[oz], and dcl[oz] are re-encoded...
2014-06-16 Daniel Sanders[mips][mips64r6] ll, sc, lld, and scd are re-encoded...
2014-06-16 James Molloy[AArch64] Fix a fencepost error in lowering for llvm...
2014-06-16 Daniel Sanders[mips] Merge most of the big/little endian checks in...
2014-06-16 Daniel Sanders[mips][mips64r6] [ls][wd]c2 were re-encoded with 11...
2014-06-16 Christian PirkerARMEB: Fix trunc store for vector types
2014-06-15 Jingyue WuCanonicalize addrspacecast ConstExpr between different...
2014-06-15 Matt ArsenaultR600: Add a rotr testcase I forgot to add
2014-06-15 Matt ArsenaultR600: Remove a few more things from AMDILISelLowering
2014-06-15 Matt ArsenaultR600: Fix assert on vector sdiv
2014-06-15 Matt ArsenaultR600: Report that integer division is expensive.
2014-06-15 David BlaikiePR20038: DebugInfo missing DIEs for some concrete varia...
2014-06-15 Tim NorthoverAArch64: improve handling & modelling of FP_TO_XINT...
2014-06-15 Tim NorthoverAArch64: improve vector [su]itofp handling.
2014-06-15 NAKAMURA TakumiDon't expect tests always crashing. Add "REQUIRES:asserts".
2014-06-14 Matt ArsenaultR600: Add failing testcases.
2014-06-14 Matt ArsenaultR600: Fix asserts related to constant initializers
2014-06-13 Jiangning LiuMove GlobalMerge from Transform to CodeGen.
next