summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/LowerSelect.cpp
Commit message (Expand)AuthorAge
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-16
* simplify code by using Value::takeNameChris Lattner2007-02-11
* Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer2007-02-05
* switch more statistics over to STATISTIC, eliminating static ctors. Also,Chris Lattner2006-12-19
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-06
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-27
* Declare that lowerinvoke doesn't interact with other lowering passes.Chris Lattner2006-05-17
* Patch to make some xforms preserve each other. Patch contributed byChris Lattner2006-05-09
* Add pass ID's for various passes, so they can be AddRequiredID. Patch byChris Lattner2006-05-02
* Remove trailing whitespaceMisha Brukman2005-04-21
* Changes For Bug 352Reid Spencer2004-09-01
* Add a simple select instruction lowering passChris Lattner2004-03-30