]> granicus.if.org Git - llvm/shortlog
llvm
2019-07-12 Stanislav Mekhanoshin[AMDGPU] Extend MIMG opcode to 8 bits
2019-07-12 Stefan StipanovicAddition to rL365925, removing remaining virtuals
2019-07-12 Nico WeberSlightly simplify MappedBlockStream::createIndexedStrea...
2019-07-12 Nico WeberAdd explicit newline at end of `llvm-pdbutil dump`
2019-07-12 Ulrich Weigand[SystemZ] Add support for new cpu architecture - arch13
2019-07-12 Leonard ChanRemove unused methods in Sancov.
2019-07-12 Craig Topper[X86] Add NEG to isUseDefConvertible.
2019-07-12 Simon Pilgrim[X86][AVX] Add PR34359 shuffle test case.
2019-07-12 Stefan Stipanovic[Attributor] Removing unnecessary `virtual` keywords.
2019-07-12 Hideto Ueno[Attributor] Deduce "nofree" function attribute
2019-07-12 Philip Reames[IndVars] Use exit count reasoning to discharge obvious...
2019-07-12 James Y KnightFix some minor coding-style issues in git-llvm.
2019-07-12 James Y KnightAllow the 'git-llvm' tool to push to svn from the split...
2019-07-12 Hideto Ueno[FunctionAttrs] Add a test for "nofree" function attribute
2019-07-12 Fangrui Song[Support] Move the static initializer install_out_memor...
2019-07-12 Simon PilgrimAdd missing <atomic> include to appease MSVC builds.
2019-07-12 Artem BelevichMinor cleanup.
2019-07-12 Hideto UenoTest commit
2019-07-12 Jordan RoseSupport for dumping current PrettyStackTrace on SIGINFO...
2019-07-12 Jay Foad[AMDGPU] Fix DPP combiner check for exec modification
2019-07-12 Fangrui Song[LegacyPassManager] Small ModuleCount cleanup
2019-07-12 Jay Foad[AMDGPU] Restrict v_cndmask_b32 abs/neg modifiers to f32
2019-07-12 Fangrui SongDelete dead stores
2019-07-12 Tom Stellardcmake: Add INSTALL_WITH_TOOLCHAIN option to add_*_libra...
2019-07-12 Bryant Wong[gn] Tag unneeded variable.
2019-07-12 Simon Pilgrim[DAGCombine] narrowExtractedVectorBinOp - wrap subvecto...
2019-07-12 Alexey Bader[LIT] Emit timeout error message only if timeout was...
2019-07-12 David Bolvansky[InstCombine] Fold select (icmp sgt x, -1), lshr (X...
2019-07-12 Alex BrachetFix test case of llvm-nm using implicit a.out
2019-07-12 George Rimar[test/Object, obj2yaml] - Move test cases from test...
2019-07-12 Alex Brachet[tools] [llvm-nm] Default to reading from stdin not...
2019-07-12 Djordje TodorovicRevert "[DwarfDebug] Dump call site debug info"
2019-07-12 George Rimar[Object/ELF] - Improve error reporting for notes.
2019-07-12 Kai Luo[NFC][PowerPC] Added test for MachinePRE.
2019-07-12 Sam Elliott[RISCV] Allow parsing dot '.' in assembly
2019-07-12 Bryant WongTest commit. NFC.
2019-07-12 Fangrui Song[YAMLIO] Wrap explicit specialization in llvm::yaml...
2019-07-12 Stanislav Mekhanoshin[AMDGPU] Fixed comment. NFC.
2019-07-12 Simon Atanasyan[mips] Fix JmpLink to texternalsym and tglobaladdr...
2019-07-12 Fangrui Song[YAMLIO] Remove trailing spaces when outputting maps
2019-07-12 Tom Stellarddocs/GithubMove.rst: Add link to GitHub migration statu...
2019-07-12 Vitaly BukaReturn Undef from isBytewiseValue for empty arrays...
2019-07-12 Artem DergachevNFC: Unforget a colon in a few CHECK: directives.
2019-07-12 Jinsong Ji[MachinePipeliner] Fix order for nodes with Anti depend...
2019-07-12 Vitaly BukaHandle IntToPtr in isBytewiseValue
2019-07-12 Alex LorenzNFC: lit: python3 compatibility for functions
2019-07-12 Evandro Menezes[InstCombine] Reorder pow() transformations (NFC)
2019-07-11 Michael Liao[AMDGPU] Skip calculating callee saved registers for...
2019-07-11 Matt ArsenaultAMDGPU: s_waitcnt field should be treated as unsigned
2019-07-11 Petr Hosek[sancov] Ignore PC samples with value 0
2019-07-11 Leonard Chan[NewPM] Port Sancov
2019-07-11 Stanislav Mekhanoshin[AMDGPU] Fixed asan error with agpr spilling
2019-07-11 Diego NovilloFix build errors LLVM tests are disabled.
2019-07-11 Stanislav Mekhanoshin[AMDGPU] gfx908 agpr spilling
2019-07-11 Stefan Stipanovic[Attributor] Deduce "nosync" function attribute.
2019-07-11 Stanislav Mekhanoshin[AMDGPU] gfx908 hazard recognizer
2019-07-11 Huihui Zhang[InstCombine][NFCI] Add more test coverage to onehot_me...
2019-07-11 Stanislav Mekhanoshin[AMDGPU] gfx908 scheduling
2019-07-11 Stanislav Mekhanoshin[AMDGPU] gfx908 mfma support
2019-07-11 Reid KlecknerOpen native file handles to avoid converting from FDs...
2019-07-11 David Bolvansky[UpdateTestChecks] Emit warning when invalid test paths
2019-07-11 David Bolvansky[NFC] Revisited tests for D64285
2019-07-11 Benjamin Kramer[NVPTX] Remove now unused atomic.load.add.f32 intrinsics
2019-07-11 Jinsong Ji[PowerPC][NFC] Update testcase to avoid dead code
2019-07-11 Craig Topper[X86] Pre commit test cases for D64574. Along with...
2019-07-11 Wouter van... [WebAssembly] Assembler: support negative float constants.
2019-07-11 Benjamin Kramer[NVPTX] Use atomicrmw fadd instead of intrinsics
2019-07-11 Nico Webergn build: Merge r365792
2019-07-11 Sanjay Patel[X86] Merge negated ISD::SUB nodes into X86ISD::SUB...
2019-07-11 Nico WeberFix a few 'no newline at end of file' warnings that...
2019-07-11 Nico Webergn build: Merge r365773
2019-07-11 Simon Pilgrim[DAGCombine] narrowInsertExtractVectorBinOp - add CONCA...
2019-07-11 Matt ArsenaultRegUsageInfoCollector: Skip calling conventions I misse...
2019-07-11 Matt ArsenaultAMDGPU/GlobalISel: Move kernel argument handling to...
2019-07-11 Matt ArsenaultFix missing C++ mode comment
2019-07-11 Matt ArsenaultGlobalISel: Use Register
2019-07-11 George RimarRevert r365775 - "[Object/ELF] - Improve error reportin...
2019-07-11 George Rimar[Object/ELF] - Improve error reporting for notes.
2019-07-11 Sanjay Patel[InstCombine] don't move FP negation out of a constant...
2019-07-11 George Rimar[yaml2obj/elf-override-shsize.yaml] - An attemp to...
2019-07-11 Tim NorthoverOpaquePtr: switch to GlobalValue::getValueType in a...
2019-07-11 Tim NorthoverOpaquePtr: use byval accessor instead of inspecting...
2019-07-11 Tim NorthoverOpaquePtr: use load instruction directly for type....
2019-07-11 Tim NorthoverInstructionSimplify: Simplify InstructionSimplify....
2019-07-11 George Rimar[yaml2obj] - Allow overriding the sh_size field.
2019-07-11 David Bolvansky[NFC] Updated tests for D64285
2019-07-11 George Rimar[llvm-readobj/llvm-readelf] - Report a warning instead...
2019-07-11 David Bolvansky[InstCombine] Reorder recently added/improved pow trans...
2019-07-11 Florian HahnRevert [BitcodeReader] Validate OpNum, before accessing...
2019-07-11 Simon Pilgrim[X86] Regenerate intrinsics tests. NFCI.
2019-07-11 Simon Pilgrim[AMDGPU] Regenerate idot tests. NFCI.
2019-07-11 Fangrui Song[llvm-objcopy] Don't change permissions of non-regular...
2019-07-11 Fangrui Song[X86] -fno-plt: use GOT __tls_get_addr only if GOTPCREL...
2019-07-11 Florian Hahn[BitcodeReader] Validate OpNum, before accessing Record...
2019-07-11 Sam Parker[ARM][LowOverheadLoops] Correct offset checking
2019-07-11 Simon Tatham[ARM] Remove nonexistent unsigned forms of MVE VQDMLAH.
2019-07-11 Kai Luo[NFC][PowerPC] Added test to track current behaviour...
2019-07-11 Petar Avramovic[MIPS GlobalISel] Skip copies in addUseDef and addDefUses
2019-07-11 Petar Avramovic[MIPS GlobalISel] RegBankSelect for chains of ambiguous...
2019-07-11 Haojian WuRevert Recommit "[CommandLine] Remove OptionCategory...
next