- Apr 08, 2006
-
-
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
-
Evan Cheng authored
Instruction::InsertElement. llvm-svn: 27477
-
Evan Cheng authored
Also MOVPDI2DIrr. llvm-svn: 27476
-
Evan Cheng authored
by the frontend to shuffles. llvm-svn: 27475
-
Evan Cheng authored
- Normalize shuffle nodes so result vector lower half elements come from the first vector, the rest come from the second vector. (Except for the exceptions :-). - Other minor fixes. llvm-svn: 27474
-