| Commit message (Expand) | Author | Age | Files | Lines |
| * | [LoopDataPrefetch] Include hotness of region in opt remark | Adam Nemet | 2016-07-22 | 1 | -4/+6 |
| * | [LoopDataPrefetch] Sort headers | Adam Nemet | 2016-07-22 | 1 | -1/+1 |
| * | Unpoison stack before resume instruction | Vitaly Buka | 2016-07-22 | 1 | -0/+6 |
| * | Add flag to PassManagerBuilder to disable GVN Hoist Pass. | Alina Sbirlea | 2016-07-22 | 1 | -1/+6 |
| * | [SLPVectorizer] Vectorize reverse-order loads in horizontal reductions | Michael Kuperstein | 2016-07-22 | 1 | -16/+53 |
| * | Recommit - [DSE]Enhance shorthening MemIntrinsic based on OverlapIntervals | Jun Bum Lim | 2016-07-22 | 1 | -62/+151 |
| * | [PM] Port BreakCriticalEdges to the new PM. | Wei Mi | 2016-07-22 | 1 | -2/+16 |
| * | Don't remove side effecting instructions due to ConstantFoldInstruction | David Majnemer | 2016-07-22 | 5 | -9/+20 |
| * | Sync up InstrProfData.inc with compiler-rt with fixes to references | Xinliang David Li | 2016-07-22 | 1 | -3/+3 |
| * | Fix detection of stack-use-after scope for char arrays. | Vitaly Buka | 2016-07-22 | 1 | -0/+4 |
| * | [IRCE] Add an option to skip profitability checks | Sanjoy Das | 2016-07-22 | 1 | -2/+7 |
| * | GVN-hoist: move check before mutating the IR | Sebastian Pop | 2016-07-22 | 1 | -6/+8 |
| * | GVN-hoist: add missing check for all GEP operands available | Sebastian Pop | 2016-07-21 | 1 | -0/+3 |
| * | [InstCombine] break up foldICmpEqualityWithConstant(); NFCI | Sanjay Patel | 2016-07-21 | 2 | -148/+161 |
| * | GVH-hoist: only clone GEPs (PR28606) | Sebastian Pop | 2016-07-21 | 1 | -14/+7 |
| * | [Profile] deprecate __llvm_profile_override_default_filename | Xinliang David Li | 2016-07-21 | 1 | -16/+16 |
| * | [PM] Port NaryReassociate to the new PM | Wei Mi | 2016-07-21 | 2 | -112/+76 |
| * | [OptDiag,LDist] Convert remaining opt remarks to use the new API | Adam Nemet | 2016-07-21 | 1 | -6/+5 |
| * | [LV] Move vector int induction update to end of latch | Matthew Simpson | 2016-07-21 | 1 | -3/+12 |
| * | [PGO] Make needsComdatForCounter() available (NFC) | Rong Xu | 2016-07-21 | 1 | -27/+0 |
| * | [IndVars] Reflow oddly formatted condition; NFC | Sanjoy Das | 2016-07-21 | 1 | -2/+2 |
| * | make InstCombine compare helper functions private; NFC | Sanjay Patel | 2016-07-21 | 2 | -68/+69 |
| * | Avoid a string copy, NFC | Vedant Kumar | 2016-07-21 | 1 | -1/+1 |
| * | [InstCombine] break up visitICmpInstWithInstAndIntCst(); NFCI | Sanjay Patel | 2016-07-21 | 2 | -155/+166 |
| * | Rename StringMap::emplace_second to try_emplace. | Benjamin Kramer | 2016-07-21 | 1 | -1/+1 |
| * | [GCOV] Remove a layer of indirection. | Benjamin Kramer | 2016-07-21 | 1 | -18/+10 |
| * | [GVNHoist] Preserve optimization hints which agree | David Majnemer | 2016-07-21 | 1 | -3/+17 |
| * | [GVNHoist] Don't wrongly preserve TBAA | David Majnemer | 2016-07-21 | 1 | -0/+12 |
| * | [MergedLoadStoreMotion] Remove out of date comment | David Majnemer | 2016-07-21 | 1 | -1/+0 |
| * | [OptDiag,LV] Add hotness attribute to applied-optimization remarks | Adam Nemet | 2016-07-21 | 1 | -7/+7 |
| * | [InstCombine] LogicOpc (zext X), C --> zext (LogicOpc X, C) (PR28476) | Sanjay Patel | 2016-07-21 | 2 | -28/+16 |
| * | [OptDiag,LV] Add hotness attribute to the derived analysis remarks | Adam Nemet | 2016-07-20 | 1 | -7/+11 |
| * | [InstSimplify][InstCombine] don't crash when folding vector selects of icmp | Sanjay Patel | 2016-07-20 | 1 | -1/+4 |
| * | Make help text more consistent. NFC. | George Burgess IV | 2016-07-20 | 1 | -1/+1 |
| * | [OptDiag,LV] Add hotness attribute to analysis remarks | Adam Nemet | 2016-07-20 | 1 | -47/+53 |
| * | [GVNHoist] Don't hoist PHI nodes | David Majnemer | 2016-07-20 | 1 | -4/+8 |
| * | [SCCP] Zap multiple return values. | Davide Italiano | 2016-07-20 | 1 | -9/+41 |
| * | [LSV] Don't move stores across may-load instrs, and loosen restrictions on mo... | Justin Lebar | 2016-07-20 | 1 | -2/+18 |
| * | [LSV] Vectorize up to side-effecting instructions. | Justin Lebar | 2016-07-20 | 1 | -7/+3 |
| * | [MSSA] Add an overload for getClobberingMemoryAccess. | George Burgess IV | 2016-07-20 | 1 | -7/+9 |
| * | move decomposeBitTestICmp() to Transforms/Utils; NFC | Sanjay Patel | 2016-07-20 | 2 | -47/+44 |
| * | fix documentation comments; NFC | Sanjay Patel | 2016-07-20 | 1 | -32/+0 |
| * | Revert "[InstCombine] Enable cast-folding in logic(cast(icmp), cast(icmp))" | Benjamin Kramer | 2016-07-20 | 1 | -8/+2 |
| * | [LV] Add hotness attribute to missed-optimization remarks | Adam Nemet | 2016-07-20 | 1 | -11/+17 |
| * | Revert "Revert r275883 and r275891. They seem to cause PR28608." | Michael Zolotukhin | 2016-07-20 | 2 | -15/+69 |
| * | [LSV] Don't assume that loads/stores appear in address order in the BB. | Justin Lebar | 2016-07-20 | 1 | -20/+40 |
| * | Revert r275883 and r275891. They seem to cause PR28608. | Sean Silva | 2016-07-19 | 2 | -60/+13 |
| * | [PM] Port LoopUnroll. | Sean Silva | 2016-07-19 | 1 | -0/+33 |
| * | [LSV] Insert stores at the right point. | Justin Lebar | 2016-07-19 | 1 | -30/+28 |
| * | [LSV] Use make_range, and reformat a DEBUG message. NFC | Justin Lebar | 2016-07-19 | 1 | -12/+15 |