platform/upstream/llvm.git
2016-12-05 Rui UeyamaRemove existing file in a separate thread asynchronously.
2016-12-05 Chris Bieneman[CMake] Fix symlink refactor for multi-configuration...
2016-12-05 Eugene Leviant[ELF] Print file:line for unknown PHDR error
2016-12-05 Devin Coughlin[analyzer] ObjCGenerics: Warn only on mismatch for...
2016-12-05 Sanjay Patel[TargetLowering] add special-case for demanded bits...
2016-12-05 Sanjay Patel[x86] fold fand (fxor X, -1) Y --> fandn X, Y
2016-12-05 Pavel LabathRemove superfluous android include
2016-12-05 Pavel LabathRemove one more if(__ANDROID_NDK__) I missed
2016-12-05 Daniel JasperRemove a couple of memset usages from TSan, introduced...
2016-12-05 Simon PilgrimUse range based for loop. NFCI.
2016-12-05 Adhemerval... ELF/AArch64: Fix R_AARCH64_LDST16_ABS_LO12_NC mask
2016-12-05 Adhemerval... ELF/AArch64: Simplify R_AARCH64_ADD_ABS_LO12_NC relocation
2016-12-05 Adhemerval... ELF/AArch64: consolidate getAArch64Page implementation
2016-12-05 Nirav Dave[PPC] Slightly Improve Assembly Parsing errors and...
2016-12-05 Simon Dardis[mips][ias] N32/N64 must not sort the relocation table.
2016-12-05 Martin BohmeCFGBuilder: Fix crash when visiting delete expression...
2016-12-05 Benjamin KramerClean out unused diagnostics. NFC.
2016-12-05 Simon Pilgrim[X86][SSE] Add support for combining target shuffles...
2016-12-05 Eric Liu[change-namespace] get changing namespace to global...
2016-12-05 Pavel LabathClean up some use of __ANDROID_NDK__ in the cmake files
2016-12-05 Roger Ferrer... Handle tests for noexcept that expect a false value
2016-12-05 Simon Pilgrim[X86][SSE] Add helper function to create UNPCKL/UNPCKH...
2016-12-05 Diana Picus[GlobalISel] Extract handleAssignments out of AArch64Ca...
2016-12-05 Sam Kolton[AMDGPU] Disassembler: fix s_buffer_store_dword instruc...
2016-12-05 Michal Gorny[cmake] Include component in Sphinx install rules
2016-12-05 Matthias BraunTableGen/AsmMatcherEmitter: Trust that stable_sort...
2016-12-05 Richard SmithDR1213: element access on an array xvalue or prvalue...
2016-12-05 Matthias BraunTableGen: Some more std::string->StringInit* replacements
2016-12-05 Matthias BraunTableGen/Record: Shortcut member access in hottest...
2016-12-05 Matthias BraunTableGen: TableGenStringKey is no longer necessary...
2016-12-05 Matthias BraunTableGen: Use range based for; reserve vectors where...
2016-12-05 Matthias BraunTableGen/TGParser: Prefer SmallVector/ArrayRef over...
2016-12-05 Matthias BraunTableGen/Record: Replace std::vector with SmallVector...
2016-12-05 Matthias BraunListInit::convertInitializerTo: avoid foldingset lookup...
2016-12-05 Craig Topper[X86] Remove unnecessary explicit uses of .SimpleTy...
2016-12-05 Matthias BraunAdapt to llvm/TableGen DagInit changes.
2016-12-05 Matthias BraunTableGen: Use StringInit instead of std::string for...
2016-12-05 Matthias BraunTableGen: Use StringInit instead of std::string for...
2016-12-05 Matthias BraunTableGen: Use more StringInit instead of StringRef
2016-12-05 Craig Topper[AVX-512] Teach fast isel to handle 512-bit vector...
2016-12-05 Kuba MracekUse Darwin libtool's -no_warning_for_no_symbols if...
2016-12-05 Matthias BraunTableGen: Factor out STRCONCAT constructor, add shortcut.
2016-12-05 Matthias BraunTableGen/Record: Move PointerIntPair to less used field...
2016-12-05 Colin LeMahieu[Hexagon] Adding additional tokenization characters...
2016-12-05 Craig Topper[AVX-512] Teach fast isel to use masked compare and...
2016-12-05 Craig Topper[AVX-512] Add avx512f command lines to fast isel SSE...
2016-12-05 Colin LeMahieu[Hexagon] Changing from literal numeric value to argume...
2016-12-05 Chris Bieneman[CMake] Use add_llvm_tool_symlink's OUTPUT_DIR option
2016-12-05 Chris Bieneman[CMake] Refactor add_llvm_tool_symlink for reuse
2016-12-05 Rui UeyamaRun the last iteration of parallel_for_loop using a...
2016-12-05 Rui UeyamaSimplify ICF alignment handling.
2016-12-05 Peter CollingbourneIRGen: Remove an unused overload of CreateAlignedLoad.
2016-12-04 Simon Pilgrim[X86][XOP] Add target shuffle tests showing missing...
2016-12-04 Simon Pilgrim[X86][AVX512] Add target shuffle tests showing missing...
2016-12-04 Daniel JasperRevert "Recover better from an incompatible .pcm file...
2016-12-04 Eric FiselierUpdate status page for variant implementation
2016-12-04 Kuba Mracek[sanitizer] Make atos stdin a non-tty pipe to make...
2016-12-04 Eric FiselierChoose better hash values for std::monostate and valuel...
2016-12-04 Craig Topper[X86] Mark 256-bit DPPS intrinsic as commutable to...
2016-12-04 Craig Topper[X86] Add Commutative property to several MMX arithmeti...
2016-12-04 Rui UeyamaRe-implement the optimization that I removed in r288527.
2016-12-04 Michael Gottesman[stl-extras] Provide an adaptor of std::count for ranges.
2016-12-04 Dylan McKay[AVR] Remove 'XFAIL' from a CodeGen test
2016-12-04 Rafael EspindolaDon't discard .L symbol with -r.
2016-12-04 Rafael EspindolaAlways use / as the path separator.
2016-12-04 Rafael EspindolaPrefix path when displaying thin archives.
2016-12-04 Matthias BraunTableGen: Adapt to llvm r288612
2016-12-04 Matthias BraunTableGen: Store Records on a BumpPtrAllocator
2016-12-04 Matthias BraunTableGen: Use StringRef instead of const std::string...
2016-12-04 Matthias BraunTableGen: Optimize common string concatenation with...
2016-12-04 Matthias BraunTableGen: Use StringRef instead of const std::string...
2016-12-04 Rui UeyamaUpdate comment to clarify the machine spec.
2016-12-04 Lang Hames[Object][MachO] Reference-ify some helper function...
2016-12-03 Dan Gohman[MC] Generalize MCContext's SectionSymbols field.
2016-12-03 Rui UeyamaAdd comments about the use of threads in LLD.
2016-12-03 Sylvestre LedruAdd the --no-color option to the git call in the doc...
2016-12-03 Dan Gohman[WebAssembly] Revert r288447.
2016-12-03 Matt ArsenaultDAG: Fold out out of bounds insert_vector_elt
2016-12-03 Dan Gohman[WebAssembly] Eliminate an ad-hoc command-line argument.
2016-12-03 Saleem AbdulrasoolAMDGPU: remove a couple of unused variables
2016-12-03 Saleem Abdulrasoolbuild: allow specifying the component to `llvm_install_...
2016-12-03 Rui UeyamaFactor out common code to a header.
2016-12-03 Justin Lebar[PM] Rename lookupPass to lookUpPass.
2016-12-03 Justin Lebar[PM] Get rid of an unused variable in AnalysisManager...
2016-12-03 Justin Lebar[PM] Consistently use curly braces rather than std...
2016-12-03 Justin Lebar[PM] Don't walk the AM's ResultsList if nothing was...
2016-12-03 Justin Lebar[PM] Make AnalysisManager::registerPass take its parame...
2016-12-03 Justin Lebar[PM] Make PassManager's constructor explicit.
2016-12-03 Justin Lebar[PM] Make PreservedAnalyses::preserved take its paramet...
2016-12-03 Craig Topper[AVX-512] Add many of the VPERM instructions to the...
2016-12-03 Matt ArsenaultAMDGPU: Clean up struct initializers
2016-12-03 Sanjay Patel[InstSimplify] add more helper functions for SimplifyIC...
2016-12-03 Sanjay Patel[InstSimplify] add helper functions for SimplifyICmpIns...
2016-12-03 Craig Topper[AVX-512] Add EVEX VPMADDUBSW and VPMADDWD to the load...
2016-12-03 Eric Liu[clang-move] don't miss ',' in json output when there...
2016-12-03 Rafael EspindolaIgnone SHF_INFO_LINK.
2016-12-03 Sanjay Patel[InstCombine] change select type to eliminate bitcasts
2016-12-03 Sergey Kalinichev[libclang] Fix python tests
2016-12-03 George Rimar[ELF] - Implemented R_386_16 and R_386PC16 relocations
2016-12-03 George Rimar[ELF] - Change the way how we compute offsets for binar...
next