OSDN Git Service

[IPO/LowerTypesTest] Skip blockaddress(es) when replacing uses.
[android-x86/external-llvm.git] / lib /
2017-11-07 Davide Italiano[IPO/LowerTypesTest] Skip blockaddress(es) when replaci...
2017-11-07 Matt ArsenaultAMDGPU: Remove redundant combine
2017-11-06 Vedant Kumar[DebugInfo] Unify logic to merge DILocations. NFC.
2017-11-06 Simon Dardis[Support][Chrono] Use explicit cast of text output...
2017-11-06 Adrian PrantlInstCombine: salvage the debug info of DCE'ed add instr...
2017-11-06 Craig Topper[X86] Make FeatureAVX512 imply FeatureF16C.
2017-11-06 Craig Topper[X86] Make FeatureAVX512 imply FeatureFMA.
2017-11-06 Sanjay Patel[ValueTracking] readonly (const) is a requirement for...
2017-11-06 Hans WennborgRevert r317510 "[InstCombine] Pull shifts through a...
2017-11-06 Xinliang David LiFix comment /NFC
2017-11-06 Bjorn Pettersson[MIRPrinter] Use %subreg.xxx syntax for subregister...
2017-11-06 Craig Topper[InstCombine] Pull shifts through a select plus binop...
2017-11-06 Graham YiuFix buildbot breakages from r317503. Add parentheses...
2017-11-06 Graham YiuAdds code to PPC ISEL lowering to recognize byte insert...
2017-11-06 Dehao ChenInclude already promoted counts when computing SUM...
2017-11-06 Guozhi Wei[PPC] Use xxbrd to speed up bswap64
2017-11-06 Matt ArsenaultAMDGPU: Select v_mad_u64_u32 and v_mad_i64_i32
2017-11-06 Sanjay Patel[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math...
2017-11-06 Simon Pilgrim[X86][SSE] Merge combineExtractVectorElt_SSE into combi...
2017-11-06 Simon Pilgrim[X86][SSE] Combine EXTRACT_VECTOR_ELT with combineExtra...
2017-11-06 Yaxun Liu[AMDGPU] Change alloca addr space of r600 to 5 for...
2017-11-06 Jonas Paulsson[SystemZ] implement hasDivRemOp()
2017-11-06 Yaxun Liu[AMDGPU] Fix assertion due to assuming pointer in defau...
2017-11-06 Simon Dardis[mips] Add movep for microMIPS32R6 and fix microMIPS32r...
2017-11-06 Mohammed Agabaria[LV][X86] update the cost of interleaving mem. access...
2017-11-06 Simon Dardis[mips] Fix PR35140
2017-11-06 Uriel Korach[X86][AVX512] Improve lowering of AVX512 test intrinsics
2017-11-06 Uriel Korach[X86] Replace duplicate function call with variable...
2017-11-06 Zvi RackoverX86 ISel: Basic support for variable-index vector permu...
2017-11-06 Jina NahiasRevert "adding a pattern for broadcastm"
2017-11-06 Martin Storsjo[ObjectYAML] Map relocation types for COFF ARMNT and...
2017-11-06 Jina Nahias[x86][AVX512] Lowering Broadcastm intrinsics to LLVM IR
2017-11-06 Jina Nahiasadding a pattern for broadcastm
2017-11-06 Craig Topper[X86] Use EVEX encoded intrinsics for legacy FMA intrin...
2017-11-06 Craig Topper[X86] Add scalar FMA ISD nodes without rounding mode...
2017-11-06 Craig Topper[X86] Use EVEX encoded instructions for legacy scalar...
2017-11-06 David L. Jones[PassManager, SimplifyCFG] Revert r316908 and r316869.
2017-11-05 Craig Topper[X86] Add missing predicate to a pattern. NFC
2017-11-05 Craig Topper[X86] Remove some more RCP and RSQRT patterns from...
2017-11-05 Craig Topper[X86] Fix outdated comment. NFC
2017-11-05 Dorit Nuzman[LV/LAA] Avoid specializing a loop for stride=1 when...
2017-11-05 Mohammed Agabaria[REVERT][LV][X86] update the cost of interleaving mem...
2017-11-05 Mohammed Agabaria[LV][X86] update the cost of interleaving mem. access...
2017-11-05 Serguei Katkov[CGP] Fix the bug found by asan.
2017-11-05 Serguei Katkov[CGP] Extends the scope of optimizeMemoryInst optimization
2017-11-04 Craig Topper[X86] Don't use RCP14 and RSQRT14 for reciprocal estima...
2017-11-04 Craig Topper[X86] Teach EVEX->VEX pass to turn SHUFI32X4/SHUFF32X4...
2017-11-04 Yaxun Liu[AMDGPU] Remove hardcoded address space value from...
2017-11-04 Sean Fertile[LTO][ThinLTO] Use the linker resolutions to mark globa...
2017-11-04 Craig Topper[X86] Teach shuffle lowering to use 256-bit SHUF128...
2017-11-04 Sean FertileRevert "[LTO][ThinLTO] Use the linker resolutions to...
2017-11-04 Davide Italiano[CallSiteSplitting] clang-format my last commit. NFCI.
2017-11-03 Davide Italiano[CallSiteSplitting] Silence GCC's -Wparentheses. NFCI.
2017-11-03 Craig Topper[X86] Give unary PERMI priority over SHUF128 in lowerV8...
2017-11-03 David BlaikieMove TargetFrameLowering.h to CodeGen where it's implem...
2017-11-03 Adrian PrantlInvoke salvageDebugInfo from CodeGenPrepare's SinkCast()
2017-11-03 Sean Fertile[LTO][ThinLTO] Use the linker resolutions to mark globa...
2017-11-03 Peter CollingbourneRevert r317046, "Object: Move some code from ELF.h...
2017-11-03 Craig Topper[SimplifyCFG] When merging conditional stores, don...
2017-11-03 David BlaikieGCOV: Move GCOV from IR & Support into ProfileData...
2017-11-03 Jun Bum LimRecommit r317351 : Add CallSiteSplitting pass
2017-11-03 David BlaikieModularize: Include some required headers
2017-11-03 Aaron BallmanAdd llvm::for_each as a range-based extensions to ...
2017-11-03 Craig Topper[X86] Promote athlon, athlon-xp, k8, and k8-sse3 to...
2017-11-03 Jun Bum LimRevert "Add CallSiteSplitting pass"
2017-11-03 Jake EhrlichReland "Add support for writing 64-bit symbol tables...
2017-11-03 Jun Bum LimAdd CallSiteSplitting pass
2017-11-03 Evandro Menezes[AArch64] Fix the number of iterations for the Newton...
2017-11-03 Evgeny StupachenkoThe patch fixes PR35131
2017-11-03 Adrian PrantlRevert "Invoke salvageDebugInfo from CodeGenPrepare...
2017-11-03 Craig Topper[CodeGen] Remove unnecessary semicolons to fix a warnin...
2017-11-03 Craig Topper[X86] Initialize Type and Subtype in getHostCPUName...
2017-11-03 Adrian PrantlInvoke salvageDebugInfo from CodeGenPrepare's SinkCast()
2017-11-03 Jun Bum Lim[LICM] sink through non-trivially replicable PHI
2017-11-03 Simon Dardis[mips] Match 'ins' and its' variants with C++ code
2017-11-03 Andrew V. TischenkoFix for Bug 34475 - LOCK/REP/REPNE prefixes emitted...
2017-11-03 Anna Thomas[LoopPredication] NFC: Refactored code to separate...
2017-11-03 Mikael Holmen[ADCE] Use MapVector for BlockInfo to make iteration...
2017-11-03 Clement Courbetre-land [ExpandMemCmp] Split ExpandMemCmp from CodeGen...
2017-11-03 Simon Pilgrim[X86][SSE] Add PACKUS support to combineVectorTruncation
2017-11-03 Florian Hahn[PartialInliner] Skip call sites where inlining fails.
2017-11-03 Diana Picus[ARM GlobalISel] Move the check for Thumb higher up
2017-11-03 Ivan A. Kosarev[Analysis] Refine matching and merging of TBAA tags
2017-11-03 Francis Visoiu Mistrih[PEI] Simplify handling of targets with no phys regs...
2017-11-03 Martin Storsjo[AArch64] Use dwarf exception handling on MinGW
2017-11-03 Craig Topper[X86] Remove PALIGNR/VALIGN handling from combineBitcas...
2017-11-03 Vedant Kumar[LSR] Clarify a comment. NFC.
2017-11-03 Sriraman TallamAvoid PLT for external calls when attribute nonlazybind...
2017-11-02 Vedant Kumar[Verifier] Remove the -verify-debug-info cl::opt
2017-11-02 Quentin Colombet[AArch64][RegisterBankInfo] Add mapping for G_FPEXT.
2017-11-02 Quentin Colombet[AArch64][RegisterBankInfo] Add FPR16 support in value...
2017-11-02 Puyan Lotfimir-canon: First commit.
2017-11-02 Craig Topper[X86] Give AVX512VL instructions priority over their...
2017-11-02 Adrian PrantlIndVarSimplify: preserve debug information attached...
2017-11-02 Konstantin ZhuravlyovAMDGPU: Fix warning discovered by r317266 [-Wunused...
2017-11-02 Hiroshi YamauchiIrreducible loop metadata for more accurate block frequ...
2017-11-02 Krzysztof Parzyszek[Hexagon] Prefer L2_loadrub_io over L4_loadrub_rr
2017-11-02 Anna Thomas[LoopPredication] Enable predication when latchCheckIV...
2017-11-02 Konstantin ZhuravlyovAMDGPU: Remove outdated fixme (it was already fixed)
2017-11-02 Craig Topper[X86] Simplify the pentium4 code in getHostCPUName...
next