- Nov 11, 2003
-
-
Brian Gaeke authored
llvm-svn: 9903
-
- Oct 20, 2003
-
-
Chris Lattner authored
llvm-svn: 9293
-
John Criswell authored
llvm-svn: 9291
-
- Oct 18, 2003
-
-
Chris Lattner authored
llvm-svn: 9246
-
- Sep 12, 2003
-
-
Misha Brukman authored
avoid filling up the disk, set the max core file size to 0. llvm-svn: 8503
-
- Aug 07, 2003
-
-
Misha Brukman authored
llvm-svn: 7689
-
- Jul 30, 2003
-
-
Misha Brukman authored
llvm-svn: 7427
-
Chris Lattner authored
This is unused so far. llvm-svn: 7422
-
- Jul 24, 2003
-
-
Misha Brukman authored
The C backend is assumed correct and is used to generate shared objects to be loaded by the other two code generators. LLC debugging should be functional now, LLI needs a few more additions to work, the major one is renaming of external functions to call the JIT lazy function resolver. Bugpoint now has a command-line switch -mode with options 'compile' and 'codegen' to debug appropriate portions of tools. ExecutionDriver.cpp: Added implementations of AbstractInterpreter for LLC and GCC, broke out common code within other tools, and added ability to generate C code with CBE individually, without executing the program, and the GCC tool can generate executables shared objects or executables. If no reference output is specified to Bugpoint, it will be generated with CBE, because it is already assumed to be correct for the purposes of debugging using this method. As a result, many functions now accept as an optional parameter a shared object to be loaded in, if specified. llvm-svn: 7293
-
- May 03, 2003
-
-
Chris Lattner authored
llvm-svn: 5989
-
- Nov 20, 2002
-
-
Chris Lattner authored
llvm-svn: 4789
-