OSDN Git Service

Add self to CODE_OWNERS
[android-x86/external-llvm.git] / test /
2016-03-08 Chad Rosier[AArch64] Disable the MI scheduler to turn bots green...
2016-03-08 Quentin ColombetRevert r262759 and r262760.
2016-03-08 Hans WennborgRevert r262599 "[X86][SSE] Improve vector ZERO_EXTEND...
2016-03-08 Igor BregerAVX512: Add extract_subvector patterns v8i1->v4i1 ...
2016-03-08 Simon Pilgrim[X86] Regenerated vector float extension tests
2016-03-08 Junmo ParkRemove pr25342 test-case.
2016-03-08 Kit Barton[Power9] Implement new vsx instructions: load, store...
2016-03-08 Dan Gohman[WebAssembly] Update for spec change from tableswitch...
2016-03-08 Quentin Colombet[AArch64][GlobalISel] Add a test case for the IRTranslator.
2016-03-08 Quentin Colombet[MIR] Teach the parser/printer that generic virtual...
2016-03-08 Quentin Colombet[MIR] Teach the parser how to parse complex types of...
2016-03-08 Easwaran RamanRevert revisions 262636, 262643, 262679, and 262682.
2016-03-08 Quentin Colombet[MIR] Print the type of generic machine instructions.
2016-03-08 Quentin Colombet[MIR] Teach the mir parser about types on generic machi...
2016-03-08 Quentin Colombet[lit] Teach lit about global-isel requirement.
2016-03-07 Anna Zaks[tsan] Add support for pointer typed atomic stores...
2016-03-07 Sanjay Patel[x86] add test to show missing optimization
2016-03-07 Sanjay Patel[x86] simplify test and tighten checks
2016-03-07 Quentin Colombet[MIR] Teach the MIPrinter about size for generic virtua...
2016-03-07 Matt ArsenaultAMDGPU: Match more med3 integer patterns
2016-03-07 Quentin Colombet[MIR] Teach the parser how to handle the size of generi...
2016-03-07 Adam Nemet[ScopedNoAliasAA] Make test basic.ll less confusing
2016-03-07 Chandler Carruth[DFSan] Remove an overly aggressive assert reported...
2016-03-06 Simon Pilgrim[X86][AVX512] Fixed VPERMT2* shuffle mask decoding...
2016-03-06 Igor BregerAVX512BW: Support llvm intrinsic masked vector load...
2016-03-06 Igor BregerAVX512: Remove VSHRI kmask patterns from TD file. It...
2016-03-05 Simon Pilgrim[X86][AVX] Improved VPERMILPS variable shuffle mask...
2016-03-05 Matthias BraunRegisterCoalescer: Remap subregister lanemasks before...
2016-03-05 Quentin Colombet[X86] Fix the lowering of setjmp intrinsic on i386.
2016-03-04 Quentin ColombetAdd missing triple in my previous commit!
2016-03-04 Quentin Colombet[X86] Do not use cmpxchgXXb when we need the base point...
2016-03-04 Sanjay Patel[x86] add tests for masked loads with constant masks
2016-03-04 David Majnemer[X86] Support cleaning more than 2**16 bytes of stack
2016-03-04 Philip Reames[LVI] Fix a bug which prevented use of !range metadata...
2016-03-04 Michael Kuperstein[DAGCombine] Fix divrem combine not to assume div/rem...
2016-03-04 Teresa JohnsonFix new gold test to specify emulation mode.
2016-03-04 Renato Golin[ARM] Merging 64-bit divmod lib calls into one
2016-03-04 Tom StellardAMDGPU/SI: Add support for spiling SGPRs to scratch...
2016-03-04 Teresa Johnson[ThinLTO] Ensure prevailing linkonce emitted as weak...
2016-03-04 Zoran Jovanovic[mips][microMIPS] Prevent usage of OR16_MMR6 instructio...
2016-03-04 Teresa Johnson[ThinLTO] Launch importing backends in parallel threads...
2016-03-04 Simon Pilgrim[X86][AVX512] Added some basic X86ISD::VPERMV3 shuffle...
2016-03-04 Simon Pilgrim[X86][SSSE3] Added combine test for unary shuffle ...
2016-03-04 Nikolay HaustovAMDGPU/SI: add llvm.amdgcn.image.atomic.* intrinsics
2016-03-03 Guozhi Wei[InstCombine] Combine A->B->A BitCast
2016-03-03 NAKAMURA Takumillvm/test/CodeGen/ARM/rem_crash.ll: Avoid unsupported...
2016-03-03 Simon Pilgrim[X86][AVX512BW] Fixed 512-bit PSHUFB shuffle mask decod...
2016-03-03 Philip Reames[ValueTracking] Remove dead code from an old experiment
2016-03-03 Sanjay Patel[InstCombine] transform bitcasted bitwise logic ops...
2016-03-03 Sanjoy Das[SCEV] Prove no-overflow via constant ranges
2016-03-03 Sanjoy Das[SCEV] Be less eager about demoting zexts to sexts
2016-03-03 Easwaran RamanInfrastructure for PGO enhancements in inliner
2016-03-03 Simon Pilgrim[X86][AVX] Better support for the variable mask form...
2016-03-03 Ahmed Bougacha[X86] Don't assume that shuffle non-mask operands start...
2016-03-03 Matthew Simpson[LoopUtils, LV] Fix PR26734
2016-03-03 Sanjay Patel[AArch64] fold 'isPositive' vector integer operations...
2016-03-03 Igor BregerAVX512: Combine AND + TESTM instructions .
2016-03-03 Renato GolinMaking rem_crash.ll target-specific
2016-03-03 Dylan McKay[AVR] Add calling convention parser tokens
2016-03-03 Simon Pilgrim[X86][SSE] Improve vector ZERO_EXTEND by combining...
2016-03-03 Renato GolinRevert "[ARM] Merging 64-bit divmod lib calls into...
2016-03-03 Michael Zuckerman[LLVM][AVX512] PSRLWI Chnage imm8 to int
2016-03-03 Hans Wennborg[X86] Enable forwarding bool arguments in tail calls...
2016-03-03 Tim Shen[PPCVSXFMAMutate] Temporarily disable this pass
2016-03-03 Jacques Pienaar[lanai] Fixing file path used in test
2016-03-03 Philip Reames[MBP] Avoid placing random blocks between loop preheade...
2016-03-03 David Majnemer[X86] Don't give catch objects a displacement of zero
2016-03-02 Sanjay Patel[AArch64] add tests to demonstrate existing codegen...
2016-03-02 Amaury SechetExplode store of arrays in instcombine
2016-03-02 Amaury SechetUnpack array of all sizes in InstCombine
2016-03-02 Bob WilsonAdd another test for the GlobalOpt change in r212079.
2016-03-02 Renato Golin[ARM] Merging 64-bit divmod lib calls into one
2016-03-02 Reid KlecknerRevert "[X86] Elide references to _chkstk for dynamic...
2016-03-02 Matthias BraunARM: Introduce conservative load/store optimization...
2016-03-02 Geoff Berry[AArch64] Enable non-leaf frame pointer elimination.
2016-03-02 Simon Pilgrim[X86][SSSE3] Added combine test for unary shuffle ...
2016-03-02 Michael Zuckerman[LLVM][AVX512]PSRAWI Change imm8 to int.
2016-03-02 Simon Pilgrim[X86][SSE] Lower 128-bit MOVDDUP with existing VBROADCA...
2016-03-02 Craig Topper[X86] Make X86MCCodeEmitter::DetermineREXPrefix locate...
2016-03-02 David Majnemer[X86] Permit reading of the FLAGS register without...
2016-03-02 Matt ArsenaultDAGCombiner: Make sure an integer is being truncated
2016-03-02 Sanjay Patelrevert r262424 because there's a *clang test* for AArch...
2016-03-02 Sanjoy Das[SCEV] Make getRange smarter around selects
2016-03-02 Chris Bieneman[CMake] Add convenience target llvm-test-depends to...
2016-03-01 Sanjay Patel[InstCombine] convert 'isPositive' and 'isNegative...
2016-03-01 Dehao ChenPerform InstructioinCombiningPass before SampleProfile...
2016-03-01 Simon Pilgrim[X86][SSE41] Added missing fast-isel intrinsics tests
2016-03-01 Simon Pilgrim[X86][XOP] Regenerated intrinsics tests
2016-03-01 Simon Pilgrim[X86][AVX2] Regenerated 256-bit vector / 64-bit element...
2016-03-01 Simon Pilgrim[X86][AVX2] Regenerated horizontal add/sub tests
2016-03-01 Simon Pilgrim[X86][AVX2] Regenerated intrinsics tests
2016-03-01 Simon Pilgrim[X86][AVX] Fixed triple/arch clash in test case
2016-03-01 Matt ArsenaultDAGCombiner: Turn truncate of a bitcasted vector to...
2016-03-01 Jacques Pienaar[lanai] Add ELF enum value and relocations.
2016-03-01 Kit Barton[Power9] Implement new vector compare, extract, insert...
2016-03-01 Geoff Berry Revert "[AArch64] Fix isLegalAddImmediate() to...
2016-03-01 Vasileios KalintirisRevert "[mips] Promote the result of SETCC nodes to...
2016-03-01 Owen AndersonFix an issue where fast math flags were dropped during...
2016-03-01 Justin Lebar[NVPTX] Use different, convergent MIs for convergent...
2016-03-01 David Majnemer[X86] Elide references to _chkstk for dynamic allocas
next