platform/upstream/llvm.git
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
2016-11-10 Kostya Serebryany[lsan] fix a rare lsan false positive: ensure that...
2016-11-10 Simon Pilgrim[X86] Add knownbits vector TRUNC test
2016-11-10 Adrian McCarthyUn-XFail test on Windows. Has been in "unexpected...
2016-11-10 Teresa JohnsonRestore part of "[ThinLTO] Prevent exporting of locals...
2016-11-10 Roger Ferrer... Protect bitset tests under libcpp-no-exceptions
2016-11-10 Simon PilgrimUse common SDLoc. NFCI.
2016-11-10 Malcolm Parsons[clang-tidy] Add modernize-use-equals-delete check
2016-11-10 Simon Pilgrim[SelectionDAG] Add support for vector demandedelts...
2016-11-10 Asaf Badouhreproducer for pr29002
2016-11-10 Martin Probstdrop kw_module from ASI protection block
2016-11-10 Martin Probstclang-format: [JS] do not break after declare namespace.
2016-11-10 Martin Probstclang-format: [JS] do not break after declare namespace.
2016-11-10 Malcolm Parsons[clang-tidy] Add missing meta refresh for cert-msc30...
2016-11-10 Alex Lorenz[Sema] Avoid -Wshadow warnings for shadowed variables...
2016-11-10 Tom StellardAMDGPU: Add VI i16 support
2016-11-10 Simon Pilgrim[X86] Add knownbits vector MUL test
2016-11-10 Rafael EspindolaReplace duplicated '16' with a named constant.
2016-11-10 Simon Pilgrim[SelectionDAG] Add support for vector demandedelts...
2016-11-10 Sanjay Patel[InstCombine] auto-generate better checks; NFC
2016-11-10 Rafael EspindolaParse relocations only once.
2016-11-10 George RimarReverted r286451 "[ELF] - Allow separate form for ...
2016-11-10 Simon Pilgrim[X86] Add knownbits vector arithmetic shift test
2016-11-10 Amara EmersonAdd the loop end location to the loop metadata. This...
2016-11-10 Tony Jiang[PowerPC] Implement plain VSX load/store builtins.
2016-11-10 Simon Pilgrim[DAGCombiner] Correctly extract the ConstOrConstSplat...
2016-11-10 Chad RosierRemove unnecessary check prefix directives. NFC.
2016-11-10 Simon Pilgrim[DAGCombiner] Show missed opportunity to UNDEF out...
2016-11-10 George Rimar[ELF] - Allow separate form for -f (alias for -auxiliary).
2016-11-10 Tobias Grosser[RegionInfo] Add three tests that include infinite...
2016-11-10 Simon PilgrimFix -Wdocumentation warning
2016-11-10 Simon Pilgrim[SelectionDAG] Add support for vector demandedelts...
next