OSDN Git Service

android-x86/external-llvm.git
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
2016-07-06 Derek Bruening[esan|wset] Fix incorrect memory size assert
2016-07-06 Justin BognerNVPTX: Replace uses of cuda.syncthreads with nvvm.barrier0
2016-07-06 Justin BognerNVPTX: Make the llvm.nvvm.shfl intrinsics and builtin...
2016-07-06 Adrian McCarthyRetry: "Emit CodeView type records for nested classes."
2016-07-06 Chad Rosier[DSE] Avoid iterator invalidation bugs.
2016-07-06 Paul Robinson[Conduct] Refine what "rare cases" means wrt violations...
2016-07-06 Sanjay Patel[x86] fix cost of SINT_TO_FP for i32 --> float (PR21356...
2016-07-06 Sean SilvaWork around PR28400 a bit harder.
2016-07-06 Matthias BraunTailDuplicator: Remove live-in updating logic
2016-07-06 Michael Kuperstein[X86] Sort cast cost tables. NFC.
2016-07-06 Elliot Colp[SystemZ] Remove AND mask of bottom 6 bits when result...
2016-07-06 Piotr PadlewskiNFC changed names in FunctionImport
2016-07-06 Simon Pilgrim[X86][SSE] Fixed typo in insertps lowering.
2016-07-06 Zachary Turner[pdb] Round trip the PDB stream between YAML and binary...
2016-07-06 Kit BartonEnsure all uses of permute instructions feed vector...
2016-07-06 Tim Shen[DAGCombiner] Fix visitSTORE to continue processing...
2016-07-06 Michael Kuperstein[TTI] The cost model should not assume vector casts...
2016-07-06 Zachary TurnerAdd a default parameter for getRegisteredOptions.
2016-07-06 Zachary TurnerDisable hash verification of enums.
2016-07-06 Reid KlecknerPrune RelocVisitor.h include to avoid including COFF...
2016-07-06 Sanjay Patelfix typo; NFC
2016-07-06 Adrian McCarthyRevert "Emit CodeView type records for nested classes."
2016-07-06 Simon Pilgrim[X86][SSE] Added test cases for missed opportunities...
2016-07-06 Adrian McCarthyEmit CodeView type records for nested classes.
2016-07-06 Matthew Simpson[LV] Don't widen trivial induction variables
2016-07-06 Elena DemikhovskyRe-commit of 274613.
2016-07-06 Sam Kolton[AMDGPU] Assembler: regression tests for bug 28413...
2016-07-06 Diana Picus[ARM] Do not test for CPUs, use SubtargetFeatures....
2016-07-06 Diana Picus[ARM] Do not test for CPUs, use SubtargetFeatures ...
2016-07-06 Elena DemikhovskyReverted 274613 due to compilation failue.
2016-07-06 Elena DemikhovskyAVX-512: Optimization for patterns with i1 scalar type
2016-07-06 Nicolai HaehnleAMDGPU: Fix return of non-void-returning shaders
2016-07-06 Elena DemikhovskyVector GEP test: renamed + some comments
2016-07-06 Craig Topper[X86] Remove GCC builtin names from sse/avx packed...
2016-07-06 Daniel BerlinFix handling of forward unreachable but reverse-reachab...
2016-07-06 Craig Topper[AVX512] Remove GCC builtins from the vplzcntd/q intrin...
2016-07-06 George Burgess IV[CFLAA] Split out more things from CFLSteens. NFC.
2016-07-06 George Burgess IV[CFLAA] Split the CFL graph out from CFLSteens. NFC.
2016-07-06 George Burgess IV[MSSA] Fix typo. NFC.
2016-07-06 George Burgess IV[CFLAA] Split into Anders+Steens analysis.
2016-07-05 Tim NorthoverAArch64: try to fix optimized build failure.
2016-07-05 Tim NorthoverTableGen: avoid string copy.
2016-07-05 Simon Pilgrim[X86][AVX2] Simplified BROADCAST combining to avoid...
2016-07-05 Manman RenFix an ordering problem in r274431
2016-07-05 Matt ArsenaultAMDGPU: Remove unnecessary string usage in AsmPrinter
2016-07-05 Ryan Govostes[asan] Add a hidden option for Mach-O global metadata...
2016-07-05 Tim NorthoverAArch64: TableGenerate system instruction operands.
2016-07-05 Tim NorthoverTableGen: promote "code" type from syntactic sugar.
2016-07-05 Rafael EspindolaTransfer ownership of the gold plugin.
2016-07-05 Balaram MakamRevert r259387: "AArch64: Implement missed conditional...
2016-07-05 Simon Pilgrim[X86][AVX2] Add support for target shuffle combining...
2016-07-05 Simon Pilgrim[X86][AVX512] Fixed decoding of permd/permpd variable...
2016-07-05 Saleem AbdulrasoolARM: fix `-mlong-calls` for WoA
2016-07-05 Matt ArsenaultDAGCombiner: Fold away vector extract of insert with...
2016-07-05 Tim NorthoverAArch64: use correct SDValue # when looking for bitfiel...
next