| Commit message (Expand) | Author | Age | Files | Lines |
| * | [asan] Use dynamic shadow on 32-bit Android, try 2. | Evgeniy Stepanov | 2017-11-20 | 1 | -11/+63 |
| * | [LV] Model masking in VPlan, introducing VPInstructions | Gil Rapaport | 2017-11-20 | 5 | -126/+641 |
| * | [IRCE] Smart range intersection | Max Kazantsev | 2017-11-20 | 1 | -47/+65 |
| * | [LibCallSimplifier] allow splat vectors for pow(x, 0.5) -> sqrt() transforms | Sanjay Patel | 2017-11-19 | 1 | -8/+7 |
| * | [LibCallSimplifier] partly fix pow(x, 0.5) -> sqrt() transforms | Sanjay Patel | 2017-11-19 | 1 | -32/+49 |
| * | [CallSiteSplitting] Remove some indirection (NFC). | Florian Hahn | 2017-11-18 | 1 | -103/+85 |
| * | [asan] Add a full redzone after every stack variable | Walter Lee | 2017-11-18 | 1 | -3/+6 |
| * | Revert "[asan] Use dynamic shadow on 32-bit Android" and 3 more. | Evgeniy Stepanov | 2017-11-18 | 1 | -63/+11 |
| * | [LICM] Fix PR35342 | Jun Bum Lim | 2017-11-17 | 1 | -1/+1 |
| * | [PM/Unswitch] Teach SimpleLoopUnswitch to do non-trivial unswitching, | Chandler Carruth | 2017-11-17 | 1 | -71/+1444 |
| * | [IRCE] Remove folding of two range checks into RANGE_CHECK_BOTH | Max Kazantsev | 2017-11-17 | 1 | -28/+3 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -1/+1 |
| * | [PredicateInfo] Add comment about why we require stable sort | Mandeep Singh Grang | 2017-11-17 | 1 | -0/+5 |
| * | [asan] Fix small X86_64 ShadowOffset for non-default shadow scale | Walter Lee | 2017-11-16 | 1 | -7/+9 |
| * | [InstCombine] include 'sub' in the list of narrow-able binops | Sanjay Patel | 2017-11-16 | 1 | -10/+7 |
| * | [asan] Fix size/alignment issues with non-default shadow scale | Walter Lee | 2017-11-16 | 1 | -2/+5 |
| * | [IRCE] Fix SCEVExpander's usage in IRCE | Max Kazantsev | 2017-11-16 | 1 | -0/+14 |
| * | [asan] Fallback to non-ifunc dynamic shadow on android<22. | Evgeniy Stepanov | 2017-11-16 | 1 | -1/+3 |
| * | [GVNHoist] Fix a signed/unsigned comparison warning that occurs in 32-bit bui... | Craig Topper | 2017-11-16 | 1 | -1/+1 |
| * | [InstCombine] trunc (binop X, C) --> binop (trunc X, C') | Sanjay Patel | 2017-11-15 | 1 | -4/+17 |
| * | [InstCombine] Salvage debug info during initial DCE | Reid Kleckner | 2017-11-15 | 1 | -0/+1 |
| * | [SLP] Added more missed optimization remarks | Adam Nemet | 2017-11-15 | 1 | -14/+74 |
| * | [Reassociate] simplify code; NFCI | Sanjay Patel | 2017-11-15 | 1 | -6/+3 |
| * | [InstCombine] Simplify binops that are only used by a select and are fed by a... | Craig Topper | 2017-11-15 | 1 | -0/+40 |
| * | Revert r318193 "[SLPVectorizer] Failure to beneficially vectorize 'copyable' ... | Hans Wennborg | 2017-11-15 | 1 | -318/+140 |
| * | [LoopRotate] processLoop should return true even if it just simplified the lo... | Craig Topper | 2017-11-15 | 1 | -1/+1 |
| * | [asan] Prevent rematerialization of &__asan_shadow. | Evgeniy Stepanov | 2017-11-15 | 1 | -12/+30 |
| * | [EntryExitInstrumenter] Placate GCC, the semicolon is redundant. NFCI. | Davide Italiano | 2017-11-14 | 1 | -3/+2 |
| * | [Reassociate] use dyn_cast instead of isa+cast; NFCI | Sanjay Patel | 2017-11-14 | 1 | -9/+9 |
| * | Make salvageDebugInfo of casts work for dbg.declare and dbg.addr | Reid Kleckner | 2017-11-14 | 1 | -6/+16 |
| * | Rename CountingFunctionInserter and use for both mcount and cygprofile calls,... | Hans Wennborg | 2017-11-14 | 4 | -0/+152 |
| * | [SLPVectorizer] Failure to beneficially vectorize 'copyable' elements in inte... | Dinar Temirbulatov | 2017-11-14 | 1 | -140/+318 |
| * | [PredicateInfo] Stable sort ValueDFS to remove non-deterministic ordering | Mandeep Singh Grang | 2017-11-14 | 1 | -1/+1 |
| * | [LV] Introduce VPBlendRecipe, VPWidenMemoryInstructionRecipe | Gil Rapaport | 2017-11-14 | 2 | -124/+243 |
| * | [PM] Port BoundsChecking to the new PM. | Chandler Carruth | 2017-11-14 | 2 | -35/+40 |
| * | [PM] Refactor BoundsChecking further to prepare it to be exposed both as | Chandler Carruth | 2017-11-14 | 1 | -65/+65 |
| * | Update some code.google.com links | Hans Wennborg | 2017-11-13 | 2 | -5/+5 |
| * | [SCEV] Handling for ICmp occuring in the evolution chain. | Jatin Bhateja | 2017-11-13 | 1 | -1/+1 |
| * | [PowerPC][msan] Update msan to handle changed memory layouts in newer kernels | Bill Seurer | 2017-11-13 | 1 | -1/+1 |
| * | [CodeExtractor] Add missing AllowVarArgs initialization. | Florian Hahn | 2017-11-13 | 1 | -2/+3 |
| * | [PartialInliner] Inline vararg functions that forward varargs. | Florian Hahn | 2017-11-13 | 3 | -24/+73 |
| * | [InstCombine] Teach visitICmpInst to not break integer absolute value idioms | Craig Topper | 2017-11-12 | 1 | -6/+12 |
| * | [asan] Use dynamic shadow on 32-bit Android. | Evgeniy Stepanov | 2017-11-10 | 1 | -7/+39 |
| * | [SimplifyCFG] Use auto * when the type is obvious. NFCI. | Davide Italiano | 2017-11-10 | 1 | -11/+8 |
| * | Expand IRBuilder interface for atomic memcpy to require pointer alignments. (... | Daniel Neilson | 2017-11-10 | 1 | -9/+5 |
| * | [CVP] Remove some {s|u}add.with.overflow checks. | Sanjoy Das | 2017-11-10 | 1 | -0/+55 |
| * | Add a wrapper function to set branch weights metadata. | Easwaran Raman | 2017-11-09 | 1 | -28/+34 |
| * | Fix out-of-order stepping behavior in programs with hoisted constants. | Paul Robinson | 2017-11-09 | 1 | -1/+6 |
| * | [SLP] Fix PR23510: Try to find best possible vectorizable stores. | Alexey Bataev | 2017-11-09 | 1 | -23/+30 |
| * | [Reassociate] don't name values "tmp"; NFCI | Sanjay Patel | 2017-11-09 | 1 | -2/+2 |