]> granicus.if.org Git - llvm/shortlog
llvm
2019-07-19 Roman Lebedev[InstCombine] Dropping redundant masking before left...
2019-07-19 Roman Lebedev[InstCombine] Dropping redundant masking before left...
2019-07-19 Hubert Tong[NFC] Fix an indentation issue in llvm/Support/TargetRe...
2019-07-19 Hsiangkai Wang[DebugInfo] Some fields do not need relocations even...
2019-07-19 Chris Lattnerunbreak links
2019-07-19 Chris Lattnerreplace the old kaleidoscope tutorial files with orphan...
2019-07-19 Chris LattnerPoint to the dusted off version of the kaleidoscope...
2019-07-19 Alex Brachet[test] [llvm-objcopy] Fix broken test case
2019-07-19 Kang Zhang[NFC][PowerPC] Modify the test case add_cmp.ll
2019-07-19 Hsiangkai Wang[DebugInfo] Generate fixups as emitting DWARF .debug_fr...
2019-07-19 Bill WendlingUse the MachineBasicBlock symbol for a callbr target
2019-07-19 Amara Emerson[GlobalISel] Translate calls to memcpy et al to G_INTRI...
2019-07-19 Nathan Lanza[cmake] Fix typo where a varible was checked for Apple...
2019-07-19 Nathan Lanza[cmake] Convert the NATIVE llvm build process to be...
2019-07-18 Shoaib MeenaiReapply [llvm-lipo] Implement -create (with hardcoded...
2019-07-18 Stanislav Mekhanoshin[AMDGPU] Drop Reg32 and use regular AsmName
2019-07-18 Jessica Paquette[GlobalISel][AArch64] Add support for base register...
2019-07-18 Peter CollingbourneCodeGen: Allow !associated metadata to point to aliases.
2019-07-18 Reid KlecknerRevert [X86] EltsFromConsecutiveLoads - support common...
2019-07-18 Guanzhong Chen[WebAssembly] Fix __builtin_wasm_tls_base intrinsic
2019-07-18 Nathan Lanza[cmake] Only run llvm-codesign if targetting apple...
2019-07-18 Peter CollingbourneFix typo in r366494. Spotted by Yuanfang Chen.
2019-07-18 Steven WuRemove the static initialize introduced in r365099
2019-07-18 Peter CollingbourneIR: Teach Constant::needsRelocation() that relative...
2019-07-18 Peter Collingbournegn build: Merge r366458.
2019-07-18 Jordan RoseFileSystem: Check for DTTOIF alone, not _DIRENT_HAVE_D_TYPE
2019-07-18 Lang Hames[ORC] Suppress an ORCv1 deprecation warning.
2019-07-18 Raphael IsemannFix C++ modules build
2019-07-18 Amy Huang[COFF] Change a variable type to be const in the HeapAl...
2019-07-18 Kevin P. Neal[FPEnv] Teach the IRBuilder about constrained FPTrunc...
2019-07-18 Guanzhong Chen[WebAssembly] Implement __builtin_wasm_tls_base intrinsic
2019-07-18 Michael Liao[LAA] Re-check bit-width of pointers after stripping.
2019-07-18 Yuanfang Chen[NFC][llvm-readobj] Refactor dynamic string table index...
2019-07-18 Peter CollingbourneMC: AArch64: Add support for prel_g* relocation specifiers.
2019-07-18 Peter CollingbourneAArch64: Unify relocation restrictions between MOVK...
2019-07-18 Michael LiaoMinor styling fix. NFC.
2019-07-18 Jonas Devlieghere[CMake] Don't set Python_ADDITIONAL_VERSIONS
2019-07-18 Hsiangkai WangRevert "[DebugInfo] Generate fixups as emitting DWARF...
2019-07-18 Hsiangkai Wang[DebugInfo] Generate fixups as emitting DWARF .debug_fr...
2019-07-18 Simon Pilgrim[X86] EltsFromConsecutiveLoads - support common source...
2019-07-18 Simon Pilgrim[DAGCombine] Pull getSubVectorSrc helper out of narrowI...
2019-07-18 Thomas Preud... [FileCheck] Fix numeric variable redefinition
2019-07-18 Sanjay Patel[x86] try harder to form LEA from ADD to avoid flag...
2019-07-18 George Rimar[llvm-readelf] - Remove the precompiled binary from...
2019-07-18 Hans WennborgBump the trunk version to 10.0.0svn
2019-07-18 Diogo N. Sampaio[ARM][DAGCOMBINE][FIX] PerformVMOVRRDCombine
2019-07-18 Chen Zheng[SCEV] add no wrap flag for SCEVAddExpr.
2019-07-18 Alex Bradbury[RISCV] Reset NoPHIS MachineFunctionProperty in emitSel...
2019-07-18 Serguei Katkov[LoopInfo] Use early return in branch weight update...
2019-07-18 Alex Bradbury[RISCV][DebugInfo] Fix dwarf-riscv-relocs.ll test on...
2019-07-18 Kang Zhang[NFC][PowerPC] Add the test to test the pass block...
2019-07-18 Craig Topper[X86] Disable combineConcatVectors for vXi1 vectors.
2019-07-18 Nathan LanzaFix typo in programmer's manual cantFile -> cantFail
2019-07-18 Alex Bradbury[DWARF][RISCV] Add support for RISC-V relocations neede...
2019-07-18 Alex Bradbury[RISCV] Re-land r366331 d RISCV to LLVM_ALL_TARGETS
2019-07-18 Alex Bradbury[RISCV] Avoid signed integer overflow UB in RISCVMatInt...
2019-07-18 Alex Bradbury[RISCV] Don't acccess an invalidated iterator in RISCVI...
2019-07-18 Fangrui Song[AArch64] Add dependency from AArch64CodeGen to Transfo...
2019-07-18 Philip Reames[Tests] Add a test showing how we handle overaligned...
2019-07-17 Nilanjana BasuChanges to display code view debug info type records...
2019-07-17 Evgeniy StepanovMake DT a transitive dependency of LI.
2019-07-17 Denis Bakhvalov[llvm-bcanalyzer] Fixed error 'Expected<T> must be...
2019-07-17 Nico Weberllvm-pdbdump: Fix several smaller issues with injected...
2019-07-17 Stanislav Mekhanoshin[AMDGPU] Simplify AMDGPUInstPrinter::printRegOperand()
2019-07-17 Matt ArsenaultAMDGPU: Set inaccessiblememonly on sendmsg intrinsics
2019-07-17 Craig Topper[X86] Make sure we mark 128/256 MLOAD as Legal with...
2019-07-17 Peter Collingbournegn build: Merge r366361.
2019-07-17 Peter Collingbournehwasan: Initialize the pass only once.
2019-07-17 Stanislav Mekhanoshin[AMDGPU] Stop special casing flat_scratch for register...
2019-07-17 Evgeniy StepanovSpeculative fix for stack-tagging.ll failure.
2019-07-17 Hideto Ueno[Attributor][NFC] Remove unnecessary debug output
2019-07-17 Nilanjana BasuAdding inline comments to code view type record directi...
2019-07-17 Francis Visoiu... [PEI] Don't re-allocate a pre-allocated stack protector...
2019-07-17 Francis Visoiu... [CodeGen] Add stack protector tests where the guard...
2019-07-17 Francis Visoiu... [CodeGen][NFC] Simplify checks for stack protector...
2019-07-17 Matt ArsenaultGlobalISel: Handle widenScalar of arbitrary G_MERGE_VAL...
2019-07-17 Matt ArsenaultGlobalISel: Handle more cases for widenScalar of G_MERG...
2019-07-17 Evgeniy StepanovBasic MTE stack tagging instrumentation.
2019-07-17 Evgeniy StepanovBasic codegen for MTE stack tagging.
2019-07-17 Momchil VelikovRevert [AArch64] Add support for Transactional Memory...
2019-07-17 Daniil Fukalov[AMDGPU] Tune inlining parameters for AMDGPU target
2019-07-17 Lang Hames[ORC] Add deprecation warnings to ORCv1 layers and...
2019-07-17 Alex Bradbury[RISCV] Revert r366331 as it exposed some sanitizer...
2019-07-17 Matt ArsenaultAMDGPU: Use getTargetConstant
2019-07-17 Hideto Ueno[Attributor] Deduce "willreturn" function attribute
2019-07-17 Owen Reynolds[llvm-ar][test] Add tests failing on Darwin
2019-07-17 Alex Bradbury[RISCV] Add RISCV to LLVM_ALL_TARGETS so it s built...
2019-07-17 Alex Bradbury[RISCV][NFC] Remove outdated TODO from test/CodeGen...
2019-07-17 Alex Bradbury[AsmPrinter] Make the encoding of call sites in .gcc_ex...
2019-07-17 Matt ArsenaultMips: Remove immarg from copy and insert intrinsics
2019-07-17 Alex Bradbury[RISCV] Set correct encodings for DWARF exception handling
2019-07-17 Alex Bradbury[RISCV][NFC] Add tests that capture current encodings...
2019-07-17 Fangrui Song[llvm-ar][test] \r\n -> \n
2019-07-17 Jay Foad[AMDGPU] Optimize atomic AND/OR/XOR
2019-07-17 Momchil Velikov[AArch64] Add support for Transactional Memory Extensio...
2019-07-17 Justin HibbitsPowerPC: Fix register spilling for SPE registers
2019-07-17 Justin HibbitsPowerPC/SPE: Fix load/store handling for SPE
2019-07-17 Petar Avramovic[MIPS GlobalISel] ClampScalar and select pointer G_ICMP
2019-07-17 Nicolai HaehnleAMDGPU/GFX10: Apply the VMEM-to-scalar-write hazard...
2019-07-17 Nicolai HaehnleAMDGPU: Improve alias analysis for GDS
next