- May 13, 2005
-
-
John Criswell authored
llvm-svn: 21974
-
Chris Lattner authored
llvm-svn: 21973
-
Chris Lattner authored
llvm-svn: 21972
-
Chris Lattner authored
llvm-svn: 21971
-
Chris Lattner authored
llvm-svn: 21970
-
Chris Lattner authored
llvm-svn: 21969
-
Chris Lattner authored
llvm-svn: 21968
-
Chris Lattner authored
llvm-svn: 21967
-
Chris Lattner authored
llvm-svn: 21966
-
Chris Lattner authored
llvm-svn: 21965
-
Chris Lattner authored
llvm-svn: 21964
-
Andrew Lenharth authored
llvm-svn: 21963
-
Chris Lattner authored
llvm-svn: 21962
-
John Criswell authored
llvm-svn: 21961
-
Chris Lattner authored
llvm-svn: 21960
-
Chris Lattner authored
llvm-svn: 21959
-
Chris Lattner authored
llvm-svn: 21958
-
Chris Lattner authored
llvm-svn: 21957
-
Chris Lattner authored
llvm-svn: 21956
-
Chris Lattner authored
llvm-svn: 21955
-
Reid Spencer authored
* Fix a typo that prevents BuildMode from being printed llvm-svn: 21954
-
Reid Spencer authored
script was defaulting the LLVMGCC variable to "llvm-gcc" if it couldn't find llvm-gcc and --with-llvmgccdir was not specified. In this case, there is no llvm-gcc available on the system so we shouldn't assume that the user's path will find it any better than configure could. The fix is to default it to an empty string. If LLVMGCC is empty, the makefiles will avoid building things that depend on llvm-gcc and give a nice warning message to that effect. llvm-svn: 21953
-
Chris Lattner authored
llvm-svn: 21952
-
Chris Lattner authored
llvm-svn: 21945
-
Reid Spencer authored
a target at this level of build. There shouldn't be a problem with building the runtime library without llvm-gcc because the Makefile.rules checks for an empty LLVMGCC variable before building bytecode modules. llvm-svn: 21942
-
John Criswell authored
llvm-svn: 21941
-
Chris Lattner authored
llvm-svn: 21940
-
Chris Lattner authored
llvm-svn: 21939
-
Reid Spencer authored
llvm-svn: 21938
-
Chris Lattner authored
llvm-svn: 21937
-
Chris Lattner authored
llvm-svn: 21936
-
Chris Lattner authored
llvm-svn: 21935
-
Andrew Lenharth authored
llvm-svn: 21934
-
Chris Lattner authored
each live in, and copy the regs from the vregs. As the very first thing we do in the function, insert copies from the pregs to the vregs. This fixes problems where the token chain of CopyFromReg was not enough to allow reordering of the copyfromreg nodes and other unchained nodes (e.g. div, which clobbers eax on intel). llvm-svn: 21932
-
Chris Lattner authored
llvm-svn: 21931
-
Chris Lattner authored
llvm-svn: 21930
-
Chris Lattner authored
llvm-svn: 21929
-
Chris Lattner authored
instruction. This is useful for catching optimizers that don't preserve calling conventions llvm-svn: 21928
-
Chris Lattner authored
llvm-svn: 21927
-
Reid Spencer authored
BZ_OK (meaning more data is expected) but there is no more input data. In this case, the input file is probably truncated. Generate an exception that indicates this case when its detected. llvm-svn: 21926
-