Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / lib / Transforms / Scalar / InductiveRangeCheckElimination.cpp
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-03-24 Sanjoy Das[IRCE] Fix how IRCE checks for no-sign-overflow.
2015-03-24 Sanjoy Das[IRCE] Fix a regression introduced in r232444.
2015-03-23 Benjamin KramerRe-sort includes with sort-includes.py and insert raw_o...
2015-03-17 David BlaikieFix GCC -Wparentheses warning (& reformat now that...
2015-03-17 Reid KlecknerUse an underlying enum type of unsigned to silence...
2015-03-17 Sanjoy Das[IRCE] Add a -irce-print-range-checks option.
2015-03-17 Sanjoy Das[IRCE] Add comments, NFC.
2015-03-17 Sanjoy Das[IRCE] Support half-range checks.
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2015-02-26 Sanjoy DasIRCE: only touch loops that have been shown to have...
2015-02-26 Sanjoy DasIRCE: generalize to handle loops with decreasing induct...
2015-02-26 Sanjoy DasIRCE: print newline after printing an InductiveRangeCheck.
2015-02-21 Sanjoy DasIRCE: generalize InductiveRangeCheck::computeSafeIterat...
2015-02-21 Sanjoy DasIRCE: use SCEVs instead of llvm::Value's for intermediate
2015-02-06 Benjamin KramerMake helper functions/classes/globals static. NFC.
2015-02-06 Benjamin KramerIRCE: Demote template to ArrayRef and SmallVector to...
2015-01-27 Sanjoy DasTeach IRCE to look at branch weights when recognizing...
2015-01-22 Sanjoy Das[NFC] Introduce a 'struct Range' for IRCE
2015-01-22 Sanjoy DasFix crashes in IRCE caused by mismatched types
2015-01-18 Chandler Carruth[PM] Now that LoopInfo isn't in the Pass type hierarchy...
2015-01-17 Chandler Carruth[PM] Split the LoopInfo object apart from the legacy...
2015-01-16 Sanjoy DasAdd a new pass "inductive range check elimination"
2015-01-15 Sanjoy DasRevert r226201 (Add a new pass "inductive range check...
2015-01-15 David MajnemerInductiveRangeCheckElimination: Remove extra ';'
2015-01-15 Sanjoy DasAdd a new pass "inductive range check elimination"