- Aug 22, 2006
-
-
Patrick Jenkins authored
version to be left blank if the build failed. Also corrected a problem where if the build failed the nightly tester would still try to read the results of the Dejagnutests log even though it didnt exist. llvm-svn: 29829
-
Reid Spencer authored
llvm-svn: 29828
-
Reid Spencer authored
a null pointer when there is an error. llvm-svn: 29827
-
Reid Spencer authored
just return MinTime if that should ever happen. llvm-svn: 29826
-
Reid Spencer authored
llvm-svn: 29825
-
Chris Lattner authored
llvm-svn: 29823
-
Rafael Espindola authored
llvm-svn: 29821
-
Reid Spencer authored
Adjust the use of MappedFile to its new non-throwing interface. We just propagate the exceptions if an error occurs. This will get cleaned up later, incrementally. llvm-svn: 29820
-
Reid Spencer authored
Make the Bytecode Reader use setjmp/longjump instead of exceptions to handle errors. The alternative was even uglier than setjmp/longjump as it would impact the interface and workings of nearly every function in the reader. llvm-svn: 29819
-
Reid Spencer authored
Adjust to new interface for MappedFile. Note that the new "throw" statements will be removed later. llvm-svn: 29818
-
Reid Spencer authored
Adjust users of MappedFile to its new non-throwing interface. Note that in most cases the lazy step of just throwing after a call to MappedFile was installed. This was done in the name of incremental changes. Getting rid of the new throw statements will take adjustment of interfaces and propagation of errors to higher levels. Those changes will come in subsequent patches. llvm-svn: 29817
-
Reid Spencer authored
Make MappedFile not throw any exceptions. llvm-svn: 29816
-
Reid Spencer authored
Fix a bug in my last patch that botched file redirection by using explicit scoping of if statements. llvm-svn: 29815
-
Rafael Espindola authored
llvm-svn: 29814
-
Chris Lattner authored
llvm-svn: 29813
-
Chris Lattner authored
analysis 11% on kc++. llvm-svn: 29812
-
Chris Lattner authored
bugfixes for operator=. llvm-svn: 29811
-
Reid Spencer authored
Note to self: test before committing things! llvm-svn: 29810
-
Reid Spencer authored
Rafael can get a chance to fix it. llvm-svn: 29809
-
Reid Spencer authored
llvm-svn: 29808
-
Bill Wendling authored
Reid removed the analyze tool and incorporated it into the opt tool. llvm-svn: 29807
-
Chris Lattner authored
llvm-svn: 29806
-
Chris Lattner authored
llvm-svn: 29805
-
Jim Laskey authored
llvm-svn: 29804
-
Chris Lattner authored
*** Register mapping *** reg 1024 -> %reg1028 reg 1026 -> EAX reg 1027 -> %reg1028 instead of: *** Register mapping *** reg 1024 -> reg 1028 reg 1026 -> reg 15 reg 1027 -> reg 1028 llvm-svn: 29803
-
Rafael Espindola authored
llvm-svn: 29802
-
- Aug 21, 2006
-
-
Jim Laskey authored
llvm-svn: 29800
-
Jim Laskey authored
llvm-svn: 29799
-
Jim Laskey authored
llvm-svn: 29798
-
Patrick Jenkins authored
testresults directory is not present unless the script is run as verbose. llvm-svn: 29797
-
Chris Lattner authored
llvm-svn: 29796
-
Chris Lattner authored
llvm-svn: 29794
-
Rafael Espindola authored
llvm-svn: 29793
-
Bill Wendling authored
MOV R0, R1 MOV R1, R0 the second machine instruction is removed. Added a regression test. llvm-svn: 29792
-
Reid Spencer authored
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
-
Reid Spencer authored
Remove all exception code from Program.inc and implement its new interface with an ErrMsg string argument. llvm-svn: 29790
-
Reid Spencer authored
Change interface for error recovery without exceptions. llvm-svn: 29789
-
Reid Spencer authored
llvm-svn: 29788
-
Reid Spencer authored
Consolidate the LinkAllAnalyses.h and LinkAllPasses.h headers into one so there is no dupliation. llvm-svn: 29787
-
Nate Begeman authored
llvm-svn: 29786
-