platform/upstream/llvm.git
2016-07-21 Sanjay Patel[InstSimplify] recognize trunc + icmp sgt/slt variants...
2016-07-21 Adam Nemet[OptDiag,LDist] Convert remaining opt remarks to use...
2016-07-21 Matthew Simpson[LV] Move vector int induction update to end of latch
2016-07-21 Rafael EspindolaReally fix invalid EhSectionPiece access.
2016-07-21 Etienne Bergeron[compiler-rt] Add support for relative offset adjustmen...
2016-07-21 Reid KlecknerDisable a flaky test on Windows that uses "echo >>"
2016-07-21 Reid KlecknerFix the clang-cl self-host with VS 2013 headers
2016-07-21 Francis RicciEnable cross-compilation across architectures on android
2016-07-21 Reid Kleckner[asan] Fix Win64 test portability issues
2016-07-21 George Burgess IVNormalize file docs. NFC.
2016-07-21 Rong Xu[PGO] Make needsComdatForCounter() available (NFC)
2016-07-21 Rafael EspindolaFix PR28575.
2016-07-21 Sanjay Pateladd vector tests and a simpler version of the negative...
2016-07-21 Reid KlecknerDisable thread safe statics in clang-cl, they call...
2016-07-21 Etienne BergeronFix unsymbolize unittest. Adding win64 address.
2016-07-21 Renato Golin[docs] Move GitHub to GitHubSubMod
2016-07-21 Etienne Bergeron[compiler-rt] Fix interception of memcpy/memmove on...
2016-07-21 George Rimar[ELF] - Basic support of linkerscript commands: DATA_SE...
2016-07-21 Rui UeyamaUpdate comment.
2016-07-21 Richard OsborneTransfer ownership of the XCore backend.
2016-07-21 Anna ThomasRevert "Invariant start/end intrinsics overloaded for...
2016-07-21 Sanjoy Das[IndVars] Reflow oddly formatted condition; NFC
2016-07-21 Kostya Serebryany[sanitizer] allocator: remove kPopulateSize and only...
2016-07-21 Adrian McCarthyReroll "Include unreferenced nested types in member...
2016-07-21 Anna ThomasInvariant start/end intrinsics overloaded for address...
2016-07-21 Reid KlecknerFix MSVC 2015 compilation failure around range-for...
2016-07-21 Reid KlecknerFix clang-cl warning and crash in sanitizers
2016-07-21 Rafael EspindolaUse just built llvm-as in tests.
2016-07-21 Sanjay Patelmake InstCombine compare helper functions private; NFC
2016-07-21 Etienne Bergeronfix https://reviews.llvm.org/D22610
2016-07-21 Vedant KumarAvoid a string copy, NFC
2016-07-21 JF BastienRemove FIXME for feature test macro
2016-07-21 Quentin Colombet[IRTranslator] Add G_SUB opcode.
2016-07-21 Quentin Colombet[llvm-config][GlobalISel] Canonicalize LLVM_HAS_GLOBAL_...
2016-07-21 Quentin Colombet[CMake][GlobalISel] Turn LLVM_BUILD_GLOBAL_ISEL into...
2016-07-21 Quentin Colombet[IRTranslator] Add comments to explain the ordering...
2016-07-21 Sanjay Patel[InstCombine] break up visitICmpInstWithInstAndIntCst...
2016-07-21 Oleksiy VyalovAdd check for non-null log instance in PlatformAndroid.
2016-07-21 Renato GolinAdding RELEASE_TESTERS.TXT
2016-07-21 Eugene Leviant[ELF] Fix bug in program header FLAGS processing +...
2016-07-21 George Rimar[ELF] - Cleanup of LinkerScript<ELFT>::assignAddresses()
2016-07-21 Etienne Bergeron[compiler-rt] Fix memmove/memcpy overlap detection...
2016-07-21 Konstantin... [AMDGPU] Emit read-only data to .rodata for hsa
2016-07-21 Quentin Colombet[IRTranslator] Add G_AND opcode.
2016-07-21 George Rimar[ELF] - Fixed 3 testases failtures on win32 configuration.
2016-07-21 Konstantin... ELF/AMDGPU: Add support for R_AMDGPU_ABS32
2016-07-21 Konstantin... AMDGPU/SI: Add support for R_AMDGPU_ABS32
2016-07-21 Geoff Berry[AArch64] Load/store opt: Don't count transient instruc...
2016-07-21 Benjamin KramerMove some IntrusiveRefCntPtrs instead of copying.
2016-07-21 Benjamin KramerWeaken ThreadSafeRefCountedBase atomics.
2016-07-21 Etienne Bergeron[compiler-rt] Disable some unittests on windows that...
2016-07-21 Simon Pilgrim[X86][SSE] Allow folding of store/zext with PEXTRW...
2016-07-21 Pavel LabathUnify process launching code on linux
2016-07-21 Simon PilgrimFixed line endings
2016-07-21 Etienne Bergeron[compiler-rt] Fix broken unittest on win64
2016-07-21 Simon Pilgrim[X86][SSE] Pull out duplicate EXTRW lowering code....
2016-07-21 Benjamin Kramer[profdata] Remove constructor that MSVC 2013 pretends...
2016-07-21 George Rimar[ELF] - Linkerscript: add InputSectionDescription comma...
2016-07-21 Benjamin Kramer[clang-tidy] Avoid duplicated DenseMap lookup.
2016-07-21 Simon Pilgrim[X86][AVX] Added support for lowering to VBROADCASTF128...
2016-07-21 Haojian Wu[include-fixer] Add mising qualifiers to all instances...
2016-07-21 Adrian McCarthyRevert "Include unreferenced nested types in member...
2016-07-21 Benjamin Kramer[DemandedBits] Reduce number of duplicated DenseMap...
2016-07-21 Benjamin Kramer[DenseMap] Add a C++17-style try_emplace method.
2016-07-21 Benjamin KramerRename StringMap::emplace_second to try_emplace.
2016-07-21 Rafael EspindolaDelete SplitInputSection.
2016-07-21 Sam Kolton[AMDGPU] Some code cleaning in SIRegisterInfo.td
2016-07-21 Marshall ClowAgain, w/o the tabs
2016-07-21 Marshall ClowAnother fix to appease the no-exception bots.
2016-07-21 Adrian McCarthyInclude unreferenced nested types in member list only...
2016-07-21 Tobias GrosserGPGPU: generate code for ScopStatements
2016-07-21 Tobias GrosserIslNodeBuilder: expose addReferencesFromStmt [NFC]
2016-07-21 Tobias GrosserIslExprBuilder: allow to specify an external isl_id...
2016-07-21 Rui UeyamaSimplify symbol version handling.
2016-07-21 Marina YatsinaExecutionDepsFix - Fix bug in clearance calculation
2016-07-21 Benjamin Kramer[GCOV] Remove a layer of indirection.
2016-07-21 Renato Golin[docs] Update release docs
2016-07-21 Tobias GrosserBlockGenerator: remove dead instructions in normal...
2016-07-21 Tobias Grossertests: make test cases more robust using regexp
2016-07-21 Rui UeyamaInstantiate Interp output section only when needed.
2016-07-21 Eugene Leviant[ELF] Support FLAGS attribute in program header definition
2016-07-21 Kirill Bobyrev[clang-rename] check whether -new-name is valid identif...
2016-07-21 Daniel SandersRevert r276256 - Attempt to fix clang-cmake-mips after...
2016-07-21 Matt ArsenaultAMDGPU: Fix phis from blocks split due to register...
2016-07-21 Daniel SandersAttempt to fix clang-cmake-mips after r268977.
2016-07-21 Dean Michael... Default XRay building to OFF to let build bots that...
2016-07-21 Jason MolendaAdd a new DynamicLoader plugin that uses SPI that are...
2016-07-21 George Rimar[ELF] - Linkerscript: remove excessive ScriptConfigurat...
2016-07-21 Yaron KerenProvide __GLIBCXX_TYPE_INT_N_0 and __GLIBCXX_BITSIZE_IN...
2016-07-21 Dean Michael... [compiler-rt][XRay] re-submitting r276117, with fixes...
2016-07-21 Craig Topper[Sema,X86] Add explicit check to ensure that builtins...
2016-07-21 Craig Topper[X86] Add missing __x86_64__ qualifiers on a bunch...
2016-07-21 David Majnemer[GVNHoist] Preserve optimization hints which agree
2016-07-21 Tobias Grossertests: fix order of memory accesses to ensure import...
2016-07-21 Tobias GrosserJScop: Factor out importContext [NFC]
2016-07-21 Tobias GrosserJScop: Factor out importContext [NFC]
2016-07-21 Tobias GrosserJScop: Factor out importSchedule [NFC]
2016-07-21 George Rimar[ELF] - Initial support of tree-style linker script...
2016-07-21 Davide Italiano[CodeGen] Handle recursion in LLVMIRGeneration Timer.
2016-07-21 Marshall ClowFix some string_view tests that were failing when excep...
next