OSDN Git Service

Merging r338716:
[android-x86/external-llvm.git] / test /
2018-08-08 Hans WennborgMerging r338716:
2018-08-07 Hans WennborgMerging r338915:
2018-08-07 Hans WennborgMerging r338610:
2018-08-07 Hans WennborgMerging r338968:
2018-08-07 Hans WennborgMerging r338665:
2018-08-07 Hans WennborgMerging r338817:
2018-08-03 Hans WennborgMerging r338599:
2018-08-03 Hans WennborgMerging r338703 and r338709:
2018-08-02 Hans WennborgMerging r338554:
2018-08-02 Hans WennborgMerging r338658:
2018-08-01 Simon Pilgrim[llvm-mca][x86] Add CMPS/LODS/MOVS/STOS string instruct...
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 Weigand[SystemZ, TableGen] Fix shift count handling
2018-08-01 Simon Pilgrim[llvm-mca][x86] Add STC + STD instruction resource...
2018-08-01 Petar Jovanovic[MIPS GlobalISel] Select global address
2018-08-01 David BolvanskyRevert "Enrich inline messages", tests fail
2018-08-01 David BolvanskyEnrich inline messages
2018-08-01 Martin Storsjo[AArch64] Disallow the MachO specific .loh directive...
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 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 ZhuravlyovAMDGPU: Add clamp bit to dot intrinsics
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 Fangrui Song[llvm-objcopy] Make --strip-debug strip .gdb_index
2018-07-31 George Burgess IVRevert r338431: "Add DebugCounters to DivRemPairs"
2018-07-31 Matt ArsenaultAMDGPU: Split amdgcn/r600 fminnum/fmaxnum tests
2018-07-31 George Burgess IVAdd DebugCounters to DivRemPairs
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 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 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 Mistrih[X86] Preserve more liveness information in emitStackPr...
2018-07-31 Hsiangkai Wang[DebugInfo] Fix build failed in 'clang-cmake-armv8...
2018-07-31 Ewan CrawfordFix InstCombine address space assert
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 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 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 Andrea Di Biagio[llvm-mca][BtVer2] Teach how to identify dependency...
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 Sanjay Patel[InstCombine] move/add tests for xor+add fold; NFC
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 Hiroshi Inoue[InstSimplify] tests for D48828, D49981: fold extractio...
2018-07-31 Hiroshi Inoue[InstSimplify] tests for D48828, D49981: fold extractio...
2018-07-31 Reid KlecknerRevert r338340 "[MS Demangler] Better demangling of...
2018-07-31 Craig Topper[X86] Stop accidentally running the Bonnell LEA fixup...
2018-07-31 Ana Pazos[RISCV] Fixed test case failure due to r338047
2018-07-31 Zachary Turner[MS Demangler] Better demangling of template arguments.
2018-07-31 Amara Emerson[AArch64][GlobalISel] Add isel support for G_BLOCK_ADDR.
2018-07-31 Amara Emerson[AArch64][GlobalISel] Make G_BLOCK_ADDR legal.
2018-07-31 Amara Emerson[GlobalISel] Add a G_BLOCK_ADDR opcode to handle IR...
2018-07-30 Zachary Turner[MS Demangler] Add ms-return-qualifiers.test.
2018-07-30 Zachary Turner[MS Demangler] Add rudimentary C++11 Support
2018-07-30 Sanjay Patel[DAGCombiner] transform sub-of-shifted-signbit to add
2018-07-30 David Bolvansky[InstCombine] Fold Select with binary op
2018-07-30 Vlad TsyrklevichRevert "[GVNHoist] Re-enable GVNHoist by default"
2018-07-30 Manoj Gupta[Inline] Copy "null-pointer-is-valid" attribute in...
2018-07-30 David Bolvansky[InstSimplify] [NFC] Tests for Select with AND/OR fold
2018-07-30 Jessica Paquette[MachineOutliner][AArch64] Add support for saving LR...
2018-07-30 Jessica PaquetteAdd machine verifier to arm64-opt-remarks-lazy-bfi
2018-07-30 David Bolvansky[DAGCombiner] Bug 31275- Extract a shift from a constan...
2018-07-30 Thomas Preud'hommeReapply "Fix crash on inline asm with 64bit matching...
2018-07-30 Thomas Preud'hommeFix uninitialized read in ARM's PrintAsmOperand
2018-07-30 Jessica PaquetteAttempt to fix Windows test failure caused by r338133
2018-07-30 Evandro Menezes[SLC] Refactor the simplication of pow() (NFC)
2018-07-30 Simon Pilgrim[X86] Regenerate NOBMI/BMI combine-select tests.
2018-07-30 Simon Pilgrim[X86] Regenerate PKU test to merge 32/64-bit rdpkru...
2018-07-30 Simon Pilgrim[X86] Regenerate fast-isel tests.
2018-07-30 Sander de Smalen[AArch64][SVE] Asm: Enable instructions to be prefixed.
2018-07-30 David Bolvansky[InstCombine] [NFC] Added tests for Select with binop...
2018-07-30 Krzysztof Parzyszek[Hexagon] Simplify A4_rcmp[n]eqi R, 0
2018-07-30 John BrawnAdjust opt pass pipeline tests to cope with combination...
2018-07-30 Matt ArsenaultAMDGPU: Reduce code size with fcanonicalize (fneg x)
next