platform/upstream/llvm.git
2017-04-24 Lang Hames[Orc] Fix a warning by removing an unused lambda capture.
2017-04-24 Sanjoy DasFix unused variables / fields warnings in release builds
2017-04-24 Sanjoy Das[SCEV] Enable SCEV verification by default in EXPENSIVE...
2017-04-24 Sanjoy Das[SCEV] Fix exponential time complexity by caching
2017-04-23 Xinliang David Li[PartialInine]: add triaging options
2017-04-23 Lang Hames[Orc] Use recursive mutexes for Error serialization.
2017-04-23 Sanjoy Das[SCEV] Move towards a verifier without false positives
2017-04-23 Simon Pilgrim[X86][AVX] Add scheduling latency/throughput tests...
2017-04-23 Sanjay Patel[InstCombine] add/move folds for [not]-xor
2017-04-23 Xinliang David Li[PartialInlining] Add optimization remark support
2017-04-23 Simon Pilgrim[X86][SSE] Add scheduler class support for SSE42 (PCMPG...
2017-04-23 Simon Pilgrim[X86][SSE] Add scheduling latency/throughput tests...
2017-04-23 Sanjay Patel[InstCombine] add tests for not-xor and remove redundan...
2017-04-23 Xin Tong[JumpThread] We want to fold (not thread) when all...
2017-04-23 Nick LewyckyFix typo in comment.
2017-04-23 Simon Pilgrim[X86][SSE] Add scheduling latency/throughput tests...
2017-04-23 Simon Pilgrim[X86][SSE] Add missing scheduling latency/throughput...
2017-04-23 Xin TongCorrect grammar. NFC
2017-04-23 Craig Topper[APInt] Make clearUnusedBits branch free.
2017-04-23 Craig Topper[APInt] In sext single word case, use SignExtend64...
2017-04-23 Justin LebarAdd missing acquire_load to call_once overload.
2017-04-23 Sanjay Patel[InstCombine] add tests for or-to-xor; NFC
2017-04-23 Miklos Vajnaclang-rename: fix formatting
2017-04-23 Sanjay Patel[InstCombine] add pattern matches for commuted variants...
2017-04-23 Sanjay Patel[InstCombine] add tests for xor-to-xor; NFC
2017-04-23 Simon Pilgrim[X86][SSE] Add scheduling latency/throughput tests...
2017-04-23 Simon Pilgrim[X86][SSE] Add scheduling latency/throughput tests...
2017-04-23 Sanjay Patel[InstCombine] add tests for add-to-xor commuted variant...
2017-04-23 Renato GolinRevert "[APInt] Fix a few places that use APInt::getRaw...
2017-04-23 Renato GolinRevert "[APInt] Add ashrInPlace method and implement...
2017-04-23 Ayman Musa[X86][MPX] Add load & store instructions of bnd values...
2017-04-23 Tobias Grosser[isl C++ bindings] Add explicit const casts for *foreac...
2017-04-23 Ayman Musa[X86] Convert test checks to generated checks of update...
2017-04-23 Artyom Skrobov[ARM] ScheduleDAGRRList::DelayForLiveRegsBottomUp must...
2017-04-23 Craig Topper[APInt] Fix a few places that use APInt::getRawData...
2017-04-23 Craig Topper[APInt] Use operator<<= where possible. NFC
2017-04-23 Craig Topper[APInt] Use operator<<= instead of shl where possible...
2017-04-23 Davide Italiano[ThinLTO/Summary] Rename anonymous globals as last...
2017-04-23 Craig Topper[APInt] Use ashInPlace where possible.
2017-04-23 Ed MasteSimplify FreeBSD Host.cpp with early returns
2017-04-23 Adrian PrantlRevert "Use DW_OP_stack_value when reconstructing varia...
2017-04-22 Jonathan RoelofsFix testcase: s/CHECKNEXT/CHECK-NEXT/
2017-04-22 Sanjay Patel[InstCombine] clean up tests and regenerate checks...
2017-04-22 Michael Kruse[CMake] Fix polly-isl-test execution in out-of-LLVM...
2017-04-22 Michael Kruse[CMake] Fix unittests in out-of-LLVM-tree builds.
2017-04-22 Craig Topper[APInt] Add ashrInPlace method and implement ashr using...
2017-04-22 Adrian PrantlUse DW_OP_stack_value when reconstructing variable...
2017-04-22 Simon Pilgrim[X86] Regenerate TLS tests
2017-04-22 Craig Topper[APInt] Remove unnecessary min with BitWidth from count...
2017-04-22 Xinliang David Li[PartialInlining] Using existing hasAddressTaken interf...
2017-04-22 Frederich Munch[builtins] Implement emulated TLS on Windows.
2017-04-22 Sanjay Patel[InstCombine] use 'match' to reduce code; NFCI
2017-04-22 Kamil RytarowskiUpdate documentation for the NetBSD target
2017-04-22 Daniel Sanders[globalisel][tablegen] Add support for RegisterOperand.
2017-04-22 Daniel Sanders[globalisel][tablegen] Revise API for ComplexPattern...
2017-04-22 Daniel Sanders[globalisel][tablegen] Fix PR32733 by checking which...
2017-04-22 George Rokos[OpenMP] libomptarget: Set ref count for global objects...
2017-04-22 George Rokos[OpenMP] libomptarget: Remove obsolete negative device...
2017-04-22 George Rokos[OpenMP] Run libomptarget regression tests using all...
2017-04-22 David BlaikieFix test to handle .rel and .rela sections (& to actual...
2017-04-22 David BlaikieAvoid using relocations for ref_addr in .dwo files
2017-04-22 David BlaikieFix test from polluting the source tree
2017-04-22 Artur PilipenkoFix for PR32740 - Invalid floating type, unreachable...
2017-04-22 Craig Topper[APInt] Add WORD_MAX constant and use it instead of...
2017-04-22 David BlaikieRemove the unnecessary virtual dtor from the DIEUnit...
2017-04-22 Ed MasteThreadSanitizer plugin: match for loop variable with...
2017-04-22 Richard SmithRearrange some Modules TS testcases into test/CXX/modul...
2017-04-22 Ahmed Bougacha[cfi] Disable thinlto tests on Darwin.
2017-04-21 Matt ArsenaultLowerSwitch: Fix producing invalid IR on unreachable...
2017-04-21 David BlaikieMove Split DWARF handling to an MC option/command line...
2017-04-21 David BlaikieMove Split DWARF handling to an MC option/command line...
2017-04-21 Kuba MracekFixup for r301054: Use an explicit constructor.
2017-04-21 Duncan P. N... cmath: Skip Libc for integral types in isinf, etc.
2017-04-21 Easwaran RamanRemove a repeated comment line. NFC.
2017-04-21 Kuba MracekFixup for r301054: Only use __attribute__((no_sanitize...
2017-04-21 Matthias BraunAArch64FrameLowering: Check if the ExtraCSSpill registe...
2017-04-21 Richard SmithP0629R0: Switch to latest proposal for distinguishing...
2017-04-21 Casey CarterExpand test coverage for LWG2857
2017-04-21 Kuba Mracek[libFuzzer] Always build libFuzzer
2017-04-21 Craig Topper[APSInt] Use APInt::compare and APInt::compareSigned...
2017-04-21 Craig Topper[APSInt] Make use of APInt's recently acquired in place...
2017-04-21 Argyrios Kyrtzidis[index] Take into account the category's external_symbo...
2017-04-21 Adrian PrantlAdd test coverage for mem2reg dbg.declare lowering.
2017-04-21 Eugene Zelenko[Object] Fix some Clang-tidy modernize and Include...
2017-04-21 Alex Shlyapnikov[lsan] Enable LSan on PowerPC64.
2017-04-21 Hans WennborgRe-commit r301040 "X86: Don't emit zero-byte functions...
2017-04-21 Frederich Munch[Test commit] Remove extra newline.
2017-04-21 Bob Haarman[coff] for /msvclto, pass archive members with prevaili...
2017-04-21 Matt ArsenaultInferAddressSpaces: Infer for just GEPs
2017-04-21 Alex ShlyapnikovSuppress DTLS leak happening in some glibc versions.
2017-04-21 Xinliang David Li[PartialInliner] Partial inliner needs to check use...
2017-04-21 Hans WennborgRevert r301040 "X86: Don't emit zero-byte functions...
2017-04-21 Hans WennborgX86: Don't emit zero-byte functions on Windows
2017-04-21 Nico WeberAdd comments to the diagnostic kinds in Diagnostic.td.
2017-04-21 Zachary TurnerAdd a dependency from llvm/test to llvm-cvtres.
2017-04-21 Tim NorthoverAArch64: add test for "fence singlethread"
2017-04-21 Tim NorthoverARM: make sure we use all entries in a vector before...
2017-04-21 Sanjay Patel[InstCombine] revert r300977 and r301021
2017-04-21 Jason MolendaCorrect the names of some target conditional defines...
2017-04-21 Zachary TurnerFixed a type conversion error in BitVector.
next