platform/upstream/llvm.git
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.
2016-09-08 Tobias GrosserGICHelper: Correctly assign return value
2016-09-08 Kuba Brecka[asan] Fix handle_abort_on_error.cc test on Darwin
2016-09-08 Aditya KumarAdded 'inline' attribute to basic_string's destructor
2016-09-08 Tobias GrosserSCEVAffinator: Add missing __isl_take annotations
2016-09-08 Valentina GiustiFix for rL280668, Intel(R) Memory Protection Extensions...
2016-09-08 Rafael EspindolaUse a protected destructor instead of a virtual one.
2016-09-08 Tobias GrosserScopInfo: Make clear that no double-free problem exists
2016-09-08 Tobias GrosserScopDetection: Make sure we do not accidentally divide...
2016-09-08 Tobias GrosserDependenceInfo: Make clear that no double-free problem...
2016-09-08 Rafael EspindolaCompute section names only once.
2016-09-08 Tobias GrosserIslNodeBuilder: Add missing __isl_take annotations
2016-09-08 Renato Golin[ARM XRay] Try to fix Thumb-only failure
2016-09-08 Filipe Cabecinhas[asan] Handle SIGBART signal description. (found by...
2016-09-08 Ed MasteFix -Wcovered-switch-default warning in AppleObjCRuntim...
2016-09-08 James Molloy[SDAGBuilder] Don't create a binary tree for switches...
2016-09-08 Ed MasteFix unused variable and integer sign warnings from...
2016-09-08 Filipe Cabecinhas[asan] Reify ErrorDeadlySignal
2016-09-08 James Molloy[Thumb1] AND with a constant operand can be converted...
2016-09-08 James Molloy[Thumb1] Fix cost calculation for complemented immediates
2016-09-08 Simon Pilgrim[SelectionDAG] Add BUILD_VECTOR support to computeKnown...
2016-09-08 Simon Pilgrim[DAGCombiner] Enable AND combines of splatted constant...
2016-09-08 Rafael EspindolaPack InputSectionData from 72 to 64 bytes. NFC.
2016-09-08 Abhishek AggarwalLLDB: API for iPermission of object file's sections
2016-09-08 Tobias GrosserScopInfo: Add missing __isl_take annotation
2016-09-08 Pavel LabathFix test breakage in r280919
2016-09-08 Simon PilgrimMoved unreachable to appease msvc, gcc and clang
2016-09-08 Kuba Brecka[tsan] Support C++11 call_once in TSan on Darwin
2016-09-08 Pavel Labathgdb-remote: Add jModulesInfo packet
2016-09-08 Pablo BarrioRevert "[ARM] Lower UDIV+UREM to UDIV+MLS (and the...
2016-09-08 Simon PilgrimFixed a 'not all control paths return a value' warning...
2016-09-08 George Rimar[ELF] - Add virtual destructor to LinkerScriptBase...
2016-09-08 Eugene LeviantLinker script: implement ALIGNOF
2016-09-08 Simon Atanasyan[ELF][MIPS] Fix initialization of TLS-related GOT entries
2016-09-08 Simon Atanasyan[ELF][MIPS] Update the comment
next