- Aug 23, 2006
-
-
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
-
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
-