summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/LowerSelect.cpp
Commit message (Collapse)AuthorAgeFilesLines
* simplify code by using Value::takeNameChris Lattner2007-02-111-2/+2
| | | | llvm-svn: 34177
* Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer2007-02-051-1/+2
| | | | | | | the Transforms library. This reduces debug library size by 132 KB, debug binary size by 376 KB, and reduces link time for llvm tools slightly. llvm-svn: 33939
* switch more statistics over to STATISTIC, eliminating static ctors. Also,Chris Lattner2006-12-191-3/+0
| | | | | | delete some dead ones. llvm-svn: 32694
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-061-1/+1
| | | | | | is 'unsigned'. llvm-svn: 32279
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-271-1/+1
| | | | llvm-svn: 29925
* Add some adviceChris Lattner2006-07-271-0/+104
llvm-svn: 29324
OpenPOWER on IntegriCloud