- Feb 28, 2008
-
-
Gabor Greif authored
to specify nice gmake --jobs all check and go to lunch, while a multiprocessor machine will build everything using spare resources and check the result thereafter. Since concurrency of make is not restricted in subdirectories, this should be a nearly optimal way to do it. Also teach the user about a configure switch. llvm-svn: 47715
-
Ted Kremenek authored
Merged ValueState and ValueStateImpl into just ValueState, with GRExprEngine::StateTy just becoming ValueState*. llvm-svn: 47714
-
Ted Kremenek authored
llvm-svn: 47713
-
http://llvm.org/bugs/show_bug.cgi?id=2104Gabor Greif authored
Fix http://llvm.org/bugs/show_bug.cgi?id=2104 by ordering lexicographically what gets printed. Be const-correct in PrintResults and uninline it too llvm-svn: 47712
-
Evan Cheng authored
llvm-svn: 47711
-
Evan Cheng authored
llvm-svn: 47710
-
Chris Lattner authored
test/DebugInfo/funccall.ll llvm-svn: 47709
-
Chris Lattner authored
llvm-svn: 47708
-
Chris Lattner authored
llvm-svn: 47707
-
Chris Lattner authored
llvm-svn: 47706
-
Chris Lattner authored
llvm-svn: 47705
-
Chris Lattner authored
llvm-svn: 47704
-
Evan Cheng authored
llvm-svn: 47703
-
Eli Friedman authored
llvm-svn: 47702
-
Anton Korobeynikov authored
uses the same encoding everywhere. Linux FIXME'ed. llvm-svn: 47701
-
Devang Patel authored
llvm-svn: 47700
-
Anton Korobeynikov authored
provide TAI hook for selection of EH data emission format. Currently unused. llvm-svn: 47699
-
Dale Johannesen authored
llvm-svn: 47698
-
- Feb 27, 2008
-
-
Anton Korobeynikov authored
llvm-svn: 47697
-
Dale Johannesen authored
same size as an int type by doing a bitconvert of load/store of the int type (same algorithm as floating point). This makes them work for ppc Altivec. There was some code that purported to handle loads of (some) vectors by splitting them into two smaller vectors, but getExtLoad rejects subvector loads, so this could never have worked; the patch removes it. llvm-svn: 47696
-
Nick Kledzik authored
llvm-svn: 47695
-
Nick Kledzik authored
llvm-svn: 47694
-
Ted Kremenek authored
llvm-svn: 47693
-
Dan Gohman authored
and was causing aborts with the new APInt changes. This may also be fixing an obscure ppc64 bug. llvm-svn: 47692
-
Ted Kremenek authored
llvm-svn: 47691
-
Ted Kremenek authored
llvm-svn: 47690
-
Ted Kremenek authored
llvm-svn: 47689
-
Evan Cheng authored
llvm-svn: 47688
-
Evan Cheng authored
llvm-svn: 47687
-
Dan Gohman authored
llvm-svn: 47686
-
Ted Kremenek authored
variables as uninitialized, and only "initialize" static function variables. llvm-svn: 47683
-
Lauro Ramos Venancio authored
Disable internalize. Unfortunately, the configure scripts are not ready for some link time optimizations. llvm-svn: 47682
-
Ted Kremenek authored
Removed VarDecl::hasAutoStorage() (only used by hasLocalStorage()) Merged logic from VarDecl::hasAutoStorage() into VarDecl::hasLocalStorage(), and expanded (fixed) the logic of hasLocalStorage() to handle Extern and PrivateExtern. Renamed Expr::hasStaticStorage() to Expr::hasGlobalStorage(). llvm-svn: 47681
-
Dan Gohman authored
llvm-svn: 47680
-
Ted Kremenek authored
llvm-svn: 47678
-
Chris Lattner authored
llvm-svn: 47677
-
Duncan Sands authored
llvm-svn: 47676
-
Ted Kremenek authored
properly back-patched. llvm-svn: 47675
-
Lauro Ramos Venancio authored
Emit an error when a library is not found. It is the GNU ld behavior and it is expected by the configure scripts. llvm-svn: 47674
-
Lauro Ramos Venancio authored
Fix regression in Applications/ClamAV/clamscan. llvm-svn: 47673
-