platform/upstream/llvm.git
2016-09-09 George RimarRevert r281045, it broke BB.
2016-09-09 George RimarRecommit [ELF] - Versionscript: do not treat non-wildca...
2016-09-09 James Molloy[ARM] ADD with a negative offset can become SUB for...
2016-09-09 James Molloy[ARM] icmp %x, -C can be lowered to a simple ADDS or CMN
2016-09-09 Simon Pilgrim[SelectionDAG] Ensure DAG::getZeroExtendInReg is called...
2016-09-09 George Rimar[ELF] - Revert r281038 to see if that unbreaks build...
2016-09-09 James Molloy[Thumb] Select (CMPZ X, -C) -> (CMPZ (ADDS X, C), 0)
2016-09-09 Tobias GrosserAdd namespace specifier before nullptr_t
2016-09-09 George Rimar[ELF] - Versionscript: do not treat non-wildcarded...
2016-09-09 Tim NorthoverGlobalISel: remove G_TYPE and G_PHI
2016-09-09 Tim NorthoverGlobalISel: fix comments and add assertions for valid...
2016-09-09 Tim NorthoverGlobalISel: move type information to MachineRegisterInfo.
2016-09-09 Tobias GrosserIslNodeBuilder: Add missing __isl_take annotation
2016-09-09 Simon DardisRevert "[mips] Fix c.<cc>.<fmt> instruction definition."
2016-09-09 Nitesh Jain[LLDB][MIPS] Fix Emulation for JALR64 Instruction
2016-09-09 Nitesh Jain[LLDB][MIPS] Fix TestEhFrameUnwind.py for MIPS
2016-09-09 Dimitar VlahovskiFixing a build breakage caused from a change in LLVM...
2016-09-09 Pavel LabathNFC: Reformat ABISysV_i386 register context into someth...
2016-09-09 Sam Kolton[AMDGPU] Assembler: rename amd_kernel_code_t asm names...
2016-09-09 James Molloy[Thumb1] Teach optimizeCompareInstr about thumb1 compares
2016-09-09 Nitesh Jain[LLDB][MIPS] Fix TestLldbGdbServer.py failure
2016-09-09 Pavel LabathFix new gdb-remote client unit test for windows
2016-09-09 Eugene LeviantLinker script: implement AT [ (address) ] for PHDR
2016-09-09 Sam Kolton[AMDGPU] Assembler: match e32 VOP instructions before...
2016-09-09 Simon Dardis[mips] Fix c.<cc>.<fmt> instruction definition.
2016-09-09 Chris Dewhurst[Sparc][LEON] Unit test for CASA instruction supported...
2016-09-09 Gor Nishanov[Coroutines] Part13: Handle single edge PHINodes across...
2016-09-09 Amaury SechetRationalise the attribute getter/setter methods on...
2016-09-09 Amaury SechetUpdate clang for D21514. NFC
2016-09-09 George Burgess IV[Docs] Fix typos, remove trailing whitespace.
2016-09-09 Kostya Serebryany[libFuzzer] improve -print_pcs to not print new PCs...
2016-09-09 Kostya Serebryany[sanitizer] fix a potential buffer overflow due to...
2016-09-09 Kostya Serebryany[libFuzzer] remove unneeded call
2016-09-09 Craig Topper[AVX-512] Add VPCMP instructions to the load folding...
2016-09-09 Craig Topper[AVX-512] Add more integer vector comparison tests...
2016-09-09 Vedant Kumar[llvm-cov] Emit a summary in the report directory's...
2016-09-09 Vedant Kumar[llvm-cov] Constify some methods (NFC)
2016-09-09 Vedant Kumar[llvm-cov] Add an API to prepare file reports (NFC)
2016-09-09 Vedant Kumar[llvm-cov] Speculate fix for a Windows-only test (NFC)
2016-09-09 Kostya Serebryany[libFuzzer] remove use_traces=1 since use_value_profile...
2016-09-09 David Majnemer[X86] Tighten up a comment which confused x64 ABI termi...
2016-09-09 Michael Kuperstein[X86] Add more baseline tests for "irregular" shuffles...
2016-09-09 Rui UeyamaFix -output option.
2016-09-08 Hans WennborgWin64: Don't use REX prefix for direct tail calls
2016-09-08 Mike Aizatsky.clang-tidy: parameters and members should be CamelCased.
2016-09-08 Rui UeyamaFix bug in -nostdlib.
2016-09-08 Saleem Abdulrasoolllvm-objdump: add missing ) in help output, NFC
2016-09-08 Richard SmithC++ Modules TS: Add parsing and some semantic analysis...
2016-09-08 Vedant Kumar[Driver] Report invalid -mtune/-mcpu parameters when...
2016-09-08 Albert GutowskiImplement MS _rot intrinsics
2016-09-08 Kostya Serebryany[libFuzzer] add missing docs
2016-09-08 Dehao ChenRemove debug info when hoisting instruction from then...
2016-09-08 Rui UeyamaDefine writeUint and use it. NFC.
2016-09-08 Sanjay Patel[InstCombine] regenerate checks
2016-09-08 Matthew Simpson[LV] Ensure proper handling of multi-use case when...
2016-09-08 Sanjay Patel[InstCombine] regenerate checks
2016-09-08 Davide Italiano[ELF] Fix DT_NEEDED value.
2016-09-08 Ed MasteELF: clarify error when we don't know the output format
2016-09-08 Saleem Abdulrasoolsupport: clean up MSVC support
2016-09-08 Krzysztof Parzyszek[RDF] Further improve handling of multiple phis reached...
2016-09-08 Rafael EspindolaReduce templating. NFC.
2016-09-08 Rui UeyamaDefine '-undefined foo' as an alias to '-undefined...
2016-09-08 Vassil Vassilev[modules] Apply ODR merging for function scoped tags...
2016-09-08 Ed MasteELF: Report original emulation name in "unknown emulati...
2016-09-08 Ed MasteELF: accept -m elf_amd64 as an alias for -m elf_x86_64
2016-09-08 Vedant Kumar[llvm-cov] Fix issues with segment highlighting in...
2016-09-08 Evgeniy StepanovFix tsan-go build.
2016-09-08 Matthew Simpson[LV] Don't mark pointers used by scalarized memory...
2016-09-08 Zachary Turner[pdb] Make YamlTypeDumperCallbacks reuse *this.
2016-09-08 Zachary Turner[YAMLIO] Add the ability to map with context.
2016-09-08 Bill Seurer[powerpc] Move #if to appease warnings-as-errors tests
2016-09-08 Ahmed BougachaRevert "Resubmit "Add a test for clang-tidy using the...
2016-09-08 Matt ArsenaultAMDGPU: Sign extend constants when splitting them
2016-09-08 Krzysztof Parzyszek[Hexagon] Expand sext- and zextloads of vector types...
2016-09-08 Matt ArsenaultAMDGPU: Try to commute when selecting s_addk_i32/s_mulk_i32
2016-09-08 Eric ChristopherAArch64 .arch directive - Include default arch attribut...
2016-09-08 Matt ArsenaultAMDGPU: Support commuting with immediate in src0
2016-09-08 Renato GolinRevert "[XRay] ARM 32-bit no-Thumb support in compiler-rt"
2016-09-08 Renato GolinRevert "[XRay] ARM 32-bit no-Thumb support in Clang"
2016-09-08 Renato GolinRevert "[XRay] ARM 32-bit no-Thumb support in LLVM"
2016-09-08 Balaram Makam[LoopDataPrefetch] Use range based for loop; NFCI
2016-09-08 Pavel LabathFix MSVC error from r280919
2016-09-08 Sanjay Patel[InstCombine] return a vector-safe true/false constant
2016-09-08 Dehao ChenAdd unittest for r280760
2016-09-08 Reid KlecknerFix linker warning about sanitizer_common_nolibc functi...
2016-09-08 Matt ArsenaultReplace nextafter implementation
2016-09-08 Simon Pilgrim[InstCombine][X86] Regenerate masked memory op combine...
2016-09-08 Simon Pilgrim[InstCombine][X86] Regenerate vperm2f128/vperm2i128...
2016-09-08 Reid KlecknerReally fix warnings about passing -std=gnu99 to MSVC
2016-09-08 Simon Pilgrim[InstCombine][X86] Regenerate insertps combine tests
2016-09-08 Vedant Kumar[Coverage] Delete some dead code (NFC)
2016-09-08 Jason HenlineAdd streamexecutor-config
2016-09-08 Qin ZhaoRevert "[ESan][MIPS] Adds support for MIPS64"
2016-09-08 Francis Ricci[compiler-rt] Don't use -fPIC when building for Windows
2016-09-08 Sam Kolton[TableGen] AsmMatcher: Add AsmVariantName to Instructio...
2016-09-08 Reid KlecknerRemove restriction that 'sret' must be on the first...
2016-09-08 Reid KlecknerGive an x86 assembler test a triple
2016-09-08 Dehao Chenrevert r280427
2016-09-08 Michael KruseAdd -polly-flatten-schedule pass.
2016-09-08 Rafael EspindolaHandle globs in global symbol names.
next