platform/upstream/llvm.git
2019-01-21 Chandler CarruthFix typos throughout the license files that somehow...
2019-01-21 Eugene Leviant[HWASAN] Improve tag mismatch diagnostics
2019-01-21 Craig Topper[X86] Remove and autoupgrade vpmovqd/vpmovwb intrinsics...
2019-01-21 Serge GueltonTentative fix for r351701 and gcc 6.2 build on ubuntu
2019-01-21 Max Kazantsev[NFC] Make getExpressionSize unsigned short
2019-01-21 Max Kazantsev[NFC] Fix warnings in unit test of r351725
2019-01-21 Max Kazantsev[SCEV][NFC] Introduces expression sizes estimation
2019-01-21 Kito Cheng[RISCV] Add R_RISCV_RELAX relocation to all possible...
2019-01-21 Kristina Brooks[llgo]: fix compilation under current llvm
2019-01-21 Dylan McKay[AVR] Insert unconditional branch when inserting MBBs...
2019-01-21 Dylan McKay[AVR] Enable emission of debug information
2019-01-21 Dylan McKayRevert "[AVR] Insert unconditional branch when insertin...
2019-01-21 Dylan McKay[AVR] Insert unconditional branch when inserting MBBs...
2019-01-21 Vitaly Buka[fuzzer] Fix test checks broken after license header...
2019-01-21 Vitaly Buka[safestack] Remove unsupported platforms
2019-01-21 Vitaly Buka[safestack] Fix FreeBSD runtime build
2019-01-21 Jonathan Metzman[libFuzzer][MSVC] Make Sanitizer Coverage MSVC-compatible
2019-01-21 Dan Liew[ASan] On Darwin record global allocator pointer and...
2019-01-21 Dan LiewOn Darwin add allocator address and size fields to
2019-01-21 Dan LiewOn Darwin allow for sanitizer malloc implementations...
2019-01-21 Petr Hosek[Driver] Don't pass default value to getCompilerRTArgString
2019-01-21 Petr Hosek[CMake][Fuchsia] Drop -DNDEBUG, re-enable modules
2019-01-20 Craig Topper[X86] Add missing test cases for some int/fp->fp conver...
2019-01-20 Stephen KellyFix test after AST dump output change
2019-01-20 Serge GueltonTentative fix for r351701 and gcc 6.2 build on ubuntu
2019-01-20 Serge GueltonTentative fix for r351701 and gcc 6.2 build on ubuntu
2019-01-20 Vitaly Buka[safestack] Remove Darwin from supported platforms
2019-01-20 Stephen KellyTry to port tests to AST dump changes
2019-01-20 Serge GueltonAdd missing test file
2019-01-20 Serge GueltonReplace llvm::isPodLike<...> by llvm::is_trivially_cop...
2019-01-20 Matt ArsenaultAMDGPU: Legalize more bitcasts
2019-01-20 Matt ArsenaultGlobalISel: Add isPointer legality predicates
2019-01-20 Matt ArsenaultAMDGPU/GlobalISel: Really legalize exts from i1
2019-01-20 Simon Pilgrim[X86] Auto upgrade VPCOM/VPCOMU intrinsics to generic...
2019-01-20 Matt ArsenaultGlobalISel: Implement widenScalar for basic FP ops
2019-01-20 Matt ArsenaultAMDGPU/GlobalISel: Legalize f32->f16 fptrunc
2019-01-20 Craig Topper[X86] Remove the cvtuqq2ps256/cvtqq2ps256 mask builtins...
2019-01-20 Matt ArsenaultAMDGPU/GlobalISel: Fix some crashs in g_unmerge_values...
2019-01-20 Matt ArsenaultAMDGPU/GlobalISel: Regbank select for fpext
2019-01-20 Matt ArsenaultAMDGPU/GlobalISel: Cleanup legality for extensions
2019-01-20 Simon Pilgrim[X86] Auto upgrade old style VPCOM/VPCOMU intrinsics...
2019-01-20 Dan LiewFix bug in `AsanAllocatorASVT` (ASan) and `AllocatorASV...
2019-01-20 Simon Pilgrim[X86] Replace VPCOM/VPCOMU with generic integer compari...
2019-01-20 Simon Pilgrim[X86] Replace VPCOM/VPCOMU with generic integer compari...
2019-01-20 Miklos Vajna[clang-tidy] misc-non-private-member-variables-in-class...
2019-01-20 Simon Pilgrim[CostModel][X86] Add explicit vector select costs
2019-01-20 Simon Pilgrim[CostModel][X86] Add explicit fcmp costs for pre-SSE42...
2019-01-20 Simon Pilgrim[TTI][X86] Reordered getCmpSelInstrCost cost tables...
2019-01-20 Simon Pilgrim[CostModel][X86] Split icmp/fcmp costs tests and test...
2019-01-20 Simon Pilgrim[CostModel][X86] Add masked load/store/gather/scatter...
2019-01-20 Simon Pilgrim[CostModel][X86] Add non-constant vselect cost tests
2019-01-20 Dylan McKay[AVR] Remove unneeded XFAILs from the Generic CodeGen...
2019-01-20 Dylan McKay[AVR] Allow AVR to be explicitly set as the default...
2019-01-20 Dylan McKay[AVR] Replace two references to ARM's 't2_so_imm' type...
2019-01-20 Dylan McKay[AVR] Fix codegen bug in 16-bit loads
2019-01-20 Dylan McKayRevert "[AVR] Fix codegen bug in 16-bit loads"
2019-01-20 Vedant Kumar[ConstantMerge] Factor out check for un-mergeable globa...
2019-01-20 Eric FiselierFix aligned allocation availability XFAILs after D56445.
2019-01-20 Eric FiselierRevert "Fix aligned allocation availability XFAILs...
2019-01-20 Eric Fiseliermake XFAIL, REQUIRES, and UNSUPPORTED support multi...
2019-01-19 Eric FiselierImprove docker images and configuration; create compile...
2019-01-19 Craig Topper[X86] Add masked MCVTSI2P/MCVTUI2P ISD opcodes to model...
2019-01-19 Johannes Doerfert[FIX] Generalize the expected results for callback...
2019-01-19 Nathan LanzaFix order of arguments in an lldb type summary in examples
2019-01-19 Martin Storsjo[llvm-objcopy] [COFF] Implement --only-section
2019-01-19 Martin Storsjo[llvm-objcopy] [COFF] Implement --only-keep-debug
2019-01-19 Martin Storsjo[llvm-objcopy] [COFF] Implement --strip-debug
2019-01-19 Martin Storsjo[llvm-objcopy] [COFF] Add support for removing sections
2019-01-19 Martin Storsjo[llvm-objcopy] [COFF] Add a testcase for patching the...
2019-01-19 Martin Storsjo[llvm-objcopy] [COFF] Remove a superfluous namespace...
2019-01-19 Martin Storsjo[llvm-objcopy] [COFF] Rename a test from .yaml to ...
2019-01-19 Chandler CarruthUpdate an example to use the new LLVM file header.
2019-01-19 Chandler CarruthUpdate the coding standards with the new file header.
2019-01-19 Chandler CarruthUpdate the license mentioned in this documentation.
2019-01-19 Chandler CarruthUpdate generator script to use the new license file...
2019-01-19 Chandler CarruthUpdate structured references to the license to the...
2019-01-19 Chandler CarruthUpdate more file headers across all of the LLVM project...
2019-01-19 Stephen Kelly[ASTDump] NFC: Convert iterative loops to cxx_range_for
2019-01-19 Stephen Kelly[ASTDump] NFC: Use `const auto` in cxx_range_for loops
2019-01-19 Nikita Popov[InstCombine] Simplify cttz/ctlz + icmp ugt/ult
2019-01-19 Johannes Doerfert[NFX] Fix language reference title declaration
2019-01-19 Johannes Doerfert[FIX] Restrict callback pthreads_create test to linux...
2019-01-19 Johannes Doerfert[NFC] Generalize expected output for callback test
2019-01-19 Johannes Doerfert[NFC] Fix unused variable warnings in Release builds
2019-01-19 Chandler CarruthUpdate the license header in this man-page file.
2019-01-19 Kristina BrooksRemove a period from CREDITS.TXT (testing email change...
2019-01-19 Eric FiselierFix all the bots.
2019-01-19 Stephen KellyMove decl context dumping to TextNodeDumper
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2019-01-19 Chandler CarruthRemove unnecesasry comment markers.
2019-01-19 Chandler CarruthConvert two more files that were using Windows line...
2019-01-19 Chandler CarruthRemove random windows line endings that snuck into...
2019-01-19 Chandler CarruthUpdate some code used in our visual studio plugins...
2019-01-19 Chandler CarruthInstall new LLVM license structure and new developer...
2019-01-19 Chandler CarruthCleanup non-UTF8 characters and some types I found...
2019-01-19 Johannes DoerfertEmit !callback metadata and introduce the callback...
2019-01-19 Johannes DoerfertEnable IPConstantPropagation to work with abstract...
2019-01-19 Johannes DoerfertAbstractCallSite -- A unified interface for (in)direct...
2019-01-19 Roman TereshinReapply "[CGP] Check for existing inttotpr before creat...
2019-01-19 Eric FiselierFix aligned allocation availability XFAILs after D56445.
next