platform/upstream/llvm.git
2016-03-18 Reid Kleckner[codeview] Only emit function ids for inlined functions
2016-03-18 Reid Kleckner[clang-cl] Allow use of -gline-tables-only
2016-03-18 Colin LeMahieu[MCParser] Accept uppercase radix variants 0X and 0B
2016-03-18 Rafael EspindolaRevert "bar"
2016-03-18 Rafael EspindolaThe ELF lld doesn't depend on LTO.
2016-03-18 Rafael Espindolabar
2016-03-18 JF BastienMissing ATOMIC_*_LOCK_FREE tests
2016-03-18 Mike Aizatsky[sancov] specifying sanitizer coverage dependencies.
2016-03-18 Jan Vesely[ELF] Link with Analysis, IPO, and LTO
2016-03-18 Pirama Arumuga... Add -fnative-half-arguments-and-returns
2016-03-18 Mike SpertusShow members of DeclContexts (i.e., class members)...
2016-03-18 Colin LeMahieu[llvm-objdump] Print <unknown> in place of instruction...
2016-03-18 Nicolai HaehnleAMDGPU: Overload return type of llvm.amdgcn.buffer...
2016-03-18 Nicolai HaehnleAMDGPU/SI: Add llvm.amdgcn.buffer.atomic.* intrinsics
2016-03-18 Nicolai HaehnleAMDGPU: use ComplexPattern for offsets in llvm.amdgcn...
2016-03-18 Sam Kolton[AMDGPU] Assembler: Change dpp_ctrl syntax to match sp3
2016-03-18 Jonathan PeytonUpdate www/index.html to reflect current status of...
2016-03-18 Benjamin Kramer[Fuzzer] Guard no_sanitize_memory attributes behind...
2016-03-18 Krzysztof ParzyszekFix some typos; NFC
2016-03-18 Benjamin KramerMake LookupResult movable again.
2016-03-18 Arpith Chacko... Revert r263783 as buildbot failure is being investigated.
2016-03-18 Arpith Chacko... [OpenMP] Base support for target directive codegen...
2016-03-18 Kuba Brecka[tsan] Add interceptor for pthread_cond_timedwait_relat...
2016-03-18 Simon Atanasyan[llvm-objdump] Move test case to the X86 sub-directory...
2016-03-18 George Rimar[ELF] - Set the sh_entsize for mergable sections
2016-03-18 Sagar Thakur[TSAN] Fix build bot failure for powerpc64le
2016-03-18 Sagar Thakur[TSAN] Relax the expected output of race_on_mutex.c
2016-03-18 Pete CooperAlways cache resolved paths as it even saves on StringM...
2016-03-18 Ehsan Amiriadding another optimization opportunity to readme file
2016-03-18 Pete CooperUse StringRef's in resolved path cache to avoid extra...
2016-03-18 Kostya Serebryany[libFuzzer] read corpus dirs recursively
2016-03-18 Adam Nemet[LoopDataPrefetch] Add TTI to limit the number of itera...
2016-03-18 Adam Nemet[LoopDataPrefetch/Aarch64] Allow selective prefetching...
2016-03-18 Adam Nemet[Aarch64] Add pass LoopDataPrefetch for Cyclone
2016-03-18 Kostya Serebryany[libFuzzer] improve -merge functionality
2016-03-18 Lang Hames[Support] Refactor Error unit tests to avoid duplicatin...
2016-03-18 Mike Aizatsky[sancov] html report: replacing uncovered functions...
2016-03-18 Chaoren LinRemove usage of LLVM_PREFIX.
2016-03-17 Peter CollingbourneDebugInfo: Add ability to not emit DW_AT_vtable_elem_lo...
2016-03-17 Lang Hames[Support] Address some of dblaikie's feedback for r263749.
2016-03-17 Davide Italiano[LTO] Test lto passes are actually working.
2016-03-17 Rafael EspindolaMake evaluation order explicit.
2016-03-17 Davide Italiano[LTO] Call the optimizer before invoking codegen.
2016-03-17 Mike AizatskyRevert "allow lambdas in mapped_iterator"
2016-03-17 Mike Aizatskyallow lambdas in mapped_iterator
2016-03-17 Alexey Samsonov[Docs] Fix a typo.
2016-03-17 Tim Shen[PPC, FastISel] Fix ordered/unordered fcmp
2016-03-17 Manman RenRevert r263687 for ubsan bot failure.
2016-03-17 Alexey Samsonov[CMake] Remove bash-ism in SanitizerLintCheck
2016-03-17 Bruno Cardoso... Revert "Reapply [VFS] Add 'overlay-relative' field...
2016-03-17 Lang Hames[Support] Add ExitOnError utility to support tools...
2016-03-17 Bruno Cardoso... Reapply [VFS] Add 'overlay-relative' field to YAML...
2016-03-17 David BlaikieRe-add (user defined) move ops to UnresolvedSetImpl...
2016-03-17 Duncan P. N... unord: Extract key to avoid preemptive mallocs in inser...
2016-03-17 Lang Hames[Support] Make Error::isA<T>() works on success values.
2016-03-17 Adam Nemet[LoopVectorize] Annotate versioned loop with noalias...
2016-03-17 Adam Nemet[LoopVersioning] Annotate versioned loop with noalias...
2016-03-17 Justin BognerBitcode: Error out instead of crashing on corrupt metadata
2016-03-17 Tim NorthoverARM: stop asserting on weird <3 x Ty> vectors in ISelLo...
2016-03-17 Reid KlecknerRevert "For MS ABI, emit dllexport friend functions...
2016-03-17 Kostya Serebryany[libFuzzer] deprecate several flags
2016-03-17 Reid KlecknerFor MS ABI, emit dllexport friend functions defined...
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...
next