LSR: Move set instead of copying. NFC.
[oota-llvm.git] / lib / Transforms / Scalar / InductiveRangeCheckElimination.cpp
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"