platform/upstream/llvm.git
2018-07-02 Eric ChristopherAdd an entry for rodata constant merge sections to...
2018-07-01 Craig Topper[X86] Fix a few test names in avx512-intrinsics-fast...
2018-07-01 Craig Topper[X86] Remove the places that return nullptr from X86Ins...
2018-07-01 Simon Pilgrim[SLPVectorizer] Call InstructionsState.isOpcodeOrAlt...
2018-07-01 Simon Pilgrim[SLPVectorizer] Replace sameOpcodeOrAlt with Instructio...
2018-07-01 Fangrui Song[asan] Fix deadlock issue on FreeBSD, caused by use...
2018-07-01 Craig Topper[X86][Disassembler] Remove TYPE_BNDR from translateImme...
2018-07-01 Sanjay Patel[InstCombine] add abs tests with undef elts; NFC
2018-07-01 Sanjay Patel[PatternMatch] allow undef elements in vectors with...
2018-07-01 Simon Pilgrim[SLPVectorizer] Use InstructionsState Op/Alt opcodes...
2018-07-01 David Green[UnrollAndJam] New Unroll and Jam pass
2018-07-01 Paul SemelRevert "[llvm-readobj] Fix printing format"
2018-07-01 Simon Pilgrim[SLPVectorizer][X86] Add some alternate tests for cast...
2018-07-01 Eugene Leviant[Evaluator] Improve evaluation of call instruction
2018-07-01 Paul Semel[llvm-readobj] Fix printing format
2018-07-01 Craig Topper[X86] Remove unnecessary include. NFC
2018-07-01 Craig Topper[X86] Move the memory unfolding table creation into...
2018-06-30 Craig Topper[X86] Move the X86InstrFMA3Info class into the cpp...
2018-06-30 Craig Topper[X86] Remove the AsmName from the HAX,HDX,HCX,HBX,HSI...
2018-06-30 David Carlier[UBsan] Enable subset of unit tests for OpenBSD
2018-06-30 Craig Topper[X86] Use MVT::i8 for scalar shift amounts since that...
2018-06-30 Craig Topper[X86] When combining load to BZHI, make sure we create...
2018-06-30 Sanjay Patel[InstCombine] add tests for negate vector with undef...
2018-06-30 Simon PilgrimFix Wdocumentation compiler warning. NFCI.
2018-06-30 Simon Pilgrim[DAGCombiner] Handle correctly non-splat power of 2...
2018-06-30 Yaron KerenAdd expected fail triple x86_64-pc-windows-gnu to test...
2018-06-30 Fangrui Song[asan] Use MADV_NOCORE for use_madv_dontdump on FreeBSD.
2018-06-30 Craig Topper[X86] Update some avx512 fast-isel tests to match their...
2018-06-30 Craig Topper[X86] Change some chec-prefixes from X32 to X86 to...
2018-06-30 Craig Topper[X86] Remove test cases from avx512vl-intrinsics-fast...
2018-06-30 Craig Topper[X86] Correct the width of mask arguments in intrinsic...
2018-06-30 Tom StellardAMDGPU/GlobalISel: Make IMPLICIT_DEF of all sizes ...
2018-06-30 Jessica Paquette[MachineOutliner] Add support for target-default outlining.
2018-06-30 Tom StellardDriver: Add an explicit target to testcase from r336037
2018-06-30 Tom StellardDriver: Don't mix system tools with devtoolset tools...
2018-06-30 Craig Topper[X86] Remove masking from the avx512 rotate builtins...
2018-06-30 Craig Topper[X86] Remove masking from avx512 rotate intrinsics...
2018-06-30 Shoaib Meenai[libc++abi] Look for __config instead of vector
2018-06-30 Shoaib Meenai[libc++abi] Limit libc++ header search to specified...
2018-06-30 Bruno Cardoso... Add protocol redefinition to the current scope/context
2018-06-29 Chandler Carruth[instsimplify] Move the instsimplify pass to use more...
2018-06-29 Zachary TurnerFix test after S_PROCREF change.
2018-06-29 Justin Lebar[CUDA] Make __host__/__device__ min/max overloads const...
2018-06-29 Justin Lebar[CUDA] Make min/max shims host+device.
2018-06-29 Zachary Turner[CodeView] Correctly compute the name of S_PROCREF...
2018-06-29 George Karpenkov[analyzer] [tests] Allow the tested project to specify...
2018-06-29 George Karpenkov[analyzer] [tests] Fix 80 column violation in SATestBui...
2018-06-29 Richard SmithPR33924: merge local declarations that have linkage...
2018-06-29 David BlaikieSpurious commit just to help Richard, because git is...
2018-06-29 Chih-Hung Hsieh[profile] Add llvm_gcov_flush to be called outside...
2018-06-29 Heejin Ahn[WebAssembly] Update comments for non-splat pow2 vector...
2018-06-29 Heejin Ahn[WebAssembly] Comment out a switch block in ISelDAGToDAG
2018-06-29 Richard Smith[modules] Emit the type of the TypeSourceInfo for a...
2018-06-29 Alina Sbirlea[MemorySSA] Add APIs to MemoryPhis to delete incoming...
2018-06-29 Jordan RupprechtIntroduce a separate preprocessor macro, _LIBUNWIND_USE...
2018-06-29 Richard SmithSpecify an explicit underlying type for this enum to...
2018-06-29 Eric ChristopherRevert "Revert "Support for multiarch runtimes layout""
2018-06-29 Alex Shlyapnikov[HWASan] Do not retag allocas before return from the...
2018-06-29 Vedant Kumar[LLVMContext] Detecting leaked instructions with metadata
2018-06-29 Alexander Polyakov[lldb-mi] Clean up and update a few MI commands.
2018-06-29 Dimitry AndricRequest init/fini array on FreeBSD 12 and later
2018-06-29 Paul RobinsonPass DWARFUnit to verifier by reference not by value...
2018-06-29 Jordan RupprechtAdd a blank line to docs/README.txt test commit access
2018-06-29 Jordan RupprechtRevert "Support for multiarch runtimes layout"
2018-06-29 Brad Smith[mips][ias] Enable IAS by default for OpenBSD / FreeBSD...
2018-06-29 Mikhail R.... [analyzer] Replace the vector of ConstraintSets by...
2018-06-29 Jessica Paquette[MachineOutliner] Make -mno-outline use -enable-machine...
2018-06-29 Sean FertileRevert "Extend CFGPrinter and CallPrinter with Heat...
2018-06-29 Matt ArsenaultAMDGPU: Don't use struct type for argument layout
2018-06-29 Craig Topper[X86] Limit the number of target specific nodes emitted...
2018-06-29 Evgeniy Stepanov[cfi] Use __builtin version of __clear_cache.
2018-06-29 Sean FertileExtend CFGPrinter and CallPrinter with Heat Colors
2018-06-29 Jonas Devlieghere[dsymutil] Rename conflicting declaration
2018-06-29 Craig Topper[X86] Use a std::vector for the memory unfolding table.
2018-06-29 Leonard Chan[Fixed Point Arithmetic] Rename `-fsame-fbits` flag
2018-06-29 Fangrui Song[ELF] Set -o because current directory may not be writa...
2018-06-29 Jonas Devlieghere[dsymutil] Make the CachedBinaryHolder the default
2018-06-29 Jonas Devlieghere[dsymutil] Introduce a new CachedBinaryHolder
2018-06-29 Petar Jovanovic[mips] Support shrink-wrapping
2018-06-29 Stanislav Mekhanoshin[AMDGPU] Enable LICM in the BE pipeline
2018-06-29 Alexey Bataev[OPENMP, NVPTX] Sync threads before start ordered loops.
2018-06-29 Jessica Paquette[MachineOutliner] Add always and never options to ...
2018-06-29 Filipe Cabecinhas[lld] Address post-commit review of r335848
2018-06-29 Sanjay Patel[InstCombine] add more tests for shuffle-binop folds...
2018-06-29 Ben Hamilton[clang-format/ObjC] Fix NS_SWIFT_NAME(foo(bar:baz:...
2018-06-29 Evgeniy Stepanov[scs] Disable negative test in shadowcallstack.
2018-06-29 Kostya Kortchinsky[scudo] Add some runtime tests for the minimal runtime
2018-06-29 Sam McCall[clangd] codeComplete returns more structured completio...
2018-06-29 George Rimar[ELF] - Linker script: add tests for checking malformed...
2018-06-29 Krasimir Georgiev[clang-format] Support additional common functions...
2018-06-29 Andrea Di Biagio[llvm-mca] Remove field HasReadAdvanceEntries from...
2018-06-29 Alexey Bataev[DEBUG_INFO, NVPTX] Do not emit .debug_loc section.
2018-06-29 Krzysztof Parzyszek[Hexagon] Remove unused instruction itineraties, NFC
2018-06-29 Sanjay Patel[InstCombine] enhance shuffle-of-binops to allow differ...
2018-06-29 George Rimar[ELF] - Eliminate dead code from shouldKeepInSymtab...
2018-06-29 Sam McCall[clangd] Improve output of --help and --version. NFC.
2018-06-29 Tobias GrosserUse range for in normalizeValInst [NFCI]
2018-06-29 Tobias GrosserTranslate a couple of foreach callbacks into range...
2018-06-29 George Rimar[ELF] - EhFrame.cpp: cover personality encoding handlin...
2018-06-29 Gabor Marton[ASTImporter] Added import of CXXStdInitializerListExpr
next