- Aug 23, 2006
-
-
Reid Spencer authored
llvm-svn: 29845
-
Devang Patel authored
llvm-svn: 29844
-
Reid Spencer authored
Eliminate exception throwing from Path::renamePathOnDisk and adjust its users correspondingly. llvm-svn: 29843
-
Reid Spencer authored
portion fo the program name via sys::Path().getLast(). This makes error messages more readable since this is invariably used only in error messages. Instead of: /path/to/llvm/bin/directory/toolname: error message we will now get: toolname: error message Also, since we always have a program name (even if its defaulted), don't check to see if it is set or not when generating error messages. This eliminates a bunch of constant strings, saving a little under 1K of data. llvm-svn: 29842
-
Reid Spencer authored
Remove exception throwing from Path::getDirectoryContents and its users. llvm-svn: 29841
-
Reid Spencer authored
Remove exceptions from the Path::create*OnDisk methods. Update their users to handle error messages via arguments and result codes. llvm-svn: 29840
-
Reid Spencer authored
triplet ordering (large, small, small) explicit with one triplet per line. llvm-svn: 29839
-
Reid Spencer authored
llvm-svn: 29838
-
Reid Spencer authored
Adjust code to compensate for Path class interface change. llvm-svn: 29837
-
Reid Spencer authored
Change the Path::make*OnDisk methods exception free and adjust their usage. llvm-svn: 29836
-
Reid Spencer authored
memory pressure. This order spaces out large executables with small ones in between so that in a -j2 or -j3 build, it only attempts to build only one large executable at time. If you're doing -j4, you probably have enuogh memory anyway. llvm-svn: 29835
-
Reid Spencer authored
llvm-svn: 29834
-
Reid Spencer authored
(hopefully) provide support for it. llvm-svn: 29833
-
- Aug 22, 2006
-
-
Misha Brukman authored
llvm-svn: 29832
-
Reid Spencer authored
adjust users of it to compensate. llvm-svn: 29831
-
Chris Lattner authored
defines each value# tracked by the interval. This will be used to improve coallescing. llvm-svn: 29830
-
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
-