OSDN Git Service

android-x86/external-llvm.git
2018-08-01 Jonas Devlieghere[dsymutil] Convert recursion in lookForDIEsToKeep into...
2018-08-01 Simon Pilgrim[llvm-mca][x86] Add CMPS/LODS/MOVS/STOS string instruct...
2018-08-01 Simon Pilgrim[X86] Use isNullConstant helper. NFCI.
2018-08-01 Simon PilgrimFix "not all control paths return a value" MSVC warning.
2018-08-01 Jonas Devlieghere[MC] Report fatal error for DWARF types for non-ELF...
2018-08-01 Ryan Taylor[AMDGPU] Optimize _L image intrinsic to _LZ when lod...
2018-08-01 Ulrich WeigandFix build bot after r338521
2018-08-01 Ulrich Weigand[SystemZ, TableGen] Fix shift count handling
2018-08-01 Simon Pilgrim[X86] Use isNullConstant helper. NFCI.
2018-08-01 Simon Pilgrim[llvm-mca][x86] Add STC + STD instruction resource...
2018-08-01 Andrea Di Biagio[llvm-mca] Improve code comments. NFC.
2018-08-01 Jonas Devlieghere[DebugInfo] Remove ambiguity to fix Windows bots
2018-08-01 Jonas Devlieghere[DebugInfo] Improve consistency in DWARFDie.h (NFC)
2018-08-01 Andrew V. Tischenko[X86] Improved sched models for X86 BT*rr instructions.
2018-08-01 Jonas Devlieghere[DebugInfo] Have custom std::reverse_iterator<DWARFDie>
2018-08-01 Petar Jovanovic[MIPS GlobalISel] Select global address
2018-08-01 David BolvanskyRevert "Enrich inline messages", tests fail
2018-08-01 Hans WennborgAdd llvm-rc to LLVM_TOOLCHAIN_TOOLS (PR38386)
2018-08-01 David BolvanskyEnrich inline messages
2018-08-01 Martin Storsjo[AArch64] Disallow the MachO specific .loh directive...
2018-08-01 Craig Topper[X86] When looking for (CMOV C-1, (ADD (CTTZ X), C...
2018-08-01 Victor Leschuk[DWARF] Basic support for producing DWARFv5 .debug_addr...
2018-08-01 Hiroshi Inoue[InstSimplify] fold extracting from std::pair (1/2)
2018-08-01 Hsiangkai Wang[DebugInfo] Fix build failed in clang-x86_64-linux...
2018-08-01 Jatin Bhateja[X86] Adding more test patterns for lea-opt (PR37939)
2018-08-01 Chandler Carruth[x86] Fix a really subtle miscompile due to a somewhat...
2018-08-01 Chandler Carruth[x86/slh] Add unwind info to several tests to make...
2018-08-01 Hsiangkai Wang[DebugInfo] Generate fixups as emitting DWARF .debug_line.
2018-08-01 Amara Emerson[GlobalISel][IRTranslator] Use RPO traversal when visit...
2018-08-01 Konstantin... AMDGPU: Add clamp bit to dot intrinsics
2018-08-01 Eric ChristopherSimplify selectELFSectionForGlobal by pulling out the...
2018-08-01 Eric ChristopherTidy up logic around unique section name creation and...
2018-08-01 Eli Friedman[MachineOutliner] Clean up subtarget handling.
2018-08-01 Evandro Menezes[PATCH] [SLC] Test simplification of pow() for vector...
2018-07-31 Reid KlecknerRevert r338354 "[ARM] Revert r337821"
2018-07-31 David L. Jones[WebAssembly] Fix debug info tests after r338437.
2018-07-31 Victor Leschuk[DWARF] Support for .debug_addr (consumer)
2018-07-31 Evandro Menezes[SLC] Refactor the simplication of pow() (NFC)
2018-07-31 Fangrui Song[llvm-objcopy] Make --strip-debug strip .gdb_index
2018-07-31 George Burgess IVRevert r338431: "Add DebugCounters to DivRemPairs"
2018-07-31 Wolfgang Pieb[DWARF] Do not create a .debug_ranges section when...
2018-07-31 Matt ArsenaultAMDGPU: Split amdgcn/r600 fminnum/fmaxnum tests
2018-07-31 George Burgess IVAdd DebugCounters to DivRemPairs
2018-07-31 Matt Davis[llvm-mca] Update the help text to reflect "physical...
2018-07-31 Jonas Paulsson[SystemZ] Fix bad assert composition.
2018-07-31 Matt ArsenaultDAG: Correct pointer type used for stack slot
2018-07-31 Alexandre Ganea[CodeView] Add coverage test for r338308 (Fixed crash...
2018-07-31 Matt ArsenaultAMDGPU: Break 64-bit arguments into 32-bit pieces
2018-07-31 Matt ArsenaultAMDGPU: Split wide vectors of i16/f16 into 32-bit regs...
2018-07-31 Alexandre Ganea[CodeView] Minimal support for S_UNAMESPACE records
2018-07-31 Matt ArsenaultAMDGPU: Scalarize vector argument types to calls
2018-07-31 Matt Davis[llvm-mca][docs] Replace "temporary" with "physical...
2018-07-31 Simon Pilgrim[X86] WriteBSWAP sched classes are reg-reg only.
2018-07-31 Andrea Di Biagio[llvm-mca][docs] Improve the "How LLVM-MCA works" section.
2018-07-31 Vlad TsyrklevichRevert "[DebugInfo] Generate DWARF debug information...
2018-07-31 Simon Pilgrim[X86][SSE] Use ISD::MULHU for constant/non-zero ISD...
2018-07-31 Rui UeyamaMake ICF log output order deterministic.
2018-07-31 Simon Pilgrim[llvm-mca][x86] Add 32-bit instruction resource tests
2018-07-31 Zachary TurnerResubmit r338340 "[MS Demangler] Better demangling...
2018-07-31 Craig Topper[X86] Add pattern matching for PMADDUBSW
2018-07-31 Craig Topper[X86] Add test cases that could use PMADDUBSW.
2018-07-31 Francis Visoiu... [X86] Preserve more liveness information in emitStackPr...
2018-07-31 Hsiangkai Wang[DebugInfo] Fix build failed in 'clang-cmake-armv8...
2018-07-31 Jakub Kuderski[Dominators] Make slow walks shorter
2018-07-31 Ewan CrawfordFix InstCombine address space assert
2018-07-31 Andrea Di Biagio[llvm-mca][docs] Always use `llvm-mca` in place of...
2018-07-31 Sanjay Patel[InstCombine] regenerate checks and add tests for D5003...
2018-07-31 Anastasis Grammenos[DebugInfo][LCSSA] Preserve debug location in lcssa...
2018-07-31 Hsiangkai Wang[DebugInfo] Generate DWARF debug information for labels.
2018-07-31 David BolvanskyRevert Enrich inline messages
2018-07-31 Sanjay Patel[InstCombine] auto-generate checks; NFC
2018-07-31 David BolvanskyEnrich inline messages
2018-07-31 Andrea Di Biagio[llvm-mca] Remove README.txt
2018-07-31 John Brawn[MemDep] Use PhiValuesAnalysis to improve alias analysi...
2018-07-31 David Bolvansky[InstSimplify] Fold another Select with And/Or pattern
2018-07-31 Matt ArsenaultDAG: Fix PromoteFloatResult for fcanonicalize
2018-07-31 Matt ArsenaultAMDGPU: Don't handle FP16_TO_FP in isCanonicalized
2018-07-31 Alexey Bataev[SLP] Fix PR38339: Instruction does not dominate all...
2018-07-31 Matt ArsenaultAMDGPU: Fold undef fcanonicalize to qNaN
2018-07-31 Matt ArsenaultAMDGPU: Fix test check line bugs
2018-07-31 Peter Smith[ARM] Complete enumeration values for Tag_ABI_VFP_args
2018-07-31 Andrea Di Biagio[llvm-mca][BtVer2] Teach how to identify dependency...
2018-07-31 Peter Smith[ELF][ARM] Add Arm ABI names for float ABI ELF Header...
2018-07-31 Simon PilgrimRevert r338365: [X86] Improved sched models for X86...
2018-07-31 Jonas Paulsson[SystemZ] Improve decoding in case of instructions...
2018-07-31 Sanjay Patel[InstCombine] simplify code for A & (A ^ B) --> A & ~B
2018-07-31 Andrew V. Tischenko[X86] Improved sched models for X86 BT*rr instructions.
2018-07-31 Sanjay Patel[InstCombine] move/add tests for xor+add fold; NFC
2018-07-31 Andrew V. Tischenko[X86] Improved sched models for X86 SHLD/SHRD* instruct...
2018-07-31 Simon Pilgrim[X86][SSE] isFNEG - Use getTargetConstantBitsFromNode...
2018-07-31 Martin Storsjo[ARM] Allow automatically deducing the thumb instructio...
2018-07-31 Martin Storsjo[ARM] Support the .inst directive for MachO and COFF...
2018-07-31 Martin Storsjo[AArch64] Support the .inst directive for MachO and...
2018-07-31 Sam Parker[ARM] Revert r337821
2018-07-31 Hsiangkai WangTest commit.
2018-07-31 Hiroshi Inoue[InstSimplify] tests for D48828, D49981: fold extractio...
2018-07-31 Hiroshi Inoue[InstSimplify] tests for D48828, D49981: fold extractio...
2018-07-31 Max Kazantsev[NFC] Collect statistics in GuardWidening
2018-07-31 Diego Caballero[VPlan] Introduce VPLoopInfo analysis.
2018-07-31 Reid KlecknerRevert r338340 "[MS Demangler] Better demangling of...
next