- 0048957 [ARM] Add command-line option for SB by Diogo N. Sampaio · 7 years ago
- 750bca5 [SLPVectorizer][X86] Add ADD/SUB SSAT/USAT tests (PR40123) by Simon Pilgrim · 7 years ago
- ebc7c27 [MachinePipeliner] Add missing header file to MachinePipeliner.h by Lama Saba · 7 years ago
- b57398b [X86] Add ADD/SUB SSAT/USAT vector costs (PR40123) by Simon Pilgrim · 7 years ago
- 355edd6 [X86] Add ADD/SUB SSAT/USAT cost tests (PR40123) by Simon Pilgrim · 7 years ago
- 114b83c [AMDGPU] Change section name with metadata access by Piotr Sobczak · 7 years ago
- a99d6d2 Resubmit rL345008 "Split MachinePipeliner code into header and cpp files" by Lama Saba · 7 years ago
- 3e86d1d [CodeGen] Skip over dbg-instr in twoaddr pass by Markus Lavin · 7 years ago
- 0239fd3 [llvm-readobj] [COFF] Print the symbol index for relocations by Martin Storsjo · 7 years ago
- 527dfff [X86] Add test cases for opportunities to use KTEST when check if the result of ANDing two mask registers is zero. by Craig Topper · 7 years ago
- c392ae5 Don't go over 80 chars in MCStreamer.cpp. NFC. by Kristina Brooks · 7 years ago
- 90ae81a [Power9] Enable the Out-of-Order scheduling model for P9 hw by QingShan Zhang · 7 years ago
- a116bba Teach ObjCARC optimizer about equivalent PHIs when eliminating autoreleaseRV/retainRV pairs by Pete Cooper · 7 years ago
- 8a13966 Fix MSVC visualizer for PointerUnion4 by Mike Spertus · 7 years ago
- f25ae44 [LLVM-C] Expand LLVMRelocMode by Robert Widmann · 7 years ago
- 5367c02 [tblgen][disasm] Emit record names again when decoder conflicts occur. by Daniel Sanders · 7 years ago
- 02e82c3 [gold] emit assembly listing from gold plugin on LTO stage by Teresa Johnson · 7 years ago
- ff6355c MSVC Visualizer for PointerUnion3 by Mike Spertus · 7 years ago
- b7b7394 [X86] Add load folding support to the custom isel we do for X86ISD::UMUL/SMUL. by Craig Topper · 7 years ago
- b349d9e [X86] Add test cases to show that we fail to fold loads into i8 smulo and i8/i16/i32/i64 umulo lowering without the assistance of the peephole pass. NFC by Craig Topper · 7 years ago
- 34ec218 [WebAssembly] made assembler parse block_type by Wouter van Oortmerssen · 7 years ago
- 978b6cf2 [ThinLTO] Scan all variants of vague symbol for reachability. by Xin Tong · 7 years ago
- 28dd6dc [BDCE] Fix typo in test; NFC by Nikita Popov · 7 years ago
- 6006c2a Fix assert in ObjCARC optimizer when deleting retainBlock of null or undef. by Pete Cooper · 7 years ago
- 1c37268 [WebAssembly][NFC] Elaborate on simd-noopt test comment by Thomas Lively · 7 years ago
- da74d6f [BDCE] Remove instructions without demanded bits by Nikita Popov · 7 years ago
- 9180633 Git ignore CLion project configuration files. NFC by Pawel Bylica · 7 years ago
- d4b895e Format AggresiveInstCombine.cpp. NFC by Pawel Bylica · 7 years ago
- 09f6d28 Fix MSVC PointerUnion visualizer by Mike Spertus · 7 years ago
- c5e9935 [X86] Remove X86ISD::INC/DEC. Just select them from X86ISD::ADD/SUB at isel time by Craig Topper · 7 years ago
- ed72a64 [MS Demangler] Add a flag for dumping types without tag specifier. by Zachary Turner · 7 years ago
- 4bdf657 [DAGCombiner] After performing the division by constant optimization for a DIV or REM node, replace the users of the corresponding REM or DIV node if it exists. by Craig Topper · 7 years ago
- 5de6370 [gn build] Add fuzzers in llvm/tools that are needed for check-llvm by Nico Weber · 7 years ago
- e15bc55 [X86] Adding full coverage of MC encoding for the XOP and LWP ISAs. by Craig Topper · 7 years ago
- 6ed7489 [LegalizeIntegerTypes] When promoting the result of an extract_vector_elt also promote the input type if necessary by Craig Topper · 7 years ago
- 6529ef6 [DAGCombiner][X86][PowerPC] Teach visitSIGN_EXTEND_INREG to fold (sext_in_reg (aext/sext x)) -> (sext x) when x has more than 1 sign bit and the sext_inreg is from one of them. by Craig Topper · 7 years ago
- d0bc1fe [gn build] Add build files for bugpoint-passes and LLVMHello plugins by Nico Weber · 7 years ago
- daf05fe [gn build] Add some llvm/tools: lli, lli-child-target by Nico Weber · 7 years ago
- 86d9738 [PowerPC] Remove SeenUse check when optimizing conditional branch in by Wei Mi · 7 years ago
- 440f5b2 [X86] Support SHLD/SHRD masked shift-counts (PR34641) by Simon Pilgrim · 7 years ago
- 4fc2808 [x86] add more tests for potential horizontal ops; NFC by Sanjay Patel · 7 years ago
- ccb51b9 [BasicAA] Support arbitrary pointer sizes (and fix an overflow bug) by Hal Finkel · 7 years ago
- 6016231 Extend Module::getOrInsertGlobal to control the construction of the by Philip Pfaffe · 7 years ago
- 2735936 [MCA] Minor refactoring of method DefaultResourceStrategy::select. NFCI by Andrea Di Biagio · 7 years ago
- 9477a50 [gn build] Add some llvm/tools: bugpoint, dsymutil, llvm-opt-report by Nico Weber · 7 years ago
- d885950 [gn build] Add some llvm/tools: llvm-c-test, llvm-cfi-verify, llvm-cov, llvm-cvtres by Nico Weber · 7 years ago
- 74cc6dc [gn build] Add some llvm/tools: llvm-cxxdump, llvm-cxxfilt, llvm-cxxmap by Nico Weber · 7 years ago
- 102d41b [gn build] Add some llvm/tools: llvm-diff, llvm-dwp by Nico Weber · 7 years ago
- 74decf8 [gn build] Add some llvm/tools: llvm-mca, llvm-mt by Nico Weber · 7 years ago
- a2e417f [gn build] Add some llvm/tools: llvm-size, llvm-split, llvm-strings by Nico Weber · 7 years ago
- 7063fde [gn build] Add some llvm/tools: llvm-xray, sancov, sanstats, verify-uselistorder, yaml-bench by Nico Weber · 7 years ago
- 85979be [AMDGPU] Handle OR as operand of raw load/store by Piotr Sobczak · 7 years ago
- 14e0643 Revert rL350035 "[llvm-exegesis] Clustering: don't enqueue a point multiple times" by Clement Courbet · 7 years ago
- 6ded091 [X86] Remove the separate SMUL8/UMUL8 X86ISD opcodes by merging with SMUL/UMUL. Remove the second result from X86ISD::UMUL. by Craig Topper · 7 years ago
- d06a5b9 [X86] Allow LowerSELECT and LowerBRCOND to directly lower i8 UMULO/SMULO. by Craig Topper · 7 years ago
- 26962fa [X86] Add i8/i16 smulo/umulo test cases where the overflow indication is used by a mask. by Craig Topper · 7 years ago
- 2e17d1c [X86] Remove KNL specific check prefix from xmulo.ll test. NFC by Craig Topper · 7 years ago
- 873a3e9 [InstCombine] canonicalize raw IR rotate patterns to funnel shift by Sanjay Patel · 7 years ago
- c41364c [X86] Factor the core code out of LowerXALUO into a helper function. Use it in LowerBRCOND and LowerSELECT to avoid some duplicated code. by Craig Topper · 7 years ago
- db590e1 [LLVM-C] bool -> LLVMBool by Robert Widmann · 7 years ago
- 477cc83 [LLVM-C] Add Accessors for Discarding Value Names in the IR by Robert Widmann · 7 years ago
- 02b99f6 [X86] Remove KNL specific check prefix from xaluo.ll test. NFC by Craig Topper · 7 years ago
- 8dcd98d [X86] Add test cases to show where LowerSELECT doesn't select SADDO/SSUBO to INC/DEC, but LowerXALUOOp does. Leading to duplicate code. by Craig Topper · 7 years ago
- e655b11 [x86] move/rename helper for horizontal op codegen; NFC by Sanjay Patel · 7 years ago
- 0e95460 [BDCE] Regenerate test checks; NFC by Nikita Popov · 7 years ago
- 6b1995d [BDCE] Remove -instsimplify from BDCE test; NFC by Nikita Popov · 7 years ago
- e002075 Reapply "[BDCE][DemandedBits] Detect dead uses of undead instructions" by Nikita Popov · 7 years ago
- 81b403d Reversing the commit in revision 350186. Revision causes regression in 4 tests. by Ayonam Ray · 7 years ago
- e3c665a Omit range checks from jump tables when lowering switches with unreachable by Ayonam Ray · 7 years ago
- 0ed16f7 [InstCombine] canonicalize MUL with NEG operand by Chen Zheng · 7 years ago
- 059c128 [gn build] Add some llvm/tools: llvm-exegesis, llvm-extract, llvm-link by Nico Weber · 7 years ago
- b6aec2a [gn build] Add some llvm/tools: llvm-rc, llvm-rtdyld by Nico Weber · 7 years ago
- 9ea1a36 [X86] Add PR34641 masked shld/shrd test cases by Simon Pilgrim · 7 years ago
- 28fcc58 [X86] Add additional RUN lines to prepare for D56156. NFC by Craig Topper · 7 years ago
- ead22e2 [SelectionDAG] Add SIGN_EXTEND_VECTOR_INREG support to computeKnownBits. by Craig Topper · 7 years ago
- e25fa6c [X86] Add X86ISD::VSRAI to computeKnownBitsForTargetNode. by Craig Topper · 7 years ago
- f6c9757 Keep tablegen commands in alphabetical order. NFCI. by Simon Pilgrim · 7 years ago
- af1df62 [test] Fix propagating HOME envvar to unittests by Michal Gorny · 7 years ago
- d0000b5 [AArch64] Accept "sve" as arch feature in assembler by Martin Storsjo · 7 years ago
- cb6e4f5 [MSan] Handle llvm.is.constant intrinsic by Alexander Potapenko · 7 years ago
- 99afb2d [DAGCombiner] Add missing one use check on the shuffle in the bitcast(shuffle(bitcast(s0),bitcast(s1))) -> shuffle(s0,s1) transform. by Craig Topper · 7 years ago
- de65999 [gn build] Make `ninja check-clang` also run Clang's unit tests by Nico Weber · 7 years ago
- 99aac24 [AArch64] Implement the .arch_extension directive by Martin Storsjo · 7 years ago
- 7d9f83a [llvm-objcopy] [COFF] Use Error/Expected returns instead of calling reportError. NFC. by Martin Storsjo · 7 years ago
- 55e4ae9 [PowerPC] Fix machine verify pass error for PATCHPOINT pseudo instruction that bad machine code by Kang Zhang · 7 years ago
- 4654408 [NFC] Fixed extra semicolon warning by David Bolvansky · 7 years ago
- dcca366 [PowerPC] Fix ADDE, SUBE do not know how to promote operator by Kang Zhang · 7 years ago
- eaec59f [X86] Don't mark SEXTLOAD from v4i8/v4i16/v8i8 as Custom on pre-sse4.1. by Craig Topper · 7 years ago
- d3118fe [X86] Add custom type legalization for SIGN_EXTEND_VECTOR_INREG from 16i16/v32i8 to v4i64 when v4i64 needs splitting. by Craig Topper · 7 years ago
- 6ccb5e3 [PowerPC][NFC] Macro for register set defs for the Asm Parser by Nemanja Ivanovic · 7 years ago
- 4125b36 [PowerPC] Complete the custom legalization of vector int to fp conversion by Nemanja Ivanovic · 7 years ago
- b7c3be5 [InstCombine] [NFC] update testcases for canonicalize MUL with NEG operand by Chen Zheng · 7 years ago
- d7217b2 [PowerPC] Fix CR Bit spill pseudo expansion by Nemanja Ivanovic · 7 years ago
- f667513 [mips] Show an error on attempt to use 64-bit PC-relative relocation by Simon Atanasyan · 7 years ago
- 1b58d6f [mips] Show a regular error message on attempt to use one byte relocation by Simon Atanasyan · 7 years ago
- 2ccabc1 [X86] Add test case from PR38217. NFC by Craig Topper · 7 years ago
- 67c6c6a Drop SE cache early because loop parent can change in LoopSimplifyCFG by Max Kazantsev · 7 years ago
- 7a5cc00 [WebAssembly] Fix comments in ExplicitLocals (NFC) by Heejin Ahn · 7 years ago
- 671f3a73df Add vtable anchor to classes. by Richard Trieu · 7 years ago
- 87edd2c [X86] Don't mark SEXTLOAD v4i8->v4i64 and v8i8->v8i64 as custom under vector widening legalization. by Craig Topper · 7 years ago