platform/upstream/llvm.git
2016-08-04 Tim Shen[ADT] Migrate DepthFirstIterator to use NodeRef
2016-08-04 Michael Kuperstein[LV, X86] Be more optimistic about vectorizing shifts.
2016-08-04 Rui UeyamaSplit InputSectionDescription::Sort into SortInner...
2016-08-04 Sanjay Patel[InstCombine] use m_APInt to allow icmp eq (mul X,...
2016-08-04 Bruno Cardoso... [LIT][Darwin] Preload libclang_rt.asan_osx_dynamic...
2016-08-04 Saleem Abdulrasoolbuiltins: split out the EABI and VFP ARM sources
2016-08-04 Kevin EnderbyClean up the logic of the Archive::Child::Child() with...
2016-08-04 Tim NorthoverGlobalISel: extend add widening to SUB, MUL, OR, AND...
2016-08-04 Tim NorthoverGlobalISel: add support for G_MUL
2016-08-04 David Majnemer[CloneFunction] Add a testcase for r277691/r277693
2016-08-04 Rui UeyamaUse "llvm-objdump -s" instead of hexdump command.
2016-08-04 Chris Bieneman[Mach0YAML] Change n_type from uint8_t to llvm::yaml...
2016-08-04 Tim NorthoverGlobalISel: implement narrowing for G_ADD.
2016-08-04 Tim NorthoverGlobalISel: refuse to halve size of 1-byte & odd-sized...
2016-08-04 Matt ArsenaultGVNHoist: Don't hoist convergent calls
2016-08-04 Lang Hames[ExecutionEngine] Refactor - Roll JITSymbolFlags functi...
2016-08-04 David Majnemer[coroutines] Part 4[ab]: Coroutine Devirtualization...
2016-08-04 Reid KlecknerAvoid re-entrancy between __sanitizer::Report, OutputDe...
2016-08-04 Sanjay Patel[InstCombine] use m_APInt to allow icmp eq (and X,...
2016-08-04 Davide Italiano[MachO] Factor out some common code in the Driver.
2016-08-04 Davide Italiano[MachO/Core] Remove (now) unused static member function...
2016-08-04 Yaxun Liu[OpenCL] Add missing tests for getOCLTypeName
2016-08-04 Zachary Turner[CodeView] Use llvm::Error instead of std::error_code.
2016-08-04 Artem Dergachev[analyzer] Make CloneDetector recognize different varia...
2016-08-04 Yaxun Liu[OpenCL] Add the lit test for image size which was...
2016-08-04 Tim NorthoverAArch64: don't assume all i128s are BUILD_PAIRs
2016-08-04 Yaxun Liu[OpenCL] Remove extra native_ functions from opencl-c.h
2016-08-04 Chris Bieneman[macho2yaml] String table can contain null strings
2016-08-04 Sanjay Patel[InstCombine] use m_APInt to allow icmp eq (or X, C1...
2016-08-04 Tim NorthoverGlobalISel: also add G_TRUNC to IRTranslator.
2016-08-04 Tim NorthoverGlobalISel: add code to widen scalar G_ADD
2016-08-04 Etienne Bergeronfix whitespaces from https://reviews.llvm.org/D23170
2016-08-04 Etienne Bergeron[compiler-rt] Fix memory allocator for dynamic address...
2016-08-04 Sanjay Patelremove FIXME comments (fixed with r277738)
2016-08-04 Alexey Bader[OpenCL] Added underscores to the names of 'to_addr...
2016-08-04 Derek Schuff[WebAssembly] Check return value of getRegForValue...
2016-08-04 Vedant Kumar[llvm-cov] Add some documentation for the -tab-size...
2016-08-04 Krzysztof Parzyszek[Hexagon] Validate register class when doing bit simpli...
2016-08-04 Sanjay Patel[InstCombine] use m_APInt to allow icmp eq (op X, Y...
2016-08-04 Simon Pilgrim[X86][SSE] Rename target shuffle unary permute matching...
2016-08-04 Sanjay Pateladd tests for missing vector folds
2016-08-04 Alina SbirleaLoadStoreVectorizer: Remove TargetBaseAlign. Keep align...
2016-08-04 Adrian PrantlShamelessly add myself to CREDITS.TXT
2016-08-04 Bruno Cardoso... [ASAN] Mark test/asan/TestCases/ill.cc as unsupported...
2016-08-04 Daniel Sanders[mips] Set Personality and LSDA encoding for FreeBSD
2016-08-04 Sanjay Patel[InstCombine] use m_APInt to allow icmp eq (sub C1...
2016-08-04 Jonas HahnfeldAdd test case for nested creation of tasks
2016-08-04 Alexander Kornienko[clang-tidy] misc-argument-comment non-strict mode
2016-08-04 Simon Pilgrim[X86][SSE] Split off shuffle mask canonicalization...
2016-08-04 Krzysztof Parzyszek[Hexagon] Clear kill flags from modified registers...
2016-08-04 Tobias GrosserGPGPU: Support scalars that are mapped to shared memory
2016-08-04 Nikolai Bozhenov[X86] Heuristic to selectively build Newton-Raphson...
2016-08-04 Tobias GrosserGPGPU: Disable verbose debug output
2016-08-04 Tobias GrosserRemove leftover debug output
2016-08-04 Tobias GrosserGPGPU: Add private memory support
2016-08-04 Tobias GrosserGPGPU: Add support for shared memory
2016-08-04 Rafael EspindolaRemove redundant argument.
2016-08-04 Hrvoje Varga[mips][microMIPS] Implement CFC1, CFC2, CTC1 and CTC2...
2016-08-04 Simon Pilgrim[X86] Dropped XOP ctbits checks - they match the AVX...
2016-08-04 Jonas Hahnfeldkmp_taskdeps.cpp: Fix debugging output
2016-08-04 Simon Pilgrim[X86][SSE] Add initial costs for vector CTTZ/CTLZ
2016-08-04 Ying Yi[LLVM-COV]Replace tabs to the space indentations in...
2016-08-04 Jonas HahnfeldRemove LLVM_ENABLE_LIBCXXABI
2016-08-04 Simon Pilgrim[X86][SSE] Don't decide when to scalarize CTTZ/CTLZ...
2016-08-04 Benjamin KramerMake isExternC work on VarDecls too.
2016-08-04 George Rimar[ELF] - Attemp to fix buildbot.
2016-08-04 George Rimar[ELF] - Linkerscript: implemented ASSERT() keyword.
2016-08-04 Kirill Bobyrev[clang-rename] add missing clang-format improvements
2016-08-04 Simon Dardis[mips] Enable tail calls by default
2016-08-04 Tobias GrosserGPGPU: Cache PTX kernels
2016-08-04 George Rimar[ELF] - Linkerscript: Fixed SORT_BY_ALIGNMENT sorting...
2016-08-04 George Rimar[ELF] - Remove trailing whitespaces. NFC.
2016-08-04 Diana PicusTypo fix in comment. NFC
2016-08-04 Eugene Leviant[ELF] Linkerscript: remove repeated sections in filter()
2016-08-04 Miklos VajnaRun clang-format on clang-rename code
2016-08-04 Dean Michael... [XRay] Align entry and return sleds to 2 byte boundaries
2016-08-04 Matt ArsenaultAMDGPU: Fix a slow test by using basic regalloc
2016-08-04 Tobias GrosserGPGPU: Handle scalar array references
2016-08-04 Tobias GrosserBlockGenerator: Assert that we do not get alloca of...
2016-08-04 Tobias GrosserGPGPU: Pass subtree values correctly to the kernel
2016-08-04 Eric ChristopherAfter PR28761 use -Wall with -Werror in builtins tests...
2016-08-04 Amaury SechetFix intrinsics.ll test
2016-08-04 Amaury SechetAdd popcount(n) == bitsize(n) -> n == -1 transformation.
2016-08-04 David MajnemerForgot the dyn_cast_or_null intended for r277691.
2016-08-04 Bruno Cardoso... [Darwin] Exclude interception union tests on Darwin...
2016-08-04 David MajnemerReinstate "[CloneFunction] Don't remove side effecting...
2016-08-04 Bruno Cardoso... Revert "GVN-hoist: enable by default" & "Make GVN Hoist...
2016-08-04 Chandler Carruth[PM] Change the name of the repeating utility to someth...
2016-08-04 Sebastian PopMake GVN Hoisting obey optnone/bisect.
2016-08-04 Rui UeyamaRemove buggy PROVIDE-in-output-description command.
2016-08-04 Rui UeyamaMake ScriptParser::read* functions more functional...
2016-08-04 Sebastian PopGVN-hoist: enable by default
2016-08-04 Dean Michael... [compiler-rt][XRay] Stash xmm registers in the trampolines
2016-08-03 Rui Ueyamapdbdump: Add a test to verify the result of PDB ->...
2016-08-03 Rui Ueyamapdbdump: Fix crash bug.
2016-08-03 Rui UeyamaMake filler expression compatible with gold.
2016-08-03 Reid KlecknerOnly run ill.cc test on x86, 32 or 64 bit
2016-08-03 Justin Bognerllvm-profdata: Clarify the top level help
2016-08-03 Alexander Kornienko[clang-tidy] Inefficient string operation
2016-08-03 Kirill Bobyrev[clang-rename] improve USRFindingAction
next