platform/upstream/llvm.git
2016-11-11 Simon Pilgrim[SelectionDAG] Add support for vector demandedelts...
2016-11-11 Tamas BerghammerFix TestHelp on linux after version number syntax change
2016-11-11 Eugene Leviant[ELF] Convert .got section to input section
2016-11-11 Simon Pilgrim[X86] Add knownbits vector BSWAP test
2016-11-11 Simon Pilgrim[SelectionDAG] Add support for vector demandedelts...
2016-11-11 Simon Pilgrim[X86] Add knownbits vector UREM/SREM tests
2016-11-11 Simon Pilgrim[SelectionDAG] Add support for vector demandedelts...
2016-11-11 Simon Pilgrim[X86] Add knownbits vector UDIV test
2016-11-11 Omair JavaidMark xfail TestNamespaceDefinitions for arm/aarch64...
2016-11-11 Diana Picus[ARM] Add plumbing for GlobalISel
2016-11-11 Adam Nemet[opt-viewer] Make it work in the absence of hotness...
2016-11-11 Mehdi AminiFix gold plugin after Error API changes
2016-11-11 Teresa JohnsonFix examples files to reflect header split in r286566.
2016-11-11 Teresa JohnsonAdd missing file from r286566
2016-11-11 Teresa JohnsonMirror the llvm changes that split Bitcode/ReaderWriter.h
2016-11-11 Teresa JohnsonMirror the llvm changes that split Bitcode/ReaderWriter.h
2016-11-11 Teresa JohnsonSplit Bitcode/ReaderWriter.h into separate reader and...
2016-11-11 Mehdi AminiRevert unwanted changes in lldb when updating llvm...
2016-11-11 Mandeep Singh... [opt-viewer] PEPify opt-viewer.py
2016-11-11 Mehdi AminiFix build failure, update llvm-strings for the new...
2016-11-11 Mehdi AminiPrevent at compile time converting from Error::success...
2016-11-11 Mehdi AminiMake the Error class constructor protected
2016-11-11 Mehdi AminiCMake: make LLVM_OPTIMIZED_TABLEGEN friendly with LLVM_...
2016-11-11 Davide Italiano[ADT/MathExtras] Make buildbot happy again.
2016-11-11 Saleem Abdulrasoolllvm-strings: explicitly include cctype
2016-11-11 Rui UeyamaRemove a member from InputSectionData and use the pool...
2016-11-11 Saleem Abdulrasoolllvm-strings: introduce basic strings tool
2016-11-11 Davide Italiano[lli] Simplify the code a bit. No functional change...
2016-11-11 Davide Italiano[IR/DataLayout] Simplify the code using PowerOf2Ceil...
2016-11-11 Davide Italiano[lld/COFF] Don't round alignment if it's already a...
2016-11-11 Yaxun LiuAMDGPU: Attempt to fix build failure on x86-64 selfhost...
2016-11-11 Davide Italiano[ADT/MathExtras] Add tests for PowerOf2Floor (previousl...
2016-11-11 Sean FertileAdd a blank line for a test commit.
2016-11-11 Davide Italiano[ADT/MathExtras] Introduce PowerOf2Ceil.
2016-11-11 Rui UeyamaCall flush() after llvm_shutdown().
2016-11-11 Rui UeyamaHandle Archive::children's error proerly.
2016-11-11 Mandeep Singh... [llvm] Remove duplicate header from PassInfo.h
2016-11-11 Adam Nemet[opt-viewer] Add column number support
2016-11-11 Matthias BraunScheduleDAGInstrs: Add condjump deps to addSchedBarrier...
2016-11-11 Stephen HinesDefine __ANDROID_API__ when specified as part of an...
2016-11-11 Jordan RoseDon't require nullability on 'va_list', even when it...
2016-11-11 Jordan RoseRevert "Speculative fix for va_list/nullability test...
2016-11-11 Adam Nemet[opt-viewer] Display inlining context
2016-11-11 Adam Nemet[opt-viewer] Add option to set source directory
2016-11-11 Adam Nemet[opt-viewer] Mention Pygments in the description
2016-11-11 Richard SmithPR30937: don't devirtualize if we find that the callee...
2016-11-11 Jordan RoseSpeculative fix for va_list/nullability test on Hexagon...
2016-11-11 Adam Nemet[opt-viewer] Add syntax highlighting
2016-11-11 Jordan RoseDon't require nullability on 'va_list' harder.
2016-11-11 Stanislav MekhanoshinRevert "[AMDGPU] Allow hoisting of comparisons out...
2016-11-11 Davide Italiano[ELF] Remove extra semicolon to placate GCC. NFCI.
2016-11-10 Chris Bieneman[CMake] Fixing CMake to append source properties instea...
2016-11-10 Joerg SonnenbergerFix requirements.
2016-11-10 Matthias BraunScheduleDAGInstrs: Ignore dependencies of constant...
2016-11-10 Jordan Rose[Sema] Fix-up for MSVC, which is stricter about templat...
2016-11-10 Matthias BraunTimer: Remove group-less NamedRegionTimer constructor.
2016-11-10 Evandro Menezes[DAG Combiner] Fix the native computation of the Newton...
2016-11-10 Jordan RoseDon't require nullability on 'va_list'.
2016-11-10 Jordan RoseWarn when 'assume_nonnull' infers nullability within...
2016-11-10 Jordan RoseAdd -Wnullability-completeness-on-arrays.
2016-11-10 Jordan RoseAccept nullability qualifiers on array parameters.
2016-11-10 Argyrios Kyrtzidis[index] Add SymbolSubKind for the GKInspectable annotation.
2016-11-10 Tim NorthoverGlobalISel: fix mistaken comment change
2016-11-10 Simon Pilgrim[SelectionDAG] Add support for vector demandedelts...
2016-11-10 Justin Lebar[LSR] Tweak loop-strength-reduce-crash test. Test...
2016-11-10 Peter CollingbourneIR: Introduce inrange attribute on getelementptr indices.
2016-11-10 Simon Pilgrim[X86] Updated knownbits vector ADD/SUB test
2016-11-10 Vedant Kumar[test] Remove implicit deps on libLTO.dylib on Darwin...
2016-11-10 Simon Pilgrim[X86] Add knownbits vector ADD test
2016-11-10 Matthias BraunScheduleDAGInstrs: Slightly simplify code; NFC
2016-11-10 Simon Pilgrim[SelectionDAG] Add support for splatted vectors in...
2016-11-10 Simon Pilgrim[X86] Add knownbits vector SUB test
2016-11-10 Nico Weber[clang-format] Fix PR30527: Regression when clang-forma...
2016-11-10 George Burgess IV[Sema] Range-ify for loop, add period to comment. NFC.
2016-11-10 Chris BienemanOne more try to fix the Xcode project
2016-11-10 Chris BienemanFixing the Xcode build that I broke in r286479
2016-11-10 Matthias BraunRegisterCoalescer: Ignore interferences for constant...
2016-11-10 Yaxun LiuAMDGPU: Emit runtime metadata as a note element in...
2016-11-10 Reid Kleckner[asan/win] Move breakpoint from Abort to internal__exit
2016-11-10 George Burgess IVClean up uses of unique_ptr for RAII objects. NFC.
2016-11-10 Reid KlecknerMake the .idata$4 and .idata$5 import lib sections...
2016-11-10 Zachary TurnerFix type ambiguity with std::max
2016-11-10 Zachary TurnerFix initialization order error.
2016-11-10 Rui UeyamaInclude version string into ".comment" section.
2016-11-10 Zachary Turner[Support] Improve flexibility of binary blob formatter.
2016-11-10 Aaron BallmanCorrecting a documentation formatting bug; NFC.
2016-11-10 Davide Italiano[LTO] Call llvm_shutdown on early exit.
2016-11-10 Zachary Turner[PDB] Begin adding documentation for the PDB file format.
2016-11-10 Chris Bieneman[Test-Suite] Fix all the sanitizer tests to be based...
2016-11-10 Adam Nemet[opt-viewer] Avoid duplicated remarks
2016-11-10 Davide Italiano[Target] Rename X86/ARM Assembly printer to reflect...
2016-11-10 Alex LorenzAdd -Wduplicate-protocol for existing diagnostic
2016-11-10 Eric LiuHandle adding new nested namespace in old namespace.
2016-11-10 Eric Liu[change-namespace] dyn_cast -> cast.
2016-11-10 Eugene ZelenkoFix some Clang-tidy modernize-use-default and readabili...
2016-11-10 Nico WeberRevert r286437 r286438, they caused PR30976
2016-11-10 Adam Nemet[OptDiag] Remove non-printable chars from function...
2016-11-10 Simon Pilgrim[SelectionDAG] Add support for vector demandedelts...
2016-11-10 Dehao ChenAdd comments about why we put LoopSink pass at the...
2016-11-10 Chris BienemanUnify Darwin and Non-Darwin printing of version output
next