Use the new StringTableBuilder in yaml2elf
[oota-llvm.git] / test /
2014-04-30 Hans WennborgUse the new StringTableBuilder in yaml2elf
2014-04-30 Michael Zolotukhin[X86] Never hoist the shift value of a shift instruction.
2014-04-30 Carlo Kok[IPO/MergeFunctions] changes so it doesn't try to bitca...
2014-04-30 David MajnemerIR: Conservatively verify inalloca arguments
2014-04-30 Matheus Almeida[mips] Add instruction alias (negu).
2014-04-30 Matheus Almeida[mips] Add instruction alias (sltu).
2014-04-30 Hans WennborgELFObjectWriter: deduplicate suffices in strtab
2014-04-30 Tim NorthoverARM64: print fp immediates without using scientific...
2014-04-30 Tim NorthoverAArch64/ARM64: implement remaining TLS relocations...
2014-04-30 Tim NorthoverAArch64/ARM64: add specific diagnostic for MRS/MSR...
2014-04-30 Tim NorthoverAArch64/ARM64: accept and print floating-point immediat...
2014-04-30 Matheus Almeida[mips] Add instruction alias (dsll and dsrl).
2014-04-30 Rafael EspindolaRelax the test a bit.
2014-04-30 Tom StellardR600/SI: Use VALU instructions for copying i1 values
2014-04-30 Tom StellardR600/SI: Teach moveToVALU how to handle some SMRD instr...
2014-04-30 Chad Rosier[ARM64][fast-isel] Fast-isel doesn't know how to handle...
2014-04-30 Rafael EspindolaRename the test, it is testing the symver directive.
2014-04-30 Matheus Almeida[mips] Add instruction alias (sll and srl).
2014-04-30 Sasa Stankovic[mips] Fix MipsLongBranch pass to work when the offset...
2014-04-30 Matheus Almeida[mips] Update tests with encoding information for slt...
2014-04-30 Tim NorthoverARM64: enable AArch64's basic-a64-instructions test
2014-04-30 Tim NorthoverARM64: print lsr instead of lsrv for variable shifts...
2014-04-30 Tim NorthoverARM64: use 32-bit operations for uxtb & uxth
2014-04-30 Tim NorthoverAArch64/ARM64: copy support for bCC instead of b.CC...
2014-04-30 Tim NorthoverAArch64/ARM64: use HS instead of CS & LO instead of CC.
2014-04-30 Daniel Sanders[mips][msa] Fix vector insertions where the index is...
2014-04-30 Tim NorthoverARM64: accept ELF-relocated load/store insts without...
2014-04-30 Matheus Almeida[mips] Add support for .cpload.
2014-04-30 Matheus Almeida[mips] Emit all three relocation operations for each...
2014-04-30 Tim NorthoverARM64: use hex immediates for movz/movk instructions
2014-04-30 Tim NorthoverARM64: hexify printing various immediate operands
2014-04-30 Tim NorthoverARM64: print canonical syntax for add/sub (imm) instruc...
2014-04-30 James Molloy[ARM64] Ensure arm64_be is dealt with when emitting...
2014-04-30 Tim NorthoverARM64: make sure FastISel uses a GPR64 source in 64...
2014-04-30 Saleem AbdulrasoolARM: support stack probe emission for Windows on ARM
2014-04-30 Saleem AbdulrasoolARM: print COFF function header for Windows on ARM
2014-04-30 Saleem AbdulrasoolARM: partially handle 32-bit relocations for WoA
2014-04-29 Reid KlecknerImplement X86 code generation for musttail
2014-04-29 Tom StellardR600/SI: Custom lower SI_IF and SI_ELSE to avoid machin...
2014-04-29 Tom StellardR600/SI: Only select SALU instructions in the entry...
2014-04-29 Tom StellardR600: optimize the UDIVREM 64 algorithm
2014-04-29 Rafael EspindolaAlso handle ConstantAggregateZero when optimizing vperm...
2014-04-29 Rafael EspindolaTwo fixes to the vpermilvar optimization.
2014-04-29 Diego NovilloFix vectorization remarks.
2014-04-29 Yi JiangContinue slp vectorization even the BB already has...
2014-04-29 Reed KotlerAdd Simple return instruction to Mips fast-isel
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...
next