OSDN Git Service

android-x86/external-llvm.git
2018-01-19 Alexey Bataev[SLP] Fix vectorization for tree with trunc to minimum...
2018-01-19 Klaus Kretzschmar[Support] - Check nullptr after allocation with malloc...
2018-01-19 Dmitry Preobrazhensky[AMDGPU][MC] Corrected parsing of image modifiers and...
2018-01-19 Simon PilgrimFix line endings. NFCI.
2018-01-19 Simon Pilgrim[X86] Add KNL target to slow PMULLD tests
2018-01-19 Simon Pilgrim[X86] Add RDPID schedule test
2018-01-19 Simon Pilgrim[X86] Regenerate RDPMC intrinsic test
2018-01-19 Francis Visoiu... [CodeGen] Unify printing format of debug-location in...
2018-01-19 Hiroshi Inoue[NFC] fix trivial typos in comments
2018-01-19 Florian Hahn[ValueLattice] Use getters instead of direct accesses...
2018-01-19 Alina Sbirlea[ModRefInfo] Return NoModRef for Must and NoModRef.
2018-01-19 John Brawn[InstCombine] Make foldSelectOpOp able to handle two...
2018-01-19 Matthias BraunSplit MachineLICM into EarlyMachineLICM and MachineLICM...
2018-01-19 Matthias BraunSplit TailDuplicatePass into pre- and post-RA variant...
2018-01-19 Matthias BraunMove tests to the correct place
2018-01-19 Craig Topper[X86] Make better use of instregex for cmovcc/setcc...
2018-01-19 Serguei KatkovRevert [CGP] Re-enable Select in complex addressing...
2018-01-19 Matthias BraunAArch64: Fix emergency spillslot being out of reach...
2018-01-19 Matthias BraunAArch64: Omit callframe setup/destroy when not necessary
2018-01-19 Sam Clegg[WebAssembly] Add test expectations for gcc C++ tests...
2018-01-19 Lang Hames[ORC] Revert r322913 while I investigate an ASan failure.
2018-01-19 Lang Hames[ORC] Redesign the JITSymbolResolver interface to suppo...
2018-01-18 Craig Topper[X86] Add intrinsic support for the RDPID instruction
2018-01-18 Sanjay Patel[InstSimplify] regenerate checks and add tests for...
2018-01-18 Changpeng FangAMDGPU/SI: Fix typos in d16 support patch the buffer...
2018-01-18 Reid Kleckner[CodeView] Add line numbers for inlined call sites
2018-01-18 Reid Kleckner[CodeView] Sink complex inline functions to .cpp file...
2018-01-18 Changpeng FangAMDGPU/SI: Add d16 support for image intrinsics.
2018-01-18 Eric ChristopherTypo fix SIBABRT -> SIGABRT.
2018-01-18 Martin Storsjo[test] Actually check the common parts in CodeGen/ARM...
2018-01-18 Peter CollingbourneSupport: Add missing #include.
2018-01-18 Paul Robinson[DWARFv5] Number the line-table's directory array corre...
2018-01-18 Sylvestre Ledruwe have now https support for apt.llvm.org. Updating...
2018-01-18 Dimitry AndricFollow-up to rL322875 by initializing the do_libcxxabi...
2018-01-18 Amara Emerson[AArch64][GlobalISel] Add isel support for global value...
2018-01-18 Simon Pilgrim[X86][SSE] Regenerate vector promotion tests
2018-01-18 Ana Pazos[RISCV] Fixed setting predicates for compressed instruc...
2018-01-18 Dimitry AndricAdd a -no-libcxxabi option to the test-release.sh script.
2018-01-18 Simon Pilgrim[X86][AVX] Add 256/512-bit slow PMULLD tests
2018-01-18 Zachary TurnerSpeed up iteration of CodeView record streams.
2018-01-18 Francis Visoiu... [CodeGen][NFC] Rename IsVerbose to IsStandalone in...
2018-01-18 Francis Visoiu... [CodeGen] Print RegClasses on MI in verbose mode
2018-01-18 Alexey Bataev[SLP] Fix test checks, NFC.
2018-01-18 Benjamin Kramer[ADT] Just give up on GCC, I can't fix this.
2018-01-18 Benjamin Kramer[ADT] Add a workaround for GCC miscompiling the trivial...
2018-01-18 Sanjay Patel[TargetLowering] add punctuation for readability; NFC
2018-01-18 Sam McCall[MachineOutliner] Fix r322788 - don't write to working...
2018-01-18 Joel Jones[docs] Make ReleaseProcess.rst 80 column. NFCI
2018-01-18 Francis Visoiu... [CodeGen][NFC] Refactor MachineInstr::print
2018-01-18 Benjamin Kramer[HWAsan] Fix uninitialized variable.
2018-01-18 Simon Pilgrim[X86] Add PR35918 test case
2018-01-18 Klaus Kretzschmartest commit
2018-01-18 Alex Bradbury[RISCV] Codegen support for the standard RV32M instruct...
2018-01-18 Alex Bradbury[RISCV] Implement frame pointer elimination
2018-01-18 Benjamin Kramer[ADT] Split optional to only include copy mechanics...
2018-01-18 Andrew V. TischenkoA new test to demostrate the current SHLD/SHRD code...
2018-01-18 Alex Bradbury[RISCV][NFC] Add nounwind to functions in div.ll and...
2018-01-18 Sam Parker[SelectionDAG] Convert assert to condtion
2018-01-18 Craig Topper[X86] Use vmovdqu64/vmovdqa64 for unmasked integer...
2018-01-18 Craig Topper[X86] Remove isel patterns for using unmasked vmovdqa32...
2018-01-18 Clement CourbetRevert "Add a value_type to ArrayRef."
2018-01-18 Craig Topper[X86] Remove windows line endings from a test file...
2018-01-18 Rafael EspindolaDon't drop dso_local in LTO.
2018-01-18 Craig Topper[DAGCombiner] Add a DAG combine to turn a splat build_v...
2018-01-18 Rafael EspindolaMake GlobalValues with non-default visibilility dso_local.
2018-01-18 Justin BognerGlobalISel: Make MachineCSE runnable in the middle...
2018-01-18 Derek Schuff[WebAssembly] Remove duplicated RTLIB names
2018-01-18 Volkan KelesFix the failure caused by r322773
2018-01-18 Jessica Paquette[MachineOutliner] Add DISubprograms to outlined functions.
2018-01-17 Reid Kleckner[CodeGen] Hoist common AsmPrinter code out of X86,...
2018-01-17 Florian Hahn[LangRef] Clarify Varargs forwarding for musttail calls.
2018-01-17 Evgeniy Stepanov[hwasan] LLVM-level flags for linux kernel-compatible...
2018-01-17 Volkan KelesAdd a TargetOption to enable/disable GlobalISel
2018-01-17 Benjamin KramerAdd support for emitting libcalls for x86_fp80 -> fp128...
2018-01-17 Easwaran RamanAdd a ProfileCount class to represent entry counts.
2018-01-17 Simon Pilgrim[X86][MMX] Add PR35982 test cases
2018-01-17 Eli Friedman[LegalizeDAG] Fix ATOMIC_CMP_SWAP_WITH_SUCCESS legaliza...
2018-01-17 Javed Absar[SCEV] Fix typo. NFC.
2018-01-17 Daniel Sanders[globalisel][tablegen] Honour priority order within...
2018-01-17 Zaara SyedaRevert [PowerPC] This reverts commit rL322721
2018-01-17 Philip Reames[MDA] Use common code instead of reimplementing same...
2018-01-17 Aditya Nandakumar[GISel] Make constrainSelectedInstRegOperands() availab...
2018-01-17 Sam Clegg[WebAssembly] Remove debug names from symbol table
2018-01-17 Rafael EspindolaUse a got to access a hidden weak undefined on MachO.
2018-01-17 Joel Galenson[ARM] Optimize {s,u}mul.with.overflow.
2018-01-17 Joel Galenson[ARM] Optimize {s,u}{add,sub}.with.overflow.
2018-01-17 Daniel Neilson[Attributes] Fix crash when attempting to remove alignm...
2018-01-17 Simon Pilgrim[X86][BTVER2] Reduce instregex usage (PR35955)
2018-01-17 Sanjay Patel[InstCombine] add baseline tests for D39958; NFC
2018-01-17 Craig Topper[X86] Teach LowerBUILD_VECTOR to recognize pair-wise...
2018-01-17 Fangrui Song[utils] Make .cfi_startproc optional for powerpc
2018-01-17 Craig Topper[X86] When legalizing (v64i1 select i8, v64i1, v64i1...
2018-01-17 Simon Pilgrim[X86][SSE] Add v4i16 PMULLD tests
2018-01-17 Zaara Syeda[PowerPC] Add handling for ColdCC calling convention...
2018-01-17 Simon PilgrimFix MSVC "not all control paths return a value" warning.
2018-01-17 Tatyana Krasnukha[ARC] Add missing condition codes.
2018-01-17 Jonas Paulsson[SystemZ] Handle BRCTH branches correctly in SystemZLo...
2018-01-17 Matt ArsenaultAMDGPU: Error in SIAnnotateControlFlow instead of assert
2018-01-17 Matt ArsenaultAdd tests for ConstantFoldTerminator preserving DomTree
2018-01-17 Diana Picus[ARM GlobalISel] Rename local variable. NFC
next