]> granicus.if.org Git - llvm/shortlog
llvm
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
2019-09-05 Petar Avramovic[MIPS GlobalISel] Lower SRet pointer arguments
2019-09-05 Simon PilgrimRevert rL370996 from llvm/trunk: [AArch64][GlobalISel...
2019-09-05 Simon Pilgrim[X86] X86SpeculativeLoadHardeningPass::canHardenRegiste...
2019-09-05 Jonas Paulsson[SystemZ] Recognize INLINEASM_BR in backend
2019-09-05 Simon Pilgrim[X86] X86InstrInfo::optimizeCompareInstr - fix potentia...
2019-09-05 Guillaume Chatelet[LLVM][Alignment] Make functions using log of alignment...
2019-09-05 Russell GallopFix time-trace breaking flame graph assumptions
2019-09-05 Hans WennborgWin: handle \\?\UNC\ prefix in realPathFromHandle ...
2019-09-05 George Rimar[lib/ObjectYAML] - Cleanup the private interface of...
2019-09-05 George RimarRecommit r371023 "[lib/ObjectYAML] - Stop calling error...
2019-09-05 George RimarRevert r371023 "[lib/ObjectYAML] - Stop calling error...
2019-09-05 George RimarRevert r371023 "[lib/ObjectYAML] - Stop calling error...
2019-09-05 George Rimar[lib/ObjectYAML] - Stop calling error(1) when mapping...
2019-09-05 Igor Kudrin[DWARF] Fix referencing Range List Tables from CUs...
2019-09-05 Igor Kudrin[DWARF] Support DWARF64 in DWARFListTableHeader.
2019-09-05 Matt ArsenaultAMDGPU: Add intrinsics for address space identification
2019-09-05 Matt ArsenaultAMDGPU/GlobalISel: Restore insert point when getting...
2019-09-05 Matt ArsenaultAMDGPU/GlobalISel: Fix placeholder value used for addrs...
2019-09-05 Matt ArsenaultAMDGPU/GlobalISel: Fix assert on load from constant...
2019-09-05 Puyan Lotfi[mir-canon][NFC] Adding -verify-machineinstrs to mir...
2019-09-05 Reid KlecknerUse -mtriple to fix AMDGPU test sensitive to object...
2019-09-04 Jessica Paquette[AArch64][GlobalISel] Teach AArch64CallLowering to...
2019-09-04 Nico Webergn build: Merge r370985
2019-09-04 Puyan Lotfi[mir-canon][NFC] Move MIR vreg renaming code to separat...
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...
next