platform/upstream/llvm.git
2016-02-01 Sanjay Patelfix broken check lines
2016-02-01 Benjamin KramerMove LocInfoType from Sema to AST.
2016-02-01 David Majnemer[InstCombine] Don't transform (X+INT_MAX)>=(Y+INT_MAX...
2016-02-01 Jun Bum Lim[ValueTracking] Improve isKnownNonZero for PHI of non...
2016-02-01 Sanjay Patel[InstCombine] simplify masked load intrinsics with...
2016-02-01 Pavel LabathRemove flaky annotation for TestCallWithTimeout on...
2016-02-01 Geoff Berry[PrologEpilogInserter] Add some debug output for callee...
2016-02-01 Arpith Chacko... [OpenMP] Prevent nesting of target constructs within...
2016-02-01 Geoff Berry[AArch64] Simplify callee-save register save/restore...
2016-02-01 Matthew Simpson[LV] Rename RdxPHIsToFix to PHIsToFix (NFC)
2016-02-01 Asaf Badouh[X86][AVX512VBMI] add encoding and intrinsics for Multi...
2016-02-01 Aaron BallmanAdd a new check, readability-redundant-control-flow...
2016-02-01 Vasileios Kalintiris[mips] Split large test file into 3 smaller ones.
2016-02-01 Daniel Sanders[mips] Range check uimm16 and fix several bugs this...
2016-02-01 Aaron BallmanReapply r259210 with a fix for RegistryTest.cpp.
2016-02-01 Amjad AboudImproved macro emission in dwarf.
2016-02-01 Matthew SimpsonReapply commit r258404 with fix.
2016-02-01 Pavel LabathRemove Timer::Initialize routine
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.
next