- Sep 27, 2004
-
-
Chris Lattner authored
added notes on the fact that the current implementation uses sbyte* for va_list. Updated all occurances of valist to va_list (it was inconsistant and find/replace is so easy ;-) ). Added <...> around all occurances of va_list in the intrinsic functions to match the vaarg and vanext instructions and to further show that va_list is a variable type. llvm-svn: 16530
-
- Aug 26, 2004
-
-
Reid Spencer authored
llvm-svn: 16058
-
- Aug 12, 2004
-
-
Misha Brukman authored
many short lines. llvm-svn: 15706
-
Chris Lattner authored
Patch contributed by Brad Jones! llvm-svn: 15704
-
- Jul 02, 2004
-
-
Brian Gaeke authored
llvm-svn: 14583
-
- Jun 25, 2004
-
-
John Criswell authored
in my previous commits. It's not implemented and is out of date. llvm-svn: 14410
-
John Criswell authored
llvm-svn: 14409
-
John Criswell authored
llvm-svn: 14407
-
- Jun 22, 2004
-
-
Chris Lattner authored
llvm-svn: 14306
-
- Jun 15, 2004
-
-
Chris Lattner authored
llvm-svn: 14190
-
- Jun 13, 2004
-
-
Alkis Evlogimenos authored
llvm-svn: 14167
-
- Jun 12, 2004
-
-
Alkis Evlogimenos authored
llvm-svn: 14159
-
- Jun 11, 2004
-
-
Chris Lattner authored
llvm-svn: 14131
-
- Jun 04, 2004
-
-
Chris Lattner authored
llvm-svn: 13997
-
- May 23, 2004
-
-
Chris Lattner authored
llvm-svn: 13672
-
- Apr 12, 2004
-
-
John Criswell authored
intrinsics. Modified llvm.readio and llvm.writeio to use pointers to memory instead of integers. This should take care of problems such as different pointer sizes, casting integers to pointers, weird architectural pointer types, etc. Re-worded the description of llvm.readio and llvm.writeio so that it should be more clear as to why they should be used over regular loads/stores for I/O. llvm-svn: 12867
-
John Criswell authored
llvm-svn: 12864
-
- Apr 09, 2004
-
-
John Criswell authored
llvm-svn: 12790
-
John Criswell authored
so that they do not specify specific integer sizes (as those are constrained by the code generator, not the intrinsic itself). Also put these intrinsics into their own "Operating System" section. llvm-svn: 12789
-
John Criswell authored
llvm-svn: 12788
-
- Apr 05, 2004
-
-
Chris Lattner authored
llvm-svn: 12654
-
- Mar 12, 2004
-
-
John Criswell authored
llvm-svn: 12343
-
Chris Lattner authored
llvm-svn: 12307
-
- Mar 08, 2004
-
-
Chris Lattner authored
is incorrect. Fix some formatting nastiness. llvm-svn: 12223
-
- Mar 01, 2004
-
-
Misha Brukman authored
llvm-svn: 12050
-
- Feb 24, 2004
-
-
John Criswell authored
llvm-svn: 11800
-
Chris Lattner authored
llvm-svn: 11790
-
- Feb 14, 2004
-
-
Chris Lattner authored
llvm-svn: 11446
-
Chris Lattner authored
llvm-svn: 11438
-
- Feb 12, 2004
-
-
Chris Lattner authored
llvm-svn: 11360
-
Chris Lattner authored
Patch graciously contributed by Reid Spencer! llvm-svn: 11354
-
Chris Lattner authored
sections llvm-svn: 11350
-
- Jan 06, 2004
-
-
Chris Lattner authored
Clean up the SLD document a LOT Fill in a lot of details in the SLD document update the formats for the object descriptors llvm-svn: 10698
-
- Nov 25, 2003
-
-
John Criswell authored
Explained that function return types cannot be aggregate types. Explained that functions with the same name but different type signatures are considered to be different functions. llvm-svn: 10230
-
Chris Lattner authored
llvm-svn: 10200
-
- Nov 21, 2003
-
-
John Criswell authored
llvm-svn: 10130
-
John Criswell authored
llvm-svn: 10126
-
- Nov 08, 2003
-
-
Misha Brukman authored
formatting, more strict adherence to HTML 4.01, other misc. cleanups. llvm-svn: 9799
-
- Oct 30, 2003
-
-
Chris Lattner authored
llvm-svn: 9610
-
Chris Lattner authored
update the PHI node entry to mention this as well. llvm-svn: 9606
-