OSDN Git Service

android-x86/external-llvm.git
2016-07-08 Sanjay Patel[InstCombine] allow or(sext(A), B) --> A ? -1 : B trans...
2016-07-08 Zachary TurnerTry to fix compilation error in DebugInfoPDBTests.
2016-07-08 Zhan Jun Liau[SystemZ] Add support for the .word directive.
2016-07-08 Chad Rosier[DSE] Minor refactor based on D21007. NFC.
2016-07-08 Sanjay Pateladd vector tests to show missing transform
2016-07-08 David Majnemer[CodeGen, TargetPassConfig] Remove a race from createRe...
2016-07-08 Matt ArsenaultPeepholeOptimizer: Make pass name match DEBUG_TYPE
2016-07-08 Zhan Jun Liau[SystemZ] Add support for missing instructions
2016-07-08 Sanjay Patelminimize tests
2016-07-08 Eric LiuMove setName after accessing Name
2016-07-08 Eric LiuMake a std::string copy of StringRef Name so that it...
2016-07-08 Sanjay Patelregenerate checks
2016-07-08 Chris Dewhurst[Sparc] Leon errata fix passes.
2016-07-08 Sjoerd MeijerDo not expand SDIV when compiling for minimum code...
2016-07-08 Anna ThomasInstCombine rule to fold truncs whose value is available
2016-07-08 Valery Pykhtin[AMDGPU] fix ds_swizzle_b32 opcode for VI (bz 28371)
2016-07-08 Sjoerd MeijerAddressing post-commit comments regarding not expanding...
2016-07-08 Simon Pilgrim[X86][SSE] Improve constant folding tests for CVTSD...
2016-07-08 Sjoerd MeijerCode size optimisation: don't expand a div to a mul...
2016-07-08 Vassil Vassilev[modules] Add missing includes.
2016-07-08 Pankaj Gode[AArch64] Macro fusion of simple ALU ops with branches...
2016-07-08 Simon Pilgrim[X86][SSE] Accept any shuffle mask that is all zeroes
2016-07-08 Matt ArsenaultBug 28444: Fix assertion when extract_vector_elt has...
2016-07-08 Craig Topper[AVX512] Remove and autoupgrade a duplicate set of...
2016-07-08 Craig Topper[X86] Remove intrinsics that already have autoupgrade...
2016-07-08 Wei Mi[PM] Port UnreachableBlockElim to the new Pass Manager
2016-07-08 Mehdi AminiAdd an assertion for the value enumerator (bitcode...
2016-07-08 Matt ArsenaultAMDGPU: Move si_mask_branch register operand to be...
2016-07-08 Matt ArsenaultAMDGPU: Cleanup. Use definesRegister instead of manual...
2016-07-08 Saleem AbdulrasoolARM: support high registers in __builtin_longjmp on WoA
2016-07-08 Andrew KaylorTemporarily remove a test case to unblock PPC bots.
2016-07-08 Andrew KaylorTemporarily remove one test run line to unblock PPC...
2016-07-08 Piotr PadlewskiFix LTO document
2016-07-07 Jacques Pienaar[lanai] Use peephole optimizer to generate more conditi...
2016-07-07 Michael KupersteinRecommit r274692 - [X86] Transform setcc + movzbl into...
2016-07-07 Vedant Kumar[tsan] Try harder to not instrument gcov counters
2016-07-07 Kevin EnderbyAdd checks to the MachOObjectFile() constructor to...
2016-07-07 Davide Italiano[PM] Port InstSimplify to the new pass manager.
2016-07-07 Anna Thomas[DSE] Remove dead stores in end blocks containing fence
2016-07-07 Rui UeyamaAdd a missing semicolon.
2016-07-07 Rui UeyamaAdd a reference for Elf_Chdr type.
2016-07-07 Alina SbirleaClang-format LoadStoreVectorizer
2016-07-07 Chad Rosier[AArch64] Change the preferred alignment for char and...
2016-07-07 Tim NorthoverGlobalISel: remove redundant property setting. NFC.
2016-07-07 Andrew KaylorInclude SelectionDAGISel in the opt-bisect process
2016-07-07 Peter CollingbourneThinLTO: Do not take into account whether a definition...
2016-07-07 Justin Lebar[NVVM] Rename __nvvm_bar0 builtin back to __syncthreads.
2016-07-07 Dan Liew[LibFuzzer] Unbreak the build on macOS which was broken...
2016-07-07 Tim Northovertests: accept different TargetOpcode values.
2016-07-07 Davide Italiano[LoopStrengthReduce] Fix -Wmisleading-indentation....
2016-07-07 Michael KupersteinRevert r274692 to check whether this is what breaks...
2016-07-07 Justin BognerNVPTX: Remove the legacy ptx intrinsics
2016-07-07 Chad RosierRevert "[AArch64] Change the preferred alignment for...
2016-07-07 Sanjay Patelfix formatting; NFC
2016-07-07 Zhan Jun Liau[SystemZ] Fix regression when handling conditional...
2016-07-07 Sanjay Patelsave type in local var; NFCI
2016-07-07 Sjoerd MeijerAddressing post-commit comments for not rewriting fputs:
2016-07-07 Valery Pykhtin[AMDGPU] fix ds_write_src2 encoding (bz26027)
2016-07-07 Rafael EspindolaDon't crash trying to relax 32 loads on COFF.
2016-07-07 Sjoerd MeijerCode size optimisation: don't rewrite fputs to fwrite...
2016-07-07 Diana Picus[ARM] Do not test for CPUs, use SubtargetFeatures....
2016-07-07 Chandler Carruth[LCG] Hoist the definitions of the stream operator...
2016-07-07 David Majnemer[LoopAccessAnalysis] Fix an integer overflow
2016-07-07 Craig Topper[AVX512] Zero extend the result of vpcmpeq/vpcmpgt...
2016-07-07 Elena DemikhovskyFixed a bug in vectorizing GEP before gather/scatter...
2016-07-07 David Majnemer[CodeView] Implement support for thread-local variables
2016-07-07 Rui UeyamaDefine endianness-aware type for Elf_Chdr.
2016-07-07 Qin Zhao[esan:cfrag] Add option -esan-aux-field-info
2016-07-07 Peter CollingbourneThinLTO: Remove check for multiple modules before apply...
2016-07-07 Eric ChristopherUse the class version of getPointerTy rather than getti...
2016-07-07 Eric ChristopherUse the class definition for useSoftFloat.
2016-07-07 Eric ChristopherRename argument for consistency.
2016-07-07 Eric ChristopherRemove the plumbing for isDarwinABI from EmitTailCallLo...
2016-07-07 Eric ChristopherUse the MachineFunction that we've already queried...
2016-07-07 Eric ChristopherRemove the plumbing for isDarwinABI from the PrepareTai...
2016-07-07 Sean Silva[PM] Avoid getResult on a higher level in LoopAccessAna...
2016-07-07 Eric ChristopherRemove the plumbing of 64-bitness from PrepareTailCall...
2016-07-07 Eric ChristopherSink call to get the MachineFunction into EmitTailCallS...
2016-07-07 Eric ChristopherRemove unnecessary subtarget parameters in PPCTargetLow...
2016-07-06 Sean Silva[PM] Port TailCallElim
2016-07-06 Matt ArsenaultFix missing member initializers
2016-07-06 Sean Silva[PM] Port CorrelatedValuePropagation
2016-07-06 Junmo Parkfix documentation comment. NFC.
2016-07-06 Junmo ParkMinor code cleanup. NFC.
2016-07-06 Peter CollingbourneThinLTO: Add test cases for promote+internalize.
2016-07-06 Sanjay Patel[InstCombine] enhance (select X, C1, C2 --> ext X)...
2016-07-06 Vedant KumarMinor formatting change, NFC
2016-07-06 Manman RenAdd testing coverage for r274582.
2016-07-06 Michael Kuperstein[X86] Transform setcc + movzbl into xorl + setcc
2016-07-06 Vedant Kumar[llvm-cov] Add support for creating html reports
2016-07-06 Matthias BraunAArch64: Change modeling of zero cycle zeroing.
2016-07-06 Matthias BraunAArch64: Replace a RegScavenger instance with LivePhysRegs
2016-07-06 Chad Rosier[MemorySSA] Reinstate the legacy printer and verifier.
2016-07-06 Rafael EspindolaAdd initial support for R_386_GOT32X.
2016-07-06 David Majnemer[CodeView] Emit an appropriate symbol kind for globals
2016-07-06 David Majnemer[CodeView] Unions are always sealed
2016-07-06 Justin Lebar[NVPTX] Add sm_60, sm_61, sm_62 targets to LLVM.
2016-07-06 Haicheng Wu[LIR] Fix mis-compilation with unwinding.
2016-07-06 Sanjay Patel[InstCombine] use more specific pattern matchers; NFCI
2016-07-06 Piotr PadlewskiAdd 'thinlto_src_module' metadata to imported function
next