platform/upstream/llvm.git
2016-01-31 Craig TopperConvert int to Twine instead of using utostr since...
2016-01-30 Jingyue Wu[doc] improve the doc for CUDA
2016-01-30 Derek Schuff[WebAssembly] Fix uses of FrameIndex as store values
2016-01-30 JF BastienWebAssembly: don't optimize frameindex store
2016-01-30 Benjamin Kramer[AST] Pull simple method inline.
2016-01-30 JF BastienWebAssembly NFC: fix build warning
2016-01-30 Davide Italianoassert(false) -> llvm_unreachable().
2016-01-30 Ismail DonmezFix build with VS2015
2016-01-30 Gerolf Hoflehner[BasicAA] NFC - revised comment for function adjustToPo...
2016-01-30 Gerolf Hoflehner[BasicAA] Fix for missing must alias (D16343)
2016-01-30 Gerolf Hoflehner[BasicAA] Update on r259290 - added missing cast
2016-01-30 Matt ArsenaultAMDGPU: Fix emitting invalid workitem intrinsics for HSA
2016-01-30 Matt ArsenaultAMDGPU: Stop checking intrinsics not used by HSA for...
2016-01-30 Matt ArsenaultInstCombine: fabs(x) * fabs(x) -> x * x
2016-01-30 Dan Gohman[WebAssembly] Refine block placement to insert blocks...
2016-01-30 Matt ArsenaultAMDGPU: Add new amdgcn workitem intrinsics
2016-01-30 Justin BognerRemove references to *.h.in files and some autoconf...
2016-01-30 Justin BognerRemove *.h.in - these were only used by the autoconf...
2016-01-30 Gerolf Hoflehner[BasicAA] NFC - utility function for two's complement...
2016-01-30 NAKAMURA Takumitest/clang-tidy/performance-for-range-copy.cpp: Appease...
2016-01-30 Devin Coughlin[analyzer] Make suppression of macro defensive checks...
2016-01-30 Argyrios Kyrtzidis[SemaCXX] Fix crash-on-invalid while trying to deduce...
2016-01-30 Xinliang David LiFurther reduce test time
2016-01-30 Matthias BraunAvoid overly large SmallPtrSet/SmallSet
2016-01-30 Matthias BraunAvoid overly large SmallPtrSet/SmallSet
2016-01-30 Matthias BraunUse Support/DataTypes.h instead of cstdint
2016-01-30 Alexey Samsonov[docs] Remove references to autoconf build.
2016-01-30 Alexey Samsonov[docs] Remove references to autotools build.
2016-01-30 Justin Lebar[CUDA] Die if we ask the NVPTX backend to emit a global...
2016-01-30 Alexey SamsonovRemove references to autotools build.
2016-01-30 David Majnemer[CodeView] Properly handle empty line tables
2016-01-29 Rui UeyamaMove template instantiations to end of the file.
2016-01-29 Ekaterina RomanovaThis patch adds doxygen comments for the intrinsincs...
2016-01-29 Rui UeyamaUpdate comments about the entries in .got.plt.
2016-01-29 Vedant Kumar[profile] Support hostname expansion in LLVM_PROFILE_FILE
2016-01-29 Richard TrieuImprove -Wconstant-conversion
2016-01-29 Manman Ren[Objective-C] Support a new special module flag.
2016-01-29 Manman RenClass Property: generate metadata for class properties...
2016-01-29 Manman RenClass Property: generate metadata for class properties...
2016-01-29 Davide Italiano[llvm-nm] Add a comment to explain why we initialize MC.
2016-01-29 Kostya Serebryany[libFuzzer] add -timeout_exitcode option
2016-01-29 Sanjay Patelfunction names start with a lower case letter ; NFC
2016-01-29 Kostya Serebryany[libFuzzer] re-enable test for -abort_on_timeout=1...
2016-01-29 Sanjay Patelfix formatting; NFC
2016-01-29 Fiona GlaserFix typo in LoopSimplifyCFG
2016-01-29 Alexey Samsonov[UBSan] Add documentation for runtime issue suppression.
2016-01-29 Rui UeyamaAdd comments on a mysterious value in MIPS GOT[1].
2016-01-29 Vedant Kumar[Profiling] Add a -sparse mode to llvm-profdata merge
2016-01-29 Reid KlecknerFix the MSVC build by moving static asserts into constr...
2016-01-29 Fiona GlaserAdd LoopSimplifyCFG pass
2016-01-29 Matthias BraunNeed #include <cstdint> for uint64_t
2016-01-29 Matthias BraunNeed #include <climit> for CHAR_BIT
2016-01-29 Xinliang David LiImprove test speed/trial 2
2016-01-29 Matthias BraunAttributeSetImpl: Summarize existing function attribute...
2016-01-29 Matthias BraunAttributeSetNode: Summarize existing attributes in...
2016-01-29 Rui UeyamaConsistenly use sizeof(uintX_t) instead of ELFT::Is64Bi...
2016-01-29 Rui UeyamaAdd comments.
2016-01-29 Xinliang David LiRevert 259242, 259243 -- irrelvante changes pulled in
2016-01-29 Xinliang David LiUse range for loop
2016-01-29 Xinliang David LiImprove test speed (interchange loop, reducing padding)
2016-01-29 Yaron KerenAnnotate dump() methods with LLVM_DUMP_METHOD, addressi...
2016-01-29 Ekaterina RomanovaThis patch adds doxygen comments for the intrinsincs...
2016-01-29 Rui UeyamaReplace code duplications with function calls.
2016-01-29 Jim InghamFixed a couple of places where we were getting the...
2016-01-29 Sanjay Patel[InstCombine] avoid an insertelement transformation...
2016-01-29 Jim InghamFix this test for the the switch in default for IgnoreB...
2016-01-29 Rui UeyamaELF: Report duplicate symbols as many as possible inste...
2016-01-29 Yaron KerenAnnotate dump() methods with LLVM_DUMP_METHOD, addressi...
2016-01-29 David MajnemerUnbreak windows buildbots
2016-01-29 David Majnemer[CodeView] Implement .cv_inline_linetable
2016-01-29 Manman RenClass Property: generate metadata for class properties...
2016-01-29 Tim NorthoverARM: don't mangle DAG constant if it has more than...
2016-01-29 Manman RenClass Property: warn for synthesize on a class property.
2016-01-29 Manman RenClass Property: parse @dynamic (class).
2016-01-29 Derek Schuff[WebAssembly] Update test expectations
2016-01-29 Devin Coughlin[analyzer] Suppress null reports from defensive checks...
2016-01-29 Anna Zaks[analyzer] Improve Nullability checker diagnostics
2016-01-29 Derek Schuff[WebAssembly] Support frame pointer
2016-01-29 Ahmed Bougacha[X86] Add missing "CHECK" colon in r259065 test.
2016-01-29 Hans WennborgRevert r259210 "Extend hasType narrowing matcher for...
2016-01-29 Reid Kleckner[codeview] Begin to add support for inlined call sites
2016-01-29 Todd FialaRevert "fix up missing header from change r259084."
2016-01-29 David MajnemerFix the build
2016-01-29 Alexander Kornienko[clang-tidy] Don't use delegating constructors, since...
2016-01-29 Jonas PaulssonTemporarily revert "[ScheduleDAGInstrs::buildSchedGraph...
2016-01-29 Matthew Simpson[SLP] Fix printing of debug statement (NFC)
2016-01-29 Sanjoy Das[RS4GC] Address post-commit review on r259208 from...
2016-01-29 Aaron BallmanExtend hasType narrowing matcher for TypedefDecls,...
2016-01-29 Sanjoy Das[RS4GC] Remove unnecessary const_cast; NFC
2016-01-29 Sanjoy Das[RS4GC] Minor local cleanup to StabilizeOrder; NFC
2016-01-29 Reid Kleckner[CodeView] Fix dumping the is_stmt bit from the line...
2016-01-29 Sanjoy Das[RS4GC] Remove unnecessary redirections from tests...
2016-01-29 Sanjoy Das[RS4GC] Add some missing tests and CHECK: lines
2016-01-29 Zoran Jovanovic[mips] Absolute value macro expansion
2016-01-29 Jonas Paulsson[ScheduleDAGInstrs::buildSchedGraph()] Handling of...
2016-01-29 Alexander Kornienko[clang-tidy] ForRangeCopyCheck that warns on and fixes...
2016-01-29 Alexander Kornienko[clang-tidy] Fix minor style issues. NFC
2016-01-29 Alexander KornienkoFixed function params comparison. Updated docs and...
2016-01-29 Alexander Kornienko[clang-tidy] Fix style issues. NFC
2016-01-29 Alexander Kornienko[clang-tidy] Move implicit-cast-in-loop check to upstream.
next