| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert r247216: "Fix Clang-tidy misc-use-override warnings, other minor fixes" | Hans Wennborg | 2015-09-10 | 1 | -3/+4 |
| * | [RewriteStatepointsForGC] Minor refactor to use shared implementation [NFC] | Philip Reames | 2015-09-10 | 1 | -8/+1 |
| * | [RewriteStatepointsForGC] Strengthen a confusingly weak assertion [NFC] | Philip Reames | 2015-09-10 | 1 | -3/+3 |
| * | [RewriteStatepointsForGC] One last bit of naming [NFCI] | Philip Reames | 2015-09-10 | 1 | -7/+7 |
| * | [RewriteStatepointsForGC] Further style/naming fixup [NFCI] | Philip Reames | 2015-09-10 | 1 | -26/+26 |
| * | Fix Clang-tidy misc-use-override warnings, other minor fixes | Hans Wennborg | 2015-09-10 | 1 | -4/+3 |
| * | [RewriteStatepointsForGC] More naming cleanup [NFCI] | Philip Reames | 2015-09-10 | 1 | -6/+6 |
| * | [RewriteStatepointsForGC] Code cleanup [NFC] | Philip Reames | 2015-09-09 | 1 | -25/+26 |
| * | [RewriteStatepointsForGC] Extend base pointer inference to handle insertelement | Philip Reames | 2015-09-09 | 1 | -58/+61 |
| * | [RewriteStatepointsForGC] Make base pointer inference deterministic | Philip Reames | 2015-09-09 | 1 | -44/+35 |
| * | LowerBitSets: Fix non-determinism bug. | Peter Collingbourne | 2015-09-09 | 1 | -4/+22 |
| * | Revert trunc(lshr (sext A), Cst) to ashr A, Cst | David Majnemer | 2015-09-09 | 1 | -20/+0 |
| * | [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible | Chandler Carruth | 2015-09-09 | 34 | -131/+230 |
| * | don't repeat function names in comments; NFC | Sanjay Patel | 2015-09-09 | 4 | -33/+27 |
| * | function names start with a lower case letter; NFC | Sanjay Patel | 2015-09-09 | 1 | -54/+54 |
| * | don't repeat function names in comments; NFC | Sanjay Patel | 2015-09-09 | 1 | -35/+32 |
| * | Rename ExitCount to BackedgeTakenCount, because that's what it is. | James Molloy | 2015-09-09 | 1 | -8/+9 |
| * | Delay predication of stores until near the end of vector code generation | James Molloy | 2015-09-09 | 1 | -56/+28 |
| * | Fix a typo I spotted when hacking on SROA. Somewhat alarming that | Chandler Carruth | 2015-09-09 | 1 | -1/+1 |
| * | [IRCE] Add INITIALIZE_PASS_DEPENDENCY invocations. | Sanjoy Das | 2015-09-09 | 1 | -2/+9 |
| * | Re-apply r247080 with order of evaluation fix. | Peter Collingbourne | 2015-09-08 | 1 | -127/+406 |
| * | Revert r247080, "LowerBitSets: Extend pass to support functions as bitset | Peter Collingbourne | 2015-09-08 | 1 | -406/+127 |
| * | LowerBitSets: Extend pass to support functions as bitset members. | Peter Collingbourne | 2015-09-08 | 1 | -127/+406 |
| * | refactor matches for De Morgan's Laws; NFCI | Sanjay Patel | 2015-09-08 | 1 | -17/+32 |
| * | remove function names from comments; NFC | Sanjay Patel | 2015-09-08 | 1 | -49/+45 |
| * | There is a trunc(lshr (zext A), Cst) optimization in InstCombineCasts that | Jakub Kuderski | 2015-09-08 | 1 | -0/+20 |
| * | Prune utf8 chars in comments. | NAKAMURA Takumi | 2015-09-07 | 1 | -1/+1 |
| * | [InstCombine] Don't divide by zero when evaluating a potential transform | David Majnemer | 2015-09-06 | 1 | -0/+8 |
| * | [InstCombine] Don't assume m_Mul gives back an Instruction | David Majnemer | 2015-09-05 | 1 | -1/+3 |
| * | Fix build warning. | Craig Topper | 2015-09-05 | 1 | -1/+1 |
| * | Fix build warning | Andrew Kaylor | 2015-09-05 | 1 | -2/+2 |
| * | Fix build warning | Andrew Kaylor | 2015-09-04 | 1 | -4/+0 |
| * | [WinEH] Teach SimplfyCFG to eliminate empty cleanup pads. | Andrew Kaylor | 2015-09-04 | 1 | -20/+201 |
| * | Remove two unused includes and C++11 rangify for loops. | Yaron Keren | 2015-09-04 | 1 | -15/+12 |
| * | [RewriteStatepointsForGC] Extract common code, comment, and fix a build warni... | Philip Reames | 2015-09-03 | 1 | -55/+48 |
| * | [RewriteStatepointsForGC] Strengthen invariants around BDVs | Philip Reames | 2015-09-03 | 1 | -29/+65 |
| * | [RewriteStatepointsForGC] Workaround a lack of determinism in visit order | Philip Reames | 2015-09-03 | 1 | -4/+9 |
| * | [sancov] Disable sanitizer coverage on functions using SEH | Reid Kleckner | 2015-09-03 | 1 | -0/+7 |
| * | [WinEH] Add cleanupendpad instruction | Joseph Tremoulet | 2015-09-03 | 2 | -0/+11 |
| * | [MergeFuncs] Efficiently defer functions on merge | JF Bastien | 2015-09-02 | 1 | -28/+34 |
| * | [RewriteStatepointsForGC] Delete stale comment [NFC] | Philip Reames | 2015-09-02 | 1 | -3/+0 |
| * | [RewriteStatepointsForGC] Pull a function out of anon namespace [NFC] | Philip Reames | 2015-09-02 | 1 | -1/+5 |
| * | [RewriteStatepointsForGC] Bugfix for change 246133 | Philip Reames | 2015-09-02 | 1 | -16/+16 |
| * | Fix release build warning for unused function | Philip Reames | 2015-09-02 | 1 | -1/+2 |
| * | [RewriteStatepointsForGC] Improve debug output [NFC] | Philip Reames | 2015-09-02 | 1 | -30/+36 |
| * | assuem(X) handling in GVN bugfix | Piotr Padlewski | 2015-09-02 | 1 | -1/+20 |
| * | Constant propagation after hitting assume(cmp) bugfix | Piotr Padlewski | 2015-09-02 | 2 | -9/+46 |
| * | Constant propagation after hiting llvm.assume | Piotr Padlewski | 2015-09-02 | 1 | -3/+68 |
| * | [RemoveDuplicatePHINodes] Start over after removing a PHI. | Benjamin Kramer | 2015-09-02 | 1 | -0/+5 |
| * | [LV] Don't bail to MiddleBlock if a runtime check fails, bail to ScalarPH ins... | James Molloy | 2015-09-02 | 1 | -60/+27 |