platform/upstream/llvm.git
2018-12-07 Haojian Wu[clang-tidy] Remove duplicated getText implementation...
2018-12-07 David GreenAdd a AArch64 triple to tiny codemodel test.
2018-12-07 Simon PilgrimFix gcc7.3 -Wparentheses warning. NFCI.
2018-12-07 Xing GUO[yaml2obj] format some codes NFC.
2018-12-07 Xing GUO[yaml2obj] revert bad change
2018-12-07 Xing GUO[yaml2obj] format some codes NFC.
2018-12-07 Hans WennborgFix test/tools/llvm-mca/AArch64/Exynos/direct-branch...
2018-12-07 Roger Ferrer... [utils] Use operator "in" instead of bound function...
2018-12-07 Simon Pilgrim[X86] Add ivybridge to llvm-exegesis PFM counter mappings
2018-12-07 Simon Pilgrim[SelectionDAG] Don't pass on DemandedElts when handling...
2018-12-07 Stefan Granitz[CMake] Add support for NO_INSTALL_RPATH argument in...
2018-12-07 Kang Zhang[PowerPC] VSX register support for inline assembly
2018-12-07 Ranjeet Singh[IR] Don't assume all functions are 4 byte aligned
2018-12-07 Markus Lavin[PM] Port LoadStoreVectorizer to the new pass manager.
2018-12-07 Hans WennborgFix thunks returning memptrs via sret by emitting also...
2018-12-07 Dean Michael... [XRay] Use preallocated memory for XRay profiling
2018-12-07 Max Kazantsev[LoopSimplifyCFG] Do not deal with loops with irreducib...
2018-12-07 Zi Xuan Wu[PowerPC] Fix assert from machine verify pass that...
2018-12-07 Evandro Menezes[llvm-mca] Improve test (NFC)
2018-12-07 Evandro Menezes[llvm-mca] Improve test (NFC)
2018-12-07 Dean Michael... Re-land "[XRay] Move-only Allocator, FunctionCallTrie...
2018-12-07 Vedant Kumar[CodeExtractor] Store outputs at the first valid insert...
2018-12-07 Jim InghamAdd SBInitializerOptions.h to the Xcode project.
2018-12-07 Armando MontanezRevert "[llvm-tapi] Don't override SequenceTraits for...
2018-12-07 Jim InghamHandle detecting exec for DynamicLoaderMacOS with older...
2018-12-07 Nikita PopovRevert "[DemandedBits][BDCE] Support vectors of integers"
2018-12-07 Jason MolendaChange the amount of data that Platform::PutFile will...
2018-12-07 Saleem AbdulrasoolHost: remove Yield on Windows
2018-12-07 Stephen KellyAdd test for InitListExpr
2018-12-07 Sanjay Patel[DAGCombiner] use root SDLoc for all nodes created...
2018-12-06 Armando Montanez[llvm-tapi] Don't override SequenceTraits for std:...
2018-12-06 Sanjay Patel[DAGCombiner] don't bother saving a SDLoc for a node...
2018-12-06 Nikita Popov[DemandedBits][BDCE] Support vectors of integers
2018-12-06 Nikita Popov[BDCE] Add tests for BDCE applied to vector instruction...
2018-12-06 Sanjay Patel[DAGCombiner] more clean up in hoistLogicOpWithSameOpco...
2018-12-06 Stephen KellyNFC: Move VisitExpr code to dumpStmt
2018-12-06 Stephen KellyNFC: Move VisitStmt code to dumpStmt
2018-12-06 Stella Stamenova[lit] Use the build.py script in the case-insensitive...
2018-12-06 Stephen KellyAdd more expected content to match in test
2018-12-06 Stella Stamenova[pecoff] Use PATH_MAX instead of MAX_PATH
2018-12-06 Stephen KellyUse relative line offsets in test
2018-12-06 Alex Lorenz[frontend][darwin] warn_stdlibcxx_not_found: supress...
2018-12-06 Nico WeberRun `git ls-files '*.gn' '*.gni' | xargs -n 1 gn format`.
2018-12-06 Nico Weber[gn build] merge r348505.
2018-12-06 Craig Topper[X86] Directly create ADC/SBB nodes instead of using...
2018-12-06 Sanjay Patel[DAGCombiner] don't group bswap with casts in logic...
2018-12-06 George Karpenkov[analyzer] Rely on os_consumes_this attribute to signif...
2018-12-06 George Karpenkov[attributes] Add an attribute os_consumes_this, with...
2018-12-06 George Karpenkov[analyzer] Fix an infinite recursion bug while checking...
2018-12-06 Sanjay Patel[x86] add test for vector bitwise-logic-of-bswaps; NFC
2018-12-06 Louis Dionne[libc++] Improve diagnostics for non-const comparators...
2018-12-06 Aaron Smith[pecoff] Implement ObjectFilePECOFF::GetDependedModules()
2018-12-06 Nathan LanzaImplement WindowsDYLD::DidAttach for use with gdb-serve...
2018-12-06 Louis Dionne[libcxx] Always convert 'use_system_cxx_lib' to an...
2018-12-06 Michal Gorny[test] Add missing cmake include for building libFuzzer...
2018-12-06 Sanjay Patel[DAGCombiner] reduce indent; NFC
2018-12-06 Andrea Di Biagio[DagCombiner][X86] Simplify a ConcatVectors of a scalar...
2018-12-06 Alexey Bataev[OPENMP][NVPTX]Correct type casting for printf args...
2018-12-06 Louis Dionne[libcxx] Fix incorrect XFAILs for chrono tests on old...
2018-12-06 Jim InghamFix the Xcode project build for the addition of NativeP...
2018-12-06 Sanjay Patel[DAGCombiner] don't hoist logic op if operands have...
2018-12-06 Simon PilgrimFix Wdocumentation warning. NFCI.
2018-12-06 Sanjay Patel[PowerPC] add tests for hoisting bitwise logic; NFC
2018-12-06 Nico WeberAllow forwarding -fdebug-compilation-dir to cc1as
2018-12-06 Zachary TurnerFix line endings in build.py
2018-12-06 Adrian PrantlReapply "Avoid emitting redundant or unusable directori...
2018-12-06 Adrian PrantlReapply "Adapt gcov to changes in CFE."
2018-12-06 Zachary Turner[build.py] Embed the output file name in generated...
2018-12-06 Evandro Menezes[AArch64] Fix Exynos predicate
2018-12-06 Louis Dionne[libcxx] Add checks for unique value of array<T, 0...
2018-12-06 Sanjay Patel[DAGCombiner] don't hoist logic op if operands have...
2018-12-06 Louis Dionne[libcxx] Add XFAILs for aligned allocation tests on...
2018-12-06 Sanjay Patel[x86] add test for hoistLogicOpWithSameOpcodeHands...
2018-12-06 Zachary Turner[PDB] Move some code around. NFC.
2018-12-06 Joel E. Denny[CUDA] Fix nvidia-cuda-toolkit detection on Ubuntu
2018-12-06 Nico Weber[gn build] Process .def.in files in llvm/Config and...
2018-12-06 Adrian PrantlAdd another ArchSpec unit test.
2018-12-06 Sanjay Patel[DAGCombiner] refactor function that hoists bitwise...
2018-12-06 David Carlier[Sanitizer] getmntinfo support in FreeBSD
2018-12-06 Zachary TurnerSupport skewed stream arrays.
2018-12-06 Simon Pilgrim[X86] Refactored IsSplatVector to use switch. NFCI.
2018-12-06 Alexey Bataev[DEBUGINFO, NVPTX] Disable emission of ',debug' option...
2018-12-06 Alexandros... [GVN] Don't perform scalar PRE on GEPs
2018-12-06 Alexey Bataev[DEBUGINFO, NVPTX]Emit last debugging directives.
2018-12-06 Simon PilgrimDAGCombiner::visitINSERT_VECTOR_ELT - pull out repeated...
2018-12-06 Diogo N. Sampaio[NFC][AArch64] Split out backend features
2018-12-06 Alexey Bataev[OPENMP][NVPTX] Fix globalization of the mapped array...
2018-12-06 Alexey Bataev[OPENMP][NVPTX]Fix __kmpc_flush to flush the memory...
2018-12-06 Ilya Biryukov[clangd] Remove the test that sometimes deadlocks
2018-12-06 Sam Parker[ARM][NFC] Adding another test for armcgp
2018-12-06 Nicolai HaehnleAMDGPU: Generate VALU ThreeOp Integer instructions
2018-12-06 Valery Pykhtin[AMDGPU] Partial revert of rL348371: Turn on the DPP...
2018-12-06 Simon PilgrimFix -Wcovered-switch-default warning. NFCI.
2018-12-06 Louis Dionne[libcxx] Make return value of array<T, 0>.data() checke...
2018-12-06 Ilya BiryukovRevert "[LoopSimplifyCFG] Delete dead in-loop blocks"
2018-12-06 Markus LavinTest commit: Removed trailing space in .txt file.
2018-12-06 Sam Parker[ARM][NFC] Added extra arm-cgp test
2018-12-06 Dan LiewAdd new `__sanitizer_mz_default_zone()` API which retur...
2018-12-06 George Rimar[LLD][ELF] - Use auto. NFC.
2018-12-06 Pavel LabathMake scripts/analyzer-project-deps compatible with...
next