ARM: use the proper target object format for WoA
[oota-llvm.git] / test / CodeGen / X86 /
2014-05-17 Chandler Carruth[x86] Fix a bad predicate I spotted by inspection ...
2014-05-16 Filipe CabecinhasImplemented special cases for PerformVSELECTCombine.
2014-05-16 Filipe CabecinhasLower vselects into X86ISD::BLENDI when appropriate.
2014-05-16 Rafael EspindolaFix most of PR10367.
2014-05-16 David BlaikieDebugInfo: Assume the CU's Subprogram list only contain...
2014-05-15 NAKAMURA Takumillvm/test/CodeGen/X86/combine-sse41-intrinsics.ll:...
2014-05-15 Andrea Di Biagio[X86] Teach the backend how to fold SSE4.1/AVX/AVX2...
2014-05-14 Jay FoadRename ComputeMaskedBits to computeKnownBits. "Masked...
2014-05-14 Benjamin KramerX86: If we have an instruction that sets a flag and...
2014-05-13 Joey Gouly[CGP] r205941 changed the logic, so that a cast happens...
2014-05-12 Reid KlecknerTry to fix an SDAG dependence issue with sret
2014-05-12 Adam Nemet[Test] Trim unnecessary .c and .cpp from config.suffix...
2014-05-12 Tim NorthoverTableGen: use PrintMethods to print more aliases
2014-05-12 Benjamin KramerX86: Make sure that we have SSE4.1 before we generate...
2014-05-12 Elena DemikhovskyAVX-512: changes in intrinsics
2014-05-11 Filipe CabecinhasFixed a bug when lowering build_vector (PR19694)
2014-05-09 Reid KlecknerRevert "[ms-cxxabi] Add a new calling convention that...
2014-05-09 Reid KlecknerAllow sret on the second parameter as well as the first
2014-05-08 Filipe CabecinhasOptimize shufflevector that copies an i64/f64 and zeros...
2014-05-08 Andrea Di Biagio[X86] Add target specific combine rules to fold SSE2...
2014-05-08 Filipe CabecinhasLower certain build_vectors to insertps instructions
2014-05-07 Quentin Colombet[X86] Add a test case for r208252.
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 Reid KlecknerFix i128 div/mod on mingw64
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 EspindolaModify test to not use -disable-cfi.
2014-05-04 Elena DemikhovskyAVX-512: minor change in rndscale intrinsic
2014-05-04 Saleem AbdulrasoolX86: repair export compatibility with MinGW/cygwin
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-04-30 Michael Zolotukhin[X86] Never hoist the shift value of a shift instruction.
2014-04-29 Reid KlecknerImplement X86 code generation for musttail
2014-04-29 Tim NorthoverX86: emit hidden stubs into a proper non_lazy_symbol_po...
2014-04-29 Elena DemikhovskyAVX-512: optimized a shuffle pattern to VINSERTI64x4.
2014-04-27 Benjamin KramerX86: If SSE4.1 is missing lower SMUL_LOHI of v4i32...
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-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 Benjamin KramerX86: Emit test instead of constant shift + compare...
2014-04-23 Saleem AbdulrasoolMC: honour IMAGE_SCN_CNT_INITIALIZED_DATA
2014-04-22 Elena DemikhovskyAVX-512: store and truncstore for i1 values
2014-04-22 Lang Hames[X86] Don't use BZHI for short masks (>=32 bits). Thank...
2014-04-21 Michael ZolotukhinReapply r206732. This time without optimization of...
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: Temporarily turn on -debug-only...
2014-04-19 Duncan P. N. Exon... blockfreq: Temporarily turn on -debug-only=block-freq
2014-04-19 Yaron KerenPatch by Vadim Chugunov
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... Add some target triples for better determinism
2014-04-18 Benjamin KramerX86: Pattern match scalar loads + vcvtph2ps into just...
2014-04-17 Josh Magee[stack protector] Make the StackProtector pass respect...
2014-04-15 Andrea Di Biagio[X86] Improve the lowering of packed shifts by constant...
2014-04-15 Robert LougherRevert r191049/r191059 as it can produce wrong code...
2014-04-15 Quentin Colombet[Register Coalescer] Add a test case for 206060.
2014-04-12 Hal FinkelAdd the ability to use GEPs for address sinking in CGP
2014-04-11 Quentin Colombet[RegAllocGreedy][Last Chance Recoloring] Change the...
2014-04-11 Quentin Colombet[RegAllocGreedy][Last Chance Recoloring] Addition of
2014-04-10 Reid KlecknerMove the segmented stack switch to a function attribute
2014-04-10 Josh Magee[stack protector] Refactor and clean-up test. No funct...
2014-04-10 Jim GrosbachX86: Tighten up test.
2014-04-09 Jim GrosbachAdd support for load folding of avx1 logical instructions
2014-04-09 Jim GrosbachSelectionDAG: Don't constant fold target-specific nodes.
2014-04-09 Elena DemikhovskyAVX-512: insert element to mask vector; store i1 data
2014-04-08 Elena DemikhovskyAVX-512: Added fp_to_uint and uint_to_fp patterns.
2014-04-06 NAKAMURA TakumiQuick fix: Triple::isOSMSVCRT() should be false for...
2014-04-04 Quentin Colombet[RegAllocGreedy][Last Chance Recoloring] Emit diagnosti...
2014-04-04 Quentin ColombetRevert r205599, the commit was not intended to have...
2014-04-04 Quentin Colombet[RegAllocGreedy][Last Chance Recoloring] Emit diagnosti...
2014-04-03 NAKAMURA Takumillvm/test/CodeGen/X86/peephole-multiple-folds.ll: Relax...
2014-04-03 Richard TrieuFix test case.
2014-04-02 Lang Hames[CodeGen] Teach the peephole optimizer to remember...
2014-04-02 Juergen RibutzkaAdd comments and test case for [DAG] Keep the opaque...
2014-04-01 Reid KlecknerSupport segmented stacks on Win64
2014-04-01 Alexey Volkov[x86] Do not convert to cmp32 for Atom arch by Sergey...
2014-03-31 Juergen Ributzka[Stackmaps] Update the stackmap format to use 64-bit...
2014-03-31 Yaron KerenTwo updated tests for MinGW 32 and 64 exception handlin...
2014-03-28 Akira Hatanaka[x86] Fix printing of register operands with q modifier.
2014-03-28 David MajnemerX86: Disable IsLegalToCallImmediateAddr for Win32
2014-03-27 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-27 Elena DemikhovskyAVX-512: Implemented masking for integer arithmetic...
2014-03-26 Ekaterina RomanovaThis is a fix for PR# 19051. I noticed code gen differe...
2014-03-26 Jim GrosbachFix for incorrect address sinking in the presence of...
next