| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 50615
|
|
|
|
|
|
| |
annoying warnings.
llvm-svn: 47367
|
|
|
|
| |
llvm-svn: 45421
|
|
|
|
| |
llvm-svn: 43226
|
|
|
|
|
|
| |
commands and into the common code.
llvm-svn: 42752
|
|
|
|
|
|
| |
Almost all occurrences of "bytecode" in the sources have been eliminated.
llvm-svn: 37913
|
|
|
|
|
|
| |
With this change, I can now move -stats to print when llvm_shutdown is called.
llvm-svn: 32250
|
|
|
|
|
|
| |
using USED_LIBS to specify *libraries* to link against.
llvm-svn: 30090
|
|
|
|
|
|
|
|
| |
Adjust usage of the ExecuteAndWait function to use the last argument which
is the ErrMsg string. This is necessitated because this function no longer
throws exceptions on error.
llvm-svn: 29791
|
|
|
|
| |
llvm-svn: 28543
|
|
|
|
| |
llvm-svn: 22523
|
|
|
|
|
|
| |
* Output single-character strings as chars
llvm-svn: 21705
|
|
|
|
| |
llvm-svn: 21666
|
|
|
|
| |
llvm-svn: 21664
|
|
|
|
| |
llvm-svn: 21428
|
|
|
|
| |
llvm-svn: 20239
|
|
|
|
|
|
|
|
|
|
| |
* Place a try/catch block around the entire tool to Make sure std::string
exceptions are caught and printed before exiting the tool.
* Make sure we catch unhandled exceptions at the top level so that we don't
abort with a useless message but indicate than an unhandled exception was
generated.
llvm-svn: 19192
|
|
|
|
| |
llvm-svn: 18785
|
|
|
|
|
|
|
|
|
| |
optional so that compatibility with GCC is accomplished.
* Implement the -print-file-name option in an attempt to provide the same
functionality as GCC. Unfortunately, without loading the cpp or c config
files, this option won't help much.
llvm-svn: 18189
|
|
|
|
| |
llvm-svn: 18052
|
|
|
|
| |
llvm-svn: 17498
|
|
|
|
|
|
| |
Create GCC compatible -Wx, aliases for the existing -T options.
llvm-svn: 17294
|
|
|
|
|
|
|
|
| |
Change force option from -f to -F
Support the -strip option
Make changes to reflect different interface in sys::Program
llvm-svn: 16325
|
|
|
|
| |
llvm-svn: 16159
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Handle -g and -Wxxx for GCC compatibility
llvm-svn: 16115
|
|
|
|
|
|
| |
caught.
llvm-svn: 16109
|
|
|
|
|
|
| |
using Unix operating system calls.
llvm-svn: 16089
|
|
|
|
|
|
| |
directories to be searched during linking.
llvm-svn: 16041
|
|
|
|
|
|
|
| |
defined twice. We make use of the new TimePassesIsEnabled global boolean
value from Pass.h to access the value.
llvm-svn: 16033
|
|
|
|
|
|
|
| |
- All errors throw std::string
- Default output file name to a.out (if we're linking)
llvm-svn: 16025
|
|
|
|
| |
llvm-svn: 15931
|
|
|
|
|
|
| |
actually execute actions and it is been shown to optimize a Stacker program
llvm-svn: 15912
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
understand recursive descent parser, we can easily handle more syntax
variety, and we can more easily change the configuration items accepted.
llvm-svn: 15732
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
llvm-svn: 15609
|
|
processes command line arguments and allows --help to be used.
llvm-svn: 15607
|