platform/upstream/llvm.git
2017-01-17 Antonio MaioranoUpdate tools to use new getStyle API
2017-01-17 Antonio Maioranoclang-format: Make GetStyle return Expected<FormatStyle...
2017-01-17 Matt ArsenaultAMDGPU: Remove dead pattern
2017-01-17 Matt ArsenaultSimplifyLibCalls: Replace fabs libcalls with intrinsics
2017-01-16 Davide Italiano[Object] Fixup permissions of input files.
2017-01-16 Davide Italiano[llvm-objdump] Dump PT_NOTE as part of -p.
2017-01-16 Davide Italiano[llvm-objdump] Dump PT_GNU_RELRO as part of -p.
2017-01-16 Eli FriedmanTidy up getFirstNonBoxedLoopFor [NFC]
2017-01-16 Davide Italiano[llvm-objdump] Dump PT_OPENBSD_{BOOTDATA,RANDOMIZE...
2017-01-16 David BlaikieAdd missing header to see if that clears up the build
2017-01-16 Simon Pilgrim[InstCombine][AVX] Tests showing missed opportunities...
2017-01-16 Sanjay Patel[InstCombine] use m_APInt instead of faking it
2017-01-16 David BlaikieAttempt to fix the MSVC build by using llvm::errc inste...
2017-01-16 Jan VeselyADMGPU/EG,CM: Implement _noret global atomics
2017-01-16 Simon Atanasyan[ELF][MIPS] Exclude mips .got from PT_GNU_RELRO segment
2017-01-16 Simon Atanasyan[ELF][MIPS] Remove redundant checkings from test cases...
2017-01-16 Eric FiselierFix std::tuples EBO when targeting the MSVC ABI.
2017-01-16 Eric Fiselier[libc++] Introduce _LIBCPP_EXTERN_VIS to fix __libcpp_d...
2017-01-16 Eric FiselierImprove CMake and LIT support for Windows
2017-01-16 David Blaikie[XRay] Implement the `llvm-xray graph` subcommand
2017-01-16 David BlaikieAttempt to workaround MSVC build issue where I suspect...
2017-01-16 Tony Jiang[PowerPC] Expand ISEL instruction into if-then-else...
2017-01-16 Sanjay Patel[InstCombine] fix names in canEvaluateShiftedShift...
2017-01-16 Eric FiselierMake sym_check python 3 compatible
2017-01-16 Sanjay Patel[InstCombine] use m_APInt to allow shift-shift folds...
2017-01-16 Sanjay Patel[InstCombine] add tests to show missed vector folds...
2017-01-16 David BlaikiePR31650: Refer to enum constant when initializing llvm...
2017-01-16 Justin Lebar[NVPTX] Add blank line to NVPTXUsage.rst to appease...
2017-01-16 Tobias GrosserAdd test showing the update of access functions with...
2017-01-16 Rafael EspindolaGive priority to linker scripts over preemption.
2017-01-16 Sanjay Patel[InstCombine] refactor shift-of-shift folds; NFCI
2017-01-16 Simon Pilgrim[InstCombine][SSE] Tests showing missed opportunities...
2017-01-16 Pavel Labath[llvm-xray] Fix android build
2017-01-16 Chad Rosier[AArch64] Falkor supports Rounding Double Multiply...
2017-01-16 Pavel Labath[StaticAnalyzer] Fix android build
2017-01-16 Tobias GrosserScopInfo: document base pointers in alias-checks must...
2017-01-16 Tobias GrosserScopInfo: Improve comments in buildAliasGroup [NFC]
2017-01-16 Tobias GrosserScopInfo: split out construction of a single alias...
2017-01-16 Tobias GrosserScopInfo: Do not modify the original alias group [NFC]
2017-01-16 Daniel SandersRevert r292132: [globalisel] Tablegen-erate current...
2017-01-16 Marshall ClowMark the dynamic-exception tests as unsupported under...
2017-01-16 Arpith Chacko... [OpenMP] Refactor code that calls codegen for target...
2017-01-16 Hal FinkelFix use-after-free bug in AffectedValueCallbackVH:...
2017-01-16 Daniel Sanders[globalisel] Tablegen-erate current Register Bank Infor...
2017-01-16 Tony JiangRevert "[PowerPC] Expand ISEL instruction into if-then...
2017-01-16 Simon Pilgrim[SelectionDAG] Add knownbits support for BITREVERSE
2017-01-16 Tony Jiang[PowerPC] Expand ISEL instruction into if-then-else...
2017-01-16 NAKAMURA TakumiDWARFDebugInfoTest.cpp: Don't use ArrayRef with initial...
2017-01-16 Tobias GrosserScopInfo: No need to keep ReadOnlyAccesses in an additi...
2017-01-16 Tobias GrosserScopInfo: no need to clear alias group explicitly
2017-01-16 Tobias GrosserUn-XFAIL test case after half support was added to...
2017-01-16 Tobias GrosserAdjust formatting to commit r292110 [NFC]
2017-01-16 Tobias GrosserScopInfo: Fold SmallVectors used in alias check generat...
2017-01-16 Tobias GrosserScopInfo: Extract out splitAliasGroupsByDomain [NFC]
2017-01-16 Tobias GrosserScopInfo: Extract out buildAliasGroupsForAccesses ...
2017-01-16 Joerg SonnenbergerEnsure that clang -pthread creates the right macro...
2017-01-16 Simon Pilgrim[X86][SSE] Test showing missing BITREVERSE knownbits...
2017-01-16 Simon Dardis[mips] Correct c.cond.fmt instruction definition.
2017-01-16 Daniel JasperFix test failures after recent clang-format format...
2017-01-16 Aaron BallmanReplace non-ASCII ellipsis with "..." to silence Sphinx...
2017-01-16 Simon Pilgrim[SelectionDAG] Add support for BITREVERSE constant...
2017-01-16 Piotr PadlewskiAdd -fstrict-vtable-pointers to UsersManual
2017-01-16 Simon Pilgrim[X86][SSE] Tests showing missing BITREVERSE constant...
2017-01-16 Daniel Jasperclang-format: Always wrap before multi-line parameters...
2017-01-16 Asiri Rathnayake[libcxx] Follow-up to r292107
2017-01-16 Asiri Rathnayake[libcxx] Improve design documentation for the external...
2017-01-16 Asiri Rathnayake[libcxx] Don't assume __libcpp_thread_t is an integral...
2017-01-16 Pavel LabathFix windows unit tests
2017-01-16 Tobias GrosserDo not track the isl PDF manual in SVN
2017-01-16 George Rimar[COFF] - Fixed format in writeOutSecLine()
2017-01-16 George Rimar[ELF] - Fix format specifiers in writeOutSecLine()
2017-01-16 Simon Pilgrim[InstCombine][SSE] Add DemandedElts support for PSHUFB...
2017-01-16 Pavel LabathFileSpec: Fix PrependPathComponent("/")
2017-01-16 Martin Probstclang-format: [JS] revert over-eager ASI check.
2017-01-16 Haojian Wu[clang-move] Dump enum and type alias declarations.
2017-01-16 Michael ParkAdded a workaround for a `-fdelayed-template-parsing...
2017-01-16 Craig Topper[X86] Merge the disassemblers handling of the different...
2017-01-16 Craig Topper[X86] Reduce the number of operand 'types' the disassem...
2017-01-16 Craig Topper[AVX-512] Teach the disassembler about all of the EVEX...
2017-01-16 Craig Topper[AVX-512] Begin giving the disassembler a way to recogn...
2017-01-16 Xin TongFix typos. NFC
2017-01-16 Marshall ClowImplement the missing constexpr stuff in <array>. Fixes...
2017-01-16 Rui UeyamaUse error() instead of fatal() to handle file open...
2017-01-16 Craig Topper[AVX-512] Add more gather/scatter encoding test cases.
2017-01-16 Craig Topper[AVX-512] Correct memory operand size for VPGATHERQPS...
2017-01-16 Craig Topper[AVX-512] Fix register class in one of the gather/scatt...
2017-01-16 Petr HosekReland "[CMake][libcxx] Check that we have libcxxabi...
2017-01-16 Petr HosekReland "[CMake][libcxx] Do not rely on the existence...
2017-01-16 Petr HosekReland "[CMake][libcxx] Move Python check to main CMake...
2017-01-16 Petr HosekReland "[CMake][compiler-rt] Mark libcxx build for...
2017-01-15 Sanjay Patel[InstCombine] add tests to show missed vector folds...
2017-01-15 Xin TongEmpty line. NFC.
2017-01-15 Xin TongUse getLoopLatch in place of isLoopSimplifyForm
2017-01-15 Simon Pilgrim[CostModel][X86] Fix AVX512BW vector shift costs for...
2017-01-15 Simon Pilgrim[CostModel][X86] Drop separate AVX512VL checks - they...
2017-01-15 Simon Pilgrim[CostModel][X86] Update vector shift tests to correctly...
2017-01-15 Xin TongDelete a dead argument. NFC
2017-01-15 Sanjay Patel[InstCombine] fix formatting; NFC
2017-01-15 Simon Pilgrim[InstCombine][SSE] Tests showing missed opportunities...
2017-01-15 Justin Lebar[NVPTX] Add fptosi tests to convert-fp.ll.
next