platform/upstream/llvm.git
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...
2017-03-03 Sanjay Patel[x86] regenerate checks; NFC
2017-03-03 Sanjay Patel[x86] regenerate checks; NFC
2017-03-03 Simon PilgrimUse APInt::getOneBitSet instead of APInt::getBitsSet...
2017-03-03 Etienne Bergeron[compiler-rt][asan] Turn on ASAN unittests for win64.
2017-03-03 Sanjay Patel[x86] regenerate checks; NFC
2017-03-03 Pavel LabathAndroid.rules: fix building on windows
2017-03-03 Sanjay Patel[x86] fix formatting; NFC
2017-03-03 Simon PilgrimUse APInt::getHighBitsSet instead of APInt::getBitsSet...
2017-03-03 Dmitry Preobrazhensky[AMDGPU][MC] Fix for Bug 30829 + LIT tests
2017-03-03 Benjamin KramerRevert "Re-apply "[GVNHoist] Move GVNHoist to function...
2017-03-03 Simon PilgrimUse APInt::getOneBitSet instead of APInt::getBitsSet...
2017-03-03 Pavel Labathtest: shorten test trace file names
2017-03-03 Pavel Labathtestsuite/android: build test executables with the...
2017-03-03 Pavel LabathMade GetClangTargetCPU() const.
2017-03-03 Piotr Padlewski[clang-tidy] Fix modernize-use-emplace docs
2017-03-03 Simon PilgrimFix Wdocumentation warning
2017-03-03 Ranjeet Singh[ARM] fpscr read/write intrinsics not aware of each...
2017-03-03 Alexander Kornienko[clang-tidy] Format code around applied fixes
2017-03-03 Mohammad Shahid[SLP] Fixes the bug due to absence of in order uses...
2017-03-03 Chandler Carruth[SDAG] Revert r296476 (and r296486, r296668, r296690).
2017-03-03 Nemanja Ivanovic[PowerPC] Enable -fomit-frame-pointer by default for PPC
2017-03-03 Sylvestre LedruFix a typo in the comments. Patch by marktwtn from...
2017-03-03 Amjad Aboud[X86] Generate VZEROUPPER for Skylake-avx512.
2017-03-03 Alexander Kornienko[clang-tidy] google-readability-casting: don't use...
2017-03-03 Sjoerd Meijer[AArch64AsmParser] rewrite of function parseSysAlias
2017-03-03 Igor Breger[GlobalISel][X86] Support float/double and vector types.
2017-03-03 Zachary TurnerRemove some dead code in FileSpec.
2017-03-03 Eric FiselierClean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCES
2017-03-03 Tobias Grosser[tests] Specify the dependence to NVPTX backend for...
2017-03-03 Tobias Grosser[test] Do not emit binary data to output
2017-03-03 Eric FiselierFix sign-compare warning in test; Oddly this only appea...
2017-03-03 Peter CollingbourneRevert r296730, "cmake: Configure the ThinLTO cache...
2017-03-03 Evgeniy Stepanov[msan] Test for _mm_getcsr and _mm_setcsr (r296848).
2017-03-03 Evgeniy Stepanov[msan] Handle x86_sse_stmxcsr and x86_sse_ldmxcsr.
2017-03-03 Adrian PrantlLiveDebugValues: Assume calls never clobber SP.
2017-03-03 Eugene Zelenko[ProfileData] Fix some Clang-tidy modernize and Include...
2017-03-03 Kyle ButtCodeGen: BlockPlacement: Precompute layout for chains...
2017-03-03 Evgeniy Stepanov[msan] Remove stale comments.
2017-03-03 Dave BartolomeoFix msc-version.c test to handle _MSC_VER=1910
2017-03-02 Matt ArsenaultAMDGPU: Fix missing dominator tree dependency
2017-03-02 Dominic ChenRevert "Reland 3: [analyzer] NFC: Update test infrastru...
next