platform/upstream/llvm.git
2016-09-17 Kuba Brecka[tsan] Update signal_cond.cc to write to stderr intead...
2016-09-17 Eric LiuWhen replacements have the same offset, make replacemen...
2016-09-17 George Rimar[ELF] Linkerscript: fixed bug about commands processing.
2016-09-17 George Rimar[ELF] - Fixed mistypes in comments. NFC.
2016-09-17 Daniel Jasperclang-format: [JS] Fix a crash in handledTemplateStrings.
2016-09-17 Kuba Brecka[compiler-rt] Disable building of profiling runtime...
2016-09-17 Kostya Serebryany[libFuzzer] properly reset the guards when reseting...
2016-09-17 Mehdi AminiDon't create a SymbolTable in Function when the LLVMCon...
2016-09-17 Mehdi Amini[MIR Parser] Fix Build!
2016-09-17 Mehdi AminiMIR Parser: issue an error when the Context discard...
2016-09-17 Kostya Serebryany[libFuzzer] change trace-pc to use 8-byte guards
2016-09-17 Kostya Serebryany[sanitizer-coverage] change trace-pc to use 8-byte...
2016-09-17 Mehdi AminiRevert "Don't create a SymbolTable in Function when...
2016-09-17 Mehdi AminiDon't create a SymbolTable in Function when the LLVMCon...
2016-09-17 Rui UeyamaAttempt to fix buildbot.
2016-09-17 Zachary TurnerFix boolean logic error in BreakpointID.
2016-09-17 Rui UeyamaUse named struct instead of unnamed std::pair.
2016-09-17 Rui UeyamaDefine a versatile utility function and use it instead...
2016-09-17 Rui UeyamaRemove unnecessary namespace specifiers.
2016-09-17 Matt ArsenaultAMDGPU: Use i64 scalar compare instructions
2016-09-17 Zachary TurnerConvert many functions to use StringRefs.
2016-09-16 Saleem AbdulrasoolCodeGen: refactor the ObjC cstring literal creation
2016-09-16 Richard SmithFix a couple of wrong-code bugs in switch-on-constant...
2016-09-16 Peter CollingbourneAdd REQUIRES line.
2016-09-16 Rui UeyamaPartially fill Info stream with proper values.
2016-09-16 Rafael EspindolaTry to fix a few bots.
2016-09-16 Tom Stellardconfigure: Add amdgcn-mesa-mesa3d target
2016-09-16 Tom Stellardamdgcn-amdhsa: Add get_num_groups implementation
2016-09-16 Tom Stellardamdgcn-amdhsa: Add get_global_size() implementation
2016-09-16 Peter CollingbourneAdd target triples to fix test on non-x86.
2016-09-16 Tom StellardAMDGPU/SI: Fix kernel argument ABI for HSA
2016-09-16 Chris Bieneman[CMake] Support symlinks with the same name as the...
2016-09-16 Sanjay Patel[InstCombine] canonicalize vector select with constant...
2016-09-16 Matt ArsenaultAMDGPU: Allow some control flow intrinsics to be CSEd
2016-09-16 Peter CollingbourneCodeGen: Add more checks to nobuiltin.c test, add a...
2016-09-16 Evgeniy Stepanov[safestack] Fix assertion failure in stack coloring.
2016-09-16 Quentin Colombet[RegAllocGreedy] Fix the list of NewVRegs for last...
2016-09-16 Quentin Colombet[RegAllocGreedy] Fix an assertion and condition when...
2016-09-16 Tom StellardAMDGPU: Refactor kernel argument lowering
2016-09-16 Matt ArsenaultAMDGPU: Use SOPK compare instructions
2016-09-16 Tom StellardAMDGPU/SI: Add support for triples with the mesa3d...
2016-09-16 Rafael EspindolaPut SHF_ALLOC sections first, even with linker scripts.
2016-09-16 Sanjay Patel[InstCombine] allow vector types for constant folding...
2016-09-16 Rui UeyamaRename SortSectionPolicy::IgnoreConfig to None.
2016-09-16 Rafael EspindolaOnly process commands in a ONLY_IF_RO if it matches.
2016-09-16 Davide Italiano[LTO] Add ability to parse AA pipelines.
2016-09-16 Derek Schuff[WebAssembly] Fix function types of CFGStackify tests
2016-09-16 Rafael EspindolaFix constraint checking in ONLY_IF_RO.
2016-09-16 George Rimar[ELF] - Implemented --sort-section cmd line option...
2016-09-16 Greg ClaytonFix compiler warnings where two values weren't being...
2016-09-16 Simon Pilgrim[X86][SSE] Added vector sub combine tests
2016-09-16 Simon Pilgrim[X86][SSE] Added vector add combine tests
2016-09-16 Shoaib Meenai[libc++] Fix inline attribute for non-MSVC Windows
2016-09-16 Zachary TurnerSet the correct triple when creating an ArchSpec for...
2016-09-16 Zachary TurnerAdd unit tests for a few string conversion functions...
2016-09-16 Derek SchuffInstall libLLVM if needed with LLVM_INSTALL_TOOLCHAIN_ONLY
2016-09-16 Nirav DaveDefer asm errors to post-statement failure
2016-09-16 Dehao ChenChange extractProfMetadata and extractProfTotalWeight...
2016-09-16 Michael KupersteinMake test slightly more explicit. NFC.
2016-09-16 Eli FriedmanLoopDistribute should preserve GlobalsAA.
2016-09-16 Eli FriedmanLoopLoadElimination should preserve GlobalsAA.
2016-09-16 Sanjay Patelauto-generate checks
2016-09-16 Sanjay Patelauto-generate checks
2016-09-16 George RimarRecommit r281721 "[ELF] - Linkerscript: implement EXCLU...
2016-09-16 Nirav DaveIntroduce inline assembly parsing test is PR30372.
2016-09-16 Mehdi AminiFix test after renaming -name-anon-functions pass to...
2016-09-16 Teresa Johnson[LTO] Use llvm-nm instead of nm in new tests
2016-09-16 Eric ChristopherActually remove the Mangler from the AsmPrinter and...
2016-09-16 Eric ChristopherFix a hidden use of grabbing the Mangler from the AsmPr...
2016-09-16 Reid KlecknerRemove undefined weak hooks from dll thunk export list...
2016-09-16 Francis Ricci[compiler-rt] Don't force ASAN_HAS_EXCEPTIONS to be...
2016-09-16 Mehdi AminiRename NameAnonFunctions to NameAnonGlobals to match...
2016-09-16 Mehdi AminiFix NameAnonFunctions pass: for ThinLTO we need to...
2016-09-16 Sanjay Patel[InstCombine] add helper functions for visitICmpInst...
2016-09-16 Davide Italiano[IRObjectFile] Turn llvm_unreachable("foo") into someth...
2016-09-16 Davide Italiano[LTO] Prevent asm references to be dropped from the...
2016-09-16 Eugene LeviantImprove handling ASSERT outside SECTIONS block
2016-09-16 Ahmed Bougacha[AArch64][GlobalISel] Add default regbank mapping for...
2016-09-16 Ahmed Bougacha[AArch64][GlobalISel] Add default regbank mapping for...
2016-09-16 Ahmed Bougacha[AArch64][GlobalISel] Add default regbank mapping for...
2016-09-16 Rafael EspindolaChange how we compute offsets with linker scripts.
2016-09-16 Ahmed Bougacha[AArch64][GlobalISel] Test default regbank mapping...
2016-09-16 Ahmed Bougacha[AArch64][GlobalISel] Add default regbank mappings...
2016-09-16 Ahmed Bougacha[AArch64][GlobalISel] Add tests for default RegBank...
2016-09-16 David L KreitzerReapplying r278731 after fixing the problem that caused...
2016-09-16 Asiri Rathnayake[libcxx] Add missing c++98 xfail. NFC.
2016-09-16 Saleem AbdulrasoolCodeGen: use pointer rather than reference in range...
2016-09-16 Simon Dardis[mips] Fix previous revert r281726.
2016-09-16 Ismail DonmezFix shared library build
2016-09-16 Keith WalkerPlace the lowered phi instruction(s) before the DEBUG_V...
2016-09-16 Simon DardisRevert "[mips] Fix aui/daui/dahi/dati for MIPSR6"
2016-09-16 Teresa Johnson[LTO] Fix handling of mixed (regular and thin) mode LTO
2016-09-16 Simon Dardis[mips] Fix aui/daui/dahi/dati for MIPSR6
2016-09-16 George RimarReverted r281721 ("[ELF] - Linkerscript: implement...
2016-09-16 Sjoerd MeijerReverting r281719, this is causing buildbot failures...
2016-09-16 George Rimar[ELF] - Linkerscript: implement EXCLUDE_FILE in the...
2016-09-16 Ahmed Bougacha[AArch64][GlobalISel] Use the generic DefaultMapping...
2016-09-16 Sjoerd MeijerThis is an attempt to reapply r280808: [ARM] Lower...
2016-09-16 Eric LiuTrying to fix Mangler memory leak in TargetLoweringObje...
2016-09-16 Luke Drummond[RenderScript] Support tracking and dumping reduction...
next