platform/upstream/llvm.git
2018-07-02 Nico Weber[ms] Fix mangling of char16_t and char32_t to be compat...
2018-07-02 Sanjay Patel[InstCombine] add tests for shuffle-binop; NFC
2018-07-02 Simon Pilgrim[SLPVectorizer] Fix alternate opcode + shuffle cost...
2018-07-02 Sam McCall[clangd] ClangdServer::codeComplete return CodeComplete...
2018-07-02 George Rimar[ELF] - Remove dead code. NFC.
2018-07-02 Simon Pilgrim[SLPVectorizer] Only Alternate opcodes use ShuffleVecto...
2018-07-02 Sander de Smalen[AArch64][SVE] Asm: Support for (SQ)INCP/DECP (scalar...
2018-07-02 Sander de Smalen[AArch64][SVE] Asm: Support for (saturating) vector...
2018-07-02 Simon Pilgrim[X86][BtVer2] Added Jaguar FPU Pipe0/1 uop counters...
2018-07-02 Joachim Protze[OMPT] Use alloca() to force availability of frame...
2018-07-02 Joachim Protze[OMPT] Add tests for runtime entry points from non...
2018-07-02 Joachim Protze[OMPT] Add testcases for thread_begin and thread_end...
2018-07-02 Joachim Protze[OMPT] Provide the right thread_num for ancestor levels
2018-07-02 Petar Jovanovic[Mips][FastISel] Do not duplicate condition while lower...
2018-07-02 Philip PfaffeFix for r336080: Missing colon in REQUIRES line
2018-07-02 George Rimar[ELF] - Change dyn_cast to cast. NFC.
2018-07-02 Sander de Smalen[AArch64][SVE] Asm: Support for vector element compares...
2018-07-02 Philip Pfaffe[polly-acc] change cl_get_* return types to 32/64bit
2018-07-02 Sander de SmalenReapply r334980 and r334983.
2018-07-02 Max Kazantsev[NFC] Test that shows unprofitability of instcombine...
2018-07-02 Craig Topper[X86] Put some cases in switch statements back on one...
2018-07-02 Clement Courbet[llvm-exegesis][NFC] Cleanup useless braces.
2018-07-02 Craig Topper[X86] Remove FMA3Info DenseMap. Break into sorted table...
2018-07-02 QingShan Zhang[PowerPC] Don't make it as pre-inc candidate if displac...
2018-07-02 Piotr PadlewskiImplement strip.invariant.group
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
next