- Sep 04, 2004
-
-
Reid Spencer authored
llvm-svn: 16159
-
- Sep 02, 2004
-
-
Reid Spencer authored
Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
-
- Aug 30, 2004
-
-
Reid Spencer authored
Handle -g and -Wxxx for GCC compatibility llvm-svn: 16115
-
Reid Spencer authored
caught. llvm-svn: 16109
-
- Aug 29, 2004
-
-
Reid Spencer authored
using Unix operating system calls. llvm-svn: 16089
-
- Aug 25, 2004
-
-
Reid Spencer authored
directories to be searched during linking. llvm-svn: 16041
-
- Aug 24, 2004
-
-
Reid Spencer authored
defined twice. We make use of the new TimePassesIsEnabled global boolean value from Pass.h to access the value. llvm-svn: 16033
-
Reid Spencer authored
- All errors throw std::string - Default output file name to a.out (if we're linking) llvm-svn: 16025
-
- Aug 19, 2004
-
-
Reid Spencer authored
llvm-svn: 15931
-
Reid Spencer authored
actually execute actions and it is been shown to optimize a Stacker program llvm-svn: 15912
-
- Aug 15, 2004
-
-
Reid Spencer authored
- cleaned up lexical scanner - added support for "lang.optN" configuration items - added temporary file support (ala lib/System) - corrected logic for deciding which phases to run - consolidated the Action and ActionPattern classes llvm-svn: 15765
-
- Aug 14, 2004
-
-
Reid Spencer authored
understand recursive descent parser, we can easily handle more syntax variety, and we can more easily change the configuration items accepted. llvm-svn: 15732
-
- Aug 13, 2004
-
-
Reid Spencer authored
subsitution correctly for at least .ll and .st files. There's still a long way to go (i.e. this isn't worth of review yet). llvm-svn: 15728
-
- Aug 10, 2004
-
-
Reid Spencer authored
llvm-svn: 15609
-
Reid Spencer authored
processes command line arguments and allows --help to be used. llvm-svn: 15607
-