platform/upstream/llvm.git
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...
2016-11-10 Simon Pilgrim[X86] Add knownbits vector logical shift test
2016-11-10 Oliver Stannard[ARM] Thumb2 LDR (literal) should accept PC as the...
2016-11-10 Eugene Leviant[ELF] Make SyntheticSection::writeTo pure virtual....
2016-11-10 Tobias GrosserSCEVAffinator: pass parameter-only set to addRestrictio...
2016-11-10 Eugene Leviant[ELF] Convert .got.plt section to input section
2016-11-10 Tobias GrosserIslAst: always use the context during ast generation
2016-11-10 Andrey ChurbanovAdded check for malloc return.
2016-11-10 George Rimar[ELF] - Implemented --symbol-ordering-file option.
2016-11-10 Serge PavlovMake output of -ast-print a valid C++ code.
2016-11-10 Sanjoy Das[SCEVExpander] Hoist unsigned divisons when safe
2016-11-10 Sanjoy Das[SCEVExpander] Don't hoist divisions
2016-11-10 Sanjoy DasLift out a helper lambda; NFC
2016-11-10 Craig Topper[AVX-512] Allow legacy cvtpd2dq intrinsics to select...
2016-11-10 Craig Topper[AVX-512][X86] Convert avx_cvtt_ps2dq_256 and sse2_cvtt...
2016-11-10 Craig Topper[X86] Convert int_x86_avx_cvtt_pd2dq_256 to fp_to_sint...
2016-11-10 Craig Topper[X86] Move some custom patterns into the currently...
2016-11-10 Craig Topper[X86] Remove some patterns still referencing int_x86_ss...
2016-11-10 Tobias GrosserSCEVValidator: add new parameters resulting from consta...
2016-11-10 Sanjoy Das[SCEV] Eta reduce some lambdas; NFC
2016-11-10 Sanjoy Das[LangRef] Drop "experimental" caveat from operand bundles
2016-11-10 Haojian Wu[clang-move] Support template class.
2016-11-10 Tobias GrosserDo not allow switch statements in loop latches
2016-11-10 Craig Topper[AVX-512] Add test cases to show missed opportunities...
2016-11-10 Felix Berger[clang-tidy] Do not issue fix for functions that are...
2016-11-10 Sanjay Patel[InstCombine] avoid infinite loop from shuffle-extract...
2016-11-10 Rui UeyamaAdd comment and simplify code a bit. NFC.
2016-11-09 Argyrios Kyrtzidis[libclang] Fix issue with clang_tokenize and make sure...
2016-11-09 Peter CollingbourneRe-apply r286384, "X86: Introduce the "relocImm" Comple...
2016-11-09 Shoaib Meenai[Sema] Use MS ABI behavior for dllexport in Itanium
2016-11-09 Dylan McKay[AVR] Add a selection of CodeGen tests
2016-11-09 Dylan McKay[AVR] Add all of the machine code test suite
2016-11-09 Rui UeyamaRemove an overloaded function to simplify.
next