2009-11-05 |
Dan Gohman | Update various Loop optimization passes to cope with... |
blob | commitdiff | raw |
2009-11-05 |
Dan Gohman | Call getAnalysis<LoopInfo> the normal way, instead... |
blob | commitdiff | raw | diff to current |
2009-10-31 |
Dan Gohman | Rename forgetLoopBackedgeTakenCount to forgetLoop,... |
blob | commitdiff | raw | diff to current |
2009-10-26 |
Dan Gohman | Fix a typo in a comment. |
blob | commitdiff | raw | diff to current |
2009-10-24 |
Dan Gohman | Rename isLoopExit to isLoopExiting, for consistency... |
blob | commitdiff | raw | diff to current |
2009-10-24 |
Dan Gohman | Rewrite LoopRotation's SSA updating code using SSAUpdater. |
blob | commitdiff | raw | diff to current |
2009-09-27 |
Dan Gohman | Tell ScalarEvolution to forget everything it knows... |
blob | commitdiff | raw | diff to current |
2009-09-27 |
Nick Lewycky | Instruction::clone does not need to take an LLVMContext... |
blob | commitdiff | raw | diff to current |
2009-09-09 |
Dan Gohman | Fix SplitCriticalEdge to properly update LCSSA form... |
blob | commitdiff | raw | diff to current |
2009-09-02 |
Chris Lattner | eliminate VISIBILITY_HIDDEN from Transforms/Scalar... |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Owen Anderson | Push LLVMContexts through the IntegerType APIs. |
blob | commitdiff | raw | diff to current |
2009-08-07 |
Devang Patel | Fix dom frontier update. This fixes PR4667. |
blob | commitdiff | raw | diff to current |
2009-07-22 |
Owen Anderson | Get rid of the Pass+Context magic. |
blob | commitdiff | raw | diff to current |
2009-07-09 |
Owen Anderson | This started as a small change, I swear. Unfortunately... |
blob | commitdiff | raw | diff to current |
2009-06-27 |
Dan Gohman | More minor code simplifications. |
blob | commitdiff | raw | diff to current |
2009-06-26 |
Dan Gohman | Change this code to a form about which VC++ reportedly... |
blob | commitdiff | raw | diff to current |
2009-06-26 |
Dan Gohman | Minor code simplification. |
blob | commitdiff | raw | diff to current |
2009-06-25 |
Dan Gohman | Reword a few comments. |
blob | commitdiff | raw | diff to current |
2009-03-06 |
Devang Patel | Do not count DbgInfoIntrinsic while estimating loop... |
blob | commitdiff | raw | diff to current |
2009-01-28 |
Duncan Sands | Rename getAnalysisToUpdate to getAnalysisIfAvailable. |
blob | commitdiff | raw | diff to current |
2009-01-26 |
Chris Lattner | Fix PR3408 by making a non-obvious assumption very... |
blob | commitdiff | raw | diff to current |
2009-01-26 |
Chris Lattner | More cleanups and simplifications, no functionality... |
blob | commitdiff | raw | diff to current |
2009-01-26 |
Chris Lattner | tidy asserts |
blob | commitdiff | raw | diff to current |
2008-10-22 |
Daniel Dunbar | Change create*Pass factory functions to return Pass... |
blob | commitdiff | raw | diff to current |
2008-09-04 |
Dan Gohman | Tidy up several unbeseeming casts from pointer to intptr_t. |
blob | commitdiff | raw | diff to current |
2008-07-23 |
Dan Gohman | Enable first-class aggregates support. |
blob | commitdiff | raw | diff to current |
2008-06-19 |
Dan Gohman | Avoid using BasicBlock::getInstList directly in a few... |
blob | commitdiff | raw | diff to current |
2008-05-23 |
Dan Gohman | Tidy up BasicBlock::getFirstNonPHI, and change a bunch... |
blob | commitdiff | raw | diff to current |
2008-05-15 |
Gabor Greif | Fix a bunch of 80col violations that arose from the... |
blob | commitdiff | raw | diff to current |
2008-05-13 |
Dan Gohman | Clean up the use of static and anonymous namespaces... |
blob | commitdiff | raw | diff to current |
2008-05-02 |
Chris Lattner | add a FIXME so we remember to eventually remove this... |
blob | commitdiff | raw | diff to current |
2008-05-01 |
Dale Johannesen | Don't try to create PHIs of struct types. Fallout |
blob | commitdiff | raw | diff to current |
2008-04-14 |
Owen Anderson | Revert r49614. As Dan pointed out, some of these aren... |
blob | commitdiff | raw | diff to current |
2008-04-13 |
Owen Anderson | Replace calls of the form V1->setName(V2->getName(... |
blob | commitdiff | raw | diff to current |
2008-04-06 |
Gabor Greif | API changes for class Use size reduction, wave 1. |
blob | commitdiff | raw | diff to current |
2008-02-15 |
Devang Patel | Fix PR2028 |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Chris Lattner | Remove attribution from file headers, per discussion... |
blob | commitdiff | raw | diff to current |
2007-11-27 |
Owen Anderson | Make LoopInfoBase more generic, in preparation for... |
blob | commitdiff | raw | diff to current |
2007-11-21 |
Nick Lewycky | typo |
blob | commitdiff | raw | diff to current |
2007-08-21 |
Devang Patel | Use SmallVector instead of std::vector. |
blob | commitdiff | raw | diff to current |
2007-07-30 |
Devang Patel | Loop Rotation pass preserves dominator tree and frontier. |
blob | commitdiff | raw | diff to current |
2007-07-13 |
Devang Patel | Disable claims to preserve analysis until open issues... |
blob | commitdiff | raw | diff to current |
2007-07-11 |
Devang Patel | Preserve analysis info. |
blob | commitdiff | raw | diff to current |
2007-07-07 |
Nick Lewycky | Back out Devang's fix for PR1320 because it causes... |
blob | commitdiff | raw | diff to current |
2007-07-06 |
Devang Patel | Request DominanceFrontiner in advance. |
blob | commitdiff | raw | diff to current |
2007-07-06 |
Devang Patel | Preserve various analysis info. |
blob | commitdiff | raw | diff to current |
2007-05-11 |
Dan Gohman | Fix typos. |
blob | commitdiff | raw | diff to current |
2007-05-03 |
Devang Patel | Drop 'const' |
blob | commitdiff | raw | diff to current |
2007-05-02 |
Devang Patel | Use 'static const char' instead of 'static const int'. |
blob | commitdiff | raw | diff to current |
2007-05-01 |
Devang Patel | Do not use typeinfo to identify pass in pass manager. |
blob | commitdiff | raw | diff to current |
2007-04-14 |
Chris Lattner | fix long lines |
blob | commitdiff | raw | diff to current |
2007-04-09 |
Devang Patel | Check _all_ PHINodes. |
blob | commitdiff | raw | diff to current |
2007-04-09 |
Devang Patel | Insert new pre-header before new header. Original pre... |
blob | commitdiff | raw | diff to current |
2007-04-09 |
Devang Patel | Preserve canonical loop form. |
blob | commitdiff | raw | diff to current |
2007-04-09 |
Devang Patel | Do not create new pre-header. Reuse original pre-header. |
blob | commitdiff | raw | diff to current |
2007-04-09 |
Devang Patel | Simpler for() loops. |
blob | commitdiff | raw | diff to current |
2007-04-09 |
Devang Patel | Fix future bug. Of course, Chris spotted this. |
blob | commitdiff | raw | diff to current |
2007-04-09 |
Devang Patel | More cosmetic changes. |
blob | commitdiff | raw | diff to current |
2007-04-09 |
Devang Patel | Only cosmetic changes. Zero functionality Change. |
blob | commitdiff | raw | diff to current |
2007-04-07 |
Devang Patel | Add loop rotation pass. |
blob | commitdiff | raw | diff to current |
|