OSDN Git Service

android-x86/external-llvm.git
2016-04-26 Nico WeberTry to get ResponseFile.ll passing on Windows after...
2016-04-26 Zachary TurnerRemove more unused variables.
2016-04-26 Elena DemikhovskyMasked Store in Loop Vectorizer - bugfix
2016-04-26 Justin BognerPM: Port Internalize to the new pass manager
2016-04-26 Zachary Turner[llvm-pdbdump] Fix version reading on big endian systems.
2016-04-26 Andrew KaylorAdd optimization bisect opt-in calls for Hexagon passes
2016-04-26 Zachary TurnerFix warnings and -Werror build on clang.
2016-04-26 Zachary TurnerParse and dump PDB DBI Stream Header Information
2016-04-26 Krzysztof Parzyszek[Tail duplication] Handle source registers with subregi...
2016-04-26 Tim NorthoverReapply: "ARM: put correct symbol index on indirect...
2016-04-26 Justin BognerInternalize: More consistent file header and include...
2016-04-26 David Majnemer[SimplifyLibCalls] sprintf doesn't copy null bytes
2016-04-26 Manman RenSwift Calling Convention: use %RAX for sret.
2016-04-26 Saleem Abdulrasooltests: tweak MIR for ARM tests to correct MI issues
2016-04-26 Saleem Abdulrasooltest: remove some bleeding whitespace
2016-04-26 Konstantin... [AMDGPU] Move reserved vgpr count for trap handler...
2016-04-26 Sanjay Patel[CodeGenPrepare] use branch weight metadata to decide...
2016-04-26 Zachary TurnerFix build broken due to order of initialization problem.
2016-04-26 Zachary TurnerRefactor some more PDB reading code into DebugInfoPDB.
2016-04-26 Konstantin... [AMDGPU] Reserve VGPRs for trap handler usage if instructed
2016-04-26 Nico WeberUse gcc's rules for parsing gcc-style response files
2016-04-26 Sam Kolton[AMDGPU] Assembler: basic support for SDWA instructions
2016-04-26 Andrey Turetskiy[X86] PR27502: Fix the LEA optimization pass.
2016-04-26 Marcin Koscielnicki[Sparc] Fix build error introduced by rL267545.
2016-04-26 Marcin Koscielnicki[PowerPC] Add support for llvm.thread.pointer
2016-04-26 Marcin Koscielnicki[SPARC] [SSP] Add support for LOAD_STACK_GUARD.
2016-04-26 Marcin Koscielnicki[SPARC] Add support for llvm.thread.pointer.
2016-04-26 Mehdi AminiThinLTOCodeGenerator: preserve linkonce when in "MustPr...
2016-04-26 Renato GolinRevert "ARM: put correct symbol index on indirect point...
2016-04-26 Chuang-Yu Cheng[ppc64] Reenable sibling call optimization on ppc64...
2016-04-26 Sanjoy DasAlign case statements (whitespace-only cleanup)
2016-04-26 Sanjoy DasSymbolize operand bundle blocks for bcanalyzer
2016-04-26 Craig Topper[AArch64] Expand v1i64 and v2i64 ctlz.
2016-04-26 Craig Topper[ARM] Expand vector ctlz_zero_undef so it becomes ctlz.
2016-04-26 Craig Topper[ARM] Expand v1i64 and v2i64 ctlz.
2016-04-26 Dehao ChenTune basic block annotation algorithm.
2016-04-26 Bill Seurer[powerpc] mark JIT tests as UNSUPPORTED on powerpc64...
2016-04-26 Richard TrieuPass the test file in through stdin instead of by filename.
2016-04-26 Bill Seurer[powerpc] mark JIT tests as XFAIL on powerpc64 big...
2016-04-26 Hal Finkel[SimplifyCFG] Preserve !llvm.mem.parallel_loop_access...
2016-04-26 Hal Finkel[LoopVectorize] Don't consider conditional-load derefer...
2016-04-26 Lang Hames[lli] Fix a sign-compare warning.
2016-04-26 Dan Gohman[WebAssembly] Account for implicit operands when comput...
2016-04-26 Lang Hames[ORC] Try to work around a GCC 4.7 bug triggered by...
2016-04-26 David Majnemer[SROA] Don't falsely report that changes have occured
2016-04-26 Andrew KaylorReverting Thumb2SizeReduction opt bisect change to...
2016-04-26 Sanjay Patel[CodeGenPrepare] don't convert an unpredictable select...
2016-04-26 Junmo ParkRemove MinLatency in SchedMachineModel. NFC.
2016-04-26 Justin BognerPM: Port GlobalOpt to the new pass manager
2016-04-26 Justin BognerPM: Convert the logic for GlobalOpt into static functio...
2016-04-26 Ahmed Bougacha[X86] Use LivePhysRegs in X86FixupBWInsts.
2016-04-25 Justin BognerGlobalOpt: Convert a bunch of tests from grep to FileCheck
2016-04-25 Sanjay PatelAdd check for "branch_weights" with prof metadata
2016-04-25 Chris Bieneman[CMake] If set we should pass LLVM_VERSION_INFO into...
2016-04-25 James Y Knight[Sparc] Fix double-float fabs and fneg on little endian...
2016-04-25 Tim NorthoverARM: put correct symbol index on indirect pointers...
2016-04-25 Andrew KaylorFix build warning
2016-04-25 Andrew KaylorAdd optimization bisect opt-in calls for AMDGPU passes
2016-04-25 Amaury SechetReformat LLVMConstPointerNull. NFC
2016-04-25 Amaury SechetComment formating. NFC
2016-04-25 Arch D. RobisonOptimize store of "bitcast" from vector to aggregate.
2016-04-25 Philip Reames[LVI] Make a precondition explicit rather than handling...
2016-04-25 Andrew KaylorAdd optimization bisect opt-in calls for ARM passes
2016-04-25 Andrew KaylorAdd optimization bisect opt-in calls for AArch64 passes
2016-04-25 Krzysztof ParzyszekAdd accidentally deleted "break"
2016-04-25 Lang Hames[ORC] clang-format code that was touched in r267457...
2016-04-25 Tim NorthoverARM: put extern __thread stubs in a special section.
2016-04-25 Teresa Johnson[ThinLTO] Introduce typedef for commonly-used map type...
2016-04-25 Krzysztof Parzyszek[Hexagon] Few fixes for exception handling
2016-04-25 Quentin ColombetRe-apply r267206 with a fix for the encoding problem...
2016-04-25 Etienne BergeronCleanup redundant expression in InstCombineAndOrXor.
2016-04-25 Lang Hames[ORC] Thread Error/Expected through the RPC library.
2016-04-25 Matt ArsenaultAMDGPU/SI: Optimize adjacent s_nop instructions
2016-04-25 Kostya Serebryany[libFuzzer] remove dead code
2016-04-25 Matt ArsenaultAMDGPU: Implement addrspacecast
2016-04-25 Matt ArsenaultAMDGPU: Add queue ptr intrinsic
2016-04-25 Matt ArsenaultAdd useful helpers to AddrSpaceCastInst
2016-04-25 Matt ArsenaultAMDGPU: Add DAG to debug dump
2016-04-25 Lang Hames[Support] Fix latent bugs in Expected and ExitOnError...
2016-04-25 Philip Reames[LVI] Clarify comments describing the lattice values
2016-04-25 Philip Reames[LVI] Split solveBlockValueConstantRange into two ...
2016-04-25 Evgeniy Stepanov[gold] Fix linkInModule and extend common.ll test.
2016-04-25 Chad RosierFix typo from r267432.
2016-04-25 Krzysztof Parzyszek[Hexagon] Use llvm-mc instead of llc in an MC testcase
2016-04-25 Krzysztof Parzyszek[Hexagon] Use llvm-mc instead of llc in an MC testcase
2016-04-25 Krzysztof Parzyszek[Hexagon] Register save/restore functions do not follow...
2016-04-25 Chad Rosier[ValueTracking] Add an additional test case for r266767...
2016-04-25 Zachary TurnerResubmit "Refactor raw pdb dumper into library"
2016-04-25 Chad Rosier[ValueTracking] Improve isImpliedCondition when the...
2016-04-25 Davide Italiano[gold-plugin] Remove dead assignment. NFC.
2016-04-25 Davide Italiano[ELFRelocs] Other architectures do not have *_NUM reloc.
2016-04-25 Adrian Prantldsymutil: Only warn about clang module DWO id mismatche...
2016-04-25 Sanjay Pateladd tests for potential CGP transform (PR27344)
2016-04-25 Jacques Pienaar[lanai] Expand findClosestSuitableAluInstr check to...
2016-04-25 Marcin Koscielnicki[PR27390] [CodeGen] Reject indexed loads in CombinerDAG.
2016-04-25 Hrvoje Varga[mips][microMIPS] Revert commit r267137
2016-04-25 Zlatko Buljan[mips][microMIPS] Revert commit r266977
2016-04-25 Sanjay Patel[x86] auto-generate checks for cmov tests
2016-04-25 Etienne BergeronFix incorrect redundant expression in target AMDGPU.
2016-04-25 David Majnemer[WinEH] Update SplitAnalysis::computeLastSplitPoint...
next