OSDN Git Service

Fix MSVC "signed/unsigned mismatch" warning. NFCI.
[android-x86/external-llvm.git] / test /
2018-06-26 Bernard Ogden[AArch64] Tighten up directives tests
2018-06-26 Bernard Ogden[AArch64] Clean up LSE directive tests
2018-06-26 Bjorn PetterssonImprove ConvertDebugDeclareToDebugValue
2018-06-26 Gil Rapaport[InstCombine] (A + 1) + (B ^ -1) --> A - B
2018-06-26 Dan Gohman[WebAssembly] Fix lowering of varargs functions with...
2018-06-26 Craig Topper[X86] Use XOR for SUB (C, X) during isel if will help...
2018-06-26 Teresa Johnson[ThinLTO] Add string saver onto index for value names
2018-06-26 Craig Topper[X86] Redefine avx512 packed fpclass intrinsics to...
2018-06-26 Teresa Johnson[ThinLTO] Add per-module indexes to combined index...
2018-06-26 Craig TopperRevert r335562 and 335563 "[X86] Redefine avx512 packed...
2018-06-26 Craig Topper[X86] Redefine avx512 packed fpclass intrinsics to...
2018-06-25 Eric ChristopherAdd a warning if someone attempts to add extra section...
2018-06-25 Chandler Carruth[PM/LoopUnswitch] Teach the new unswitch to handle...
2018-06-25 Craig Topper[X86] Update fpclass intrinsic tests to chain their...
2018-06-25 Francis Visoiu Mistrih[OrcMCJIT] Fix test after r335508 causing it to fail...
2018-06-25 Sanjay Patel[InstCombine] add/move tests for udiv; NFC
2018-06-25 Sanjay Patel[InstCombine] fold sdiv with sext bool divisor
2018-06-25 Sanjay Patel[InstCombine] add tests for sdiv with sext bool divisor...
2018-06-25 Florian HahnRevert r335513: [SCEVExp] Advance found insertion point
2018-06-25 Florian HahnForce vector width for scev-expander-debug.ll test
2018-06-25 Lei Huang[PowerPC] Fix incorrectly encoded wait instruction
2018-06-25 Florian Hahn[SCEVExp] Advance found insertion point until we find...
2018-06-25 Sanjay Patel[InstSimplify] fold div/rem of zexted bool
2018-06-25 Sanjay Patel[InstSimplify] add tests for div/rem with bool divisor...
2018-06-25 Reid KlecknerRe-land r335297 "[X86] Implement more of x86-64 large...
2018-06-25 Sanjay Patel[InstCombine] add tests for add-of-sext-bool; NFC
2018-06-25 Craig Topper[X86] Allow base and index for gather instructions...
2018-06-25 Vedant Kumar[SelectionDAG] Remove debug locations from ConstantSD...
2018-06-25 Matt ArsenaultAMDGPU/GlobalISel: Add support for llvm.amdgcn.kernarg...
2018-06-25 Matt ArsenaultStackSlotColoring: Decide colors per stack ID
2018-06-25 Matt ArsenaultAMDGPU/GlobalISel: Fix G_IMPLICIT_DEF for pointers
2018-06-25 David Green[DA] Delinearise AddRecs if we can prove they don't...
2018-06-25 Matt ArsenaultAMDGPU: Respect align argument parameter
2018-06-25 Krzysztof ParzyszekImprove handling of COPY instructions with identical...
2018-06-25 Artur PilipenkoRevert change 335077 "[InlineSpiller] Fix a crash due...
2018-06-25 Artur PilipenkoRevert change 335091.
2018-06-25 Heejin Ahn[WebAssembly] Add WebAssemblyLateEHPrepare pass
2018-06-25 Craig Topper[X86] Remove the changes to combineScalarToVector made...
2018-06-24 Sanjay Patel[DAGCombiner] eliminate setcc bool math when input...
2018-06-23 Jonas Devlieghere[llvm-mt] Use WithColor for printing errors.
2018-06-23 Craig Topper[X86] Make %eiz usage in 64-bit mode, force a 0x67...
2018-06-23 Craig Topper[X86] Teach disassembler to use %eip instead of %rip...
2018-06-23 Craig Topper[X86][AsmParser] Improve base/index register checks.
2018-06-23 Stanislav MekhanoshinFix invariant fdiv hoisting in LICM
2018-06-23 Reid Kleckner[IR] Split Intrinsics.inc into enums and implementations
2018-06-23 Fangrui Song[ELF] Change isSectionData to exclude SHF_EXECINSTR
2018-06-22 Reid Kleckner[RuntimeDyld] Implement the ELF PIC large code model...
2018-06-22 Eli Friedman[LoopReroll] Rewrite induction variable rewriting.
2018-06-22 Craig Topper[X86][AsmParser] Keep track of whether an explicit...
2018-06-22 Sanjay Patel[x86] add more tests for bit hacking opportunities...
2018-06-22 Sanjay Patel[PowerPC] add more tests for bit hacking opportunities...
2018-06-22 Craig Topper[X86][AsmParser] In Intel syntax make sure we support...
2018-06-22 Sanjay Patel[x86] add tests for bit hacking opportunities with...
2018-06-22 Sanjay Patel[PowerPC] add tests for bit hacking opportunities with...
2018-06-22 Craig Topper[X86] Add test cases showing missed select simplifcatio...
2018-06-22 Aditya Nandakumar[GISel]: Add G_ADDRSPACE_CAST Opcode
2018-06-22 Craig Topper[X86] Don't accept (%si,%bp) 16-bit address expressions.
2018-06-22 Craig Topper[X86][AsmParser] Allow (%bp,%si) and (%bp,%di) to be...
2018-06-22 Simon Pilgrim[X86][SSE] Add sdiv by (nonuniform) minus one tests...
2018-06-22 Craig Topper[X86][AsmParser] Check for invalid 16-bit base register...
2018-06-22 Craig Topper[X86] Don't allow ESP/RSP to be used as an index regist...
2018-06-22 Easwaran Raman[X86] Add a test to show missed opportunity to generate...
2018-06-22 Simon Pilgrim[SLPVectorizer] Support alternate opcodes in tryToVecto...
2018-06-22 Paul RobinsonFix test again, try to keep all targets happy
2018-06-22 Paul RobinsonFix test, nop is not always 1 byte
2018-06-22 Paul Robinson[DWARFv5] Allow ".loc 0" to refer to the root file.
2018-06-22 Simon Pilgrim[SLPVectorizer] Relax alternate opcodes to accept any...
2018-06-22 Simon Pilgrim[SLPVectorizer][X86] Add alternate opcode tests for...
2018-06-22 Sanjay Patel[InstCombine] add shuffle+binops test from PR37806...
2018-06-22 Sanjay Patel[InstCombine] add tests for shuffle-with-different...
2018-06-22 Simon Pilgrim[X86] Regenerate tests to include fma comments
2018-06-22 George RimarRecommit r335333 "[MC] - Add .stack_size sections into...
2018-06-22 George RimarRevert r335332 "[MC] - Add .stack_size sections into...
2018-06-22 George Rimar[MC] - Add .stack_size sections into groups and link...
2018-06-22 Sjoerd MeijerRecommit of r335326, with the test fixed that I missed.
2018-06-22 Simon Pilgrim[CostModel][AArch64] Add some initial costs for SK_Sele...
2018-06-22 Sjoerd MeijerReverting r335326 while I look at the test failure
2018-06-22 Eugene LeviantRevert r335324 due to a builtbot failure
2018-06-22 Sjoerd Meijer[ARM] ARMv6m and v8m.baseline strict align
2018-06-22 Matt ArsenaultAMDGPU: Add patterns for i32/i64 local atomic load...
2018-06-22 Eugene Leviant[Evaluator] Improve evaluation of call instruction
2018-06-22 Mikhail Dvoretckii[X86] Changing the check for valid inputs in combineSca...
2018-06-22 Chandler CarruthRevert r335306 (and r335314) - the Call Graph Profile...
2018-06-22 Tom StellardAMDGPU/GlobalISel: legalize and select 32-bit G_ASHR
2018-06-22 Chandler Carruth[LegacyPM] Fix PR37888 by teaching the legacy loop...
2018-06-22 Tom StellardAMDGPU/GlobalISel: legalize and select 32-bit G_SITOFP
2018-06-22 Tom StellardAMDGPU/GlobalISel: Implement select() for COPY
2018-06-22 Chandler CarruthFix test failures after r335306 due to the pipeline...
2018-06-21 Sanjay Patel[InstCombine] fix shuffle-of-binops bug
2018-06-21 Sanjay Patel[InstCombine] add test for shuffle-of-binops; NFC
2018-06-21 Tom StellardAMDGPU/GlobalISel: Implement select() for G_IMPLICIT_DEF
2018-06-21 Michael J. Spencer[Instrumentation] Add Call Graph Profile pass
2018-06-21 Reid Kleckner[X86] Fix 32-bit mingw comdat names, only add one under...
2018-06-21 Scott Linder[AMDGPU] Fix lit failures introduced in r335281
2018-06-21 Reid KlecknerRevert r335297 "[X86] Implement more of x86-64 large...
2018-06-21 Reid Kleckner[X86] Implement more of x86-64 large and medium PIC...
2018-06-21 Matthew Voss[GVN] Avoid casting a vector of size less than 8 bits...
2018-06-21 Tim Shen[SCEV] Re-apply r335197 (with Polly fixes).
2018-06-21 Konstantin ZhuravlyovAMDGPU: Remove ability to reserve VGPRs for debugger
2018-06-21 Reid Kleckner[mingw] Fix GCC ABI compatibility for comdat things
next