platform/upstream/llvm.git
2018-06-28 Teresa Johnson[ThinLTO] Port InlinerFunctionImportStats handling...
2018-06-28 Benjamin Kramer[NVPTX] Delete dead code
2018-06-28 Jim InghamAdd a way to load an image using a library name and...
2018-06-28 Joel E. Denny[OPENMP] Fix incomplete type check for array reductions
2018-06-28 Joel E. DennyRevert r335907: [OPENMP] Fix incomplete type check...
2018-06-28 Eli Friedman[ARM] Add missing Thumb2 assembler diagnostics.
2018-06-28 Sterling AugustineSome targets don't have lld built, so just use a binary...
2018-06-28 Joel E. Denny[OPENMP] Fix incomplete type check for array reductions
2018-06-28 Stella Stamenova[lldbsuite] Fix TestBreakpointHitCount on Windows
2018-06-28 Raphael Isemann Added test case for: r334978 - Fixed file completion...
2018-06-28 Anastasis Grammenos[SROA] Preserve DebugLoc when rewriting alloca partitions
2018-06-28 Sterling AugustineHandle absolute symbols as branch targets in disassembly.
2018-06-28 Zachary TurnerAdd a flag to FileOutputBuffer that allows modification.
2018-06-28 Simon PilgrimRemove unnecessary semicolon. NFCI.
2018-06-28 Justin Bogner[CMake] Respect CMAKE_STRIP and CMAKE_DSYMUTIL on apple...
2018-06-28 Ahmed Bougacha[CMake] Rename cxx_headers back to cxx-headers.
2018-06-28 Ahmed Bougacha[CMake] Make bootstrap and compiler-rt depend on cxx...
2018-06-28 Vedant Kumar[Debugify] Do not report line 0 locations as errors
2018-06-28 Aaron BallmanSet the line ending of clang.natvis to CRLF.
2018-06-28 Craig Topper[X86] Suppress load folding into and/or/xor if it will...
2018-06-28 Jonas DevlieghereRevert "Re-land r335297 "[X86] Implement more of x86...
2018-06-28 Jonas DevlieghereRevert "[OrcMCJIT] Fix test after r335508 causing it...
2018-06-28 Zachary Turner2 VS natvis improvements.
2018-06-28 Vedant Kumar[Darwin] Add an integration test for PGO + symbol exports
2018-06-28 Vedant Kumar[Darwin] Remove _VPMergeHook from the auto-export list
2018-06-28 Zachary TurnerSet line ending style of llvm.natvis to CRLF.
2018-06-28 Sanjay Patel[InstCombine] allow shl+mul combos with shuffle (select...
2018-06-28 Jessica Paquette[MachineOutliner] Define MachineOutliner support in...
2018-06-28 Simon Pilgrim[DAGCombiner] Ensure we use the correct CC result type...
2018-06-28 Matt Davis[llvm-mca] Delete Pipeline's copy ctor and assignement...
2018-06-28 Simon Pilgrim[WebAssembly] Add getSetCCResultType placeholder overri...
2018-06-28 Jessica PaquetteRevert "[MachineOutliner] Add always and never options...
2018-06-28 Jessica PaquetteRevert "[MachineOutliner] Never add the outliner in...
2018-06-28 Sam Clegg[WebAssembly] Fix --export of LTO symbols
2018-06-28 Artem Belevich[CUDA] Place all CUDA sections in __NV_CUDA segment...
2018-06-28 Jessica Paquette[MachineOutliner] Never add the outliner in -O0
2018-06-28 Sam Clegg[WebAssembly] Add support for bitcode archive members
2018-06-28 Matthias BraunSelectionDAGBuilder, mach-o: Skip trap after noreturn...
2018-06-28 Krasimir Georgiev[clang-format] Do not format raw string literals inside...
2018-06-28 Sam Clegg[WebAssembly] LTO: Fix signatures of undefined function...
2018-06-28 Eric Liu[clangd] Use log10 instead of the natural logrithm...
2018-06-28 Kuba MracekSkip building TSan on platforms where there are no...
2018-06-28 Jessica Paquette[MachineOutliner] Add always and never options to ...
2018-06-28 Haojian WuRevert "[DAGCombiner] Ensure we use the correct CC...
2018-06-28 Simon Pilgrim[llvm-mca][x86] Add FMA4 resource tests
2018-06-28 Simon Pilgrim[llvm-mca][x86] Add 3dnow! resource tests
2018-06-28 Stanislav Mekhanoshin[AMDGPU] Early expansion of 32 bit udiv/urem
2018-06-28 Andrea Di Biagio[llvm-mca] Use a WriteRef to describe register writes...
2018-06-28 Stanislav Mekhanoshin[AMDGPU] Overload llvm.amdgcn.fmad.ftz to support f16
2018-06-28 Haojian WuCorrect the test modified in rL335777.
2018-06-28 Bob Haarmanlld-link: align sections to 16 bytes if referenced...
2018-06-28 Alexander Kornienko[clang-tidy] misc-unused-parameters - retain old behavi...
2018-06-28 John Brawn[PhiValues] Adjust unit test to invalidate instructions...
2018-06-28 Alexey Bataev[DEBUG_INFO, NVPTX] Add test for .debug_loc section...
2018-06-28 Jonas Devlieghere[dsymutil] Use UnitListTy consistently (NFC)
2018-06-28 Pavel LabathSkip core file tests on build configurations lacking...
2018-06-28 Filipe CabecinhasFix test that was failing on Windows due to too many...
2018-06-28 John BrawnAdd a PhiValuesAnalysis pass to calculate the underlyin...
2018-06-28 David CarlierOpenBSD driver needs ld.lld in sanitizer context
2018-06-28 George Rimar[ELF] - EhFrame.cpp: add test case to check "CIE is...
2018-06-28 Benjamin KramerFix unittest build with GCC older than 5.
2018-06-28 Vassil Vassilev[ODRHash] Do not rely on Type* when computing the hash.
2018-06-28 George Rimar[ELF] - EhFrame.cpp: add test case to cover "corrupted...
2018-06-28 Benjamin KramerRevert "Add support for generating a call graph profile...
2018-06-28 Sjoerd Meijer[ARM] Parallel DSP Pass
2018-06-28 George Rimar[ELF] - EhFrame.cpp: add test case to cover "DW_EH_PE_a...
2018-06-28 Filipe CabecinhasFix warning on MSVC by using size_t arithmetic instead...
2018-06-28 George Rimar[ELF] - EhFrame.cpp: add test case to check "unknown...
2018-06-28 Alexander KornienkoRemove explicit type from an initializer list. NFC.
2018-06-28 Alexander KornienkoFix formatting. NFC.
2018-06-28 Pavel LabathRevert "ADT: Move ArrayRef comparison operators into...
2018-06-28 Aaron BallmanThe :option: syntax was generating Sphinx build warning...
2018-06-28 Aaron BallmanCorrect the code highlighting marker to be Objective...
2018-06-28 Aaron BallmanFix the indentation in this documentation to remove...
2018-06-28 George Rimar[ELF] - EhFrame: add test case to cover uncovered branc...
2018-06-28 Pavel LabathADT: Move ArrayRef comparison operators into the class
2018-06-28 George Rimar[ELF] - Cover "unknown .eh_frame augmentation string...
2018-06-28 Andrea Di Biagio[llvm-mca] Refactor method RegisterFile::collectWrites...
2018-06-28 Ilya Biryukov[clangd] Fix a data race in TUScheduler
2018-06-28 Adam Balogh[Analyzer] Iterator Checker - Part 2: Increment, decrem...
2018-06-28 Jonas Devlieghere[DebugInfo] Follow-up commit to improve consistency...
2018-06-28 George Rimar[ELF] - Add test case to cover "corrupted CIE (failed...
2018-06-28 Jesper AntonssonComment change to verify commit rights. NFC.
2018-06-28 Hans Wennborgs/TablesChecked/TableChecked/ after r335823
2018-06-28 Matt ArsenaultAMDGPU: Remove MFI::ABIArgOffset
2018-06-28 Matt ArsenaultAMDGPU: Error on calls from graphics shaders
2018-06-28 Matt ArsenaultAMDGPU: Fix AMDGPUCodeGenPrepare using uninitialized...
2018-06-28 Matt ArsenaultAMDGPU: Fix assert on aggregate type kernel arguments
2018-06-28 George Rimar[ELF] - Removed trailing whitespace. NFC.
2018-06-28 George Rimar[ELF] - Add test case to cover "corrupted CIE (failed...
2018-06-28 Benjamin KramerUnify sorted asserts to use the existing atomic pattern
2018-06-28 Pavel LabathRetrieve a function PDB symbol correctly from nested...
2018-06-28 Simon Pilgrim[DAGCombiner] Ensure we use the correct CC result type...
2018-06-28 Florian Hahn[SCCP] Mark CFG as preserved.
2018-06-28 George Rimar[ELF] - Add test case to cover "unexpected end of CIE...
2018-06-28 George Rimar[ELF] - Get rid of precompiled elf object in test case.
2018-06-28 Simon Pilgrim[DAGCombiner] Remove unused variable. NFCI.
2018-06-28 Max Kazantsev[IndVarSimplify] Ignore unreachable users of truncs
2018-06-28 Clement Courbet[llvm-exegesis] Add partial X87 support.
2018-06-28 Adam Balogh[Analyzer] Constraint Manager Negates Difference
next