AArch64/ARM64: port more tests
[oota-llvm.git] / test /
2014-04-24 Tim NorthoverAArch64/ARM64: port more tests
2014-04-24 Evgeniy Stepanov[asan] Fix instrumentation of x86 intel syntax inline...
2014-04-24 Zinovy Nis[CLNUP] Test commit. Remove newline.
2014-04-24 Benjamin KramerX86: Emit test instead of constant shift + compare...
2014-04-24 Karthik BhatAllow vectorization of few missed llvm intrinsic calls...
2014-04-24 Stepan DyatkovskiyFix for PR18921, "vmov" part.
2014-04-24 Michael J. Spencer[InstCombine][x86] Constant fold psll intrinsics.
2014-04-24 Filipe CabecinhasOptimize some special cases for SSE4a insertqi
2014-04-24 Matt ArsenaultHandle addrspacecast when looking at memcpys from globals
2014-04-23 Saleem AbdulrasoolMC: disable test on thumbv7-windows
2014-04-23 Justin Bognerllvm-cov: Add support for gcov's --long-file-names...
2014-04-23 Saleem AbdulrasoolMC: move test from Generic to COFF
2014-04-23 Saleem AbdulrasoolMC: move ARM64 test from AArch64 directory
2014-04-23 Saleem AbdulrasoolMC: honour IMAGE_SCN_CNT_INITIALIZED_DATA
2014-04-23 Quentin Colombet[ARM64] Fix the information we give to the peephole...
2014-04-23 Matt ArsenaultR600: Add a test that used to be broken that I forgot...
2014-04-23 Matt ArsenaultConvert test to FileCheck
2014-04-23 NAKAMURA TakumiMark llvm/test/BugPoint/compile-custom.ll as XFAIL...
2014-04-23 Evgeniy StepanovCreate MCTargetOptions.
2014-04-23 Alexander Musman[LV] Statistics numbers for LoopVectorize introduced...
2014-04-23 Elena DemikhovskyX86Disassembler - fixed a bug in immediate print
2014-04-23 Stepan DyatkovskiyIntegrated assbemler, macros: added 'vararg' argument...
2014-04-23 Kevin Qin[ARM64] Enable feature predicates for NEON / FP / CRYPTO.
2014-04-23 Reid KlecknerFix test/CodeGen/arm.ll
2014-04-22 Rafael EspindolaFollow aliases when determining if a symbol is thumb.
2014-04-22 Juergen Ributzka[Constant Hoisting] Materialize the constant before...
2014-04-22 Rafael EspindolaFix DataLayout::operator==().
2014-04-22 Kevin EnderbyFix the assembler to print a better relocatable express...
2014-04-22 Matt ArsenaultR600: Emit error instead of unreachable on function...
2014-04-22 Elena DemikhovskyAVX-512: store and truncstore for i1 values
2014-04-22 Tim NorthoverAArch64/ARM64: more testing from AArch64 to ARM64
2014-04-22 Tim NorthoverAArch64/ARM64: make use of ANDS and BICS instructions...
2014-04-22 Tim NorthoverAArch64/ARM64: add extra testing from AArch64 to ARM64
2014-04-22 Robert Khasanov[AVX512] Implemented integer conversions up/down with...
2014-04-22 Kostya Serebryany[asan] Support outline instrumentation for wide types...
2014-04-22 Tim NorthoverAArch64/ARM64: enable various AArch64 tests on ARM64.
2014-04-22 Tim NorthoverAArch64/ARM64: add patterns for scalar_to_vector/extrac...
2014-04-22 Tim NorthoverAArch64/ARM64: mark fmul intrinsic as commutative.
2014-04-22 Tim NorthoverARM: disable emission of __XYZvfp in soft-float environ...
2014-04-22 Hao LiuFix an infinite loop bug in DAG Combine about keeping...
2014-04-22 Lang Hames[X86] Don't use BZHI for short masks (>=32 bits). Thank...
2014-04-22 Matt ArsenaultR600: Make sign_extend_inreg legal.
2014-04-22 Jiangning Liu[AArch64] Enable global merge pass.
2014-04-22 Duncan P. N. Exon... blockfreq: Skip irreducible backedges inside functions
2014-04-22 Quentin Colombet[CodeGenPrepare] Use APInt to check the value of the...
2014-04-21 Rafael EspindolaSimplify a vpermil* with constant mask.
2014-04-21 Jim GrosbachARM64: Improve diagnostics for malformed reg+reg addres...
2014-04-21 Rafael EspindolaHandle _GLOBAL_OFFSET_TABLE_ in 64 bit mode.
2014-04-21 Reid KlecknerFix PR7272 in -tailcallelim instead of the inliner
2014-04-21 Yi JiangARM64: Combine shifts and uses from different basic...
2014-04-21 Duncan P. N. Exon... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-21 Eli BenderskyFix the test: DCE optimized away everything.
2014-04-21 Michael ZolotukhinReapply r206732. This time without optimization of...
2014-04-21 Kostya Serebryany[asan] add llvm-ish test for memset/etc instrumentation
2014-04-21 Chandler Carruth[PM] Add a new-PM-style CGSCC pass manager using the...
2014-04-21 NAKAMURA Takumillvm/test/CodeGen/X86/bmi.ll: Relax expressions for...
2014-04-21 Lang Hames[X86] ISEL (and X, <constant mask>) to BZHI when BMI2...
2014-04-21 Chandler CarruthRevert r206732 which is causing llc to crash on most...
2014-04-21 Michael ZolotukhinImplement builtins for safe division: safe.sdiv.iN...
2014-04-19 Duncan P. N. Exon... Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-19 Duncan P. N. Exon... Revert "blockfreq: Temporarily turn on -debug-only...
2014-04-19 Duncan P. N. Exon... blockfreq: Temporarily turn on -debug-only=block-freq
2014-04-19 Duncan P. N. Exon... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-19 Yaron KerenPatch by Vadim Chugunov
2014-04-19 Yaron KerenPatch by Ray Donnelly to print register names instead...
2014-04-19 Duncan P. N. Exon... Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"...
2014-04-18 Justin Bognerllvm-profdata: Avoid writing to /dev/null in tests
2014-04-18 Kevin EnderbyChange the ARM assembler to require a :lower16: or...
2014-04-18 Justin Bognertest: Add extra run lines to investigate an error on...
2014-04-18 Duncan P. N. Exon... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl...
2014-04-18 Alexey Samsonov[llvm-symbolizer] Print file/line for a PC even if...
2014-04-18 David BlaikieCompress debug sections only when beneficial.
2014-04-18 Justin BognerProfileData: Add support for the indexed instrprof...
2014-04-18 David BlaikieUpdate the fragments of symbols in compressed sections.
2014-04-18 Chad Rosier[ARM64] Ports the Cortex-A53 Machine Model description...
2014-04-18 Yaron KerenExpanded test for x86-pc-windows-gnu and x86_64-pc...
2014-04-18 Adam Nemet[X86] Improve buildFromShuffleMostly for AVX
2014-04-18 Duncan P. N. Exon... Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"...
2014-04-18 Duncan P. N. Exon... Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
2014-04-18 Duncan P. N. Exon... Add some target triples for better determinism
2014-04-18 Tim NorthoverAArch64/ARM64: add more NEON tests.
2014-04-18 Tim NorthoverARM64: disable generation of .loh directives outside...
2014-04-18 Tim NorthoverARM64: don't emit .subsections_via_symbols on ELF.
2014-04-18 Tim NorthoverARM64: add extra NEG pattern.
2014-04-18 Tim NorthoverAArch64/ARM64: port more AArch64 tests to ARM64.
2014-04-18 Tim NorthoverAArch64/ARM64: add non-scalar lowering for more FCVT...
2014-04-18 Tim NorthoverAArch64/ARM64: improve spotting of EXT instructions...
2014-04-18 Evgeniy Stepanov[msan] Add -msan-instrumentation-with-call-threshold.
2014-04-18 Chandler Carruth[LCG] Add support for building persistent and connected...
2014-04-18 Benjamin KramerX86: Pattern match scalar loads + vcvtph2ps into just...
2014-04-18 Chandler CarruthRevert r206565 (and r206566 which updated tests).
2014-04-18 Tim NorthoverAArch64/ARM64: port atomics test to ARM64.
2014-04-18 Tim NorthoverAArch64/ARM64: spot a greater variety of concat_vector...
2014-04-18 Tim NorthoverARM64: implement cunning optimisation from AArch64
2014-04-18 Tim NorthoverAArch64/ARM64: emit all vector FP comparisons as such.
2014-04-18 Tim NorthoverAArch64/ARM64: port BSL logic from AArch64 & enable...
2014-04-18 Tim NorthoverAArch64/ARM64: copy byval implementation from AArch64.
2014-04-18 Jiangning LiuAdd missing config file for newly added test case intro...
2014-04-18 Yaron KerenUpdated test with register names following r206565.
2014-04-18 Kostya Serebryany[asan] one more workaround for PR17409: don't do BB...
next