OSDN Git Service

android-x86/external-llvm.git
2018-03-22 Matt MorehouseDocument optforfuzzing attribute created in r328214.
2018-03-22 Paul Robinson[DWARF] Replace assert with diagnostic. PR36868.
2018-03-22 David BlaikieMove the initialization of the Meta Renamer pass over...
2018-03-22 Nirav Dave[DAG, X86] Fix ISel-time node insertion ids
2018-03-22 Craig Topper[X86] Correct the scheduling data for some of the 32...
2018-03-22 Daniel Neilson[InstCombineCalls] Update deprecated API usage (NFC)
2018-03-22 Simon Pilgrim[X86][Btver2] Conversion, MaskedLoad/MaskedStore and...
2018-03-22 Simon Pilgrim[X86][Btver2] FCMP (inc FMAX/FMIN) instructions use...
2018-03-22 Zachary Turner[Codeview/PDB] Rename some methods for clarity.
2018-03-22 Aditya Nandakumar[GISel]: Fix incorrect IRTranslation while translating...
2018-03-22 Simon Pilgrim[X86][Btver2] FMUL ymm instructions are double pumped...
2018-03-22 Craig Topper[ARM] Enable the full InstRW overlap check for ARMSched...
2018-03-22 Matt Morehouse[SimplifyCFG] Create attribute for fuzzing-specific...
2018-03-22 Alexey Bataev[DWARF] Add EmitDwarfOffset function, NFC.
2018-03-22 Saleem Abdulrasoolvim: rename `singlethread` to `syncscope`
2018-03-22 Anna Thomas[LoopPredication] Add profitability check based on BPI
2018-03-22 David BlaikieMove MetaRenamer from Transforms/UTils to Transforms...
2018-03-22 Paul Robinson[DWARF] Fix mixing assembler -g with DWARF .file direct...
2018-03-22 Benjamin KramerRevert "[InstrProf] Support for external functions...
2018-03-22 Florian Hahn[CallSiteSplitting] Preserve DominatorTreeAnalysis.
2018-03-22 Sanjay Patel[MC] fix documentation comments; NFC
2018-03-22 Simon Pilgrim[X86][SSE42] Use the default PCMPEST/PCMPIST scheduler...
2018-03-22 Pavel LabathDWARFVerifier: verify debug_names abbreviation table
2018-03-22 Andrea Di Biagio[llvm-mca] Minor refactoring. NFCI
2018-03-22 Sanjay Patel[InstCombine] add folds for xor-of-icmp signbit tests...
2018-03-22 Simon Pilgrim[X86][CLMUL] Use the default CLMUL scheduler classes...
2018-03-22 Simon Pilgrim[X86][CLMUL] Fix/add missing itinerary tags to (V)PCLMU...
2018-03-22 Simon Pilgrim[X86] Use the default AES scheduler classes directly...
2018-03-22 Jonas DevlieghereAdd vendor specific calling convention to DWARF
2018-03-22 Andrea Di Biagio[llvm-mca] Simplify (and better standardize) the Instru...
2018-03-22 Florian Hahn[CloneFunction] Preserve DT in DuplicateInstructionsInS...
2018-03-22 Jonas DevlieghereRevert "[test] Add tests for llc passes pipelines."
2018-03-22 Andrea Di Biagio[llvm-mca] Simplify code. NFC
2018-03-22 Craig Topper[TableGen] Use empty emplace_back to add defaulted...
2018-03-22 Craig Topper[TableGen] Add a non-default constructor to CodeGenSche...
2018-03-22 Craig Topper[X86] Remove unused SchedWriteRes classes. NFC
2018-03-22 Craig Topper[X86][Skylake] Merge multiple InstrRW entries that...
2018-03-22 Aaron Smith[DIA] Add IPDBSectionContrib interfaces and DIA impleme...
2018-03-22 Aaron Smith[PDB] Get more DIA table enumerators
2018-03-21 Saleem Abdulrasoolvim: add `dso_local` and `dso_preemptable` keywords
2018-03-21 Michael Zolotukhin[test] Try to unbreak hexagon bots after r328160.
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...
next