llvm-6502/support/lib/Support
Chris Lattner 71fb71628a Add ability to update existing variables with values read from the command line
to certain classes.  This is nice because it means that in header files we can
just declare a value, and still have that value be set based on a command-line
argument.  The difference is now that the #include of CommandLine.h does not
need to go into the header file as well.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2708 91177308-0d34-0410-b5e6-96231b3b80d8
2002-05-22 17:03:05 +00:00
..
Annotation.cpp Changes to build successfully with GCC 3.02 2002-01-20 22:54:45 +00:00
CommandLine.cpp Add ability to update existing variables with values read from the command line 2002-05-22 17:03:05 +00:00
Makefile Large scale changes to implement new command line argument facility 2001-07-23 02:35:57 +00:00
NameMangling.cpp s/MethodType/FunctionType 2002-04-04 22:19:18 +00:00
Signals.cpp Add new api for basic signal handling for tools 2002-04-18 19:53:53 +00:00
Statistic.cpp Initial checkin of Statistic class. 2002-05-10 15:36:46 +00:00
StatisticReporter.cpp Initial checkin of Statistic class. 2002-05-10 15:36:46 +00:00