- f3dc328 CMake: Silence more stderr when running git. by Tim Northover · 8 years ago
- 20c757b Add new test case for addcarry. NFC. by Amaury Sechet · 8 years ago
- a205704 AMDGPU: Add AMDGPU_HS calling convention by Marek Olsak · 8 years ago
- dc1b8f4 [InstCombine] don't use DeMorgan's Law on integer constants (2nd try) by Sanjay Patel · 8 years ago
- a30d9c6 revert r301923 : [InstCombine] don't use DeMorgan's Law on integer constants by Sanjay Patel · 8 years ago
- 9697c66 [InstCombine] don't use DeMorgan's Law on integer constants by Sanjay Patel · 8 years ago
- d3b7a7c [DAGCombine] (uaddo X, (addcarry Y, 0, Carry)) -> (addcarry X, Y, Carry) by Amaury Sechet · 8 years ago
- 14c3bba Add llvm::object::getELFSectionTypeName(). by Rafael Espindola · 8 years ago
- 6d1bf4d Improvements to TableGen/LangIntro.rst by Alex Bradbury · 8 years ago
- bd38dfe [DAGCombine] (add X, (addcarry Y, 0, Carry)) -> (addcarry X, Y, Carry) by Amaury Sechet · 8 years ago
- 62aad95 [X86][SSE] Add test for PR30264 (combining multiple constants inputs in a shuffle) by Simon Pilgrim · 8 years ago
- 145dc87 [X86] Tidyup subvector insert/extract helpers. NFCI. by Simon Pilgrim · 8 years ago
- 3adcb6c Fix typo in comment. NFCI. by Simon Pilgrim · 8 years ago
- ed79276 [SelectionDAG] Improve support for promotion of <1 x fX> floating point argument types (PR31088) by Simon Pilgrim · 8 years ago
- 6c9fd8e [DAGCombiner] Improve MatchBswapHword logic (PR31357) by Simon Pilgrim · 8 years ago
- 33dd8ea [ARM] GlobalISel: Use TableGen instruction selector by Diana Picus · 8 years ago
- 7d66f52 [APInt] Move APInt::getSplat out of line. by Craig Topper · 8 years ago
- 382616f [APInt] Move the setBit and clearBit methods inline. by Craig Topper · 8 years ago
- afb34f6 Refactor callsite cost computation into a helper function /NFC by Xinliang David Li · 8 years ago
- 0a9c93c [PartialInlining] Hook up inline cost analysis by Xinliang David Li · 8 years ago
- 8c15c7b [AVR] Save/restore the frame pointer for all functions by Dylan McKay · 8 years ago
- ff5dd45 [PowerPC] Emit VMX loads/stores for aligned ops to avoid adding swaps on LE by Nemanja Ivanovic · 8 years ago
- 2f6226d [AArch64] armv8-A doesn't have LSE. by Ahmed Bougacha · 8 years ago
- b0cacfc [AVR] Fix a bug where the frame pointer is clobbered by Dylan McKay · 8 years ago
- 4d11ee4 Revert r301880 by George Burgess IV · 8 years ago
- 29f8995 Stylistic makeover of DWARFDebugLine before working on it. NFC by Paul Robinson · 8 years ago
- 4c78c0e [CodeView] Write CodeView line information. by Zachary Turner · 8 years ago
- 2cc0b07 [AVR] Enable the frame pointer for all functions by Dylan McKay · 8 years ago
- 8bd4691 [InstSimplify] Handle selects of GEPs with 0 offset by George Burgess IV · 8 years ago
- cf6b752 [X86] Reduce code for setting operations actions by merging into loops across multiple types/ops. NFCI. by Simon Pilgrim · 8 years ago
- c16e422 Empty Space. NFC by Xin Tong · 8 years ago
- 214e3b8 [IR] Garbage collect unused variants. NFCI. by Davide Italiano · 8 years ago
- e280c6a Fix a pessimising move warning. by Peter Collingbourne · 8 years ago
- 5927be1 MachineFrameInfo: Track whether MaxCallFrameSize is computed yet; NFC by Matthias Braun · 8 years ago
- 2bd505e llvm-link: Add BitReader to deps corresponding to r301832. by NAKAMURA Takumi · 8 years ago
- f1457bf [NewGVN] Don't derive incorrect implications. by Davide Italiano · 8 years ago
- 5ef20bb [InstCombine] check one-use before applying DeMorgan nor/nand folds by Sanjay Patel · 8 years ago
- ce55265 Adds initial llvm-dwarfdump --verify support with unit tests. by Greg Clayton · 8 years ago
- 10dbf12 Bitcode: Make the summary reader responsible for merging. NFCI. by Peter Collingbourne · 8 years ago
- 4d05155 [APInt] In operator!, handle single word case by comparing VAL to 0 directly and handle multiword case by comparing countLeadingZerosSlowCase() to BitWidth. by Craig Topper · 8 years ago
- b4e4ace [AArch64] Move GISel accessor initialization from TargetMachine to Subtarget. by Quentin Colombet · 8 years ago
- dc229ac [APInt] Fix copy/paste mistake in comment for isNullValue. NFC by Craig Topper · 8 years ago
- 4e235f9 IPO: Add missing build dep. by Peter Collingbourne · 8 years ago
- 2823253 [X86][AVX] Rename LowerVectorBroadcast to lowerBuildVectorAsBroadcast. NFCI. by Simon Pilgrim · 8 years ago
- 6a2cc4c Object: Remove ModuleSummaryIndexObjectFile class. by Peter Collingbourne · 8 years ago
- 1b0acac [Hexagon] Replace CVI_VM_CUR_LD type with CVI_VM_LD by Krzysztof Parzyszek · 8 years ago
- 57b9206 [Hexagon] Improving error reporting for writing to read only registers by Krzysztof Parzyszek · 8 years ago
- c7efa3c [Hexagon] Give better error messages for solo instruction errors by Krzysztof Parzyszek · 8 years ago
- 83ab9dc [Hexagon] Improve shuffle error reporting by Krzysztof Parzyszek · 8 years ago
- 2e6f882 X86: initialize a few subtarget variables. by Tim Northover · 8 years ago
- 30e4179 Use a 2 bit pointer in ValueHandleBase::PrevPair; NFC by Sanjoy Das · 8 years ago
- 7da1589 Take indirect branch into account as well when folding. by Xin Tong · 8 years ago
- 2602782 Use WeakVH instead of WeakTrackingVH in AliasSetTracker's UnkownInsts by Sanjoy Das · 8 years ago
- 41673c6 Add a new WeakVH value handle; NFC by Sanjoy Das · 8 years ago
- 399b4d0 Rename WeakVH to WeakTrackingVH; NFC by Sanjoy Das · 8 years ago
- 9449998 [WebAssembly] Fix use of SDNodeFlags after API change in r301803 by Derek Schuff · 8 years ago
- 3b71870 [PDB/CodeView] Rename some classes. by Zachary Turner · 8 years ago
- 3284bd7 Emulate TrackingVH using WeakVH by Sanjoy Das · 8 years ago
- 4c37a84 [JumpThread] Add some assertions for expected ConstantInt/BlockAddress by Xin Tong · 8 years ago
- 4d5ff6d Remove unnecessary conditions as suggested by clang-tidy. NFC by Gabor Horvath · 8 years ago
- 4e5c5db [SelectionDAG] Use known ones to provide a better bound for the known zeros for CTTZ/CTLZ operations. by Craig Topper · 8 years ago
- fc533c3 [JumpThread] Do RAUW in case Cond folds to a constant in the CFG by Xin Tong · 8 years ago
- 195d3fa Generalize the specialized flag-carrying SDNodes by moving flags into SDNode. by Amara Emerson · 8 years ago
- 217ed17 [InstCombine] add multi-use variants for DeMorgan folds; NFC by Sanjay Patel · 8 years ago
- ae542a6 [InstCombine] use FileCheck and auto-generate checks; NFC by Sanjay Patel · 8 years ago
- 8e3a89d [InstCombine] consolidate more DeMorgan tests; NFC by Sanjay Patel · 8 years ago
- 5059718 Fix test for altmacro by Michael Zuckerman · 8 years ago
- 079b067 [LLVM][inline-asm] Altmacro absolute expression '%' feature by Michael Zuckerman · 8 years ago
- 02f82ba [AVR] Implement non-constant bit rotations by Dylan McKay · 8 years ago
- 547d10d [GlobalISel][X86] rename test file. NFC. by Igor Breger · 8 years ago
- 47d3562 [GlobalISel][X86] Prioritize Tablegen-erated instruction selection. NFC by Igor Breger · 8 years ago
- 6e2055b [X86] Add tests for opportunities to improve known bits for CTTZ and CTLZ. by Craig Topper · 8 years ago
- 9b90bf6 [GlobalISel][X86] G_SEXT/G_ZEXT support. by Igor Breger · 8 years ago
- cf066a1 [GlobalISel][X86] G_LOAD/G_STORE pointer selection support. by Igor Breger · 8 years ago
- 900da36 [AVR] Fix a bug so that we now emit R_AVR_16 fixups with the correct offset by Dylan McKay · 8 years ago
- 7c77a6c [DAGCombiner] shrink/widen a vselect to match its condition operand size (PR14657) by Sanjay Patel · 8 years ago
- 21ade9b Rename isKnownNotFullPoison to programUndefinedIfPoison; NFC by Sanjoy Das · 8 years ago
- bcb9816 Do not legalize large add with addc/adde, introduce addcarry and do it with uaddo/addcarry by Amaury Sechet · 8 years ago
- 07255f2 [InstCombine] consolidate tests for DeMorgan folds; NFC by Sanjay Patel · 8 years ago
- 8456354 [docs] Simplify some language for Error/cantFail in the programmer's manual. by Lang Hames · 8 years ago
- 0a4ec8f [MVT] fix typo in size of v1i8 MVT. by Guy Blank · 8 years ago
- f300b51 [APInt] Remove support for wrapping from APInt::setBits. by Craig Topper · 8 years ago
- c07d5e6 [APInt] Replace calls to setBits with more specific calls to setBitsFrom and setLowBits where possible. by Craig Topper · 8 years ago
- 78c3b9e [X86] Clear KnownBits instead of reconstructing it. NFC by Craig Topper · 8 years ago
- c6bea6e InstructionSimplify: Canonicalize shuffle operands. NFC-ish. by Zvi Rackover · 8 years ago
- f24bed9 InstructionSimplify: One getShuffleMask() replacing multiple getMaskValue(). NFC. by Zvi Rackover · 8 years ago
- 778f517 InstructionSimplify: Simplify a shuffle with a undef mask to undef by Zvi Rackover · 8 years ago
- 258bb89 [mips] Emit R_MICROMIPS_TLS_GOTTPREL relocation for %gottprel in case of microMIPS by Simon Atanasyan · 8 years ago
- 70629e6 [ConstantRange] Fix a couple cases where we were possibly throwing away an APInt allocation we could reuse. NFC by Craig Topper · 8 years ago
- 9976733 Include <cstdio> in PrettyStackTrace.cpp, since it uses vsnprintf(3). by Dimitry Andric · 8 years ago
- 02628be [globalisel][tablegen] Fix the test after silencing the unused variable warning in r301755. by Daniel Sanders · 8 years ago
- bb8d1d0 [globalisel][tablegen] Silence unused variable warning. by Daniel Sanders · 8 years ago
- 8f3c59a [ConstantRange] Use APInt::getOneBitSet to shorten some code. NFC by Craig Topper · 8 years ago
- ecc4d60 [ConstantRange] Replace getMaxValue+zext with getLowBitsSet. Replace zero-init+setBit with getOneBitSet. NFC by Craig Topper · 8 years ago
- 0427e63 [ConstantRange] Use APInt::operator-= to remove temporary APInts. by Craig Topper · 8 years ago
- f31ac9d [globalisel][tablegen] Compute available feature bits correctly. by Daniel Sanders · 8 years ago
- 6c030ac [X86][AVX] Added codegen tests for _mm256_zext* helper intrinsics (PR32839) by Simon Pilgrim · 8 years ago
- 8b69610 [KnownBits] Add methods for determining if the known bits represent a negative/nonnegative number and add methods for changing the negative/nonnegative state by Craig Topper · 8 years ago
- d9e74d6 [mips][FastISel] Fix a nullptr deference. by Simon Dardis · 8 years ago
- e71cfb9 [X86][SSE] Add initial <2 x half> tests for PR31088 by Simon Pilgrim · 8 years ago