Do not report errors if QMTest returns a non-zero value.
[oota-llvm.git] / tools /
2003-10-22 Chris LattnerDelete the -print-cfg pass from this file
2003-10-22 Chris LattnerNew library needed
2003-10-21 Brian GaekeFix off-by-one error in processing of libraries named...
2003-10-21 Brian GaekeFix the first FIXME in this file: automatically pick...
2003-10-20 John CriswellAdded LLVM copyright to Makefiles.
2003-10-20 John CriswellRemoved extraneous comment line.
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-20 Misha BrukmanMade error message more comprehensible.
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-20 Chris Lattnerfix file header
2003-10-20 Chris Lattnerfix file headers
2003-10-20 Chris LattnerFix file header
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-10-19 Chris LattnerDon't bother forwarding function references which are...
2003-10-19 Chris LattnerOk, return an explicit path to the shared object, unbre...
2003-10-19 Chris LattnerFix iterator invalidation problem
2003-10-19 Chris LattnerAdd debugtype, make output marginally more nice
2003-10-19 Chris LattnerFix PR #47
2003-10-18 Chris LattnerUpdate compile information
2003-10-18 Chris LattnerAdd usage blurb
2003-10-18 Chris LattnerWithout this option, the -run-llc mode does not work...
2003-10-18 Chris LattnerPrint -fno-strict-aliasing as well
2003-10-18 Chris LattnerDon't leave a trail of bugpoint-execution-output-*...
2003-10-18 Chris LattnerChange run-lli -> run-int
2003-10-18 Chris LattnerDefault to using the CBE instead of the Interpreter...
2003-10-18 Chris LattnerIf we detect a pass crash during miscompilation testing...
2003-10-18 Chris LattnerFix bug in my checkin
2003-10-18 Chris LattnerAnother formatting fix
2003-10-17 Chris LattnerMore cleanups
2003-10-17 Chris LattnerBe more helpful if a pass fails while chasing down...
2003-10-16 Chris LattnerMake llvm-nm work in "pipe mode"
2003-10-16 Chris LattnerGeeze, what is with Brian and these ifdef's?
2003-10-16 Chris LattnerWelcome llvm-nm to the family
2003-10-16 Chris LattnerUnfortunately, it looks like level raise is still needed :(
2003-10-16 Brian GaekeOkay, this is a little hack that "scratches an itch...
2003-10-15 Chris LattnerGive this file a proper header
2003-10-15 Chris LattnerThe levelraise pass is a broken old piece of crufty...
2003-10-15 Brian GaekeFlush output after writing out the list of function...
2003-10-14 Chris Lattneradd support forloading additional .so files on the...
2003-10-14 Chris LattnerChange the execute methods to take the shared object...
2003-10-14 Chris LattnerGeneralize abstract interpreter interface to allow...
2003-10-14 Misha BrukmanEnabling incremental bytecode loading in the JIT:
2003-10-14 Chris LattnerSubstantial cleanups:
2003-10-14 Chris LattnerThe return value of compileSharedObject was never used...
2003-10-14 Chris LattnerActually return an error if something bad happens,...
2003-10-14 Chris Lattnerminor cleanups
2003-10-14 Chris LattnerFix minor formatting bug
2003-10-14 Chris LattnerEliminate the bugpoint -mode option, by making bugpoint...
2003-10-13 Chris LattnerUnbreak code generator debug mode
2003-10-13 Chris LattnerLLI no longer has -abort-on-exception
2003-10-10 Brian GaekeDon't include <stdlib.h>.
2003-10-10 Brian GaekeDon't include "Config/stdlib.h".
2003-10-10 Brian GaekeRewrite head-of-file comment.
2003-10-10 Chris LattnerAdd a new -disable-inlining option
2003-10-10 Misha BrukmanFix spelling.
2003-10-10 Misha BrukmanFix grammar.
2003-10-10 Misha BrukmanRenamed dis.cpp => llvm-dis.cpp
2003-10-10 Misha BrukmanRenamed as.cpp => llvm-as.cpp; this should've happened...
2003-10-08 Brian GaekeMake more error messages have gccld's name in them.
2003-10-07 Chris LattnerThis header file moved. Thanks to Bill and Nightly...
2003-10-06 Misha BrukmanToolRunner.h has been moved from include/Support to...
2003-09-30 Chris LattnerAdd a file header
2003-09-30 Misha BrukmanDoxygen-ified comments.
2003-09-30 Misha Brukman* Ordered includes according to LLVM style
2003-09-30 Misha BrukmanMade code more terse:
2003-09-30 Misha BrukmanDoxygen-ified function comments.
2003-09-30 Misha BrukmanRemoved extra space in comments.
2003-09-30 Chris LattnerRemove initials from source file
2003-09-30 Misha BrukmanMake code more terse:
2003-09-30 Brian Gaeke1. Use better error messages in LinkFiles().
2003-09-30 Chris LattnerUpdate file headers for renamed files.
2003-09-29 Misha BrukmanUse the newly abstracted interface for running our...
2003-09-29 Misha BrukmanImplementation of the abstraction of running our tools...
2003-09-29 Misha BrukmanAbstracted away the process of running our tools +...
2003-09-29 Misha Brukman* Added an interface for how LLEE would communicate...
2003-09-29 Misha BrukmanTersified code:
2003-09-29 Misha Brukman* Ordered includes according to LLVM programmers' guide
2003-09-27 Misha BrukmanSquelch warnings.
2003-09-25 Misha BrukmanTo be consistent with the rest of LLVM codebase (and...
2003-09-23 Misha BrukmanSquelch warning and delete extra space.
2003-09-22 Chris LattnerMinor cleanups:
2003-09-20 Chris LattnerNow that the TCE pass passes all of the tests, add...
2003-09-20 Chris LattnerFix file header
2003-09-19 John CriswellNew header file for gccld.
2003-09-19 John CriswellRemoved linking functionality from gccld.cpp and moved...
2003-09-18 John CriswellRefactored gccld into three C++ source files.
2003-09-17 John CriswellReplaced the call to strdup() with a new operator follo...
2003-09-17 John CriswellAdded the use of the const keyword.
2003-09-17 John CriswellRemoved the use of the environ variable and instead...
2003-09-17 Chris LattnerUse new method
2003-09-16 John CriswellAdded the -native option.
2003-09-16 Misha Brukman`link' is now `llvm-link'.
2003-09-16 Misha Brukman`link' has become `llvm-link'.
2003-09-15 Misha Brukman`link' is being renamed to `llvm-link'.
2003-09-15 Misha BrukmanStop building `as' and `dis' as they have been removed.
2003-09-15 Misha Brukman`dis' is no longer an LLVM tool.
2003-09-15 Misha Brukman`as' is no longer an LLVM tool.
2003-09-15 Chris LattnerEnable the setjmp/longjmp lowering pass
2003-09-13 Tanya LattnerAdded llvm-ar to the Makefile
2003-09-13 Tanya LattnerFixed warning.
next