Go to file
Daniel Dunbar 95953ce31c Driver: Make argument parsing fast.
On a synthetic command line consisting of almost all defined options,
this drops wall time from .00494 to .00336 and user time from .00258
to .00105.

On the same benchmark, clang-driver is about 15% faster than the
primary gcc driver and almost twice as fast as the gcc driver driver.

llvm-svn: 67564
2009-03-23 21:50:40 +00:00
clang Driver: Make argument parsing fast. 2009-03-23 21:50:40 +00:00
llvm Fix internal representation of fp80 to be the 2009-03-23 21:16:53 +00:00