2019-07-09 |
Bjorn Pettersson | [SelectionDAG] Simplify some calls to getSetCCResultTyp... |
commit | commitdiff | tree | snapshot |
2019-07-09 |
Bjorn Pettersson | [LegalizeTypes] Fix saturation bug for smul.fix.sat |
commit | commitdiff | tree | snapshot |
2019-07-09 |
Simon Pilgrim | Retire VS2015 Support |
commit | commitdiff | tree | snapshot |
2019-07-09 |
James Henderson | [docs][llvm-dwarfdump] Make some option descriptions... |
commit | commitdiff | tree | snapshot |
2019-07-09 |
Haojian Wu | [llvm-profdata] Don't make the output overwrite the... |
commit | commitdiff | tree | snapshot |
2019-07-09 |
Guillaume Chatelet | Fixing @llvm.memcpy not honoring volatile. |
commit | commitdiff | tree | snapshot |
2019-07-09 |
Jeremy Morse | Revert r364515 and r364524 |
commit | commitdiff | tree | snapshot |
2019-07-09 |
Kai Luo | [NFC][PowerPC] Added a test to show current codegen... |
commit | commitdiff | tree | snapshot |
2019-07-09 |
Djordje Todorovic | Reland "[LiveDebugValues] Emit the debug entry values" |
commit | commitdiff | tree | snapshot |
2019-07-09 |
Serguei Katkov | [Loop Peeling] Add support for peeling of loops with... |
commit | commitdiff | tree | snapshot |
2019-07-09 |
Yevgeny Rouban | Prepare for making SwitchInstProfUpdateWrapper strict |
commit | commitdiff | tree | snapshot |
2019-07-09 |
Serguei Katkov | [LoopInfo] Update getExitEdges to accept vector of... |
commit | commitdiff | tree | snapshot |
2019-07-09 |
Kai Luo | [NFC][PowerPC] Fixed unused variable 'NewInstr'. |
commit | commitdiff | tree | snapshot |
2019-07-09 |
Stanislav Mekhanoshin | [AMDGPU] Added td definitions for HW regs |
commit | commitdiff | tree | snapshot |
2019-07-09 |
Stanislav Mekhanoshin | [AMDGPU] Always use s_memtime for readcyclecounter |
commit | commitdiff | tree | snapshot |
2019-07-09 |
Kai Luo | [PowerPC][Peephole] Combine extsw and sldi after instru... |
commit | commitdiff | tree | snapshot |
2019-07-09 |
Chen Zheng | [PowerPC][NFC] remove redundant function isVFReg(). |
commit | commitdiff | tree | snapshot |
2019-07-09 |
Jinsong Ji | [MachinePipeliner] Fix Phi refers to Phi in same stage... |
commit | commitdiff | tree | snapshot |
2019-07-09 |
Jinsong Ji | [PowerPC][MachinePipeliner][NFC] Add a testcase for... |
commit | commitdiff | tree | snapshot |
2019-07-09 |
Heejin Ahn | [WebAssembly] Make sret parameter work with AddMissingP... |
commit | commitdiff | tree | snapshot |
2019-07-09 |
Philip Reames | [LoopPred] Stylistic improvement to recently added... |
commit | commitdiff | tree | snapshot |
2019-07-09 |
Yonghong Song | [BPF] add new intrinsics preserve_{array,union,struct... |
commit | commitdiff | tree | snapshot |
2019-07-09 |
Philip Reames | [LoopPred] Extend LFTR normalization to the inverse... |
commit | commitdiff | tree | snapshot |
2019-07-09 |
Heejin Ahn | [WebAssembly] Fix a typo in a test file name |
commit | commitdiff | tree | snapshot |
2019-07-09 |
Nilanjana Basu | Changing CodeView debug info type record representation... |
commit | commitdiff | tree | snapshot |
2019-07-09 |
Nico Weber | Let unaliased Args track which Alias they were created... |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Johannes Doerfert | [Attributor] Deduce the "returned" argument attribute |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Jessica Paquette | [AArch64][GlobalISel] Use TST for comparisons when... |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Rong Xu | [llvm-profdata] Fix buildbot failure on llvm-clang... |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Matt Arsenault | AMDGPU: Split extload/zextload local load patterns |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Bill Wendling | Add parentheses to silence warning. |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Reid Kleckner | Standardize on MSVC behavior for triples with no enviro... |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Rong Xu | llvm-profdata] Handle the cases of overlapping input... |
commit | commitdiff | tree | snapshot |
2019-07-08 |
JF Bastien | Revert "Reapply [llvm-ar][test] Increase llvm-ar test... |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Sanjay Patel | [InstCombine] fold insertelement into splat of same... |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Matt Arsenault | AMDGPU: Fix unused variable in release build |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Yuanfang Chen | Teach the symbolizer lib symbolize objects directly. |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Matt Arsenault | AMDGPU: Fix stray typing |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Matt Arsenault | AMDGPU: Make s34 the FP register |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Matt Arsenault | RegUsageInfoCollector: Don't iterate all regs for every... |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Matt Arsenault | AMDGPU: Move DEBUG_TYPE definition below includes |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Whitney Tsang | Keep the order of the basic blocks in the cloned loop... |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Chris Bieneman | Fix issues building libraries as more than one type... |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Denis Bakhvalov | [SCEV] Fix for PR42397. SCEVExpander wrongly adds nsw... |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Sanjay Patel | [InstCombine] add tests for insert of same splatted... |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Vitaly Buka | Update gn files |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Yonghong Song | Revert "[BPF] add new intrinsics preserve_{array,union... |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Vitaly Buka | Update gn files |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Dmitry Preobrazhensky | [AMDGPU][MC][DOC] Updated AMD GPU assembler syntax... |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Yonghong Song | [BPF] add new intrinsics preserve_{array,union,struct... |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Wouter van... | [WebAssembly] tablegen: distinguish float/int immediate... |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Matt Arsenault | AMDGPU: Remove mubuf specific PatFrags |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Matt Arsenault | AMDGPU: Move waitcnt intrinsic to instruction definitio... |
commit | commitdiff | tree | snapshot |
2019-07-08 |
George Rimar | [llvm\test\Object] - An initial step to cleanup the... |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Dmitry Preobrazhensky | [AMDGPU][MC][DOC] Updated AMD GPU assembler syntax... |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Brian Homerding | Add, and infer, a nofree function attribute |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Matt Arsenault | GlobalISel: Convert some build functions to using SrcOp... |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Sanjay Patel | [InstCombine] canonicalize insert+splat to/from element... |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Francis Visoiu... | [Bitcode][NFC] Remove unused variable from BitcodeAnalyzer |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Kevin P. Neal | Teach the IRBuilder about fadd and friends. |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Brian Homerding | Add, and infer, a nofree function attribute |
commit | commitdiff | tree | snapshot |
2019-07-08 |
James Henderson | [docs][llvm-readobj][llvm-readelf] Improve wording |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Sanjay Patel | [InstCombine] fix typo in test; NFC |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Jinsong Ji | [PowerPC][NFC]Update testcases using script. |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Simon Pilgrim | [X86] ISD::INSERT_SUBVECTOR - use uint64_t index. NFCI. |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Alex Bradbury | [Triple] Add isRISCV function |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Sanjay Patel | [InstCombine] add tests for splat shuffles; NFC |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Cameron McInally | [Float2Int] Add support for unary FNeg to Float2Int |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Petar Avramovic | [MIPS GlobalISel] Register bank select for G_LOAD.... |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Petar Avramovic | [MIPS GlobalISel] Register bank select for G_STORE... |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Dmitry Preobrazhensky | [AMDGPU][MC] Corrected parsing of FLAT offset modifier |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Matt Arsenault | GlobalISel: widenScalar for G_BUILD_VECTOR |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Matt Arsenault | GlobalISel: Check address space when looking up iPTR... |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Owen Reynolds | Reapply [llvm-ar][test] Increase llvm-ar test coverage |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Owen Reynolds | Revert [llvm-ar][test] Increase llvm-ar test coverage |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Owen Reynolds | [llvm-ar][test] Increase llvm-ar test coverage |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Joel E. Denny | [lit] Parse command-line options from LIT_OPTS |
commit | commitdiff | tree | snapshot |
2019-07-08 |
James Henderson | [docs][llvm-objcopy] Add description of binary input... |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Simon Pilgrim | [TargetLowering] SimplifyDemandedBits - just call compu... |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Mikhail Maltsev | [ARM] Relax constraints on operands of VQxDMLxDH instru... |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Alex Bradbury | [RISCV] Specify registers used in DWARF exception handling |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Fangrui Song | [ARM] Fix null pointer dereference in CodeGen/ARM/Windo... |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Alex Bradbury | [UpdateTestChecks] Skip over .Lfunc_begin for RISC-V |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Jay Foad | [AMDGPU] Use a named predicate instead of a magic number. |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Craig Topper | [X86] Allow execution domain fixing to turn SHUFPD... |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Craig Topper | [X86] Make movsd commutable to shufpd with a 0x02 immed... |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Alex Bradbury | [RISCV] Support z and i operand modifiers |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Craig Topper | [X86] Add MOVSDrr->MOVLPDrm entry to load folding table... |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Francis Visoiu... | [llvm-bcanalyzer] Refactor and move to libLLVMBitReader |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Kang Zhang | [NFC][PowerPC] Add the test add_cmp.ll |
commit | commitdiff | tree | snapshot |
2019-07-07 |
Petr Hosek | Revert "[IRBuilder] Fold consistently for or/and whethe... |
commit | commitdiff | tree | snapshot |
2019-07-07 |
Martin Storsjo | [ARM] Add support for MSVC stack cookie checking |
commit | commitdiff | tree | snapshot |
2019-07-07 |
Nico Weber | gn build: Merge r355546 |
commit | commitdiff | tree | snapshot |
2019-07-07 |
Nico Weber | gn build: Merge r365273 |
commit | commitdiff | tree | snapshot |
2019-07-07 |
Nico Weber | gn build: Sort sync script output |
commit | commitdiff | tree | snapshot |
2019-07-07 |
Nico Weber | gn build: Sort cxx_sources in libcxx build file |
commit | commitdiff | tree | snapshot |
2019-07-07 |
Nico Weber | gn build: Merge r365258 and follow-ups r365263, r365264 |
commit | commitdiff | tree | snapshot |
2019-07-07 |
Craig Topper | [X86] Make sure load isn't volatile before shrinking... |
commit | commitdiff | tree | snapshot |
2019-07-07 |
David Majnemer | [CodeGen] Add larger vector types for i32 and f32 |
commit | commitdiff | tree | snapshot |
2019-07-06 |
Simon Pilgrim | [X86] SimplifyDemandedVectorEltsForTargetNode - fix... |
commit | commitdiff | tree | snapshot |
next |