OSDN Git Service

android-x86/external-llvm.git
2017-08-17 Daniel SandersRe-commit: [globalisel][tablegen] Support zero-instruct...
2017-08-17 Jonas Paulsson[SystemZ] Also wrap TII with #ifndef NDEBUG in constru...
2017-08-17 Jonas Paulsson[SystemZ] Add a wrapping with #ifndef NDEBUG to silenc...
2017-08-17 Jonas Paulsson[SystemZ, MachineScheduler] Improve post-RA scheduling.
2017-08-17 Elad Cohen[SelectionDAG] Teach the vector-types operand scalarize...
2017-08-17 Martin Storsjo[llvm-dlltool] Improve an error message when unable...
2017-08-17 Martin Storsjo[llvm-dlltool] Don't crash if no def file is provided...
2017-08-17 Serguei Katkov[CGP] Fix the rematerialization of gc.relocates
2017-08-17 Geoff BerryRevert "[MachineCopyPropagation] Extend pass to do...
2017-08-17 Saleem AbdulrasoolARM: mark CPSR as clobbered for Windows VLAs
2017-08-17 Craig Topper[X86] Exchange the memory op predicate for PALIGNR...
2017-08-17 Craig Topper[X86] Cleanup multiclasses for SSE/AVX2 PALIGNR. Add...
2017-08-17 Craig Topper[X86] Remove patterns for PALIGNR with non-vXi8 types.
2017-08-17 Jakub KuderskiReapply: [ADCE][Dominators] Teach ADCE to preserve...
2017-08-16 Craig Topper[X86] Put multiclass closer to its use and simplify...
2017-08-16 Craig Topper[X86] Use a static array instead of a SmallVector for...
2017-08-16 Sanjay Patel[x86] add cmov promotion tests for D36711; NFC
2017-08-16 Amjad Aboud[InstCombine] Teach canEvaluateTruncated to handle...
2017-08-16 Jakub KuderskiRevert "[ADCE][Dominators] Teach ADCE to preserve domin...
2017-08-16 Eugene Zelenko[Analysis] Fix some Clang-tidy modernize and Include...
2017-08-16 Craig Topper[InstCombine] Make folding (X >s -1) ? C1 : C2 -->...
2017-08-16 Jakub Kuderski[ADCE][Dominators] Teach ADCE to preserve dominators
2017-08-16 Geoff Berry[MachineCopyPropagation] Extend pass to do COPY source...
2017-08-16 Petr Hosek[CMake][runtimes] Support for building target variants
2017-08-16 Geoff Berry[LoopDataPrefetch][AArch64FalkorHWPFFix] Preserve Scala...
2017-08-16 Simon Atanasyan[mips] Handle R_MIPS_TLS_DTPREL32/64 relocations in...
2017-08-16 Adrian PrantlAdd a convenience overload of DWARFDie::dump() for...
2017-08-16 Xinliang David LiAdd more comment
2017-08-16 Xinliang David Li[PGO] Fix ThinLTO crash
2017-08-16 Evgeny Mankov[AMDGPU] NFC: test commit
2017-08-16 Konstantin... AMDGPU/NFC: Sort files in CMakeLists.txt alphabetically
2017-08-16 Simon Pilgrim[X86] Regenerate immediate store merging tests
2017-08-16 Jakub Kuderski[Dominators] Introduce batch updates
2017-08-16 Hal Finkel[BDCE] Don't check demanded bits on unsized types
2017-08-16 Davide Italiano[Verifier] Reject globals without a type associated.
2017-08-16 Dmitry Preobrazhensky[AMDGPU][MC][GFX9] Added op_sel support for v_mad_...
2017-08-16 Sanjay Patel[DemandedBits] simplify call; NFC
2017-08-16 Balaram MakamRevert "MachineInstr: Reason locally about some memory...
2017-08-16 Dmitry Preobrazhensky[AMDGPU][MC][GFX9] Added integer clamping support for...
2017-08-16 Simon Pilgrim[CostModel][X86][XOP] Improve costs for XOP shuffles
2017-08-16 Davide Italiano[DI] Every DIGlobalVariable should have a type.
2017-08-16 Simon Dardis[mips] Handle variables with an explicit section and...
2017-08-16 Sam Parker[ARM] Improve loop unrolling for Cortex-M
2017-08-16 Igor Breger[GlobalISel][X86] Fix mir tests, use correct physical...
2017-08-16 Martin Storsjo[COFF] Make the weak aliases optional
2017-08-16 Martin Storsjo[llvm-dlltool] Fix creating stdcall/fastcall import...
2017-08-16 Martin Storsjo[COFF] Add SymbolName as a distinct field in COFFImportFile
2017-08-16 Stanislav Mekhanoshin[AMDGPU] Eliminate no effect instructions before s_endpgm
2017-08-16 Dehao ChenMerge debug info when hoist then-else code to if.
2017-08-16 Derek Schuff[WebAssembly] Remove infinite loop from reg-stackify...
2017-08-16 Quentin Colombet[VirtRegRewriter] Properly model the register liveness...
2017-08-15 Kuba MracekRevert archive-* tests from r310953, there were test...
2017-08-15 Craig Topper[InstCombine] Teach canEvaluateZExtd and canEvaluateTru...
2017-08-15 Quentin ColombetReapply "[GlobalISel] Remove the GISelAccessor API."
2017-08-15 Charles Saternos[ThinLTO] Fix ThinLTO crash while destroying context
2017-08-15 Kuba MracekRevert changes in r310953 for llvm-symbolizer.test...
2017-08-15 Tony TyeUpdate AMDGPUUsage.rst documentation:
2017-08-15 Kuba Mracek[llvm] Get rid of "%T" expansions
2017-08-15 Amjad Aboud[InstCombine] Added support for (X >>s C) << C -->...
2017-08-15 Lang Hames[ORC][Kaleidoscope] Update Chapter 1 of BuildingAJIT...
2017-08-15 Sanjay Patel[InstCombine] sink sext after ashr
2017-08-15 Jakub Kuderski[Dominators] Include infinite loops in PostDominatorTree
2017-08-15 Tom Stellardtest-release.sh: Move test-suite setup to beginning...
2017-08-15 Lang Hames[ORC] Add case statements for AArch64 to the local...
2017-08-15 Sanjay Patel[InstCombine] add tests for sext+ashr; NFC
2017-08-15 Rui UeyamaFix -Wunused-lambda-capture for Release build.
2017-08-15 George Rimar[llvm-dwarfdump] - Attemp to fix BB after r310915.
2017-08-15 Steven Wu[Doc] Update LangRef for new Module Flag Behavior
2017-08-15 George Rimar[llvm-dwarfdump] - Refactor section name/uniqueness...
2017-08-15 Daniel SandersRevert r310919 - [globalisel][tablegen] Support zero...
2017-08-15 Daniel SandersRe-commit with some instrumentation: [globalisel][table...
2017-08-15 George Rimar[DebugInfo] - Attemp to fix BB after r310915.
2017-08-15 Alex Bradbury[RISCV] Add RISCVInstPrinter and basic MC assembler...
2017-08-15 George Rimar[llvm-dwarfdump] - Print section name and index when...
2017-08-15 Alex Bradbury[RISCV] Recognize new relocation types
2017-08-15 Ayal Zaks[LV] Minor savings to Sink casts to unravel first order...
2017-08-15 Frederich MunchPropagate error in LazyEmittingLayer::removeModule.
2017-08-15 Dinar Temirbulatov[SLPVectorizer] Replace VL[0] to VL0 with assert, add...
2017-08-14 Petr Hosek[CMake] Add install target for LLVMFuzzer
2017-08-14 Dehao ChenAdd missing dependency in ICP. (NFC)
2017-08-14 Jessica Paquette[MachineOutliner] Only outline candidates of length...
2017-08-14 Craig Topper[InstSimplify] Teach decomposeBitTestICmp to handle...
2017-08-14 Reid KlecknerRemove checks for debug info intrinsics in use lists...
2017-08-14 John Baldwin[MIPS] Implement support for -mstack-alignment.
2017-08-14 Craig TopperRecommit r310869, "[InstSimplify][InstCombine] Modify...
2017-08-14 Chandler Carruth[InlineCost] Refactor the checks for different analyses...
2017-08-14 Andrew KaylorAdd strictfp attribute to prevent unwanted optimization...
2017-08-14 Kostya Serebryany[libFuzzer] try to use less RAM while processing the...
2017-08-14 Kostya Serebryany[libFuzzer] explicitly use -fsanitize-coverage=trace...
2017-08-14 Matt ArsenaultIPRA: Allow target to enable IPRA by default
2017-08-14 Matt ArsenaultIPRA: Run RegUsageInfoPropagate much later
2017-08-14 Craig TopperRevert r310869 "[InstSimplify][InstCombine] Modify...
2017-08-14 Craig TopperRevert r310870 "[InstCombine][InstSimplify] 'git add...
2017-08-14 Craig Topper[InstCombine][InstSimplify] 'git add' two files that...
2017-08-14 Craig Topper[InstSimplify][InstCombine] Modify the interface of...
2017-08-14 Craig Topper[InstSimplify] Add some tests cases for selects with...
2017-08-14 Lei Huang[PowerPC] Add codegen for VSX word extract convert...
2017-08-14 Aditya Nandakumar[GISel]: Add some helper constructors to MIRBuilder
2017-08-14 Hal Finkel[ValueTracking] Don't delete assumes of side-effectful...
2017-08-14 Simon DardisRevert "Reland "[mips][mt][6/7] Add support for mftr...
next