- Feb 11, 2004
-
-
Brian Gaeke authored
Add ProgramExitedNonzero argument to executeProgram(), and make it tell its caller whether the program exited nonzero. Move executeProgramWithCBE() out of line, to ExecutionDriver.cpp, and remove its extra arguments which are always defaulted. Make it turn off check-exit-code if the program exits nonzero while generating a reference output. Make diffProgram() assume that any nonzero exit code is a failure, if check-exit-code is turned on. llvm-svn: 11325
-
Chris Lattner authored
llvm-svn: 11316
-
- Feb 08, 2004
-
-
Brian Gaeke authored
I don't know why its indentation has been bugging me, but it has. llvm-svn: 11180
-
Chris Lattner authored
llvm-svn: 11169
-
- Feb 02, 2004
-
-
Brian Gaeke authored
big-endian, 32-bit module, or if __ppc__, __POWERPC__, or __APPLE__ are defined. llvm-svn: 11075
-
Brian Gaeke authored
llvm-svn: 11074
-
- Feb 01, 2004
-
-
Chris Lattner authored
This tremendously improves the code generated by the LLVM optimizer, primarily by making the inliner more aggressive. For example, it improves the stepanov benchmark from 55.56 mega-additions/sec to 98.04 Ma/s. It also improves the oopack/iterator benchmark from 338.3MFLOPS/s to 1103.4MFLOPS/s. Less noteworthy, it improves oopack/matrix from 573 -> 641 MFLOPS/s. llvm-svn: 11053
-
- Jan 27, 2004
-
-
John Criswell authored
when creating native executables. llvm-svn: 10979
-
- Jan 26, 2004
-
-
John Criswell authored
every file. llvm-svn: 10976
-
- Jan 14, 2004
-
-
Chris Lattner authored
so can cause obscure errors downstream. llvm-svn: 10840
-
Chris Lattner authored
llvm-svn: 10839
-
- Jan 10, 2004
-
-
Chris Lattner authored
llvm-svn: 10748
-
Chris Lattner authored
llvm-svn: 10744
-
- Jan 07, 2004
-
-
Chris Lattner authored
:( llvm-svn: 10706
-
- Jan 06, 2004
-
-
Chris Lattner authored
* Implement support for arguments to the 'run' command * Minor cleanups and fixes llvm-svn: 10703
-
Chris Lattner authored
llvm-svn: 10702
-
- Jan 05, 2004
-
-
Chris Lattner authored
llvm-svn: 10694
-
Chris Lattner authored
llvm-svn: 10688
-
Chris Lattner authored
a good start. The status is documented in docs/SourceLevelDebugging.html llvm-svn: 10687
-
- Dec 30, 2003
-
-
Chris Lattner authored
llvm-svn: 10653
-
Chris Lattner authored
llvm-svn: 10652
-
Chris Lattner authored
llvm-svn: 10651
-
Chris Lattner authored
like -Wl,-disable-opt llvm-svn: 10647
-
- Dec 28, 2003
-
-
Chris Lattner authored
llvm-svn: 10631
-
- Dec 26, 2003
-
-
Chris Lattner authored
llvm-svn: 10614
-
Chris Lattner authored
llvm-svn: 10613
-
Chris Lattner authored
* Inline callMain function * Remove hack from the ExecutionEngines where the 'run' method would automatically run atExit functions. Fixing this requires explicitly calling exit if main returns llvm-svn: 10611
-
Chris Lattner authored
llvm-svn: 10607
-
- Dec 23, 2003
-
-
John Criswell authored
if the program currently has main undefined. llvm-svn: 10597
-
John Criswell authored
that defines the symbol "main." This is a hack that ensures that programs that place their main function in a library and then link it in (i.e. Apache 2.x) get their main function linked in. There is probably a more correct way to do this, but this works for now. llvm-svn: 10594
-
Chris Lattner authored
llvm-svn: 10593
-
- Dec 16, 2003
-
-
Chris Lattner authored
llvm-svn: 10483
-
- Dec 12, 2003
-
-
Brian Gaeke authored
Use a clearer error message when we fail to load a program. llvm-svn: 10414
-
- Dec 11, 2003
-
-
Chris Lattner authored
llvm-svn: 10402
-
- Dec 10, 2003
-
-
Chris Lattner authored
llvm-svn: 10359
-
- Dec 09, 2003
-
-
John Criswell authored
llvm-svn: 10335
-
- Dec 07, 2003
-
-
Chris Lattner authored
llvm-svn: 10308
-
Chris Lattner authored
llvm-svn: 10307
-
Chris Lattner authored
llvm-svn: 10306
-
Tanya Lattner authored
New command line parsing. This isn't as perfect as I would have liked. The CommandLine Library needs to be extended, in order to parse the options and allow for optional dashes. In addition, the help option isn't correct since I do the parsing mostly myself. But this is in the ocorrect ar format. llvm-svn: 10297
-