OSDN Git Service

android-x86/external-llvm.git
2018-03-23 Florian Hahn[AArch64] Clean-up a few over-eager regexps in models.
2018-03-23 Florian Hahn[LoopUnroll] Simplify induction variables after peeling...
2018-03-23 Benjamin Kramer[ORC] Join materialization thread in unit test
2018-03-23 Martin Storsjo[ARM] Error out on .arm assembler directives on windows
2018-03-23 Martin StorsjoRevert "[DAGCombiner] Fold (zext (and/or/xor (shl/shr...
2018-03-23 Craig Topper[X86] Give VPCMPEQQ the same itinerary as its SSE count...
2018-03-23 Craig Topper[X86] Correct the latencies of SNB integer vector multi...
2018-03-23 Craig Topper[X86] Match vpblendvb/vblendvps/vblendvpd itineraries...
2018-03-23 Craig Topper[X86] Change VPSADBW itinerary to SSE_INTALU_ITINS_P...
2018-03-23 Craig Topper[X86] Give VLDDQUrm and LDDQUrm the same itinerary.
2018-03-23 Craig Topper[X86] Merge VMOVMSKBrr and MOVMSKBrr in the SNB shedule...
2018-03-23 Craig Topper[X86] Add VEXTRB/W/D/Q to Zen scheduler model.
2018-03-23 Craig Topper[X86] Fix the itinerary for vextractps to match extractps.
2018-03-23 Nirav Dave[DAG] Fix node id invalidation in Instruction Selection.
2018-03-23 Craig Topper[TableGen] Don't capture returned std::vectors by const...
2018-03-22 Kevin EnderbyFor llvm-nm and Mach-O files also use function starts...
2018-03-22 Michael ZolotukhinState that CFG is preserved in 'Falkor HW Prefetch...
2018-03-22 Fangrui Song[Support/Parallel] Use lock_guard which has less overhe...
2018-03-22 Michael ZolotukhinReapply "[test] Add tests for llc passes pipelines...
2018-03-22 David BlaikieMove SampleProfile.h into IPO along with the rest of...
2018-03-22 Craig Topper[X86] Correct the VROUND regular expressions in Znver1...
2018-03-22 David BlaikieFinish moving the IPSCCP pass from Scalar to IPO -...
2018-03-22 Evgeny StupachenkoRevert r325687 (workaround for PR36032).
2018-03-22 Rafael EspindolaAdd test for demangling GNU ABI tags.
2018-03-22 Craig Topper[X86] Rename VROUNDYPS* and VROUNDYPD* instructions...
2018-03-22 Guozhi Wei[DAGCombiner] Fold (zext (and/or/xor (shl/shr (load...
2018-03-22 David BlaikieFix layering between SCCP and IPO SCCP
2018-03-22 Roman Tereshin[MIR] Making MIR Printing, opt -dot-cfg, and -debug...
2018-03-22 Mircea TrofinRevert "Revert "[InstrProf] Support for external functi...
2018-03-22 Craig Topper[X86][SkylakeClient] Fix a bunch of instructions that...
2018-03-22 Jessica Paquette[MachineOutliner][NFC] Refactoring + comments in runOnM...
2018-03-22 Jun Bum Lim[CodeGen] Add a new pass for PostRA sink
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...
next