platform/upstream/llvm.git
2016-03-17 Kostya Serebryany[libFuzzer] add __attribute__((no_sanitize_memory)...
2016-03-17 Michael J.... [msan fix] unitalized variable
2016-03-17 Stephane SezerFix deadlock due to thread list locking in 'bt all...
2016-03-17 Guozhi Wei[InstCombine] Combine A->B->A BitCast
2016-03-17 Sanjoy Das[Statepoints] Export a magic constant into a header...
2016-03-17 David BlaikieRemove defaulted move ops, the type is zero-cost copyab...
2016-03-17 Filipe Cabecinhas[lit] Enqueue tests on a separate thread to not hit...
2016-03-17 David BlaikieFix implicit copy ctor and copy assignment operator...
2016-03-17 Valery Pykhtin[AMDGPU] add VI disassembler tests. NFC.
2016-03-17 Petar Jovanovic[PowerPC] Disable CTR loops optimization for soft float...
2016-03-17 Eugene ZelenkoFix Clang-tidy modernize-deprecated-headers warnings...
2016-03-17 Derek Schuff[WebAssembly] Stackify code emitted by eliminateFrameIn...
2016-03-17 David Majnemer[COFF] Use coff_section::getAlignment
2016-03-17 David Majnemer[COFF] Fix invalid alignment in tests
2016-03-17 David Majnemer[COFF] Refactor section alignment calculation
2016-03-17 David MajnemerForgot to commit this with r263692
2016-03-17 Changpeng FangAMDGPU/SI: Do not generate s_waitcnt after ds_permute...
2016-03-17 Nicolai HaehnleAMDGPU: mark atomic instructions as sources of divergence
2016-03-17 Benjamin KramerUse a simpler set of mock headers for the vfs+modules...
2016-03-17 Simon Pilgrim[X86][SSE] Simplified blend-with-zero combining
2016-03-17 Sanjay Patelpropagate 'unpredictable' metadata on select instructions
2016-03-17 Saleem AbdulrasoolARM: Revert SVN r253865, 254158, fix windows division
2016-03-17 Daniel Jasperclang-format: [JS] Make requoting of JavaScript string...
2016-03-17 Simon Atanasyan[ELF][MIPS] Support R_MIPS_TLS_DTPREL_HI16/LO16 and...
2016-03-17 Simon Atanasyan[ELF][MIPS] Add test case to check number of redundant...
2016-03-17 Daniel Jasperclang-format: [JS] Fix incorrect spacing around context...
2016-03-17 Daniel Jasperclang-format: Slightly weaken AlignAfterOpenBracket...
2016-03-17 Simon Atanasyan[llvm-objdump] Add REQUIRES x86 directive to fix buildbots
2016-03-17 George RimarAvoid using braces. NFC.
2016-03-17 Alexey Bataev[OPENMP 4.5] Allow to use private data members in ...
2016-03-17 Simon Atanasyan[llvm-objdump] Add '0x' prefix to a target displacement...
2016-03-17 Simon Atanasyan[mips] Use `formatImm` call to print immediate value...
2016-03-17 Scott Egerton[mips] Eliminate instances of "potentially uninitialise...
2016-03-17 Wilfred HughesRemove obselete reference to TypeResolve from the tutorial.
2016-03-17 Alexey Bataev[OPENMP 4.0] Use 'declare reduction' constructs in...
2016-03-17 Wilfred HughesMinor grammar fix in kaleidoscope tutorial.
2016-03-17 Jonas Hahnfeld[libcxxabi] Disable cxa_thread_atexit_test if unavailable
2016-03-17 Kuba BreckaRemoving a non-intentional debug output that got commit...
2016-03-17 Wilfred HughesFurther typo fixes in kaleidoscope tutorial.
2016-03-17 Wilfred HughesFix typo in kaleidoscope tutorial.
2016-03-17 Kuba Brecka[sanitizer] On OS X, verify that interceptors work...
2016-03-17 Junmo ParkMinor code cleanups. NFC.
2016-03-17 George Rimar[ELF] - -pie/--pic-executable option implemented
2016-03-17 David Majnemer[yaml2obj, COFF] Correctly handle section alignment
2016-03-17 Bruno Cardoso... [VFS] Remove wrong header include
2016-03-17 Davide Italiano[ELF] Use braces for muti-line if(s).
2016-03-17 Argyrios Kyrtzidis[index] Make sure that declarations of builtin function...
2016-03-17 Eric FiselierMake std::addressof constexpr in C++17 (Clang only).
2016-03-17 Manman RenAdd an optional named argument (replacement = "xxx...
2016-03-17 Bruno Cardoso... Reapply [2]: [VFS] Add support for handling path traversals
2016-03-17 Sanjoy Das[Statepoints] Separate out logic for statepoint directi...
2016-03-17 Sanjoy Das[Statepoint] Remove unused header; NFC
2016-03-17 Sanjoy Das[Statepoints] Minor NFC cleanups
2016-03-17 Sanjoy Das[SelectionDAG] Remove visitStatepoint; NFC
2016-03-17 Pete CooperRequire allocator parameter to YAML traits.
2016-03-17 Pete CooperAlways pass an allocator to YAMLTraits.
2016-03-16 Sanjay Pateluse FileCheck for tighter checking
2016-03-16 Tobias GrosserScopInfo: Do not generate dependences for i1 values...
2016-03-16 Pete CooperUse allocator in YAML code to avoid leaking atom content.
2016-03-16 Pete CooperAdd optional allocator to YAML code to avoid leaking...
2016-03-16 Sanjay Patelreduce check strings; no need to check IR comments
2016-03-16 Sanjay Pateluse FileCheck for tighter checking
2016-03-16 Chris BienemanUpgrade TBAA *before* upgrading intrinsics
2016-03-16 Sanjoy DasFix indentation; NFC
2016-03-16 Sanjoy DasExtract out a SelectionDAGBuilder::LowerAsStatepoint...
2016-03-16 Rafael EspindolaDon't pass SymbolBody to the relax* functions.
2016-03-16 Rafael EspindolaDon't create a got entry if we optimize it out.
2016-03-16 Sanjay Pateluse FileCheck for tighter checking
2016-03-16 Sanjay Pateluse FileCheck for tighter checking
2016-03-16 Xinliang David LiVariable name cleanup /NFC
2016-03-16 James Y KnightTweak some atomics functions in preparation for larger...
2016-03-16 Ed Maste[ELF] SHF_MERGE section with 0 entsize is not fatal
2016-03-16 Sanjoy Das[SelectionDAG] Extract out populateCallLoweringInfo...
2016-03-16 Vedant Kumar[ProfileData] Make a utility method public, NFC
2016-03-16 Ed MasteRevert r263660 as one of the tests is broken.
2016-03-16 Ed Maste[ELF] SHF_MERGE section with 0 entsize is not fatal
2016-03-16 Eric FiselierAdd __unconstref for future use
2016-03-16 Nicolai HaehnleAMDGPU: Prevent uniform loops from becoming infinite
2016-03-16 Colin LeMahieu[Hexagon] Adding missing break in switch statement...
2016-03-16 Chad Rosier[SLP] Make DataLayout a member variable.
2016-03-16 Geoff BerryRevert "[LSR] Create fewer redundant instructions."
2016-03-16 Carlo Bertolli[OPENMP] Support for codegen of private clause of targe...
2016-03-16 Rafael EspindolaSplit relaxTls into one per relaxation type.
2016-03-16 Manman RenAdd an optional string argument to DeprecatedAttr for...
2016-03-16 Jonathan Peyton[CMake] Fix Windows build problem for CMake versions...
2016-03-16 Simon PilgrimRemoved trailing whitespace
2016-03-16 Simon Pilgrim[X86] Reduced alignment of widened vector load/stores...
2016-03-16 Sanjay Pateladd checks for 'unpredictable' metadata preservation
2016-03-16 Roman LevensteinAdd attributes for preserve_mostcc/preserve_allcc calli...
2016-03-16 Sanjay Patelfix function names; NFC
2016-03-16 Evgeniy Stepanov[msan] Add a comment with a bug link.
2016-03-16 Geoff Berry[LSR] Create fewer redundant instructions.
2016-03-16 Kuba Brecka[tsan] Detect uses of uninitialized, destroyed and...
2016-03-16 Simon Pilgrim[X86] Regenerated + extended widened vector conversion...
2016-03-16 Olivier GoffartFix destructor definition of invalid classes
2016-03-16 Mike SpertusAdd visualizers for more clang types. Create more C...
2016-03-16 Pavel LabathFix null pointer "dereference" in DomainSocket
2016-03-16 NAKAMURA TakumiRevert r263617, "Reapply: [VFS] Add support for handlin...
2016-03-16 Yaron KerenDirectly get the canonical Type instead of going around...
2016-03-16 Vassil Vassilev[modules] Fix adding a templated friend functions to...
next