- 8d6d9f5 Fixes build break introduced by r258845 by Hemant Kulkarni · 10 years ago
- 9cc9fcd WebAssembly NFC: update error message by JF Bastien · 10 years ago
- d090f85 WebAssembly: don't optimize memcpy/memmove/memcpy to frame index by JF Bastien · 10 years ago
- d9b61c4 Add a missing test case for r258847. by Cong Hou · 10 years ago
- c207a75 Allow X86::COND_NE_OR_P and X86::COND_NP_OR_E to be reversed. by Cong Hou · 10 years ago
- faaeb2e [llvm-nm] Roll several conditions into a single if. NFCI. by Davide Italiano · 10 years ago
- 8822b47 [llvm-readobj] Add -elf-section-groups option by Hemant Kulkarni · 10 years ago
- 8a607c5 [ScheduleDAGInstrs] Simplify logic to improve readability. NFC. by Chad Rosier · 10 years ago
- 5b5085b tidy up; NFC by Sanjay Patel · 10 years ago
- dc5172a [llvm-nm] Simplify. No functional changes intended. by Davide Italiano · 10 years ago
- 1ccb3f4 [x86] simplify getOnesVector() ; NFCI by Sanjay Patel · 10 years ago
- 51ecde1 Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; other minor fixes. by Eugene Zelenko · 10 years ago
- a2fd503 Reassociate: Reprocess RedoInsts after each inst by Aditya Nandakumar · 10 years ago
- c853b6c [x86, AVX] tighten checks by Sanjay Patel · 10 years ago
- c46572c Update wasm target for r258819. by Benjamin Kramer · 10 years ago
- ce2bf8c Update the comments for the macho-invalid-zero-ncmds test and fix by Kevin Enderby · 10 years ago
- b4878ed fix formatting; NFC by Sanjay Patel · 10 years ago
- 3d2f666 don't repeat names in documentation comments; NFC by Sanjay Patel · 10 years ago
- b6242a8 Reflect the MC/MCDisassembler split on the include/ level. by Benjamin Kramer · 10 years ago
- 569647f [LibCallSimplifier] fold memset(malloc(x), 0, x) --> calloc(1, x) by Sanjay Patel · 10 years ago
- 9124889 Revert "Reapply commit r258404 with fix" by Matthew Simpson · 10 years ago
- 2557480 Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame." by Igor Laevsky · 10 years ago
- 387092b [WebAssembly] Fix a typo in a comment. by Dan Gohman · 10 years ago
- 622ed26 [DebugInfo] Fix DWARFDebugFrame instruction operand ordering by Igor Laevsky · 10 years ago
- 05f74a3 [X86][SSE] Add zero element and general 64-bit VZEXT_LOAD support to EltsFromConsecutiveLoads by Simon Pilgrim · 10 years ago
- a575440 [X86] Mark LDS/LES as not being allowed in 64-bit mode. by Craig Topper · 10 years ago
- 525af5f AMDGPU: Move AMDGPU intrinsics only used by R600 by Matt Arsenault · 10 years ago
- 60a64d9 AMDGPU: Tidy minor td file issues by Matt Arsenault · 10 years ago
- ce00361 AMDGPU: Make v32i8/v64i8 illegal types by Matt Arsenault · 10 years ago
- 337264a AMDGPU: Remove old sample intrinsics by Matt Arsenault · 10 years ago
- 2aa06ab AMDGPU: Add new amdgcn intrinsics for cube instructions by Matt Arsenault · 10 years ago
- c024d324 AMDGPU: Implement read_register and write_register intrinsics by Matt Arsenault · 10 years ago
- f748e83 AMDGPU: Note mesa version in release notes by Matt Arsenault · 10 years ago
- ae4d40b AMDGPU: Restore AMDGPU prefixed rsq intrinsic for now by Matt Arsenault · 10 years ago
- 3467854 [WebAssembly] Optimize memcpy/memmove/memcpy calls. by Dan Gohman · 10 years ago
- 523a0b2 [WebAssembly] Remove a completed entry from the README.txt. by Dan Gohman · 10 years ago
- 407037a [WebAssembly] Implement unaligned loads and stores. by Dan Gohman · 10 years ago
- 33a530f [LIR] Add support for structs and hand unrolled loops by Haicheng Wu · 10 years ago
- 8a1bace Use binary search for intrinsic ID lookups by Reid Kleckner · 10 years ago
- 632580f LiveIntervalAnalysis: Improve some comments by Matthias Braun · 10 years ago
- fa883c2 Sort intrinsics by LLVM intrinsic name, rather than tablegen def name by Reid Kleckner · 10 years ago
- 1b9e9d8 LiveIntervalAnalysis: Cleanup handleMove{Down|Up}() functions, NFC by Matthias Braun · 10 years ago
- 45afe21 Followup to 258750; update more tests to use .p2align . by Dan Gohman · 10 years ago
- d0eaa33 Followup to 258750; update all MC tests to use .p2align . by Dan Gohman · 10 years ago
- a9319a6 Followup to 258750; update this test to use .p2align . by Dan Gohman · 10 years ago
- f4e7889 [MC] Use .p2align instead of .align by Dan Gohman · 10 years ago
- 838543b [GVN] Rearrange code to make local vs non-local cases more obvious [NFCI] by Philip Reames · 10 years ago
- 3f6b805 [cfi] Cross-DSO CFI diagnostic mode (LLVM part). by Evgeniy Stepanov · 10 years ago
- 4d16c2e [GVN] Factor out common code [NFCI] by Philip Reames · 10 years ago
- 56ad206 [docs] Document how to merge patches into release branches by Vedant Kumar · 10 years ago
- 64d9b9e X86ISelLowering: Fix cmov(cmov) special lowering bug by Matthias Braun · 10 years ago
- 0e59f68 [ThinLTO] Find all needed metadata when linking metadata as postpass by Teresa Johnson · 10 years ago
- 841d92c [X86][AVX] Add commutation support for VPERM2X128 instructions by Simon Pilgrim · 10 years ago
- 63ac4d7 [ThinLTO] Handle DISubprogram reached indirectly from DIImportedEntity by Teresa Johnson · 10 years ago
- 1c5981f Fix a typo by Xinliang David Li · 10 years ago
- 685c628 Enable loopreroll to rerool loop with pointer induction variable. by Lawrence Hu · 10 years ago
- 3602687 Undo commit 258700 due to missing commit message by Lawrence Hu · 10 years ago
- ceb1e84 Reapply commit r25804 with fix by Matthew Simpson · 10 years ago
- 79b3dc3 Speculatively revert r258620 as it is the likely culprid of PR26293. by Quentin Colombet · 10 years ago
- 79890da Temporary disable broken fuzzer/timeout tests. by Ivan Krasin · 10 years ago
- 859d998 Add a test showing we can write a vector of floats. by Rafael Espindola · 10 years ago
- 1ae8104 by Lawrence Hu · 10 years ago
- 15f4113 don't repeat function names in documentation comments; NFC by Sanjay Patel · 10 years ago
- a84d3cd [WebAssembly] Fix unbalanced register stack code in the case of late DCE. by Dan Gohman · 10 years ago
- b0bd82d [WebAssembly] Add tests for negative offsets with global variable addresses. by Dan Gohman · 10 years ago
- 6f7efe6 [WebAssembly] Minor code formatting cleanups. NFC. by Dan Gohman · 10 years ago
- ec3600b [SelectionDAG] Use the correct return type for memcpy, memmove, and memset. by Dan Gohman · 10 years ago
- 6672aa9 [DemandedBits] Fix computation of demanded bits for ICmps by James Molloy · 10 years ago
- 17dd8c0 [AVX512] Adding PTESTNMB/D/W/Q instruction by Michael Zuckerman · 10 years ago
- 8cee0bd Reapplying r256836 with a fix for MSVC 14 support. by Aaron Ballman · 10 years ago
- 046dad6 [AVX512] Adding PTESTMB/W/D/Q instruction by Michael Zuckerman · 10 years ago
- 36313d3 [ARM] Add DSP build attribute and extension targeting by Bradley Smith · 10 years ago
- 0ab91df [ARM] Add new system registers to ARMv8-M Baseline/Mainline by Bradley Smith · 10 years ago
- aca9dcc [ARM] Add ARMv8-M security extension instructions to ARMv8-M Baseline/Mainline by Bradley Smith · 10 years ago
- 3a1d1b2 [X86][IFMA] adding intrinsics and encoding for multiply and add of unsigned 52bit integer by Asaf Badouh · 10 years ago
- 5918cc5 [ARM] Add ARMv8.2-A FP16 scalar instructions by Oliver Stannard · 10 years ago
- 09f29b2 [TableGen] Fix sort order of asm operand classes by Oliver Stannard · 10 years ago
- 8000639 Silence a -Wparentheses warning; NFC. by Junmo Park · 10 years ago
- 3c30413 AVX1 : Enable vector masked_load/store to AVX1. by Igor Breger · 10 years ago
- 9f53721 [AVX512] [CMPPS ][ CMPPD ] Adding full Comparison Predicate names by Michael Zuckerman · 10 years ago
- 0c2d31e [llvm-size] Use stderr instead of stdout for error messages. by Davide Italiano · 10 years ago
- b412501 [Object][COFF] Revert r258665 - It doesn't do what I had intended. by Lang Hames · 10 years ago
- a6a79a6 [Object][COFF] Set the generic SF_Exported flag on COFF exported symbols. by Lang Hames · 10 years ago
- a4c381a [COFF] Simplify SetSectionName by David Majnemer · 10 years ago
- de2bf58 [LoopSimplify] Reuse changeToUnreachable by David Majnemer · 10 years ago
- 846ffda Fix build bot breakage by David Majnemer · 10 years ago
- f4a0173 Added Skylake client to X86 targets and features by Elena Demikhovsky · 10 years ago
- cddf52c Fixed few comments. by Amjad Aboud · 10 years ago
- 4c3605b AVX512: VMOVDQU8/16/32/64 (load) intrinsic implementation. by Igor Breger · 10 years ago
- aed38efd [TableGen] In AsmWriterEmitter unique command search, rather than storing a mapping from instruction to unique command, instead store a list of which instructions each unique command corresponds to. by Craig Topper · 10 years ago
- f79a93d Fix buildbot failures by David Majnemer · 10 years ago
- 2f03466 [SCCP] Remove duplicate code by David Majnemer · 10 years ago
- 6b7f46e [InstCombine, SCCP] Consolidate code used to remove instructions by David Majnemer · 10 years ago
- 50a24fa [WinEH] Don't miscompile cleanups which conditionally unwind to caller by David Majnemer · 10 years ago
- df6fe8f Remove duplicate documentation in ConstantFolding.cpp. NFC. by Manuel Jacob · 10 years ago
- 2d0376c Remove duplicate documentation in Attributes.cpp. NFC. by Manuel Jacob · 10 years ago
- 0bed86e Update outdated method documention in Attributes.h. NFC. by Manuel Jacob · 10 years ago
- 6130726 [SelectionDAG] Generalised the CONCAT_VECTORS creation to support BUILD_VECTOR and UNDEF folding. by Simon Pilgrim · 10 years ago
- 228d587 [X86][SSE] Generalised TRUNC -> PACKSS/PACKUS code. NFC. by Simon Pilgrim · 10 years ago
- 2a554ce Tidied up TRUNC combine code. NFC. by Simon Pilgrim · 10 years ago