- Sep 28, 2004
-
-
Chris Lattner authored
llvm-svn: 16532
-
Alkis Evlogimenos authored
build on windows. Patch contributed by Paolo Invernizzi! llvm-svn: 16531
-
- 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
-
Misha Brukman authored
llvm-svn: 16529
-
Chris Lattner authored
where we folded (X & 254) -> X < 1 instead of X < 2. These problems were latent problems exposed by the latest patch. llvm-svn: 16528
-
Chris Lattner authored
llvm-svn: 16527
-
Misha Brukman authored
llvm-svn: 16526
-
Chris Lattner authored
end of files, breaking the CFE build. As a gross hack around this, ignore any trailing garbage on bytecode files. Thanks to Brian for digging in and identifying the problem. llvm-svn: 16525
-
Chris Lattner authored
user knows that... llvm-svn: 16524
-
Chris Lattner authored
llvm-svn: 16522
-
Chris Lattner authored
triggers often, for example: 6x in povray, 1x in gzip, 279x in gcc, 1x in crafty, 8x in eon, 11x in perlbmk, 362x in gap, 4x in vortex, 14 in m88ksim, 211x in 126.gcc, 1x in compress, 11x in ijpeg, and 4x in 147.vortex. llvm-svn: 16521
-
Alkis Evlogimenos authored
llvm-svn: 16520
-
Nate Begeman authored
llvm-svn: 16519
-
- Sep 26, 2004
-
-
Misha Brukman authored
llvm-svn: 16518
-
- Sep 25, 2004
-
-
Reid Spencer authored
llvm-svn: 16517
-
Reid Spencer authored
llvm-svn: 16516
-
Reid Spencer authored
llvm-svn: 16515
-
Reid Spencer authored
- get rid of unneeded constructors - get rid of duplicate methods/constructors/operators - normalize to LLVM coding standards - wrap to 80 columns. Many thanks to Alkis Evlogimenos for his suggestions. llvm-svn: 16514
-
Reid Spencer authored
llvm-svn: 16513
-
Reid Spencer authored
llvm-svn: 16512
-
Reid Spencer authored
llvm-svn: 16511
-
- Sep 24, 2004
-
-
John Criswell authored
AC_CONFIG_HEADERS. This should prevent LLVM from needlessly re-compiling on a re-configure. llvm-svn: 16510
-
John Criswell authored
regenerated on every run of configure. llvm-svn: 16509
-
Chris Lattner authored
These combinations trigger 4 times in povray, 7x in gcc, 4x in gap, and 2x in bzip2. llvm-svn: 16508
-
Chris Lattner authored
llvm-svn: 16507
-
John Criswell authored
from being re-generated if the new version is identical to the old version. Hence, it should save us some recompiling after re-configures. llvm-svn: 16506
-
- Sep 23, 2004
-
-
Chris Lattner authored
No functionality changes here. llvm-svn: 16505
-
Chris Lattner authored
in perlbmk llvm-svn: 16504
-
Chris Lattner authored
llvm-svn: 16503
-
Reid Spencer authored
llvm-svn: 16500
-
Chris Lattner authored
llvm-svn: 16499
-
Chris Lattner authored
llvm-svn: 16498
-
Reid Spencer authored
missing symbols when its referenced as a class. llvm-svn: 16496
-
Reid Spencer authored
llvm-svn: 16495
-
Reid Spencer authored
llvm-svn: 16494
-
Nate Begeman authored
the ISel to use indexed and non-zero immediate offsets for GEPs that have more than one use. This is common for instruction sequences such as a load followed by a modify and store to the same address. llvm-svn: 16493
-
Alkis Evlogimenos authored
llvm-svn: 16492
-
Chris Lattner authored
llvm-svn: 16491
-
Chris Lattner authored
llvm-svn: 16490
-
Reid Spencer authored
llvm-svn: 16489
-