platform/upstream/llvm.git
2017-03-05 Sylvestre LedruRevert commit r296967, no typo
2017-03-05 Craig Topper[SimplifyCFG] Use APInt::operator| instead of APInt...
2017-03-05 Craig Topper[DAGCombine] Use APInt::operator|(uint64_t) instead...
2017-03-04 John McCallGCC workaround: use explicit qualification to avoid...
2017-03-04 John McCallRefactor ConstantInitBuilder to allow other frontends...
2017-03-04 Sanjay Patel[x86] don't require a zext when forming ADC/SBB
2017-03-04 Sanjay Patel[DAGCombiner] allow transforming (select Cond, C +...
2017-03-04 Zachary TurnerTry to fix thread name truncation on non-Windows.
2017-03-04 Argyrios Kyrtzidis[index] C++: Improve handling of typedefs as base names...
2017-03-04 Argyrios Kyrtzidis[index] ObjC: Improve handling of typedefs as base...
2017-03-04 Kamil RytarowskiImprove the Threading code on NetBSD
2017-03-04 Zachary TurnerTruncate thread names if they're too long.
2017-03-04 Daniel BerlinDebugCounter: Initialize skip to 0, not -1
2017-03-04 Sylvestre LedruReplaced UserNullMacros with NullMacros in modernize...
2017-03-04 Sylvestre LedruFix a typo. Patch by fcrick on github https://github...
2017-03-04 Sylvestre LedruRemove redundant code block and update comment.
2017-03-04 Sylvestre LedruFix a typo. Thanks to huangml. Reported here: https...
2017-03-04 Simon Pilgrim[X86][SSE] Enable post-legalize vXi64 shuffle combining...
2017-03-04 Eric FiselierFix nonsense comment
2017-03-04 Florian Hahn[legalize-types] Remove stale entries from SoftenedFloats.
2017-03-04 Sean CallananProject file fixes after movement of Data* and removal...
2017-03-04 Evgeny StupachenkoAdd test missed in r296770.
2017-03-04 Daniel BerlinFix bug in bisect-skip-count not using passed-in arguments
2017-03-04 Eric FiselierFully Reformat fallback_malloc.cpp
2017-03-04 Evgeny StupachenkoSet option enabling LSR alternative way to resolve...
2017-03-04 Richard Trieu[ODRHash] Try again to fix build bot.
2017-03-04 Eric FiselierAdd missing UNSUPPORTED for -fno-exception mode
2017-03-04 Richard TrieuHandle null QualType better in Stmt::Profile
2017-03-04 Eric FiselierAttempt to suppress test failures on OS X
2017-03-04 Eric FiselierFix CMake configuration errors on OS X
2017-03-04 Richard Trieu[ODRHash] Change test to try to appease buildbot.
2017-03-04 Eric Fiselier[libcxxabi] Fix alignment of allocated exceptions in...
2017-03-04 Sean CallananDisable the lldb-mi tests on remote platforms.
2017-03-04 Matthias BraunX86ISelLowering: Only perform copy elision on legal...
2017-03-04 Peter CollingbourneFix build.
2017-03-04 Peter CollingbourneWholeProgramDevirt: Implement exporting for uniform...
2017-03-04 Zachary TurnerFix a bug in the dep analysis script.
2017-03-04 Zachary TurnerDelete LLDB's code for getting / setting thread name.
2017-03-04 Peter CollingbourneWholeProgramDevirt: Implement exporting for single...
2017-03-04 Zachary TurnerAdd dependency on DynamicLoaderStatic to Utility.
2017-03-04 Zachary TurnerMove DataBuffer / DataExtractor and friends from Core...
2017-03-04 Eric Fiselierteach LIT how to detect the glibc version
2017-03-04 Zachary TurnerMove UUID from Core -> Utility.
2017-03-04 Eric FiselierFix PR25874 - Detect features required for cxa_thread_a...
2017-03-04 Peter CollingbourneWholeProgramDevirt: Add any unsuccessful llvm.type...
2017-03-04 Jim InghamFix the macOS build all the way after r296909.
2017-03-04 Laszlo Nagy[scan-build-py] create decorator for compiler wrapper...
2017-03-04 Eric FiselierTurn on -Wunused-function and cleanup occurances
2017-03-04 Daniel BerlinNewGVN: Be consistent in what order we compare operands...
2017-03-04 Eli Friedman[MISched] Remove unused arguments. NFC.
2017-03-04 Sanjay Patel[x86] check for commuted add pattern to find ADC/SBB
2017-03-04 Richard Trieu[ODRHash] Add support for detecting different method...
2017-03-04 Sanjay Patel[x86] add test to show failed recognition of commuted...
2017-03-03 Zachary TurnerFix DataExtractor failures.
2017-03-03 Pirama Arumuga... Restrict test arch-specific-libdir.c to Linux
2017-03-03 Matthias BraunRegAllocGreedy: Follow-up to r296722
2017-03-03 Pirama Arumuga... Add arch-specific directory to search path
2017-03-03 Hans WennborgRevert r296865 "[ARM] fpscr read/write intrinsics not...
2017-03-03 Tim HammerquistFix Darwin failures introduced in r296909
2017-03-03 Sean CallananFixed repo.py to not send git errors to stderr.
2017-03-03 Tim NorthoverGlobalISel: constrain G_INSERT to inserting just one...
2017-03-03 Eric FiselierRemove the buildit and testit scripts; they haven't...
2017-03-03 Tim NorthoverGlobalISel: add merge/unmerge nodes for legalization.
2017-03-03 Zachary TurnerAdd a script to dump out all project inter-dependencies.
2017-03-03 Eric FiselierFix hash requirements check in __hash_table.
2017-03-03 Sanjay Patel[x86] refactor combineAddOrSubToADCOrSBB(); NFCI
2017-03-03 Krzysztof ParzyszekSilence a warning, NFC
2017-03-03 Rong Xu[PGO] Text format profile reader needs to clear the...
2017-03-03 Krzysztof ParzyszekDetect the existence of pthread_{s,g}etname_np in libpt...
2017-03-03 Zachary TurnerFix Threading path when LLVM_ENABLE_THREADS=0.
2017-03-03 Mehdi Aminiun-Xfail Fuzzer test that decided to pass on Green...
2017-03-03 Peter CollingbourneMC: De-duplicate the object streamer implementations...
2017-03-03 Chris Bieneman[ObjectYAML] [DWARF] Abstract DWARF Initial Length...
2017-03-03 Zachary TurnerIsolate Target-specific functionality of DataExtractor.
2017-03-03 Zachary TurnerMove Log from Core -> Utility.
2017-03-03 Sanjay Patel[x86] regenerate checks; NFC
2017-03-03 Peter CollingbourneLTO: Hash the set of imported symbols for each module.
2017-03-03 Zachary Turner[Windows] Remove the #include <eh.h> hack.
2017-03-03 Matthias BraunRegisterCoalescer: Simplify subrange splitting code...
2017-03-03 Zachary TurnerTeach lit to expand glob expressions.
2017-03-03 Sanjoy DasFix a compiler warning
2017-03-03 Zachary TurnerAdd missing #includes for FreeBSD.
2017-03-03 Krzysztof ParzyszekMake TargetInstrInfo::isPredicable take a const referen...
2017-03-03 Mike Aizatsky[sancov] better input parameters validation
2017-03-03 Zachary TurnerTry again to appease the FreeBSD bot.
2017-03-03 Sanjoy Das[LoopUnrolling] Peel loops with invariant backedge...
2017-03-03 Sanjoy Das[LoopUnrolling] Re-prioritize Peeling and Partial unrolling
2017-03-03 Dominic ChenReland 4: [analyzer] NFC: Update test infrastructure...
2017-03-03 Sanjay Patel[x86] clean up materializeSBB(); NFCI
2017-03-03 Zachary TurnerTry to appease the FreeBSD bots.
2017-03-03 Zachary TurnerDon't bring in llvm/Support/thread.h in Threading.cpp
2017-03-03 Zachary TurnerAdd #include for unistd.h on Linux.
2017-03-03 Mehdi AminiFix libc++ test to pass in C++03 mode
2017-03-03 Piotr Padlewski[clang-tidy] Yet another docs fixes
2017-03-03 Zachary Turner[Support] Provide access to current thread name/thread id.
2017-03-03 Simon PilgrimUse APInt::setBits instead of OR'ing in a separate...
2017-03-03 Pavel LabathAndroid.rules: fix building on mac
2017-03-03 Aleksei Sidorin[Analyzer] Terminate analysis on OpenMP code instead...
2017-03-03 Sanjay Patel[x86] regenerate checks; NFC
2017-03-03 Simon PilgrimUse APInt::getLowBitsSet instead of APInt::getBitsSet...
next