platform/upstream/llvm.git
2018-09-21 Rui UeyamaUpdate release notes.
2018-09-21 Wouter van... [WebAssembly] Made assembler only use stack instruction...
2018-09-21 Artem Belevich[CUDA] Fixed parsing of optional template-argument...
2018-09-21 Krzysztof Parzyszek[Hexagon] Avoid functions with exception handling in...
2018-09-21 JF Bastien[NFC] remove unused variable
2018-09-21 Artem Belevich[CUDA] Ignore uncallable functions when we check for...
2018-09-21 Rui UeyamaUpdate release notes.
2018-09-21 Kostya Kortchinsky[sanitizer] Move __sanitizer_set_death_callback to...
2018-09-21 Dimitry AndricAlign AArch64 and i386 image base to superpage
2018-09-21 Dean Michael... [XRay][compiler-rt] Update use of internal_mmap
2018-09-21 Daniel Sanders[tblgen] Fix undefined behaviour when assigning integer...
2018-09-21 Sameer Sahasrabuddherevert changes from r342722
2018-09-21 Matthias BraunAArch64FastISel: Abort if we failed to select operand...
2018-09-21 Alexey Bataev[OPENMP] Disable emission of the class with vptr if...
2018-09-21 Sanjay Patel[InstCombine] add tests for extractelement; NFC
2018-09-21 JF Bastien[ADT] restrict bit_cast to trivially-constructible To
2018-09-21 Alexey Bataev[OPENMP][NVPTX] Enable support for lastprivates in...
2018-09-21 Alexey Bataev[OPENMP][NVPTX] Add support for lastprivates/reductions...
2018-09-21 Clement Courbet[X86][Sched] Add zero idiom sched data to the SNB model.
2018-09-21 Bruno Ricci[AST][NFC] DeclarationName.h : add missing parentheses...
2018-09-21 JF BastienNFC: deduplicate isRepeatedBytePattern from clang to...
2018-09-21 Tatyana KrasnukhaAdd dependency on llc required by find-variable-dwo...
2018-09-21 Tatyana KrasnukhaSkip test if gcc version is less than 7.1 since it...
2018-09-21 Bruno Ricci[AST][NFC] Remove a superfluous enum in ObjCMethodDeclB...
2018-09-21 Eric Liu[clangd] Remember to serialize symbol origin in YAML.
2018-09-21 Bruno Ricci[AST] Various optimizations + refactoring in Declaratio...
2018-09-21 Andrea Di Biagio[X86][BtVer2] Fix latency and resource cycles of AVX...
2018-09-21 Jonas Devlieghere[test] Fix Assembler/debug-info.ll
2018-09-21 Andrea Di Biagio[X86] Add scheduling tests for AVX1 256-bit zero-idioms...
2018-09-21 Jonas DevlieghereEnsure that variant part discriminator is read by Metad...
2018-09-21 Jonas Devlieghere[dsymutil] Suppress CoreFoundation leaks in tests.
2018-09-21 Benjamin Kramer[ADT] Hack around GCC 5.4 miscompiling Optional of...
2018-09-21 Sameer Sahasrabuddhe[AMDGPU] lower-switch in preISel as a workaround for...
2018-09-21 Ivan Donchevskii[CodeComplete] Generate completion fix-its for C code...
2018-09-21 Jeremy Morse[libfuzzer] Fix a test's run line
2018-09-21 Alexander Timofeev [AMDGPU] Divergence driven instruction selection...
2018-09-21 Calixte Denizet[profile] Fix the tests for patch in https://reviews...
2018-09-21 Calixte Denizet[CodeGen] Add to emitted DebugLoc information about...
2018-09-21 Sylvestre Ledrufix the scan-build urls
2018-09-21 Dean Michael... [XRay][clang] Propagate -fxray-instrumentation-bundle...
2018-09-21 Jonas Devlieghere[dwarfdump] Verify DW_AT_type is set and points to...
2018-09-21 Jonas Devlieghere[dwarfdump] Verify compatibility of attribute TAGs.
2018-09-21 JF BastienRevert "[ADT] restrict bit_cast to trivially-constructi...
2018-09-21 JF Bastien[ADT] restrict bit_cast to trivially-constructible To
2018-09-21 JF BastienMerge clang's isRepeatedBytePattern with LLVM's isBytew...
2018-09-21 Owen Pan[clang-format] Do not merge short case labels if follow...
2018-09-21 Dan Gohman[WebAssembly] Revert r342701, "Add WebAssembly to LLVM_...
2018-09-21 Dean Michael... [MCA] Remove dependency on CodeGen.
2018-09-21 Kristina Brooks[Docs] [Support] Correct a missed reference and use...
2018-09-21 Petr Hosek[ELF] Use the Repl point to avoid the segfault when...
2018-09-21 Justin Bogner[MachineCopyPropagation] Refactor copy tracking into...
2018-09-21 Jordan Rupprecht[llvm-objcopy/llvm-strip]: handle --version
2018-09-21 Dan Gohman[WebAssembly] Add WebAssembly to LLVM_ALL_TARGTS.
2018-09-21 Justin Bogner[MachineCopyPropagation] Minor clang-formatting. NFC
2018-09-20 Vedant Kumar[lldbtest] Fix self.filecheck check file lookup
2018-09-20 Jonathan Metzman[fuzzer] Replace FuzzerExtFunctionsDlsymWin.cpp with...
2018-09-20 David BlaikieFix DenseSet::ConstIterator typedefs
2018-09-20 Aditya NandakumarAdd the ability to register callbacks for removal and...
2018-09-20 Rui UeyamaMake a member function non-member. NFC.
2018-09-20 David BlaikieRemove an unused function
2018-09-20 Zachary TurnerRemove failing test.
2018-09-20 Yonghong Songbpf: check illegal usage of XADD insn return value
2018-09-20 Thomas Lively[WebAssembly][NFC] Add missing tests for indirect calls
2018-09-20 Thomas Lively[WebAssembly] Add v128 value type
2018-09-20 Thomas Lively[WebAssembly] Add V128 value type to binary format
2018-09-20 Jessica Paquette[MachineOutliner][NFC] Don't add MBBs with a size ...
2018-09-20 Rui UeyamaRename a function. NFC.
2018-09-20 Rui UeyamaMake variable names shorter. NFC.
2018-09-20 Rui UeyamaSimplify. NFC.
2018-09-20 Xin Tong[GlobalDCE] AvailableExternal linkage is checked in...
2018-09-20 Sanjay Patel[InstCombine] rename test file, simplify tests, regener...
2018-09-20 Walter Lee[RegAllocGreedy] Fix crash in tryLocalSplit
2018-09-20 Zachary Turner[PDB] Fix -Wcovered-switch-default warning.
2018-09-20 David Carlier[Hwasan] interceptor macro / extra comma removal
2018-09-20 Erik PilkingtonFix an assert in -Wquoted-include-in-framework-header
2018-09-20 Vedant Kumar[Bitcode] Address backwards compat bug in r342631
2018-09-20 Jessica Paquette[MachineOutliner][NFC] Move debug info emission to...
2018-09-20 Sameer AbuAsal[inline Cost] Don't mark functions accessing varargs...
2018-09-20 Rui UeyamaFix -Wtrigraphs.
2018-09-20 Rui UeyamaAdd paretntheses around a C macro parameter.
2018-09-20 Erik Pilkington[Sema] Retain __restrict qualifiers when substituting...
2018-09-20 Tatyana KrasnukhaReplace boolean parameter with enum value according...
2018-09-20 Zachary TurnerFix warnings.
2018-09-20 Sanjay Patel[SelectionDAG] replace duplicated peekThroughBitcast...
2018-09-20 Eric ChristopherAdd testcases for r342667.
2018-09-20 Eric Christopherr342177 introduced a hint in cases where an #included...
2018-09-20 Mike Rice[OPENMP] Fix spelling of getLoopCounter (NFC)
2018-09-20 Sanjay Patel[InstCombine] add tests for vector concat with binop...
2018-09-20 Fedor Sergeev[New PM] Introducing PassInstrumentation framework
2018-09-20 Shafik YaghmourRefactor FindVariable() core functionality into StackFr...
2018-09-20 Sid Manning[ELF][HEXAGON] Set DefaultMaxPageSize to 64K
2018-09-20 Calixte Denizet[profile] Fix tests in compiler-rt for patch in gcov...
2018-09-20 Zachary TurnerFix one more test failure.
2018-09-20 Zachary Turner[PDB] Fix failing test.
2018-09-20 Zachary Turner[PDB] Better printing of builtin types when using DIA...
2018-09-20 Calixte Denizet[gcov] Fix wrong line hit counts when multiple blocks...
2018-09-20 Zachary Turner[PDB] Add the ability to map forward references to...
2018-09-20 Andrea Di Biagio[llvm-mca][BtVer2] Modify ANDN tests in zero-idioms...
2018-09-20 David MajorFix test after r342652
2018-09-20 Sanjay Patel[IR] add shuffle query for vector concatenation
next