platform/upstream/llvm.git
2016-02-01 Benjamin KramerRemove the egregious PCHContainer layering hack that...
2016-02-01 Tobias GrosserScopInfo: Correct schedule construction
2016-02-01 Daniel Jasperclang-format: Fix incorrect pointer detection in lambda...
2016-02-01 Daniel Jasperclang-format: Add option to disable string literal...
2016-02-01 Daniel Jasperclang-format: Fix alignment of trailing multiline columns.
2016-02-01 Daniel Jasperclang-format: [JS] Treat "in" as a proper operator.
2016-02-01 JF BastienWebAssembly NFC: simplify control flow
2016-02-01 Ewan CrawfordDWARF RenderScript vendor extension
2016-02-01 Tobias GrosserScopInfo: Drop dead code in schedule description
2016-02-01 Igor BregerAVX512: fix mask handling for gather/scatter/prefetch...
2016-02-01 Artem Dergachev[analyzer] Use a wider integer type for an array index.
2016-02-01 Abhishek AggarwalSet correct ThreadStopInfo in case of trace event
2016-02-01 Simon Pilgrim[X86][SSE] Find source of the inserted element of INSERTPS
2016-02-01 Igor BregerAVX512 : Fix SETCCE lowering for KNL 32 bit.
2016-02-01 Frederic Riss[dsymutil] Skip mach-o paired relocations
2016-02-01 David Majnemer[X86] Cleanup the WinEHState pass
2016-02-01 Frederic Riss[dsymutil] Support scattered relocs.
2016-02-01 David MajnemerRevert r258580 and r258581.
2016-02-01 Tobias GrosserScopInfo: use std::distance to shorten code [NFC]
2016-02-01 Craig Topper[TableGen] Store result of getInstructionsByEnumValue...
2016-02-01 David MajnemerMark DR1250 as implemented
2016-01-31 Frederic Riss[MCDwarf] Fix encoding of line tables with weird custom...
2016-01-31 Craig TopperReplace utostr_32 use with utostr to match removal...
2016-01-31 Tobias Grossercmake: Add additional libraries to fix the darwin share...
2016-01-31 Craig TopperRemove utostr_32 as it has no uses anymore.
2016-01-31 Craig TopperReplace usages of llvm::utostr_32 with just llvm::utost...
2016-01-31 Craig TopperMerge utohex_buffer into utohexstr, it's only caller...
2016-01-31 Sanjay Pateladd helper function for minnum/maxnum ; NFC
2016-01-31 Sanjay Pateluse range-based for loop; NFC
2016-01-31 Sanjay Patelfix formatting; NFC
2016-01-31 Sanjay Patelsimplify; NFC
2016-01-31 Sanjay Patelclean up; NFC
2016-01-31 JF BastienWebAssembly: more failures are gone
2016-01-31 JF BastienWebAssembly: update expected failures
2016-01-31 Frederic Riss[dsymutil] Fix FileCheck command.
2016-01-31 Frederic Riss[dsymutil] Fix handling of common symbols.
2016-01-31 Frederic Riss[dsymutil] Allow debug map mappings with no object...
2016-01-31 Craig TopperReplace usage of llvm::utostr_32 with just llvm::utostr...
2016-01-31 Tim Shen[SelectionDAG] Eliminate exponential behavior in WalkCh...
2016-01-31 Craig TopperNo need to use utostr/utohexstr when writing into a...
2016-01-31 Craig TopperShrink character buffer size in raw_ostream::write_hex...
2016-01-31 Craig TopperUse std::end instead of repeating buffer sizes.
2016-01-31 Bruno Cardoso... [Parser] Update CachedTokens while parsing ObjectiveC...
2016-01-31 Craig TopperNo need to use utostr when putting integers into a...
2016-01-31 Craig TopperConvert an unsigned to Twine instead of using utostr...
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...
next