- Apr 12, 2007
-
-
Chris Lattner authored
handlers (like the pass list). My previous fix only supported *new* command line options, not additions to old ones. This fixes test/Feature/load_module.ll llvm-svn: 35935
-
Devang Patel authored
llvm-svn: 35934
-
Reid Spencer authored
llvm-svn: 35933
-
Reid Spencer authored
llvm-svn: 35932
-
Chris Lattner authored
llvm-svn: 35931
-
Reid Spencer authored
llvm-svn: 35930
-
Reid Spencer authored
llvm-svn: 35929
-
Reid Spencer authored
We *really* need to be running these with tcl's "exec" to catch the errors. llvm-svn: 35928
-
Chris Lattner authored
llvm-svn: 35927
-
Chris Lattner authored
llvm-svn: 35926
-
- Apr 11, 2007
-
-
Reid Spencer authored
stdout so the grep can match it. llvm-svn: 35925
-
Reid Spencer authored
llvm-svn: 35924
-
Reid Spencer authored
llvm-svn: 35923
-
Reid Spencer authored
llvm-svn: 35922
-
Reid Spencer authored
llvm-svn: 35921
-
Reid Spencer authored
that want to use LLVM's notion of compiling and linking programs. This includes all the -I -L and optimization switches that LLVM would using to compile or link any of this files. llvm-svn: 35920
-
Reid Spencer authored
llvm-svn: 35919
-
Reid Spencer authored
global variables that needed to be passed in. This makes it possible to add new global variables with only a couple changes (Makefile and llvm-dg.exp) instead of touching every single dg.exp file. llvm-svn: 35918
-
Reid Spencer authored
bit rot in llvm2cpp and also tests the LLVM C++ IR in ways that llvm-as doesn't. llvm-svn: 35917
-
Reid Spencer authored
llvm-svn: 35916
-
Reid Spencer authored
1. Make sure bytecode/assembly inputs are always redirected stdin so that the module name is <stdin>. This helps not get false negatives when the diff is done. 2. Scan the test file to determine if llvm-upgrade needs to be run. 3. Avoid running testings that are XFAIL'd because they'll cause a failure when run for llvm2cpp. 4. Get some better error message output. llvm-svn: 35914
-
Reid Spencer authored
false positives aren't made. llvm-svn: 35913
-
Chris Lattner authored
llvm-svn: 35910
-
Chris Lattner authored
llvm-svn: 35909
-
Chris Lattner authored
llvm-svn: 35908
-
Chris Lattner authored
llvm-svn: 35907
-
Chris Lattner authored
llvm-svn: 35906
-
Chris Lattner authored
llvm-svn: 35905
-
Chris Lattner authored
llvm-svn: 35904
-
Reid Spencer authored
not retain that name. Not noticed because AsmParser always sets name after construction. However, llvm2cpp noticed. llvm-svn: 35903
-
Reid Spencer authored
llvm-svn: 35902
-
Reid Spencer authored
llvm-svn: 35901
-
Reid Spencer authored
Don't allow false positives. llvm-svn: 35900
-
Reid Spencer authored
llvm-svn: 35899
-
Reid Spencer authored
typos in the output. This is sufficient to get most of the llvm2cpp tests working again. llvm-svn: 35898
-
Reid Spencer authored
llvm-svn: 35897
-
Reid Spencer authored
as the key for a map insertion. llvm-svn: 35896
-
Reid Spencer authored
llvm-svn: 35895
-
Reid Spencer authored
llvm-svn: 35894
-
Reid Spencer authored
llvm-svn: 35893
-