- 95c869b [Sparc] Atomics pass changes to make work with SparcV8 back-ends. by Chris Dewhurst · 9 years ago
- e4c2111 AMDGPU: Set MinInstAlignment by Matt Arsenault · 9 years ago
- 0546208 Change all but the last ErrorOr<...> use for MachOUniversalBinary to Expected<...> to by Kevin Enderby · 9 years ago
- aac1238 Convert a few more comparisons to isPositionIndependent(). NFC. by Rafael Espindola · 9 years ago
- edc588d Delete the IsStatic predicate. by Rafael Espindola · 9 years ago
- d35aece AMDGPU: Implement per-function subtargets by Matt Arsenault · 9 years ago
- 1e5e32b [llvm-ar] Ignore -plugin option. by Davide Italiano · 9 years ago
- dca409d AMDGPU: Move subtarget feature checks into passes by Matt Arsenault · 9 years ago
- 87796a3 add tests for PR28153 by Sanjay Patel · 9 years ago
- 76e2771 Only emit extension for zeroext/signext arguments if type is < 32 bits by Justin Holewinski · 9 years ago
- bc84e94 Teach shouldAssumeDSOLocal about tls. by Rafael Espindola · 9 years ago
- beb8cd9 Fixed crash of SLP Vectorizer on KNL by Elena Demikhovsky · 9 years ago
- 7dd3b55 [yaml2obj] Missed updating a few test cases in r273915 by Chris Bieneman · 9 years ago
- 5123c14 AMDGPU: Fix verifier errors with undef vector indices by Matt Arsenault · 9 years ago
- 9cf90e6 [yaml2obj] Remove --format option in favor of YAML tags by Chris Bieneman · 9 years ago
- 1d88d3b Verifier: Reject non-float !fpmath by Matt Arsenault · 9 years ago
- bd288e1 DAGCombiner: Don't narrow volatile vector loads + extract by Matt Arsenault · 9 years ago
- c01c8eb Use isPositionIndependent(). NFC. by Rafael Espindola · 9 years ago
- 85a9211e [InstCombine] refactor sdiv by APInt transforms (NFC) by Sanjay Patel · 9 years ago
- 4d57062 Use isPositionIndependent(). NFC. by Rafael Espindola · 9 years ago
- ecb9fc5 [CFLAA] Use unsigned numbers for bit-shifts. by George Burgess IV · 9 years ago
- 9577f28 Factor out buildMemorySSA from getWalker. NFC. by Daniel Berlin · 9 years ago
- 8c57f91 Refactor duplicated condition. by Rafael Espindola · 9 years ago
- 89fca4c X86 Lowering - Fixed a crash in ICMP scalar instruction by Elena Demikhovsky · 9 years ago
- d96514b [InstCombine] use m_APInt for div --> ashr fold by Sanjay Patel · 9 years ago
- 0c5a6a8 Use isPositionIndependent(). NFC. by Rafael Espindola · 9 years ago
- be0da39 Revert -r273892 "Support arbitrary addrspace pointers in masked load/store intrinsics" since some of the clang tests don't expect to see the updated signatures. by Artur Pilipenko · 9 years ago
- 78b1ab7 [PM] Port PartialInlining to the new PM by Easwaran Raman · 9 years ago
- 9227558 Support arbitrary addrspace pointers in masked load/store intrinsics by Artur Pilipenko · 9 years ago
- 17c3914 [X86][SSE] Added extra broadcast tests to cover PR28327 by Simon Pilgrim · 9 years ago
- b41eaf7 [asan] fix false dynamic-stack-buffer-overflow report with constantly-sized dynamic allocas, LLVM part by Kuba Brecka · 9 years ago
- ff74d23 [SystemZ] Avoid generating 2 XOR instructions for (and (xor x, -1), y) by Zhan Jun Liau · 9 years ago
- 339dc3d [Hexagon] Equally-sized vectors are equivalent in ISel (except vNi1) by Krzysztof Parzyszek · 9 years ago
- 4cc8cc2 [mips] Add instruction itineraries for LSA, DLSA by Simon Dardis · 9 years ago
- 4a90581 [ARM] Fix Thumb text sections' flags under COFF/Windows by Renato Golin · 9 years ago
- ebad00c Revert 273848, it caused PR28329 by Nico Weber · 9 years ago
- 56b08a5 Last line of file missing on previous check-in. by Chris Dewhurst · 9 years ago
- 665d497 Move isPositionIndependent up to AsmPrinter. by Rafael Espindola · 9 years ago
- 97f8745 [Sparc] Formatting and commenting changes per review. by Chris Dewhurst · 9 years ago
- 47347b8 Use the isPositionIndependent predicate. NFC. by Rafael Espindola · 9 years ago
- 9040edc Removed duplicate assertions note by Simon Pilgrim · 9 years ago
- e50b5c5 [ARM] Use member initializers in ARMSubtarget. NFCI by Diana Picus · 9 years ago
- b0c59ab Fix "not all control paths return a value" warning on MSVC by Simon Pilgrim · 9 years ago
- 7a6104f Simplify getLabelAccessInfo. by Rafael Espindola · 9 years ago
- 3334c59 Use the isPositionIndependent predicate. NFC. by Rafael Espindola · 9 years ago
- 706f4ac Add an explanation on how mips is special in here. by Rafael Espindola · 9 years ago
- 8430ca2 [IRBuilder] Drop unused CreateInvoke overloads. by Benjamin Kramer · 9 years ago
- 8f7d823 [msan] Tighten up type in StoreList. NFC. by Benjamin Kramer · 9 years ago
- 98cea81 Removed extra test from the prev commit. by Elena Demikhovsky · 9 years ago
- 1abadbf Fixed consecutive memory access detection in Loop Vectorizer. by Elena Demikhovsky · 9 years ago
- c4cd97e SIMachineFunctionInfo.cpp: Appease msc18 to use std::array. by NAKAMURA Takumi · 9 years ago
- 9a3b139 Reformat. by NAKAMURA Takumi · 9 years ago
- 58ebb2d Reformat blank lines. by NAKAMURA Takumi · 9 years ago
- 886cd3a [sparc] Simplify slow and verbose string matching code to startswith_lower. by Benjamin Kramer · 9 years ago
- 7ca89ec [gold] Fix test to not assume it runs on x86 hardware. by Arnaud A. de Grandmaison · 9 years ago
- 92eaa56 [ARM] Do not test for CPUs, use SubtargetFeatures (Part 2). NFCI by Diana Picus · 9 years ago
- 01b8445 CachePruning: correct comment about file order. NFC by Pawel Bylica · 9 years ago
- 7fe7e46 APInt: remove unsued param in private method. NFC by Pawel Bylica · 9 years ago
- b256e8a [mips][micromips] Implement LD, LLD, LWU, SD, DSRL, DSRL32 and DSRLV instructions by Hrvoje Varga · 9 years ago
- 7c1d489 [X86][AVX] Peek through bitcasts to find the source of broadcasts by Simon Pilgrim · 9 years ago
- baa0bfe [ConstantFolding] Fix bitcast vector of i1. by Igor Breger · 9 years ago
- 00fd9cb Mips: Fix access to private functions. by Rafael Espindola · 9 years ago
- 5a5bead add tests for potential select transforms by Sanjay Patel · 9 years ago
- a0e4284 Use isPositionIndependent predicate. NFC. by Rafael Espindola · 9 years ago
- 9dfcab0 Use isPositionIndependent. NFC. by Rafael Espindola · 9 years ago
- 678eac4 Use isPositionIndependent predicate. by Rafael Espindola · 9 years ago
- 608ab75 Use isPositionIndependent predicate. NFC. by Rafael Espindola · 9 years ago
- 73b2bb0 Refactor a duplicated predicate. NFC. by Rafael Espindola · 9 years ago
- 9200e60 [lit] Add SANITIZER_IGNORE_CVE_2016_2143 to pass_vars. by Marcin Koscielnicki · 9 years ago
- 8d0d2b6 Apply clang-tidy's modernize-loop-convert to lib/Analysis. by Benjamin Kramer · 9 years ago
- 96caeda Revert r273807 (and r273809, r273810), it caused PR28311 by Nico Weber · 9 years ago
- dd1d7a4 Apply clang-tidy's modernize-loop-convert to lib/MC. by Benjamin Kramer · 9 years ago
- e96e21f Apply clang-tidy's modernize-loop-convert to most of lib/IR. by Benjamin Kramer · 9 years ago
- 36a5f73 [CodeExtractor] Merge DEBUG statements in an attempt to fix the msvc build. by Benjamin Kramer · 9 years ago
- 1c56f09 Fixed build failure (due to unused variable error) in r273807. by Amjad Aboud · 9 years ago
- 1d63a7d Fixed build failure (due to unused variable error) in r273807. by Amjad Aboud · 9 years ago
- 5288df5 Apply clang-tidy's modernize-loop-convert to most of lib/Transforms. by Benjamin Kramer · 9 years ago
- 9aed97c [codeview] Improved array type support. by Amjad Aboud · 9 years ago
- 3204b80 [RSForGC] Appease MSVC by Sanjoy Das · 9 years ago
- caddfac [X86] Rewrite lowerVectorShuffleWithPSHUFB to not require a ZeroableMask to be created. We can do everything with the starting mask and zeroable bit vector. This removes the last usage of isSingleInputShuffleMask. NFC by Craig Topper · 9 years ago
- e8326f9 [X86] Replace calls to isSingleInputShuffleMask with just checking if V2 is UNDEF. Canonicalization and creation of shuffle vector ensures this is equivalent. by Craig Topper · 9 years ago
- 63e75c4 [SelectionDAG] Use DAG.getCommutedVectorShuffle instead of reimplementing it. by Craig Topper · 9 years ago
- 075766d [LoopUnswitch] Unswitch on conditions feeding into guards by Sanjoy Das · 9 years ago
- e693206 [RSForGC] Bring the BDVState struct up to code; NFC by Sanjoy Das · 9 years ago
- ac356fc [RSForGC] Bring computeLiveInValues up to code; NFC by Sanjoy Das · 9 years ago
- 4c6d1ee [RSForGC] Bring computeLiveOutSeed up to code; NFC by Sanjoy Das · 9 years ago
- 7ed3ae5 [RSForGC] Bring computeLiveInValues up to code; NFC by Sanjoy Das · 9 years ago
- 52dba4b [RSForGC] Bring recomputeLiveInValues up to code; NFC by Sanjoy Das · 9 years ago
- 18f0630 [RSForGC] Bring containsGCPtrType, isGCPointerType up to code; NFC by Sanjoy Das · 9 years ago
- 19d3a6d [RSForGC] Bring analyzeParsePointLiveness up to code; NFC by Sanjoy Das · 9 years ago
- ec3d727 [RSForGC] Bring meetBDVStateImpl up to code; NFC by Sanjoy Das · 9 years ago
- b97d91e [RSForGC] Get rid of the unnecessary MeetBDVStates struct; NFC by Sanjoy Das · 9 years ago
- 8a49ff8 [RSForGC] Bring findBasePointer up to code; NFC by Sanjoy Das · 9 years ago
- 6ea11a4 [Object, COFF] An import data directory might not consist soley of imports by David Majnemer · 9 years ago
- e435661 [llvm-cov] Simplify the way expansion views are rendered (NFC) by Vedant Kumar · 9 years ago
- 9a17918 [X86] Convert ==/!= comparisons with -1 for checking undef in shuffle lowering to comparisons of <0 or >=0. While there do the same for other kinds of index checks that can just check for greater than 0. No functional change intended. by Craig Topper · 9 years ago
- 6895c6a [X86] Pull similar bitcasts on different paths to earlier shared point. NFC by Craig Topper · 9 years ago
- d207fc4 AMDGPU/R600: Fix GlobalValue regressions. by Jan Vesely · 9 years ago
- 5f5bb03 update tests to use FileCheck by Sanjay Patel · 9 years ago
- 0a04f70 [cmake] Port the llvm-config option --build-mode to LLVMConfig.cmake via the variable LLVM_BUILD_TYPE. by Michael Gottesman · 9 years ago