platform/upstream/llvm.git
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...
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).
next