OSDN Git Service

android-x86/external-llvm.git
2018-03-21 David BlaikieFix a couple of layering violations in Transforms
2018-03-21 Mircea Trofin[InstrProf] Encapsulates access to AddrToMD5Map.
2018-03-21 Zachary Turner[PDB] Don't ignore bucket 0 when writing the PDB string...
2018-03-21 Michael Zolotukhin[test] Add tests for opt passes pipelines for O0, O2...
2018-03-21 Michael Zolotukhin[test] Add tests for llc passes pipelines.
2018-03-21 Artem Belevich[NVPTX] Make tensor shape part of WMMA intrinsic's...
2018-03-21 Reid Kleckner[llvm-profdata] Use "-o /dev/null" in invalid-profdata...
2018-03-21 Reid Kleckner[PDB] Remove unused private variable, re-applying r3279...
2018-03-21 Reid Kleckner[WebAssembly] Really disable wasm register name matcher
2018-03-21 Rafael EspindolaHandle abbr_offset with relocations.
2018-03-21 Sanjay Patel[InstCombine] move/add tests for fmul distribution...
2018-03-21 Lei Huang[POWER9][NFC] update testcase check statements
2018-03-21 Reid KlecknerRevert r328119 "[InstCombine] add folds for xor-of...
2018-03-21 Alexander Shaposhnikov[llvm-objcopy] Implement support for section groups
2018-03-21 Craig Topper[TableGen] Hoist the code for copying InstRWs from...
2018-03-21 Adrian Prantltypo
2018-03-21 Sanjay Patel[InstSimplify] fp_binop X, NaN --> NaN
2018-03-21 Craig Topper[TableGen] Remove unnecessary map lookup and shadowing...
2018-03-21 Craig Topper[TableGen] Use range-based for loops. NFC
2018-03-21 Craig Topper[TableGen] Use count_if instead of a manual loop. NFC
2018-03-21 Craig Topper[X86] Rewrite getOperandBias in X86BaseInfo.h to be...
2018-03-21 David BlaikieSink Analysis/ObjectUtil(canBeOmittedFromSymbolTable...
2018-03-21 Matthew Simpson[SLP] Add test case for a gather sequence with multiple...
2018-03-21 Mircea Trofin[InstrProf] Support for external functions in text...
2018-03-21 David BlaikieEnsure that DataTypes.h is installed now that it's...
2018-03-21 Andrea Di Biagio[llvm-mca] Move the logic that computes the register...
2018-03-21 Simon Pilgrim[SchedModel] Use CodeGenSchedClass::getSchedClassIdx...
2018-03-21 Simon Pilgrim[SchedModel] Use CodeGenSchedClass::isKeyEqual instead...
2018-03-21 Craig Topper[Docs] Remove some WIP X86 documentation I accidentally...
2018-03-21 David BlaikieReapply Support layering fixes.
2018-03-21 David BlaikieAdd missing #includes to Analysis/MustExecute.h
2018-03-21 Eugene Zelenko[Documentation] Fix markup problems in X86Usage.rst
2018-03-21 Krzysztof Parzyszek[Hexagon] Generalize DAG mutation for function calls
2018-03-21 Sanjay Patel[InstCombine] add folds for xor-of-icmp signbit tests...
2018-03-21 Nicolai HaehnleTableGen: Remove redundant loop in ListInit::resolveRef...
2018-03-21 Nicolai HaehnleTableGen: Streamline how defs are instantiated
2018-03-21 Eugene Zelenko[Documentation] Fix markup problem in AMDGPUUsage.rst.
2018-03-21 Krzysztof Parzyszek[Hexagon] Eliminate subregisters from PHI nodes before...
2018-03-21 Reid Kleckner[WebAssembly] Suppress unused function warning for...
2018-03-21 Simon Pilgrim[X86][Haswell] Merge multiple InstrRW entries that...
2018-03-21 Simon Pilgrim[X86][SandyBridge] Merge more VEX/non-VEX instregex...
2018-03-21 Sanjay Patel[InstCombine] move/add tests for xor-of-icmps (PR36682...
2018-03-21 Sanjay Patel[LangRef] add note about format of FP types
2018-03-21 Alex Bradbury[RISCV] Codegen support for RV32F floating point compar...
2018-03-21 Alex Bradbury[RISCV] Add tests missed from r327979
2018-03-21 Alexander RichardsonChange DT_* value definitions to macros in a separate...
2018-03-21 Sanjay Patel[LangRef] more hyphens: always write "floating-point"
2018-03-21 Daniel Neilson[MemCpyOpt] Update to new API for memory intrinsic...
2018-03-21 Justin LebarRe-re-land: Teach CorrelatedValuePropagation to reduce...
2018-03-21 Jonas DevlieghereRevert "Move DataTypes.h from Support to llvm-c to...
2018-03-21 Andrea Di Biagio[llvm-mca] Clean up some code. NFC
2018-03-21 Pavel LabathFix build broken by r328090
2018-03-21 Pavel Labath[dwarf] Unify unknown dwarf enum formatting code
2018-03-21 Jonas DevlieghereRevert layering changes
2018-03-21 Bjorn Pettersson[SelectionDAG] Support multiple dangling debug info...
2018-03-21 George RimarFix build bot after r328078 "llvm-readobj] - Teach...
2018-03-21 George Rimar[llvm-readobj] - Teach llvm-readobj to dump .note.gnu...
2018-03-21 Craig Topper[X86][Broadwell] Merge multiple InstrRW entries that...
2018-03-21 Craig Topper[TableGen] Remove a defaulted function argument that...
2018-03-21 Craig Topper[TableGen] Move a function from llvm namespace and...
2018-03-21 David BlaikieFix the actual user of DataTypes.h in llvm-c to avoid...
2018-03-21 David BlaikieMove Compiler.h from Support to Demangler to fix layering.
2018-03-21 Craig Topper[X86] Fix the SchedRW for XOP vpcom register form instr...
2018-03-21 Craig Topper[TableGen] Use SmallMapVector to simplify some code...
2018-03-21 David BlaikieMove DataTypes.h from Support to llvm-c to fix layering.
2018-03-20 Craig Topper[X86] Change PMULLD to 10 cycles on Skylake per Agner...
2018-03-20 Philip Reames[MustExecute] Shwo the effect of using full loop info...
2018-03-20 Derek Schuff[WebAssembly] Update torture compile test expectations
2018-03-20 Philip Reames[MustExecute] Add simplest possible test for LoopSafetyOnfo
2018-03-20 Philip Reames[MustExecute] Move isGuaranteedToExecute and related...
2018-03-20 Simon Pilgrim[SchedModel] Simplify InstRegexOp::apply. NFCI.
2018-03-20 Derek Schuff[WebAssembly] Strip threadlocal attribute from globals...
2018-03-20 Simon Pilgrim[X86] Drop unnecessary InstRW overrides for WriteFMA
2018-03-20 Craig Topper[ReachingDefAnalysis] Fix what I assume to be a typo...
2018-03-20 Shoaib Meenai[ObjCARC] Add funclet token to ARC marker
2018-03-20 Martin Storsjo[X86] Don't use the MSVC stack protector names on mingw
2018-03-20 Kevin EnderbyFor llvm-objdump and Mach-O files, fix the printing...
2018-03-20 Abderrazek... [AArch64] Add vmulxh_lane fp16 vector intrinsic
2018-03-20 Craig Topper[TableGen] Use range based for loop. NFC
2018-03-20 Craig Topper[TableGen] Use vector::append instead of looping and...
2018-03-20 Craig Topper[TableGen] Use llvm::transform to simplify some loops...
2018-03-20 Craig Topper[TableGen] Pass result of std::unique to vector::erase...
2018-03-20 Alexey Bataev[DEBUGINFO] Add -no-dwarf-debug-ranges option.
2018-03-20 Andrea Di Biagio[llvm-mca] add keyword override to a couple of methods...
2018-03-20 Derek Schuff[WebAssembly] Added initial AsmParser implementation.
2018-03-20 Evandro Menezes[AArch64] Adjust the cost model for Exynos M3
2018-03-20 Alexander Shaposhnikov[llvm-objcopy] Revert the tests from r328012
2018-03-20 Alexander Shaposhnikov[llvm-objcopy] Revert r328012
2018-03-20 Krzysztof Parzyszek[Hexagon] Add a few more lit tests, NFC
2018-03-20 Krzysztof Parzyszek[Hexagon] Add heuristic to exclude critical path cost...
2018-03-20 Krzysztof Parzyszek[Hexagon] Fix fall-through warnings in HexagonMCDuplexI...
2018-03-20 Nirav Dave[MC,X86] Cleanup some X86 parser functions to use MCPar...
2018-03-20 Andrea Di Biagio[llvm-mca] Remove const from a bunch of ArrayRef. NFC
2018-03-20 Craig Topper[PowerPC][LegalizeFloatTypes] Move the PPC hacks for...
2018-03-20 Krzysztof Parzyszek[X86] Add phony registers for high halves of regs with...
2018-03-20 Philip Reames[MustExecute] Use the annotation style printer
2018-03-20 Zachary TurnerRevert "Resubmit "Support embedding natvis files in...
2018-03-20 Alexander Shaposhnikov[llvm-objcopy] Implement support for section groups
2018-03-20 Andrea Di Biagio[llvm-mca] Move the logic that computes the scheduler...
2018-03-20 Artem Belevich[NVPTX] Make tensor load/store intrinsics overloaded.
next