Support: More BlockFrequencyTest => BranchProbabilityTest
[oota-llvm.git] / test /
2014-04-29 Tilmann Scheller[ARM64] Disable regression tests for the old JIT.
2014-04-29 Daniel Sanders[mips][msa] Use CHECK-LABEL in basic_operations*.ll
2014-04-29 Joerg SonnenbergerParse and create GOT_PREL relocations.
2014-04-29 Daniel Sanders[mips][msa] Fix element extraction where the index...
2014-04-29 Rafael EspindolaCentralize the handling of the thumb bit.
2014-04-29 Tim NorthoverARM: fix test after change to indirect symbol emission.
2014-04-29 Tim NorthoverX86: emit hidden stubs into a proper non_lazy_symbol_po...
2014-04-29 Tim NorthoverARM: emit hidden stubs into a proper non_lazy_symbol_po...
2014-04-29 Benjamin KramerAArch64: Mark vector long multiplication as expand.
2014-04-29 Elena DemikhovskyAVX-512: optimized a shuffle pattern to VINSERTI64x4.
2014-04-29 Zinovy Nis[OPENMP][LV][D3423] Respect Hints.Force meta-data for...
2014-04-29 Hao Liu[ARM64]Fix a bug about incorrect operand order in an...
2014-04-29 Hao Liu[ARM64]Fix a bug when lowering shuffle vector to an...
2014-04-28 Chandler CarruthRevert r207271 for now. This commit introduced a test...
2014-04-28 Rafael EspindolaAdd an option for evaluating past symbols.
2014-04-28 David BlaikieDwarfDebug: Omit DW_AT_object_pointer on inlined_subrou...
2014-04-28 Duncan P. N. Exon... Reapply "blockfreq: Approximate irreducible control...
2014-04-28 Hans WennborgInstCombine: don't drop 'inalloca' in PromoteCastOfAllo...
2014-04-28 Chad Rosier[ARM64] Fix an issue where we were always assuming...
2014-04-28 Rafael EspindolaDon't include an invalid symbol in the symbol table.
2014-04-28 Rafael EspindolaList the entire symbol table in this test.
2014-04-28 Rafael EspindolaProduce an error instead of a crash in an expr we canno...
2014-04-28 Tim NorthoverARM64: diagnose use of v16-v31 in certain indexed NEON...
2014-04-28 Chandler Carruth[inliner] Significantly improve the compile time in...
2014-04-28 Hao Liu[ARM64]Fix a bug cannot select UQSHL/SQSHL with constan...
2014-04-28 Chandler CarruthUpdate tests to use the new format of printing a TimeVa...
2014-04-27 Rafael EspindolaAdd emitThumbSet to the arm target streamer.
2014-04-27 Benjamin KramerX86TTI: Adjust sdiv cost now that we can lower it on...
2014-04-27 Benjamin KramerX86: If SSE4.1 is missing lower SMUL_LOHI of v4i32...
2014-04-27 Saleem AbdulrasoolMC: duplicate .file test for WoA (SVN r207341)
2014-04-27 NAKAMURA TakumiRevert r206989, "Mark llvm/test/BugPoint/compile-custom...
2014-04-27 Benjamin KramerUpdate test not to check for a shuffle of an all-zero...
2014-04-27 Benjamin KramerSelectionDAG: Aggressively fold shuffles of constant...
2014-04-27 Saleem Abdulrasooltests: Windows ARM now supports object emission
2014-04-27 Saleem AbdulrasoolCOFF: move ARM COFF test to ARM directory
2014-04-27 Saleem AbdulrasoolAdd WoA object file emission support
2014-04-26 Benjamin KramerDAGCombiner: Simplify code a bit, make more transforms...
2014-04-26 David BlaikieDebugInfo: Fix and test a regression caused by r207263...
2014-04-26 David BlaikieInclude C++ source for debug info test case committed...
2014-04-26 David BlaikieDWARF Type Units: Avoid emitting type units under fissi...
2014-04-26 Benjamin KramerX86TTI: i16/i32 vector div with a constant (splat)...
2014-04-26 Benjamin KramerX86: Lower SMUL_LOHI of v4i32 to pmuldq when SSE4.1...
2014-04-26 Benjamin KramerX86: Add patterns for MULHU/MULHS of v8i16 and v16i16.
2014-04-26 Benjamin KramerDAGCombiner: Turn divs of vector splats into vectorized...
2014-04-26 Michael ZolotukhinRevert r206749 till a final decision about the intrinsi...
2014-04-26 Gerolf HoflehnerRecursivelyDeleteTriviallyDeadInstructions() could...
2014-04-26 Juergen Ributzka[DAG] During DAG legalization keep opaque constants...
2014-04-26 Gerolf HoflehnerRevert commit r207302 since build failures
2014-04-26 Gerolf HoflehnerRecursivelyDeleteTriviallyDeadInstructions() could...
2014-04-26 Quentin Colombet[X86] Implement TargetLowering::getScalingFactorCost...
2014-04-26 Andrea Di Biagio[InstCombine][X86] Teach how to fold calls to SSE2...
2014-04-26 Filipe CabecinhasAppease the almighty buildbots.
2014-04-25 Filipe CabecinhasOptimization for certain shufflevector by using insertps.
2014-04-25 Duncan P. N. Exon... Revert "blockfreq: Approximate irreducible control...
2014-04-25 Duncan P. N. Exon... blockfreq: Approximate irreducible control flow
2014-04-25 Adrian PrantlUnbreak the gdb buildbot by not lowering dbg.declare...
2014-04-25 Eric ChristopherMake sure that rangelists are also relative to the...
2014-04-25 Tom RoederAdd an -mattr option to the gold plugin to support...
2014-04-25 Adam Nemet[LoopStrengthReduce] Don't trim formula that uses a...
2014-04-25 Adrian PrantlThis reapplies r207235 with an additional bugfixes...
2014-04-25 Adrian PrantlRevert "This reapplies r207130 with an additional testc...
2014-04-25 Saleem AbdulrasoolARM: remove @llvm.arm.sevl
2014-04-25 Manman Ren[inline cold threshold] Command line argument for inlin...
2014-04-25 Saleem AbdulrasoolARM: provide a new generic hint intrinsic
2014-04-25 Adrian PrantlReapply r207135 without modifications.
2014-04-25 Adrian PrantlThis reapplies r207130 with an additional testcase...
2014-04-25 Tilmann Scheller[ARM64] When compiling for ELF in PIC mode, local symbo...
2014-04-25 Jiangning Liu[ARM64] Handle fp128 for parameter passing on stack
2014-04-25 Tim NorthoverARM64: fix assertion in ISelDAGToDAG
2014-04-25 Bradley Smith[ARM64] Print preferred aliases for SFBM/UBFM in InstPr...
2014-04-25 Kevin Qin[ARM64] Add RUN lines for "–target arm64 –mattr=-fp...
2014-04-25 Kevin Qin[ARM64] Support crc predicate on ARM64.
2014-04-25 Duncan P. N. Exon... blockfreq: Only one mass distribution per node
2014-04-25 Duncan P. N. Exon... blockfreq: Use better branch weights in multiexit test
2014-04-25 Duncan P. N. Exon... blockfreq: Clean up irreducible testcases
2014-04-25 Karthik BhatAllow vectorization of bit intrinsics in BB Vectorizer.
2014-04-25 Justin BognerProfileData: Treat missing function counts as malformed
2014-04-25 Adrian PrantlRevert "This reapplies r207130 with an additional testc...
2014-04-25 Adrian PrantlThis reapplies r207130 with an additional testcase...
2014-04-25 Adrian PrantlRevert "Debug info for optimized code: Support variable...
2014-04-24 Adrian PrantlRevert "Debug info: Let dbg.values inserted by LowerDbg...
2014-04-24 Benjamin KramerX86: Don't transform shifts into ands when the sign...
2014-04-24 Reid KlecknerAdd 'musttail' marker to call instructions
2014-04-24 Reid KlecknerFix rdtsc.ll test to match r8 on win64
2014-04-24 Adrian PrantlDebug info: Let dbg.values inserted by LowerDbgDeclare...
2014-04-24 Adrian PrantlDebug info for optimized code: Support variables that...
2014-04-24 Andrea Di Biagio[X86] Add support for Read Time Stamp Counter x86 built...
2014-04-24 Tim NorthoverAArch64/ARM64: add ARM64 runs to more MC tests.
2014-04-24 Tim NorthoverAArch64/ARM64: run AArch64 NEON MC tests through ARM64...
2014-04-24 Tim NorthoverAArch64: print NEON lists with a space.
2014-04-24 Tim NorthoverAArch64/ARM64: enable remaining MC elf tests.
2014-04-24 Tim NorthoverAArch64/ARM64: allow negative addends, at least on...
2014-04-24 Tim NorthoverARM64: support relocated "TBZ/TBNZ" instructions.
2014-04-24 Tim NorthoverAArch64/ARM64: support relocated ADR instruction
2014-04-24 Tim NorthoverAArch64/ARM64: add support for :abs_gN_s: MOVZ modifiers
2014-04-24 Tim NorthoverAArch64/ARM64: disentangle the "B.CC" and "LDR lit...
2014-04-24 Tim NorthoverAArch64/ARM64: enable some MC tests on ARM64
2014-04-24 Tim NorthoverAArch64/ARM64: port bitfield test to ARM64.
2014-04-24 Tim NorthoverAArch64/ARM64: implement BFI optimisation
2014-04-24 Tim NorthoverAArch64/ARM64: port more tests
next