platform/upstream/llvm.git
2017-10-21 Rafael EspindolaDon't call buildSectionOrder multiple times.
2017-10-20 Sanjay Patel[CodeGen] add tests for __builtin_sqrt*; NFC
2017-10-20 George Karpenkov[Analyzer] Correctly handle parameters passed by refere...
2017-10-20 Rafael EspindolaRemove unused argument.
2017-10-20 Zachary Turner[clang-tidy] Remove MSVC inline assembly test from...
2017-10-20 Zachary Turner[clang-tidy] Don't error on MS-style inline assembly.
2017-10-20 Richard SmithImplement current CWG direction for support of arrays...
2017-10-20 Pavel Labathlldb-server tests: Propagate environment variables...
2017-10-20 Krzysztof Parzyszek[Packetizer] Add function to check for aliasing between...
2017-10-20 Sanjay Patel[utils, x86] add regex for retl/retq to reduce duplicat...
2017-10-20 Eugene Zelenko[Transforms] Fix some Clang-tidy modernize and Include...
2017-10-20 Sam Clegg[WebAssembly] MC: Fix crash when -g specified.
2017-10-20 Jan Veselyamdgcn: Add missing datalayout info to .ll files
2017-10-20 Jan Veselyr600: Add missing datalayout to .ll files
2017-10-20 Daniel Sanders[globalisel][tablegen] Fix small spelling nits. NFC
2017-10-20 Krzysztof Parzyszek[Hexagon] Report error instead of crashing on wrong...
2017-10-20 Jonas HahnfeldRevert "[OpenMP] Avoid VLAs for some reductions on...
2017-10-20 Jonathan PeytonRestrict OMPT to OpenMP version 5.0 and remove old...
2017-10-20 Peter CollingbourneCOFF: Add type server pdb files to linkrepro tar file.
2017-10-20 Jonathan PeytonAdd license envirable for testing Intel compilers
2017-10-20 Pavel LabathRevert "Logging: Make sure logging machinery is in...
2017-10-20 Jonathan PeytonAdd C++ support for testcases
2017-10-20 Jonas Hahnfeld[OpenMP] Avoid VLAs for some reductions on array sections
2017-10-20 Krzysztof Parzyszek[Hexagon] Reorganize and update instruction patterns
2017-10-20 Jonathan PeytonApply formatting changes
2017-10-20 Simon Pilgrim[X86][SSE] Add missing _mm_extract_ps fast-isel test
2017-10-20 Erich KeaneAllow /showIncludes with /P
2017-10-20 Saleem AbdulrasoolGNU: do not read the FDE count if omitted
2017-10-20 Sanjay Patel[x86] avoid FileCheck assert duplication with retl...
2017-10-20 Simon Pilgrim[X86][SSE] getTargetShuffleMask - check shuffle input...
2017-10-20 Haojian Wu[clang-tidy] Add missing test files in r316090.
2017-10-20 Sam Clegg[WebAssembly] MC: Handle (ignore) MCSA_Protected symbol...
2017-10-20 Dave LeeMake x86 __ehhandler comdat if parent function is
2017-10-20 Krzysztof Parzyszek[Hexagon] Allow redefinition with immediates for hw...
2017-10-20 Simon Pilgrim[X86] Check all CPU target names.
2017-10-20 Zvi RackoverX86 Tests: Add tests for vector permutes with variable...
2017-10-20 Aleksandar... Revert "[mips] Reordering callseq* nodes to be linear"
2017-10-20 Eugene Leviant[ARM] Use post-RA MI scheduler when +use-misched is set
2017-10-20 Simon Pilgrim[X86][AVX512] Regenerate regcall tests.
2017-10-20 Haojian Wu[clang-refactor] Add "-Inplace" option to the commandli...
2017-10-20 Ivan A. Kosarev[CodeGen] Fix generation of TBAA info for array-to...
2017-10-20 Dmitry Vyukovtsan: add tests missed in r316209
2017-10-20 Dmitry Vyukov[tsan] Add Mutex annotation flag for constant-initializ...
2017-10-20 Nikolai Bozhenov[ValueTracking] Enabling ValueTracking patch by default
2017-10-20 Max KazantsevAdd test case for LoopSink pass
2017-10-20 Dylan McKay[AVR] Fix the select-mbb-placement-bug.ll
2017-10-20 Saleem AbdulrasoolBasic: restore {,u}intptr_t on NetBSD/ARM
2017-10-20 Lang Hames[ExecutionEngine] Temporarily remove the ExecutionEngin...
2017-10-20 Lang Hames[ExecutionEngine] After a heroic dev-meeting hack sessi...
2017-10-20 Nemanja IvanovicDisabling the transformation introduced in r315888
2017-10-20 Richard SmithRevert r316193.
2017-10-19 Peter WuTry to shorten system header paths when using -MD depfiles
2017-10-19 Keith Wyss[XRay] [docs] Document how to generate flamegraphs...
2017-10-19 Marshall ClowFix an unsigned integer overflow in regex that lead...
2017-10-19 Eugene Zelenko[Transforms] Fix some Clang-tidy modernize and Include...
2017-10-19 Alex Bradbury[RISCV] Add missing hunk from r316188
2017-10-19 Alex Bradbury[RISCV] Initial codegen support for ALU operations
2017-10-19 Eugene Zelenko[Transforms] Fix some Clang-tidy modernize and Include...
2017-10-19 Aaron BallmanThese attributes are not supported by GCC and should...
2017-10-19 James Y KnightAdd an svn project to contain the files that appear...
2017-10-19 Aaron BallmanThese attributes are supported by GCC with the gnu...
2017-10-19 Craig Topper[SelectionDAG] Add a check to getVectorShuffle to ensur...
2017-10-19 Craig Topper[X86] Remove LowerEXTRACT_SUBVECTOR handler. All EXTRAC...
2017-10-19 Jan VeselyAMDGPU: Parse r600 CPU name early and expose FMAF capab...
2017-10-19 Martin Storsjo[COFF] Avoid forward declaring StringSet, fix build
2017-10-19 Guozhi Wei[CGExprScalar] Add missing types in function GetIntrinsic
2017-10-19 Martin Storsjo[COFF] Move MinGW specific functions/classes to a separ...
2017-10-19 Benjamin Kramer[Sema] Fix assertion failure when checking for unused...
2017-10-19 Simon Pilgrim[X86][AES] Test AES intrinsics on 32/64-bit targets...
2017-10-19 Graham YiuThe cost of splitting a large vector instruction is...
2017-10-19 Pavel LabathLogging: Make sure logging machinery is in a consistent...
2017-10-19 Marshall ClowFix UB - signed integer overflow in regex. Thanks to...
2017-10-19 Konstantin... AMDGPU/Docs: Fix unreadable characters
2017-10-19 Krzysztof Parzyszek[Hexagon] Fix store conversion from rr to io in optimiz...
2017-10-19 Saleem AbdulrasoolExecutionEngine: adjust COFF i386 tautological asserts
2017-10-19 Alex Bradbury[RISCV] RISCVAsmParser: early exit if RISCVOperand...
2017-10-19 Alex Bradbury[RISCV][NFC] Drop unused parameter from createImm helpe...
2017-10-19 Erich KeaneFix nodiscard for volatile references
2017-10-19 Yaxun Liu[AMDGPU] Fix bug in enqueued block codegen due to an...
2017-10-19 Nikolai BozhenovRevert r315992 because of a found miscompilation failure
2017-10-19 George Rimar[ELF] - Simplify. NFC.
2017-10-19 Simon Pilgrim[X86] Replace custom scalar integer absolute matching...
2017-10-19 Simon PilgrimFix MSVC signed/unsigned comparison warning
2017-10-19 Simon Pilgrim[X86] Add scalar (abs (abs x)) -> (abs x) combine test.
2017-10-19 Alex Bradbury[RISCV] Prepare for the use of variable-sized register...
2017-10-19 Max KazantsevRevert rL316156 due to failure on APFloatTest.fromToStr...
2017-10-19 Gabor Horvath[analyzer] Dump signed integers in SymIntExpr and IntSy...
2017-10-19 Serguei KatkovFix APFloat from string conversion for Inf
2017-10-19 Diana Picus[ARM GlobalISel] Fix liveins in test. NFC
2017-10-19 Diana Picus[ARM GlobalISel] Remove redundant tests
2017-10-19 Vassil VassilevRevert 316150 which reinstated r316025.
2017-10-19 Haojian WuFix a few nits in RenamingAction.
2017-10-19 Sam McCallConst fix for YAMLParser.
2017-10-19 Vassil VassilevReinstate r316025, reverted in r316029.
2017-10-19 Martin Storsjo[Headers] Fix typoed __ARM_DWARF_EH__ ifdefs
2017-10-19 Martin Storsjo[COFF] Exclude certain static libraries and object...
2017-10-19 Vedant Kumar[Coverage] Simplify r316141. NFC.
2017-10-19 Max Kazantsev[NFC][IRCE] Filter out empty ranges early
2017-10-19 whitequark[MergeFunctions] Don't blindly RAUW a GlobalValue with...
2017-10-19 Rafael EspindolaSimplify.
next