aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/CodeGenPrepare.cpp
AgeCommit message (Expand)Author
2007-08-02wrap some long lines. Major offenders that are left includeChris Lattner
2007-08-01More explicit keywords.Dan Gohman
2007-06-12Sink CmpInst's to their uses to reduce register pressure.Dale Johannesen
2007-05-08Don't generate branch to entry block.Dale Johannesen
2007-05-06Fix typo in comment.Nick Lewycky
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-04-25FixDevang Patel
2007-04-14use an accessor to simplify code.Chris Lattner
2007-04-13Completely rewrite addressing-mode related sinking of code. In particular,Chris Lattner
2007-04-09eliminate the last uses of some TLI methods.Chris Lattner
2007-04-02Various passes before isel split edges and do other CFG-restructuring changes.Chris Lattner
2007-03-31Split the sdisel code munging stuff out into its own opt-pass, CodeGenPrepare.Chris Lattner