platform/upstream/llvm.git
2016-09-02 Zachary Turner[codeview] Make FieldList records print as a yaml sequence.
2016-09-02 Rui UeyamaUpdate comments.
2016-09-02 Xinliang David Li[Profile] handle select instruction in 'expect' lowering
2016-09-02 Simon Atanasyan[ELF] PR30221 - linker script expression parser does...
2016-09-02 Hal Finkel[PowerPC] For larger offsets, when possible, fold offse...
2016-09-02 George Rimar[ELF] - Use std::regex instead of hand written logic...
2016-09-02 Dimitry AndricAvoid narrowing warnings in __bitset constructor
2016-09-02 Jonathan PeytonMove function into cpp file under KMP_AFFINITY_SUPPORTE...
2016-09-02 Rui UeyamaMove a test file to the right place.
2016-09-02 Rui UeyamaRemove useless file prefix.
2016-09-02 Hans WennborgRemove link to clang's release notes; keeping it up...
2016-09-02 Jonathan PeytonDecouple the kmp_affin_mask_t type from determining...
2016-09-02 James Y Knight[Sparc] Mark i128 shift libcalls unavailable in 32...
2016-09-02 Rui UeyamaUse od instead of hexdump.
2016-09-02 Jan VeselyAMDGPU/R600: EXTRACT_VECT_ELT should only bypass BUILD_...
2016-09-02 Sjoerd MeijerSetting fp trapping mode and denormal type: this an...
2016-09-02 Rui UeyamaSimplify. NFC.
2016-09-02 Krzysztof ParzyszekDo not consider subreg defs as reads when computing...
2016-09-02 Sanjay Patel[InstCombine] auto-generate assertions for tighter...
2016-09-02 Jonathan PeytonReplace a bad instance of __kmp_free() with KMP_CPU_FRE...
2016-09-02 Rui UeyamaRename UnresolvedPolicy::Error -> UnresolvedPolicy...
2016-09-02 Rui UeyamaAdd -nostdlib.
2016-09-02 Chad Rosier[SLP] Don't pass a global CL option as an argument...
2016-09-02 Jan VeselyAMDGPU/R600: Expand unaligned writes to local and global AS
2016-09-02 Eric FiselierImplement __attribute__((require_constant_initializatio...
2016-09-02 Rui UeyamaDispatch without hash table lookup.
2016-09-02 Jan VeselyAMDGPU: Reorganize store tests
2016-09-02 Reid Kleckner[codeview] Use the correct max CV record length of...
2016-09-02 Eric FiselierRevert r280516 since it contained accidental changes.
2016-09-02 Aaron BallmanBased on post-commit feedback over IRC with dblaikie...
2016-09-02 Jonathan PeytonUse 'critical' reduction method when 'atomic' is not...
2016-09-02 Kyle ButtIfConversion: Add assertions that both sides of a diamo...
2016-09-02 Kyle ButtIfConversion: Fix bug introduced by rescanning diamonds.
2016-09-02 Eric FiselierImplement __attribute__((require_constant_initializatio...
2016-09-02 Rui UeyamaAdd comments.
2016-09-02 Enrico GranataCheck for null
2016-09-02 Jason Henline[SE] Remove broken doc ref
2016-09-02 Jason Henline[SE] Doc tweaks
2016-09-02 Rui UeyamaRemove temoprary files.
2016-09-02 Jason Henline[SE] GlobalDeviceMemory owns its handle
2016-09-02 Adam NemetFix up comment from r280442, noticed by Justin.
2016-09-02 Rui UeyamaFix potential test failures.
2016-09-02 Jason Henline[SE] Add "install" actions to cmake build
2016-09-02 Wei MiSplit the store of a wide value merged from an int...
2016-09-02 Sanjay Patel[InsttCombine] fold insertelement of constant into...
2016-09-02 Davide Italiano[lib/LTO] Simplify. No functional change intended.
2016-09-02 Reid KlecknerQuick fix to make LIT_PRESERVES_TMP work again
2016-09-02 Reid Kleckner[lit] Clean up temporary files created by tests
2016-09-02 Derek Schuff[WebAssembly] Update known test failures
2016-09-02 Matthew Simpson[LV] Ensure reverse interleaved group GEPs remain uniform
2016-09-02 Jason Henline[SE] Don't pack raw device mem args
2016-09-02 George Rimar[ELF] - Linkerscript: add support for suffixes in numbers.
2016-09-02 Tamas BerghammerFix build breakage caused by r280490
2016-09-02 Andrea Di BiagioSimplify code a bit. No functional change intended.
2016-09-02 Tamas BerghammerFix 2 waring in the OCaml AST context
2016-09-02 Sanjay Patelfix documentation comments; NFC
2016-09-02 Andrea Di Biagio[instsimplify] Fix incorrect folding of an ordered...
2016-09-02 Martin Probstclang-format: [JS] merge requoting replacements.
2016-09-02 Martin Probstclang-format: [JS] handle default bindings in imports.
2016-09-02 Martin Probstclang-format: [JS] Sort all JavaScript imports if any...
2016-09-02 Logan Chien[lit] Replace print with lit_config.note().
2016-09-02 Aaron BallmanAllow a C11 generic selection expression to select...
2016-09-02 Andrea Di Biagio[DAGcombiner] Fix incorrect sinking of a truncate into...
2016-09-02 Andrey BokhankoFixed a typo (LLVM/Support/CFG.h -> LLVM/IR/CFG.h)
2016-09-02 Pavel LabathReapply "Make Scalar::GetValue more consistent"
2016-09-02 Chandler Carruth[PM] Try to fix an MSVC2013 failure due to finding...
2016-09-02 Pavel LabathRevert "Make Scalar::GetValue more consistent"
2016-09-02 Pavel LabathBump up TestCallWithTimeout timeout
2016-09-02 Pavel LabathMake Scalar::GetValue more consistent
2016-09-02 George Rimar[ELF] - Fix for: bug 30237 - lld does not implement...
2016-09-02 Alexey Bataev[InstCombine] Add test for insertelementinsts with...
2016-09-02 George Rimar[Support] - Fix possible crash in match() of llvm:...
2016-09-02 George Rimar[llvm-readobj] - Teach readobj to print DT_AUXILIARY...
2016-09-02 James Molloy[SimplifyCFG] Add a workaround to fix PR30188
2016-09-02 Filipe Cabecinhas[asan] Move scariness_score_test.cc to a common subdire...
2016-09-02 Tobias GrosserDrop '@brief' from doxygen comments
2016-09-02 Craig Topper[AVX-512] Move tests for masked floating point logical...
2016-09-02 Craig Topper[AVX-512] Remove floating point logical operation instr...
2016-09-02 Craig Topper[AVX-512] Add more patterns for masked and broadcasted...
2016-09-02 Craig Topper[AVX-512] Add execution domain fixing for logical opera...
2016-09-02 Craig Topper[X86] Strengthen some SDNode type constraints.
2016-09-02 Craig Topper[AVX-512] Add NoVLX Predicates to some patterns so...
2016-09-02 Lang Hames[Docs] Fix another typo in the Error/Expected docs.
2016-09-02 Lang Hames[Docs] Fix a couple of typos in the Error/Expected...
2016-09-02 Lang Hames[ORC] Fix some missing fields in OrcRemoteTargetClient...
2016-09-02 George Burgess IVAdd missing &. NFC.
2016-09-02 Hal Finkel[PowerPC] hasAndNotCompare should return true
2016-09-02 Alexander ShaposhnikovAdd clang-reorder-fields to clang-tools-extra
2016-09-02 Greg Parker[lit] Fail testing if a googletest executable crashes...
2016-09-02 Hal Finkel[PowerPC] Add a pattern for a runtime bit check
2016-09-02 Dehao Chenrevert r280429 and r280425:
2016-09-02 Dehao Chenrevert r280432:
2016-09-02 NAKAMURA Takumillvm/test/Transforms/GCOVProfiling/three-element-mdnode...
2016-09-02 Justin Bognerbugpoint: clang-format all of bugpoint. NFC
2016-09-02 NAKAMURA Takumiraw_pwrite_stream_test.cpp: _putenv_s() may be assumed...
2016-09-02 Kyle ButtIfConversion: Don't count branches in # of duplicates.
2016-09-02 Chandler Carruth[PM] Add a unittest for invalidating module analyses...
2016-09-02 Chandler Carruth[PM] (NFC) Split the IR parsing into a fixture so that...
2016-09-02 Reid KlecknerFix a real temp file leak in FileOutputBuffer
2016-09-02 Chandler Carruth[PM] (NFC) Refactor the CGSCC pass manager tests to...
next