]> granicus.if.org Git - llvm/shortlog
llvm
2019-09-04 Matt ArsenaultAMDGPU/GlobalISel: Select G_BITREVERSE
2019-09-04 Matt ArsenaultGlobalISel: Add basic legalization for G_BITREVERSE
2019-09-04 Johannes Doerfert[Attributor][Stats] Use the right statistics macro
2019-09-04 Johannes Doerfert[Attributor][Fix] Make sure we do not delete live code
2019-09-04 Martin Storsjo[LLD] [COFF] Implement MinGW default manifest handling
2019-09-04 Leonard Chan[NewPM][Sancov] Make Sancov a Module Pass instead of...
2019-09-04 Lang Hames[llvm-rtdyld][llvm-jitlink] Rename struct member to...
2019-09-04 Lang Hames[llvm-rtdyld] Add timers to match llvm-jitlink.
2019-09-04 Evandro Menezes[InstCombine] Add more test cases (NFC)
2019-09-04 Thomas Lively[WebAssembly] Initialize memory in start function
2019-09-04 Alina Sbirlea[MemorySSA] Re-enable MemorySSA use.
2019-09-04 Johannes Doerfert[Attributor][Fix] Ensure the attribute names are create...
2019-09-04 Daniel Sanders[globalisel] Support trivial COPY in GISelKnownBits
2019-09-04 Lang Hames[JITLink] Fix the show-timers option on llvm-jitlink.
2019-09-04 Lang Hames[docs] Add some comments to the inline LLJIT example.
2019-09-04 Philip Reames[NFC] Switch last couple of invariant_load checks to...
2019-09-04 Evandro Menezes[TargetLibraryInfo] Define enumerator for no library...
2019-09-04 David Bolvansky[InstCombine] sub(xor(x, y), or(x, y)) -> neg(and(x...
2019-09-04 Philip ReamesUpdate CodeGen to use hasMetadata as appropriate [NFC]
2019-09-04 David Bolvansky[NFC] Added tests for new fold
2019-09-04 David Bolvansky[NFC] Adjust test filename
2019-09-04 Craig Topper[X86] Pre-commit test cases and test run line changes...
2019-09-04 Greg ClaytonAdd encode and decode methods to InlineInfo and documen...
2019-09-04 David Bolvansky[InstCombine] Fold sub (and A, B) (or A, B)) to neg...
2019-09-04 Philip Reames[Instruction] Add hasMetadata(Kind) helper [NFC]
2019-09-04 Matt ArsenaultAMDGPU: Handle frame index expansion with no free SGPRs...
2019-09-04 Matt ArsenaultGlobalISel: Add G_BITREVERSE
2019-09-04 Johannes Doerfert[Attributor][NFC] Add assertion to guard against accide...
2019-09-04 Johannes Doerfert[Attributor] Look at internal functions only on-demand
2019-09-04 Johannes Doerfert[Attributor] Use the white list for attributes consistently
2019-09-04 Matt ArsenaultAMDGPU/GlobalISel: Make 16-bit constants legal
2019-09-04 Matt ArsenaultGlobalISel/TableGen: Don't skip REG_SEQUENCE based...
2019-09-04 Matt ArsenaultGlobalISel: Define GINodeEquiv for undef
2019-09-04 Johannes Doerfert[Attributor] Deal more explicit with non-exact definitions
2019-09-04 Craig Topper[X86] Add support for avx512bf16 for __builtin_cpu_supp...
2019-09-04 Simon Pilgrim[Attributor] Ensure AAIsDead correctly overrides getIRP...
2019-09-04 Krzysztof Parzyszek[Hexagon] Improve generated code for test-if-bit-clear...
2019-09-04 Sanjay Patel[InstSimplify] guard against unreachable code (PR43218)
2019-09-04 Alexey Lapshin[Debuginfo][SROA] Need to handle dbg.value in SROA...
2019-09-04 Sanjay Patel[InstCombine] add tests for insert/extract with identit...
2019-09-04 James Molloy[ModuloSchedule] Fix no-asserts build
2019-09-04 James Molloy[ModuloSchedule] Introduce PeelingModuloScheduleExpander
2019-09-04 Simon PilgrimFix "enumeral and non-enumeral type in conditional...
2019-09-04 David Bolvansky[NFC] Added a negative test for new fold
2019-09-04 David Bolvansky[NFC] Fixed test
2019-09-04 David Bolvansky[NFC] Adjust tests for new fold
2019-09-04 David Bolvansky[NFC] Added tests for new fold
2019-09-04 David Bolvansky[InstCombine] Fold sub (or A, B) (and A, B) to (xor...
2019-09-04 Pavel LabathFix address sizes in the dwarfdump-debug-loc-error...
2019-09-04 David Bolvansky[NFC] Added a new test for D67153
2019-09-04 David Bolvansky[NFC] Added tests for 'SUB of OR and AND to XOR' fold
2019-09-04 Jeremy Morse[DebugInfo] LiveDebugValues: locations with different...
2019-09-04 Nico Webergn build: Merge r370862
2019-09-04 Roman LebedevRevert "[Clang Interpreter] Initial patch for the const...
2019-09-04 Simon Pilgrim[cmake] Remove MSVC C4180 override
2019-09-04 Jeremy Morse[LiveDebugValues][NFC] Silence an unused variable warning
2019-09-04 Pavel LabathDWARF: Fix a regression in location list dumping
2019-09-04 Simon Pilgrim[cmake] Remove MSVC C4258 override
2019-09-04 Djordje Todorovic[llvm-dwarfdump] Fix spelling in the comments. NFC
2019-09-04 Fangrui Song[llvm-objcopy] Add objcopy::elf::Object::allocSections...
2019-09-04 Fangrui Song[yaml2obj] Support PT_GNU_STACK and PT_GNU_RELRO
2019-09-04 Fangrui Song[llvm-objcopy] Rename variable names "Section" to ...
2019-09-04 Sam Parker[ARM][ParallelDSP] SExt mul for accumulation
2019-09-04 Taewook Oh[IRPrinting] Improve module pass printer to work better...
2019-09-04 Amara Emerson[GlobalISel] Fix G_SEXT narrowScalar to bail out of...
2019-09-04 Nico Webergn build: Merge r370843
2019-09-04 Nandor Licker[Clang Interpreter] Initial patch for the constexpr...
2019-09-04 Fangrui Song[llvm-objcopy] Fix some identifier names in comments...
2019-09-04 Jim Lin[RISCV] Enable tail call opt for variadic function
2019-09-04 Alina Sbirlea[MemorySSA] Move two verify calls under expensive checks.
2019-09-04 Puyan Lotfi[NFC][llvm-ifs] Adding .ifs files to the test list...
2019-09-03 Reid KlecknerRevert [Windows] Disable TrapUnreachable for Win64...
2019-09-03 Heejin Ahn[WebAssembly] Compare functions by names in Emscripten...
2019-09-03 Vedant Kumar[llvm-profdata] Add mode to recover from profile read...
2019-09-03 Vedant Kumar[InstrProf] Tighten a check for malformed data records...
2019-09-03 Philip Reames[GVN] Remove a todo introduced w/rL370791
2019-09-03 Amara Emerson[AArch64][GlobalISel] Legalize 128 bit divisions to...
2019-09-03 Amara Emerson[GlobalISel][CallLowering] Add support for splitting...
2019-09-03 Alina Sbirlea[MemorySSA] Disable MemorySSA use.
2019-09-03 Johannes Doerfert[Attributor] Use the delete API for liveness
2019-09-03 Johannes Doerfert[Attributor] Deduce "no-capture" argument attribute
2019-09-03 Bjorn Pettersson[CodeGen] Use FSHR in DAGTypeLegalizer::ExpandIntRes_MULFIX
2019-09-03 David BlaikieSkip MCJIT unit tests if LLVM is not configured for...
2019-09-03 Alina Sbirlea[MemorySSA] Re-enable MemorySSA use.
2019-09-03 Reid Kleckner[MC] Pass through .code16/32/64 and .syntax unified...
2019-09-03 Philip Reames[GVN] Propagate simple equalities from assumes within...
2019-09-03 Jessica Paquette[AArch64][GlobalISel] Don't import i64imm_32bit pattern...
2019-09-03 Roman LebedevRevert r370454 "[LoopIdiomRecognize] BCmp loop idiom...
2019-09-03 Philip Reames[Tests/GVN] Precommit requested test additions from...
2019-09-03 Simon Pilgrim[cmake] Improve comment describing the C4245 warning...
2019-09-03 Kerry McLaughlin[SVE][Inline-Asm] Fix -Wimplicit-fallthrough in AArch64...
2019-09-03 Simon Pilgrim[X86] Merge 2 consecutive HasInt256 branches. NFCI.
2019-09-03 Jonas Paulsson[SystemZ] Recognize INLINEASM_BR in backend.
2019-09-03 Nico Webergn build: (manually) merge r370499
2019-09-03 Nico Webergn build: Merge r370746
2019-09-03 David Green[ARM] Ignore Implicit CPSR regs when lowering from...
2019-09-03 Jonas Paulsson[SystemZ] Add support for fentry.
2019-09-03 David Green[ARM] Invert CSEL predicates if the opposite is a simpl...
2019-09-03 David Green[ARM] Generate 8.1-m CSINC, CSNEG and CSINV instructions.
2019-09-03 David Green[ARM] Add csel tests. NFC
next