platform/upstream/llvm.git
2016-03-14 Teresa Johnson[ThinLTO] Clang side of renaming of function index...
2016-03-14 Teresa Johnson[ThinLTO] Renaming of function index to module summary...
2016-03-14 Keno Fischer[JITEventListener] Fix some -Wundef warnings
2016-03-14 Ed MasteShuffle an #undef to avoid a warning on FreeBSD
2016-03-14 Adam NemetRevert "Turn LoopLoadElimination on again"
2016-03-14 Chris Bieneman[CMake] Updating Apple Clang CMake caches
2016-03-14 Sanjay Patelallow branch weight metadata on select instructions...
2016-03-14 Justin Lebar[attrs] Handle convergent CallSites.
2016-03-14 Justin Lebar[docs] "Straightforward" is one word.
2016-03-14 Justin Lebar[docs] Fix typo in docs/CodeGenerator.rst.
2016-03-14 Ulrich Weigand[SystemZ] Add missing isBranch flags to certain instruction
2016-03-14 Peter CollingbourneRelax test introduced in r263464 to accept ARM ABI...
2016-03-14 Keno Fischer[SLPVectorizer] Fix dependency list
2016-03-14 Aaron BallmanReverting r263474; it turns out there are uses of the...
2016-03-14 Aaron BallmanThe file header of TrailingObjects.h suggests that...
2016-03-14 Rui UeyamaELF: Update the document.
2016-03-14 Adam NemetTurn LoopLoadElimination on again
2016-03-14 Rui UeyamaRevert r263366: Cosmetic change to reduce repetitions...
2016-03-14 Daniel Jasperclang-format: [JS] Handle certain cases of ASI.
2016-03-14 Peter CollingbourneCodeGen: Use 32-bit gep offsets to address vtable addre...
2016-03-14 Enrico GranataMore of the alias refactoring work! CommandAlias is...
2016-03-14 Ed MasteEnable expectedFailure for all Clang versions in TestRe...
2016-03-14 Rui UeyamaELF: Add a few numbers to the document.
2016-03-14 Peter CollingbourneCodeGen: Mark functions used in vtables as unnamed_addr.
2016-03-14 Michael Kuperstein[AliasSetTracker] Do not strip pointer casts when proce...
2016-03-14 Chad Rosier[AArch64] Refactor AArch64FrameLowering::emitPrologue...
2016-03-14 Quentin Colombet[SpillPlacement] Fix a quadratic behavior in spill...
2016-03-14 Chad Rosier[AArch64] Break the dependency between FP and SP when...
2016-03-14 Quentin Colombet[ADT] Add a pop_back_val method to the SparseSet container.
2016-03-14 Chad Rosier[Mips] Fix -Wunused-private-field warning after r263444.
2016-03-14 Sanjay Patel[DAG] use !isUndef() ; NFCI
2016-03-14 Marshall ClowAdd failing tests that I forgot to add to the last...
2016-03-14 Marshall ClowImplement LWG#2566: Requirements on the first template...
2016-03-14 Richard Smith[modules] Don't diagnose non-modular includes from...
2016-03-14 Sanjay Patel[DAG] use isUndef() ; NFCI
2016-03-14 Tom StellardAMDGPU/SI: Handle wait states required for DPP instructions
2016-03-14 Sanjay Patel[x86, AVX] replace masked load with full vector load...
2016-03-14 Daniel Sanders[mips] MIPS32R6 compact branch support
2016-03-14 Samuel Antao[OpenMP] Replace offloading option that start with...
2016-03-14 Marek OlsakAMDGPU/SI: Incomplete shader binaries need to finish...
2016-03-14 Nicolai HaehnleAMDGPU: mark llvm.amdgcn.image.atomic.* as a source...
2016-03-14 Pavel Labath[test] Correctly retry connections on android targets
2016-03-14 Vasileios Kalintiris[mips] Use range-based for loops. NFC.
2016-03-14 Benjamin KramerRevert "Recommitted r261633 "Supporting all entities...
2016-03-14 Benjamin KramerRevert "Recommitted r261634 "Supporting all entities...
2016-03-14 Jonas HahnfeldFix some more tests with CLANG_DEFAULT_CXX_STDLIB
2016-03-14 Jonas HahnfeldMake FreeBSD and NetBSD use CLANG_DEFAULT_CXX_STDLIB
2016-03-14 George RimarRemove dead code. NFC.
2016-03-14 Ed MasteAllow any build-id length between 4 and 20 bytes inclusive
2016-03-14 Ulrich Weigand[SystemZ] Avoid LER on z13 due to partial register...
2016-03-14 Chad Rosier[CVP] Replace nonnegative with positive, per Philip...
2016-03-14 Benjamin Kramer[Frontend] Disable value name discarding for all saniti...
2016-03-14 Zlatko Buljan[mips] Fix an issue with long double when function...
2016-03-14 Daniel Sanders[mips] Range check uimm16_64
2016-03-14 Haojian Wu[clang-tidy] Fix "Name is not a simple identifier"...
2016-03-14 Amjad AboudRecommitted r261634 "Supporting all entities declared...
2016-03-14 Amjad AboudRecommitted r261633 "Supporting all entities declared...
2016-03-14 Daniel Sanders[mips] Simplify ordering of range checked immediate...
2016-03-14 Andrey Turetskiy[Driver] Enable --rtlib option for MSVC target
2016-03-14 Pavel LabathExtend XFlaky in TestProcessIO to linux as well
2016-03-14 Nikolay Haustov[AMDGPU] Assembler: SOP* instruction fixes
2016-03-14 Daniel Sanders[mips] Range check uimm6_lsl2.
2016-03-14 Hans WennborgTry to fix build of WebAssemblyRegStackify.cpp on Windows
2016-03-14 Igor BregerAVX512: icmp operation should be always lowered to...
2016-03-14 George Rimar[ELF] implement --warn-common/--no-warn-common
2016-03-14 Eric ChristopherTemporarily make discard value names depend on whether...
2016-03-14 Valery Pykhtin[AMDGPU] AsmParser: Factor out parseRegister. NFC.
2016-03-14 Eric ChristopherGive the test a temporary output so it can be cleaned up.
2016-03-14 Valery Pykhtin[AMDGPU] AsmParser: refactor post push_back vector...
2016-03-14 David Majnemer[CodeView] Consistently handle overly large symbol...
2016-03-14 Valery Pykhtin[AMDGPU] AsmParser: remove redundant isReg checks....
2016-03-14 Haicheng Wu[CVP] Convert an SDiv to a UDiv if both operands are...
2016-03-14 Marshall ClowMark exception-throwing test as XFAIL when exceptions...
2016-03-14 Amaury SechetAdd facility to add/remove/check attribute on function...
2016-03-14 Junmo Park[MCSchedule] Remove comments about MinLatency. NFC
2016-03-14 Simon Pilgrim[X86][XOP] Added target shuffle combine tests for XOP...
2016-03-13 Rui UeyamaPrint out newline in both cases.
2016-03-13 Nico WeberTry to get cl-pch-showincludes passing on AArch64 bots.
2016-03-13 Mehdi AminiRevert "Revert "Update Polly for the removal of Preserv...
2016-03-13 Rui UeyamaSimplify. NFC.
2016-03-13 Rui UeyamaRemove uint32_X type.
2016-03-13 David BlaikieRemove some unused variables
2016-03-13 Rui UeyamaELF: Split initializeSections and add comments.
2016-03-13 Mehdi AminiRemove compile time PreserveName in favor of a runtime...
2016-03-13 Mehdi AminiRemove PreserveNames template parameter from IRBuilder
2016-03-13 Rui UeyamaRemove `else` after `return`.
2016-03-13 Rui UeyamaSimplify. NFC.
2016-03-13 Rui UeyamaRemove unused #include.
2016-03-13 Rui UeyamaRemove a local variable. NFC.
2016-03-13 Simon Atanasyan[ELF][MIPS] Use TargetInfo::needsGot call to check...
2016-03-13 Rui UeyamaELF: Add `Rela` member variable to Config.
2016-03-13 Rui UeyamaELF: Redefine canBeDefined as a member function of...
2016-03-13 Rui UeyamaELF: Set e_flags header only when MIPS.
2016-03-13 Simon Pilgrim[X86][SSE] Added truncated vector arithmetic tests.
2016-03-13 Simon Pilgrim[X86][SSE41] Avoid variable blend for constant v8i16...
2016-03-13 Simon Atanasyan[ELF][MIPS] Add elf namespace name to the ObjectFile.
2016-03-13 Simon Atanasyan[ELF][MIPS] Factor out SumVA adjustments into a couple...
2016-03-13 Amjad AboudAdded test that covers changes in r263379.
2016-03-13 Amjad AboudFixed DIBuilder to verify that same imported entity...
2016-03-13 David Majnemer[CodeView] Truncate display names
next