| Commit message (Expand) | Author | Age | Files | Lines |
| * | [LVer] Remove unused Pass parameter from versionLoop, NFC | Adam Nemet | 2015-08-14 | 1 | -1/+1 |
| * | [IR] Add token types | David Majnemer | 2015-08-14 | 1 | -7/+1 |
| * | [SimplifyLibCalls] Correctly set the is_zero_undef flag for llvm.cttz | Davide Italiano | 2015-08-13 | 1 | -1/+1 |
| * | fix typo; NFC | Sanjay Patel | 2015-08-12 | 1 | -1/+1 |
| * | [LoopVer] Optionally allow using memchecks from LAA | Adam Nemet | 2015-08-12 | 1 | -0/+9 |
| * | [LowerSwitch] Skip dead blocks for processSwitchInst() | Chen Li | 2015-08-11 | 1 | -4/+10 |
| * | [LowerSwitch] Fix a bug when LowerSwitch deletes the default block | Chen Li | 2015-08-11 | 1 | -5/+10 |
| * | [WinEHPrepare] Add rudimentary support for the new EH instructions | David Majnemer | 2015-08-11 | 1 | -1/+1 |
| * | [LAA] Change name from addRuntimeCheck to addRuntimeChecks, NFC | Adam Nemet | 2015-08-11 | 1 | -1/+1 |
| * | [LoopVer] Remove unused pointer partition argument, NFC. | Adam Nemet | 2015-08-10 | 1 | -2/+1 |
| * | Late evaluation of the fast-math vectorization requirement. | Tyler Nowicki | 2015-08-10 | 1 | -4/+8 |
| * | Fix some comment typos. | Benjamin Kramer | 2015-08-08 | 3 | -8/+8 |
| * | Remove unnecessary includes | Matt Arsenault | 2015-08-08 | 1 | -1/+0 |
| * | [ConstantFoldTerminator] Preserve make.implicit metadata when converting Swit... | Chen Li | 2015-08-07 | 1 | -0/+5 |
| * | ValueMapper: Resolve uniquing cycles more aggressively | Duncan P. N. Exon Smith | 2015-08-07 | 1 | -9/+14 |
| * | ValueMapper: Pull out helper to resolve cycles, NFC | Duncan P. N. Exon Smith | 2015-08-07 | 1 | -8/+10 |
| * | Revert accidentally committed WinEHPrepare changes | David Majnemer | 2015-08-06 | 1 | -1/+1 |
| * | Handle PHI nodes prefacing EH pads too | David Majnemer | 2015-08-06 | 1 | -1/+1 |
| * | [IndVars] Improved logging under DEBUG(); NFC. | Sanjoy Das | 2015-08-06 | 1 | -6/+3 |
| * | Convert a bunch of loops to foreach. NFC. | Pete Cooper | 2015-08-06 | 4 | -10/+8 |
| * | ValueMapper: Rotate distinct node remapping algorithm | Duncan P. N. Exon Smith | 2015-08-05 | 1 | -34/+40 |
| * | ValueMapper: Simplify remap() helper function, NFC | Duncan P. N. Exon Smith | 2015-08-05 | 1 | -33/+22 |
| * | Fix 80-column | Duncan P. N. Exon Smith | 2015-08-04 | 1 | -1/+2 |
| * | Linker: Fix ASan failure from r243961 | Duncan P. N. Exon Smith | 2015-08-04 | 1 | -9/+11 |
| * | Drive-by fixes for LandingPad -> EHPad | David Majnemer | 2015-08-04 | 4 | -11/+8 |
| * | Linker: Fix references to uniqued nodes after r243883 | Duncan P. N. Exon Smith | 2015-08-04 | 1 | -1/+3 |
| * | [LoopVer] Remove unused needsRuntimeChecks(), NFC | Adam Nemet | 2015-08-03 | 1 | -7/+2 |
| * | Linker: Move distinct MDNodes instead of cloning | Duncan P. N. Exon Smith | 2015-08-03 | 1 | -15/+23 |
| * | ValueMapper: Only check for cycles if operands change | Duncan P. N. Exon Smith | 2015-08-03 | 1 | -6/+7 |
| * | ValueMapper: Use a range-based for, NFC | Duncan P. N. Exon Smith | 2015-08-03 | 1 | -6/+3 |
| * | ValueMapper: Reuse local variable, NFC | Duncan P. N. Exon Smith | 2015-08-03 | 1 | -2/+2 |
| * | De-constify pointers to Type since they can't be modified. NFC | Craig Topper | 2015-08-01 | 1 | -3/+3 |
| * | New EH representation for MSVC compatibility | David Majnemer | 2015-07-31 | 4 | -29/+143 |
| * | [LoopVer] Add missing std::move | Adam Nemet | 2015-07-30 | 1 | -1/+2 |
| * | [LDist][LVer] Explicitly pass the set of memchecks to LoopVersioning, NFC | Adam Nemet | 2015-07-28 | 1 | -5/+6 |
| * | [IndVars] Make loop varying predicates loop invariant. | Sanjoy Das | 2015-07-27 | 1 | -5/+54 |
| * | Use make_range(rbegin(), rend()) to allow foreach loops. NFC. | Pete Cooper | 2015-07-24 | 1 | -3/+2 |
| * | [asan] Rename the ABI versioning symbol to '__asan_version_mismatch_check' in... | Kuba Brecka | 2015-07-23 | 1 | -1/+9 |
| * | [PM/AA] Extract the ModRef enums from the AliasAnalysis class in | Chandler Carruth | 2015-07-22 | 1 | -3/+3 |
| * | Fix mem2reg to correctly handle allocas only used in a single block | Michael Kuperstein | 2015-07-22 | 1 | -15/+23 |
| * | [PM/AA] Remove all of the dead AliasAnalysis pointers being threaded | Chandler Carruth | 2015-07-22 | 5 | -50/+39 |
| * | [PM/AA] Remove the last of the legacy update API from AliasAnalysis as | Chandler Carruth | 2015-07-22 | 2 | -5/+0 |
| * | [LAA] Lift RuntimePointerCheck out of LoopAccessInfo, NFC | Adam Nemet | 2015-07-14 | 1 | -1/+1 |
| * | Update enforceKnownAlignment after the isWeakForLinker semantic change | Reid Kleckner | 2015-07-14 | 1 | -7/+4 |
| * | [PM/AA] Completely remove the AliasAnalysis::copyValue interface. | Chandler Carruth | 2015-07-11 | 2 | -3/+0 |
| * | [LoopDist/LoopVer] Move LoopVersioning to a new module, NFC | Adam Nemet | 2015-07-10 | 2 | -0/+107 |
| * | [LoopDist] Move loop-versioning helper functions to Cloning, NFC | Adam Nemet | 2015-07-10 | 1 | -0/+66 |
| * | Revert the new EH instructions | David Majnemer | 2015-07-10 | 2 | -6/+4 |
| * | New EH representation for MSVC compatibility | David Majnemer | 2015-07-10 | 2 | -4/+6 |
| * | [LoopUnroll] Use undef for phis with no value live | David Majnemer | 2015-07-01 | 1 | -1/+1 |