IR: Don't allow non-default visibility on local linkage
[oota-llvm.git] / test / CodeGen /
2014-05-07 Quentin Colombet[X86] Add a test case for r208252.
2014-05-07 Chad Rosier[ARM64][fast-isel] Disable target specific optimization...
2014-05-07 Tim NorthoverAArch64/ARM64: optimise vector selects & enable test
2014-05-07 James Molloy[ARM64-BE] Fix fast-isel, and add appropriate RUN lines...
2014-05-07 James Molloy[ARM64-BE] Fix variable-argument saving.
2014-05-07 James Molloy[ARM64-BE] Implement the lane-twiddling logic at AAPCS...
2014-05-07 James Molloy[ARM64-BE] Implement the crazy bitcast handling for...
2014-05-07 James Molloy[ARM64-BE] Make big endian (scalar) argument passing...
2014-05-07 Tim NorthoverAArch64/ARM64: run test on ARM64 too.
2014-05-07 Tim NorthoverAArch64/ARM64: put annotation in test
2014-05-07 Joerg SonnenbergerAllow using normal .eh_frame based unwinding on ARM...
2014-05-07 Saleem AbdulrasoolARM: fix WoA PEI instruction selection
2014-05-06 Joerg SonnenbergerIf a function needs a frame pointer, but r11 (aka fp...
2014-05-06 Andrea Di Biagio[X86] Improve the lowering of BITCAST dag nodes from...
2014-05-06 Renato GolinImplememting named register intrinsics
2014-05-06 Rafael EspindolaSpecial case aliases in GlobalValue::getAlignment.
2014-05-06 Kevin Qin[ARM64] Enable alignment control option in front-end...
2014-05-06 Reid KlecknerFix i128 div/mod on mingw64
2014-05-05 Tom StellardR600: Expand i64 ISD:SUB
2014-05-05 Filipe CabecinhasRevert "Optimize shufflevector that copies an i64/f64...
2014-05-05 Filipe CabecinhasOptimize shufflevector that copies an i64/f64 and zeros...
2014-05-05 Michael ZolotukhinMove test from r207969 to another folder and rename it.
2014-05-05 Rafael EspindolaRemove the -disable-cfi option.
2014-05-05 Rafael EspindolaModify test to not use -disable-cfi.
2014-05-05 Rafael EspindolaConvert a CodeGen test into a MC test.
2014-05-04 Saleem AbdulrasoolCodeGen: correct memset emittance for WoA
2014-05-04 Saleem AbdulrasoolCodeGen: strengthen WoA AEABI avoidance tests
2014-05-04 Elena DemikhovskyAVX-512: minor change in rndscale intrinsic
2014-05-04 Saleem AbdulrasoolX86: repair export compatibility with MinGW/cygwin
2014-05-03 Joey Gouly[ARM64] Correctly select ANDWri in FastISel.
2014-05-02 Tim NorthoverDAGCombine: prevent formation of illegal ConstantFP...
2014-05-02 Tom StellardR600: Expand vector sin and cos.
2014-05-02 Tom StellardR600: Expand TruncStore i64 -> {i16,i8}
2014-05-02 Tim NorthoverAArch64/ARM64: add patterns for post-indexed ST1 ops.
2014-05-02 Tim NorthoverAArch64/ARM64: support indexed loads/stores on vector...
2014-05-02 Benjamin KramerAllow SelectionDAG::FoldConstantArithmetic to work...
2014-05-01 Michael J. Spencer[IR] Make {extract,insert}element accept an index of...
2014-05-01 Reed KotlerAdd basic functionality for assignment of ints.
2014-05-01 Matt ArsenaultR600/SI: Fix verifier error with pseudo store instructions.
2014-05-01 Bradley Smith[ARM64] Prefer generation of bzero on Darwin only
2014-05-01 Tim NorthoverAArch64/ARM64: print BFM instructions as BFI or BFXIL
2014-04-30 Weiming Zhao[ARM64] Prevent bit extraction to be adjusted by follow...
2014-04-30 Michael Zolotukhin[X86] Never hoist the shift value of a shift instruction.
2014-04-30 Tim NorthoverARM64: print fp immediates without using scientific...
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 Sasa Stankovic[mips] Fix MipsLongBranch pass to work when the offset...
2014-04-30 Tim NorthoverARM64: print lsr instead of lsrv for variable shifts...
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: 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: 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 Reed KotlerAdd Simple return instruction to Mips fast-isel
2014-04-29 Daniel Sanders[mips][msa] Use CHECK-LABEL in basic_operations*.ll
2014-04-29 Daniel Sanders[mips][msa] Fix element extraction where the index...
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 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 Chad Rosier[ARM64] Fix an issue where we were always assuming...
2014-04-28 Hao Liu[ARM64]Fix a bug cannot select UQSHL/SQSHL with constan...
2014-04-27 Benjamin KramerX86: If SSE4.1 is missing lower SMUL_LOHI of v4i32...
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-26 Benjamin KramerDAGCombiner: Simplify code a bit, make more transforms...
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 Juergen Ributzka[DAG] During DAG legalization keep opaque constants...
2014-04-26 Quentin Colombet[X86] Implement TargetLowering::getScalingFactorCost...
2014-04-26 Filipe CabecinhasAppease the almighty buildbots.
2014-04-25 Filipe CabecinhasOptimization for certain shufflevector by using insertps.
2014-04-25 Saleem AbdulrasoolARM: remove @llvm.arm.sevl
2014-04-25 Saleem AbdulrasoolARM: provide a new generic hint intrinsic
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-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 Andrea Di Biagio[X86] Add support for Read Time Stamp Counter x86 built...
2014-04-24 Tim NorthoverAArch64: print NEON lists with a space.
2014-04-24 Tim NorthoverAArch64/ARM64: port bitfield test to ARM64.
next