llvm
2019-09-06 Kevin P. Neal[FPEnv] Teach the IRBuilder about constrained FPToSI...
2019-09-06 Francis Visoiu... [Remarks] Add support for internalizing a remark in...
2019-09-06 Oliver Cruickshank[ARM] Add patterns for VSUB with q and r registers
2019-09-06 Oliver Cruickshank[ARM] Add patterns for VADD with q and r registers
2019-09-06 Oliver Cruickshank[ARM] Add patterns for VMUL with q and r registers
2019-09-06 Evandro Menezes[ConstantFolding] Refactor function match for better...
2019-09-06 Jessica Paquette[AArch64][GlobalISel] Always fall back on tail calls...
2019-09-06 JF Bastien[InstCombine] pow(x, +/- 0.0) -> 1.0
2019-09-06 Sanjay Patel[SimplifyLibCalls] handle pow(x,-0.0) before it can...
2019-09-06 Sam Tebbs[ARM] Sink add/mul(shufflevector(insertelement()))...
2019-09-06 Valery Pykhtin[AMDGPU] Enable constant offset promotion to immediate...
2019-09-06 Guillaume Chatelet[Alignment][NFC] Use Align with TargetLowering::setPref...
2019-09-06 Cyndy Ishida[Object] remove struct constructor, NFC
2019-09-06 Guillaume Chatelet[Alignment][NFC] Use Align with TargetLowering::setPref...
2019-09-06 Guillaume Chatelet[Alignment] fix dubious min function alignment
2019-09-06 George Rimar[llvm-readelf] - Print unknown st_other value if presen...
2019-09-06 Guillaume Chatelet[Alignment][NFC] Use Align with TargetLowering::setMinF...
2019-09-06 Djordje Todorovic[test] Update the name of the debug entry values option...
2019-09-06 James Molloy[DFAPacketizer] Track resources for packetized instructions
2019-09-06 Jeremy Morse[DebugInfo] LiveDebugValues: explicitly terminate overw...
2019-09-06 Jay Foad[AMDGPU] Mark s_barrier as having side effects but...
2019-09-06 Nico Webergn build: Merge r371182
2019-09-06 Nico Webergn build: Merge r371179
2019-09-06 Sam Parker[ARM] Fix for buildbot
2019-09-06 Fangrui Song[yaml2obj] Rename SHOffset (e_shoff) field to SHOff...
2019-09-06 Sam Parker[ARM] MVE Tail Predication
2019-09-06 Kang Zhang[CodeGen] Do the Simple Early Return in block-placement...
2019-09-06 David Zarzycki[CMake] LLVM_COMPILE_FLAGS also applies to C files
2019-09-06 Mikael Holmen[MIR] Change test case to read from stdin instead of...
2019-09-06 Craig Topper[X86] Add tests for extending and truncating between...
2019-09-06 Craig Topper[X86] Fix bad indentation. NFC
2019-09-06 Alex BrachetFix rL371162 again
2019-09-06 Alex BrachetFix failing test from rL371162
2019-09-06 Alex Brachet[yaml2obj] Make e_phoff and e_phentsize 0 if there...
2019-09-06 Nico Webergn build: Merge r371159
2019-09-06 Jonas Devlieghere[MC] Fix undefined behavior in MCInstPrinter::formatHex
2019-09-06 Alina SbirleaCleanup test.
2019-09-06 Fangrui Song[llvm-readobj][yaml2obj] Support SHT_LLVM_SYMPART,...
2019-09-06 Matt ArsenaultAMDGPU/GlobalISel: Avoid repeating 32-bit type lists
2019-09-06 Matt ArsenaultAMDGPU/GlobalISel: Fix load/store of types in other...
2019-09-06 Matt ArsenaultGlobalISel/TableGen: Fix handling of EXTRACT_SUBREG...
2019-09-05 Matt ArsenaultAMDGPU: Allow getMemOperandWithOffset to analyze stack...
2019-09-05 Matt ArsenaultAMDGPU: Fix emitting multiple stack loads for stack...
2019-09-05 Eli Friedman[AArch64] Add testcase for codegen for sdiv by 2.
2019-09-05 Matt ArsenaultInstCombine: Fix crash on icmp of gep with addrspacecas...
2019-09-05 David Blaikiellvm-reduce: Use %python from lit to get the correct...
2019-09-05 Matt ArsenaultAMDGPU: Fix Register copypaste error
2019-09-05 Alina Sbirlea[AliasSetTracker] Correct AAInfo check.
2019-09-05 Vitaly Buka[SimplifyCFG] Don't SimplifyBranchOnICmpChain with...
2019-09-05 Matt ArsenaultAMDGPU: Avoid constructing new std::vector in initCandidate
2019-09-05 Nico Webergn build: Merge r371134
2019-09-05 Francis Visoiu... [Remarks] Add comparison operators to the Remark object
2019-09-05 Jan Korous[ADT] Add makeArrayRef(std::array<>) template specializ...
2019-09-05 Jan Korous[Bitstream] Add BitCodeAbbrev(std::initializer_list...
2019-09-05 DeForest RichardsDocs: Update Community section on homepage
2019-09-05 David Bolvansky[GSYM][NFC] Fixed -Wdocumentation warning
2019-09-05 Nico Webergn build: Merge r371121
2019-09-05 Puyan Lotfi[MIR] MIRNamer pass for improving MIR test authoring...
2019-09-05 Nico Webergn build: Merge r371117
2019-09-05 Daniel Sanders[globalisel][knownbits] Account for missing type constr...
2019-09-05 Daniel Sanders[globalisel][knownbits] Correct a typo that prevented...
2019-09-05 Jessica PaquetteRecommit "[AArch64][GlobalISel] Teach AArch64CallLoweri...
2019-09-05 Eli Friedman[IfConversion] Fix diamond conversion with unanalyzable...
2019-09-05 Sylvestre Ledrudoc update: explain that Z3 is only for clang SA -...
2019-09-05 Sylvestre Ledrudocument the LLVM_ENABLE_Z3_SOLVER option
2019-09-05 Roman Lebedev[NFC][InstCombine] Overhaul 'unsigned add overflow...
2019-09-05 Craig Topper[X86] Enable BuildSDIVPow2 for i16.
2019-09-05 Francis Visoiu... [Remarks] Don't serialize metadata if a string table...
2019-09-05 Nico Webergn build: Merge r371103
2019-09-05 Craig Topper[X86] Override BuildSDIVPow2 for X86.
2019-09-05 Jan Korous[Support] Add writeFileAtomically() to FileUtilities
2019-09-05 Nico Webergn build: (manually) merge r358706
2019-09-05 Roman Lebedev[InstCombine] foldICmpBinOp(): consider inverted check...
2019-09-05 Roman Lebedev[InstCombine] foldICmpBinOp(): consider inverted check...
2019-09-05 Roman Lebedev[InstCombine][NFC] Tests for 'unsigned sub overflow...
2019-09-05 Roman Lebedev[InstCombine][NFC] Tests for 'unsigned add overflow...
2019-09-05 Cyndy Ishida[TextAPI] update interface file for filtered iter
2019-09-05 DeForest RichardsDocs: Move Documentation sections to separate pages.
2019-09-05 Sanjay Patel[x86] fix horizontal math bug exposed by improved deman...
2019-09-05 Craig Topper[X86] Add a FIXME about why the CWD/CDQ/CQO have a...
2019-09-05 Craig Topper[X86] Remove unneeded CHECK lines from a test. NFC
2019-09-05 Craig Topper[X86] Fix stale comment. NFC
2019-09-05 Nico Webergn build: (manually) merge r371003
2019-09-05 Denis Bakhvalov[MergedLoadStoreMotion] Sink stores to BB with more...
2019-09-05 Sanjay Patel[x86] add test for horizontal math bug (PR43225); NFC
2019-09-05 Alina Sbirlea[MemorySSA] Verify MSSAUpdater exists.
2019-09-05 Hiroshi Yamauchi[PGO][CHR] Speed up following long, interlinked use...
2019-09-05 Alina Sbirlea[MemorySSA] Update MemorySSA when removing debug.value...
2019-09-05 Krzysztof Parzyszek[Hexagon] Fix type in HexagonTargetLowering::ReplaceNod...
2019-09-05 Guillaume Chatelet[Alignment][NFC] Change internal representation of...
2019-09-05 David Candler[ARM] Add support for the s,j,x,N,O inline asm constraints
2019-09-05 Simon Pilgrim[X86][SSE] EltsFromConsecutiveLoads - ignore non-zero...
2019-09-05 Fangrui Song[yaml2obj] Write the section header table after section...
2019-09-05 Guillaume Chatelet[LLVM][Alignment][NFC] Fixing wrong documentation
2019-09-05 George Rimar[llvm-readelf] - Allow dumping dynamic symbols when...
2019-09-05 David Green[ARM] Fixup the creation of VPT blocks
2019-09-05 Guillaume Chatelet[LLVM][Alignment] Convert isLegalNTStore/isLegalNTLoad...
2019-09-05 Simon Pilgrim[X86][SSE] Add (failing) test case for PR43227
2019-09-05 Petar Avramovic[MIPS GlobalISel] Select G_FENCE
2019-09-05 Petar Avramovic[MIPS GlobalISel] Select llvm.trap intrinsic
next