]> granicus.if.org Git - llvm/shortlog
llvm
2019-10-11 Quentin Colombet[GISel][CallLowering] Enable vector support in argument...
2019-10-11 Quentin Colombet[MachineIRBuilder] Fix an assertion failure with buildMerge
2019-10-11 David Blaikiellvm-dwarfdump: Add verbose printing for debug_loclists
2019-10-11 Simon Pilgrim[X86][SSE] Add support for v4i8 add reduction
2019-10-11 Nico Webergn build: (manually) merge r374110
2019-10-11 Sanjay Patel[AArch64] add tests for (v)select-of-constants; NFC
2019-10-11 Kerry McLaughlin[AArch64][SVE] Implement sdot and udot (lane) intrinsics
2019-10-11 Florian Hahn[VPlan] Add moveAfter to VPRecipeBase.
2019-10-11 David Tenty[AIX] Use .space instead of .zero in assembly
2019-10-11 Dmitry Preobrazhensky[AMDGPU][MC][GFX9][GFX10] Corrected number of src opera...
2019-10-11 GN Sync Botgn build: Merge r374558
2019-10-11 Dmitry Preobrazhensky[AMDGPU][MC][GFX6][GFX7][GFX10] Added instructions...
2019-10-11 Dmitry Preobrazhensky[AMDGPU][MC][GFX10] Enabled null for 64-bit dst operands
2019-10-11 Michal Gorny[llvm] [ocaml] Support linking against dylib
2019-10-11 Sanjay Patel[DAGCombiner] fold vselect-of-constants to shift
2019-10-11 Michael LiaoFix compilation warnings. NFC.
2019-10-11 Dmitry Preobrazhensky[AMDGPU][MC] Corrected parsing of optional operands
2019-10-11 Simon Atanasyan[mips] Follow-up to r374544. Fix test case.
2019-10-11 Kai Nacke[Tests] Output of od can be lower or upper case (llvm...
2019-10-11 Simon Atanasyan[mips] Fix loading "double" immediate into a GPR and FPR
2019-10-11 George Rimar[llvm-readobj] - Remove excessive fields when dumping...
2019-10-11 Oliver StannardDead Virtual Function Elimination
2019-10-11 Kai Nacke[FileCheck] Implement --ignore-case option.
2019-10-11 Florian Hahn[SCEV] Add stricter verification option.
2019-10-11 Simon Pilgrim[X86] isFNEG - add recursion depth limit
2019-10-11 Clement Courbet[llvm-exegesis] Show noise cluster in analysis output.
2019-10-11 Aleksandr Urakov[Windows] Use information from the PE32 exceptions...
2019-10-11 Vitaly BukaInsert module constructors in a module pass
2019-10-11 QingShan Zhang[TableGen] Fix a bug that MCSchedClassDesc is interfere...
2019-10-11 Craig Topper[X86] Add v8i64->v8i8 ssat/usat/packus truncate tests...
2019-10-11 Kadir Cetinkaya[ADT][Statistics] Fix test after rL374490
2019-10-11 Pavel LabathFix modules build for r374337
2019-10-11 Yi-Hong Lyu[PowerPC] Remove assertion "Shouldn't overwrite a regis...
2019-10-11 Chen Zheng[NFC] run specific pass instead of whole -O3 pipeline...
2019-10-11 Chen Zheng[InstCombine] recognize popcount.
2019-10-11 Craig Topper[X86] Add a DAG combine to turn v16i16->v16i8 VTRUNCUS...
2019-10-11 Craig Topper[X86] Add test case for trunc_packus_v16i32_v16i8_store...
2019-10-11 Philip Reames[CVP] Remove a masking operation if range information...
2019-10-11 Craig Topper[X86] Add more packus/ssat/usat truncate tests from...
2019-10-11 Nico WeberRevert 374481 "[tsan,msan] Insert module constructors...
2019-10-11 Lang Hames[JITLink] Disable the MachO/AArch64 testcase while...
2019-10-11 Lang Hames[JITLink] Fix MachO/arm64 GOTPAGEOFF encoding.
2019-10-11 Johannes Doerfert[Attributor][FIX] Do not replace musstail calls with...
2019-10-11 Matt ArsenaultAMDGPU: Move SelectFlatOffset back into AMDGPUISelDAGToDAG
2019-10-11 Volodymyr Sapsai[Stats] Add ALWAYS_ENABLED_STATISTIC enabled regardless...
2019-10-11 Craig Topper[X86] Improve the AVX512 bailout in combineTruncateWith...
2019-10-11 Craig Topper[X86] Update trunc_packus_v32i32_v32i8 test in min...
2019-10-10 GN Sync Botgn build: Merge r374476
2019-10-10 Vitaly Buka[tsan,msan] Insert module constructors in a module...
2019-10-10 Vitaly Buka[msan, NFC] Move option parsing into constructor
2019-10-10 Michael LiaoFix compilation warning due to typo.
2019-10-10 Lang Hames[JITLink] Add an initial implementation of JITLink...
2019-10-10 Lang Hames[JITLink] Move MachO/x86 got test further down in the...
2019-10-10 Tom Stellarddocs/DeveloperPolicy: Add instructions for requesting...
2019-10-10 Alina Sbirlea[MemorySSA] Update Phi simplification.
2019-10-10 Marcello Maggioni[GISel] Simplifying return from else in function. NFC
2019-10-10 Craig Topper[X86] Guard against leaving a dangling node in combineT...
2019-10-10 Craig Topper[X86] Add test cases for packus/ssat/usat 32i32->v32i8...
2019-10-10 Marcello Maggioni[GISel] Allow getConstantVRegVal() to return G_FCONSTAN...
2019-10-10 Stanislav Mekhanoshin[AMDGPU] Handle undef old operand in DPP combine
2019-10-10 Rong Xu[ValueTracking] Improve pointer offset computation...
2019-10-10 Evandro Menezes[InstCombine] Add test case for PR43617 (NFC)
2019-10-10 Julian Lettner[lit] Break main into smaller functions
2019-10-10 Alina Sbirlea[MemorySSA] Additional handling of unreachable blocks.
2019-10-10 David Greene[System Model] [TTI] Move default cache/prefetch implem...
2019-10-10 Greg ClaytonFix a documentation warning from GSYM commit.
2019-10-10 Zachary Turner[PDB] Fix bug when using multiple PCH header objects...
2019-10-10 Julian Lettner[lit] Add comment explaining the LIT_OPTS env var overr...
2019-10-10 Jordan RoseADT: Save a word in every StringSet entry
2019-10-10 Sanjay Patel[x86] reduce duplicate test assertions; NFC
2019-10-10 Julian Lettner[lit] Bring back `--threads` option alias
2019-10-10 Craig Topper[X86] Use packusdw+vpmovuswb to implement v16i32->V16i8...
2019-10-10 Joel E. DennyRevert r374388: "[lit] Make internal diff work in pipel...
2019-10-10 Jinsong Ji[PowerPC][docs] Update IBM official docs in Compiler...
2019-10-10 Joel E. DennyRevert r374389: "[lit] Clean up internal diff's encodin...
2019-10-10 Joel E. DennyRevert r374390: "[lit] Extend internal diff to support...
2019-10-10 Joel E. DennyRevert r374392: "[lit] Extend internal diff to support -U"
2019-10-10 Nico Weberwin: Move Parallel.h off concrt to cross-platform code
2019-10-10 Xiangling Liao[NFC][PowerPC]Clean up PPCAsmPrinter for TOC related...
2019-10-10 Reid KlecknerPrint quoted backslashes in LLVM IR as \\ instead of \5C
2019-10-10 Nico WeberFix Windows build after r374381
2019-10-10 Reid KlecknerRemove strings.h include to fix GSYM Windows build
2019-10-10 Greg ClaytonUnbreak buildbots.
2019-10-10 Greg ClaytonFix buildbots by using memset instead of bzero.
2019-10-10 Michael LiaoFix build by adding the missing dependency.
2019-10-10 Julian Lettner[lit] Leverage argparse features to remove some code
2019-10-10 Reid KlecknerFix test to avoid check-not matching the temp file...
2019-10-10 Julian Lettner[lit] Move argument parsing/validation to separate...
2019-10-10 Greg ClaytonUnbreak llvm-clang-lld-x86_64-scei-ps4-windows10pro...
2019-10-10 Sanjay Patel[DAGCombiner] fold select-of-constants to shift
2019-10-10 Greg ClaytonUnbreak windows buildbots.
2019-10-10 Nico Webergn build: restore tablegen restat optimization after...
2019-10-10 Joel E. Denny[lit] Extend internal diff to support -U
2019-10-10 Nico Webergn build: merge r374381 more (effectively a no-op)
2019-10-10 Joel E. Denny[lit] Extend internal diff to support `-` argument
2019-10-10 Joel E. Denny[lit] Clean up internal diff's encoding handling
2019-10-10 Joel E. Denny[lit] Make internal diff work in pipelines
2019-10-10 GN Sync Botgn build: Merge r374381
2019-10-10 Greg ClaytonAdd GsymCreator and GsymReader.
2019-10-10 Jonas Devlieghere[dsymutil] Move CommonSymbols.clear() in resetParserState.
next