- Apr 08, 2006
-
-
Reid Spencer authored
1. Make setting OPTIONAL_DIRS use immediate assignment 2. Include Makefile.config before ifeq tests and then Makefile.rules later instead of Makefile.common up front. This ensures that the variable values are set before the ifeq statements in Makefile.rules are evaluated. With this, recursion into projects/examples is corrected. llvm-svn: 27519
-
Reid Spencer authored
llvm-svn: 27518
-
Evan Cheng authored
store vector to $esp store element to $esp + sizeof(VT) * index load vector from $esp The bug is VT is the type of the vector element, not the type of the vector! llvm-svn: 27517
-
Reid Spencer authored
objdir == srcdir and objdir != srcdir. llvm-svn: 27516
-
Chris Lattner authored
llvm-svn: 27515
-
Chris Lattner authored
llvm-svn: 27514
-
Chris Lattner authored
llvm-svn: 27513
-
Chris Lattner authored
llvm-svn: 27512
-
Chris Lattner authored
llvm-svn: 27511
-
Chris Lattner authored
llvm-svn: 27510
-
Chris Lattner authored
llvm-svn: 27509
-
Chris Lattner authored
llvm-svn: 27508
-
Chris Lattner authored
llvm-svn: 27507
-
Evan Cheng authored
llvm-svn: 27506
-
Evan Cheng authored
gcc builtins. They are not lowered into these intrinsics which take a ptr argument. llvm-svn: 27505
-
Jeff Cohen authored
llvm-svn: 27504
-
Jim Laskey authored
section. llvm-svn: 27503
-
Chris Lattner authored
llvm-svn: 27502
-
- Apr 07, 2006
-
-
Evan Cheng authored
llvm-svn: 27501
-
Evan Cheng authored
llvm-svn: 27500
-
Reid Spencer authored
3. This ensures that if llvm-gcc isn't available and consequently the value of LLVMGCC_MAJVERS is blank, that the old (include runtime) behavior will persist. llvm-svn: 27499
-
Evan Cheng authored
llvm-svn: 27497
-
Evan Cheng authored
llvm-svn: 27496
-
Evan Cheng authored
by the frontend. llvm-svn: 27495
-
Jim Laskey authored
entry point of a function. llvm-svn: 27494
-
Chris Lattner authored
llvm-svn: 27492
-
Jim Laskey authored
llvm-svn: 27491
-
Chris Lattner authored
llvm-svn: 27490
-
Reid Spencer authored
Configure with the --enable-optimized and --enable-assertions option to ensure that binary RPM packages are built with the options required by the feature request. llvm-svn: 27489
-
Reid Spencer authored
1. Don't force debug builds to have assertion checking turned on always. Let the default (on) be taken, or overridden by the command line 2. Create two new BuildModes based on assertion checking: Release+Assert and Debug-Assert. 3. Ensure that when building a distribution we get a release build with assertions enabled, regardless of the tree's configuration. 4. (unrelated) Fix library name generation for llvm-config usage. llvm-svn: 27488
-
Reid Spencer authored
Support detection of a "CVS" directory at configure time to distinguish whether this is a release build or a "from tree" build. This knowledge is used to set the defaults for --enable-optimzied and --enable-assertions options. llvm-svn: 27487
-
Reid Spencer authored
- Provide for the include of ENABLE_ASSERTIONS flag from the configuration. - Enhance the documentation for ENABLE_OPTIMIZED llvm-svn: 27486
-
Reid Spencer authored
Print out something at the end of the build that indicates what kind of build has just completed. llvm-svn: 27485
-
Reid Spencer authored
llvm-svn: 27484
-
Evan Cheng authored
llvm-svn: 27483
-
Evan Cheng authored
llvm-svn: 27482
-
Evan Cheng authored
llvm-svn: 27481
-
Chris Lattner authored
.bc file if they are supposed to be implicit. This is cool, except that it checked *after* constant expr folding: improving constant expr folding could cause the .bc reader to assert out on old .bc files. Move the check so that it checks all simple constants, but no constantexprs. llvm-svn: 27480
-
Chris Lattner authored
llvm-svn: 27479
-
Chris Lattner authored
llvm-svn: 27478
-