- Sep 26, 2003
-
-
John Criswell authored
llvm-svn: 8724
-
John Criswell authored
Added information on where files are located by llvm-link. Added missing options. Re-worded some stuff so that it (hopefully) sounds better. llvm-svn: 8723
-
John Criswell authored
They now live in llvm/test/Programs/SingleSource/Regression alongside their UnitTest brethren. llvm-svn: 8722
-
John Criswell authored
llvm-svn: 8721
-
Chris Lattner authored
llvm-svn: 8718
-
John Criswell authored
llvm-svn: 8717
-
John Criswell authored
filenames. Corrected some typos in the llvm-dis documentation. llvm-svn: 8716
-
- Sep 25, 2003
-
-
Chris Lattner authored
llvm-svn: 8715
-
John Criswell authored
Also gives me an excuse to re-commit the file on Tank. llvm-svn: 8714
-
John Criswell authored
Added information about how object files and libraries are found and loaded. llvm-svn: 8713
-
Misha Brukman authored
* Changed tabs to spaces * Removed a space between a function call and its arguments (...) llvm-svn: 8712
-
John Criswell authored
llvm-svn: 8711
-
John Criswell authored
o Remove stuff that has been done or is now irrelevant. o Add a reminder to create Release Notes for Release 1. llvm-svn: 8710
-
Chris Lattner authored
This was causing us to munmap random stuff, which is obviously bad. llvm-svn: 8709
-
Chris Lattner authored
llvm-svn: 8708
-
Chris Lattner authored
llvm-svn: 8707
-
Chris Lattner authored
llvm-svn: 8706
-
John Criswell authored
Adjusted priorities on currently outstanding items. Added new items which I think will now have higher priority for Release 1. llvm-svn: 8705
-
Misha Brukman authored
llvm-svn: 8704
-
Chris Lattner authored
llvm-svn: 8703
-
Chris Lattner authored
Isn't updating copy and pasted code a joy llvm-svn: 8702
-
Misha Brukman authored
* Kill unused ALIN_PTRS #define * Set the error string if user passed it in to be compatible with former API llvm-svn: 8701
-
Chris Lattner authored
llvm-svn: 8700
-
- Sep 24, 2003
-
-
Brian Gaeke authored
llvm-svn: 8699
-
Brian Gaeke authored
Check in my register allocator state-saving code. llvm-svn: 8698
-
Brian Gaeke authored
Shorten the markSuggestedColorUsable method. Add a switch for saving reg. alloc. state (coming soon). llvm-svn: 8697
-
Brian Gaeke authored
llvm-svn: 8696
-
Brian Gaeke authored
Rename include guards in the "usual" manner. llvm-svn: 8695
-
Chris Lattner authored
llvm-svn: 8694
-
- Sep 23, 2003
-
-
John Criswell authored
the parsing routines regardless of whether the buffer is re-aligned or not. llvm-svn: 8693
-
Chris Lattner authored
llvm-svn: 8692
-
John Criswell authored
error message. This should hopefully allow our nightly tester to run, which does not run the QMTest tests at present. llvm-svn: 8691
-
Chris Lattner authored
llvm-svn: 8690
-
Chris Lattner authored
llvm-svn: 8689
-
Chris Lattner authored
llvm-svn: 8688
-
Misha Brukman authored
llvm-svn: 8687
-
Misha Brukman authored
llvm-svn: 8686
-
Misha Brukman authored
llvm-svn: 8685
-
Misha Brukman authored
return std::auto_ptr and use exceptions llvm-svn: 8684
-
Misha Brukman authored
* Instead of a #define, use inline function * Fix the name on the #define, errr... now inline function to be more logical: it doesn't CHECK the alignment, it PERFORMS the alignment * To get string name of a Type*, use getDescription(), not getName() llvm-svn: 8683
-