]> granicus.if.org Git - llvm/shortlog
llvm
2019-08-29 Roman Lebedev[InstCombine] Shift amount reassociation in bittest...
2019-08-29 Simon PilgrimLegalizeSetCCCondCode - Reduce scope of NeedSwap to...
2019-08-29 Simon PilgrimFix variable set but no used warnings on NDEBUG builds...
2019-08-29 Simon PilgrimFix variable set but no used warning on NDEBUG builds...
2019-08-29 Martin Storsjo[COFF] Add a ResourceSectionRef method for getting...
2019-08-29 Martin Storsjo[COFF] Add a bounds checking helper for iterating a...
2019-08-29 Martin Storsjo[COFF] Fix error handling in ResourceSectionRef
2019-08-29 Martin Storsjo[llvm-readobj] Print the resource type textually for...
2019-08-29 Martin Storsjo[llvm-readobj] Remove a leftover string trim operation...
2019-08-29 Craig Topper[X86] Remove isel patterns with X86VBroadcast+scalar_to...
2019-08-29 Craig Topper[X86] Remove some unneeded X86VBroadcast isel patterns...
2019-08-29 Hideto Ueno[Attributor] Deduce "noalias" attribute
2019-08-29 Craig Topper[X86] Add a DAG combine to combine INSERTPS and VBROADC...
2019-08-29 Craig Topper[X86] Make inline assembly 'x' and 'v' constraints...
2019-08-29 Florian Hahn[LoopUnroll] Use Lazy strategy for DTU used for MergeBl...
2019-08-29 Vitaly Buka[ObjectYAML] Fix lifetime issue in dumpDebugLines
2019-08-29 Johannes Doerfert[Attributor] Improve messages in iteration verify mode
2019-08-29 Johannes Doerfert[Attributor][NFC] Add const to map key
2019-08-29 Johannes Doerfert[Attributor][Fix] Indicate change correctly
2019-08-29 Johannes Doerfert[Attributor] Fix typo
2019-08-29 Matt ArsenaultAMDGPU: Don't use frame virtual registers
2019-08-29 Matt ArsenaultGlobalISel/TableGen: Handle setcc patterns
2019-08-29 Richard TrieuAdd requirement to test.
2019-08-28 Craig Topper[X86] Fix a couple isel patterns to not shrink a volati...
2019-08-28 Shiva Chen[RISCV] Avoid generating AssertZext for LP64 ABI when...
2019-08-28 Heejin Ahn[WebAssembly] Add atomic.fence instruction
2019-08-28 Tom Stellard[LLVM-C] Fix omission of INSTALL_WITH_TOOLCHAIN to...
2019-08-28 Simon Atanasyan[mips] Add an empty line to separate different patterns...
2019-08-28 Simon Atanasyan[mips] Fix 64-bit address loading in case of applying...
2019-08-28 Jessica PaquetteAdd tie-breaker for register class sorting in getSuperR...
2019-08-28 Artur PilipenkoFix for "DICompileUnit not listed in llvm.dbg.cu" verif...
2019-08-28 Jason Liu[llvm-readobj][XCOFF][NFC] Add return statement to...
2019-08-28 Julian Lettner[ASan] Make insertion of version mismatch guard configu...
2019-08-28 James Y KnightIgnore object files that lack coverage information.
2019-08-28 Philip ReamesUse the handle --check-prefixes mechanism to de-verbosi...
2019-08-28 Jessica Paquette[GlobalISel] Import patterns containing SUBREG_TO_REG
2019-08-28 Nico Webergn build: Merge r370249
2019-08-28 Scott Linder[AMDGPU] Fix bug when calculating user_spgr_count for...
2019-08-28 Sanjay Patel[InstCombine] clean up wrap propagation for reassociate...
2019-08-28 Pirama Arumuga... [ValueMapper] NFC: Remove dead code to pause metadata...
2019-08-28 Craig Topper[X86][ReleaseNotes] Add a note about the switch to...
2019-08-28 Johannes Doerfert[Attributor] Regularly clear dependences to remove...
2019-08-28 Kevin P. Neal[FPEnv] Add fptosi and fptoui constrained intrinsics.
2019-08-28 Jessica Paquette[AArch64][GlobalISel] Fall back when translating mustta...
2019-08-28 Simon PilgrimReduce scope of variable only used in a local pattern...
2019-08-28 David Bolvansky[NFC] Added more tests for D66651
2019-08-28 Craig Topper[InstCombine] Disable recursion in foldGEPICmp for...
2019-08-28 Simon PilgrimFix uninitialized variable warning in cppcheck. NFCI.
2019-08-28 David Bolvansky[NFC] Added a comment to avoid possible confusion
2019-08-28 Ryan Taylor[AMDGPU] Adjust number of SGPRs available in Calling...
2019-08-28 Simon PilgrimRemove duplicate 'BitWidth' variable. NFCI.
2019-08-28 Johannes Doerfert[Attributor] Restrict liveness and return information...
2019-08-28 Simon PilgrimInstCombiner::visitSelectInst - rename Pred to MinMaxPr...
2019-08-28 Vlad TsyrklevichReland "[yaml2obj] - Don't allow setting StOther and...
2019-08-28 Hans Wennborg[SelectionDAG] Don't generate libcalls for wide shifts...
2019-08-28 Amaury Sechet[X86] Add test for rotate combining when add X, X is...
2019-08-28 Vlad TsyrklevichRevert "[yaml2obj] - Don't allow setting StOther and...
2019-08-28 Simon Pilgrim[DAGCombine] Fix cppcheck shadow variable warning....
2019-08-28 Simon Atanasyan[mips] Use less registers to load address of TargetExte...
2019-08-28 Amaury Sechet[TargetLowering] Add buildLegalVectorShuffle facility...
2019-08-28 Simon Pilgrim[DAGCombine] Remove LoadedSlice::Cost default 'ForCodeS...
2019-08-28 Nico Webergn build: Merge r370187
2019-08-28 David Green[ARM] Move MVEVPTBlockPass to a separate file. NFC
2019-08-28 David Green[MVE] VMOVX patterns
2019-08-28 Hans Wennborg[LLVM-C] Fix ByVal Attribute crashing
2019-08-28 Ayal Zaks[LV] Fold tail by masking - handle reductions
2019-08-28 Sam Parker[ARM][ParallelDSP] Change search for muls
2019-08-28 David Bolvansky[NFC] Unbreak tests
2019-08-28 David Bolvansky[NFC] Updated test
2019-08-28 David BolvanskyAnnotate return values of allocation functions with...
2019-08-28 Yi Kong[llvm-objdump] Add the missing ARMv8 subarch detection
2019-08-28 Fangrui Song[LoopFusion] Fix another -Wunused-function in -DLLVM_EN...
2019-08-28 Matt ArsenaultAMDGPU/GlobalISel: Fix constraining scalar and/or/xor
2019-08-28 Richard TrieuRevert r370105 - Update two x86 datalayouts for r370083...
2019-08-28 Vedant Kumar[test] Speculative fix for r369966 on llvm-clang-x86_64-win
2019-08-28 Vlad TsyrklevichRevert "Change the X86 datalayout to add three address...
2019-08-28 Matt ArsenaultAMDGPU/GlobalISel: Implement addrspacecast for 32-bit...
2019-08-27 Philip Reames[NFC] Assert preconditions and merge all users into...
2019-08-27 Craig Topper[InstCombine] Disable some portions of foldGEPICmp...
2019-08-27 Luis Marques[RISCV] Implement RISCVRegisterInfo::getPointerRegClass
2019-08-27 Craig Topper[Analysis] Improve EmitGEPOffset handling of vector...
2019-08-27 Reid KlecknerUpdate two x86 datalayouts for r370083, looks like...
2019-08-27 Amara Emerson[GlobalISel] Replace hard coded dynamic alloca handling...
2019-08-27 Philip Reames[Loads/SROA] Remove blatantly incorrect code and fix...
2019-08-27 Matt ArsenaultDAG: computeNumSignBits for MUL
2019-08-27 Matt ArsenaultAMDGPU: Add baseline test for num sign bits of mul
2019-08-27 Jason Liu[XCOFF][AIX] Generate symbol table entries with llvm...
2019-08-27 Reid KlecknerRevert Autogenerate the shebang lines for tools/opt...
2019-08-27 Praveen Velliengiri[ORCv2] - New Speculate Query Implementation
2019-08-27 Andrea Di Biagio[Tblgen][MCA] Add the ability to mark groups as LoadQue...
2019-08-27 Matt ArsenaultAMDGPU: Add amdgpu-32bit-address-high-bits to MIR seria...
2019-08-27 Lang Hames[JITLink] Fix bogus TimerGroup constructor call.
2019-08-27 Matt ArsenaultAMDGPU: Fix crash from inconsistent register types...
2019-08-27 Praveen Velliengiri[ORC] NFC remove unimplemented query
2019-08-27 Jessica PaquetteRecommit "[GlobalISel] Import patterns containing...
2019-08-27 Amy HuangChange the X86 datalayout to add three address spaces...
2019-08-27 Jessica PaquetteRevert "[GlobalISel] Import patterns containing INSERT_...
2019-08-27 Craig Topper[X86] Remove encoding information from the TAILJMP...
2019-08-27 Lang Hames[JITLink] Add timers and -show-times option to llvm...
2019-08-27 Lang Hames[JITLink][ORC] Track eh-frame section size for registra...
next