- Aug 12, 2009
-
-
Dale Johannesen authored
llvm-svn: 78825
-
Chris Lattner authored
llvm-svn: 78823
-
Dale Johannesen authored
this test failed consistently on a Darwin build. llvm-svn: 78822
-
Dale Johannesen authored
when !isSingleWord() but getActiveBits() is small, we were using the pointer value instead of the low word of the integer value. llvm-svn: 78821
-
Dan Gohman authored
llvm-svn: 78819
-
Jim Grosbach authored
llvm-svn: 78817
-
Dan Gohman authored
using formatted_raw_ostream's PadToColumn. Before: bb1: ; preds = %bb %2 = sext i32 %i.01 to i64 ; <i64> [#uses=1] %3 = getelementptr double* %p, i64 %2 ; <double*> [#uses=1] %4 = load double* %3, align 8 ; <double> [#uses=1] %5 = fmul double %4, 1.100000e+00 ; <double> [#uses=1] %6 = sext i32 %i.01 to i64 ; <i64> [#uses=1] %7 = getelementptr double* %p, i64 %6 ; <double*> [#uses=1] After: bb1: ; preds = %bb %2 = sext i32 %i.01 to i64 ; <i64> [#uses=1] %3 = getelementptr double* %p, i64 %2 ; <double*> [#uses=1] %4 = load double* %3, align 8 ; <double> [#uses=1] %5 = fmul double %4, 1.100000e+00 ; <double> [#uses=1] %6 = sext i32 %i.01 to i64 ; <i64> [#uses=1] %7 = getelementptr double* %p, i64 %6 ; <double*> [#uses=1] Several tests required whitespace adjustments. llvm-svn: 78816
-
Bob Wilson authored
leaving the mayLoad and mayStore settings around only the load/store instructions where those can't be inferred from the patterns. llvm-svn: 78815
-
Dan Gohman authored
llvm-svn: 78814
-
Chris Lattner authored
llvm-svn: 78813
-
Dan Gohman authored
llvm-svn: 78812
-
Dan Gohman authored
llvm-svn: 78811
-
Dan Gohman authored
not appending its own newline. llvm-svn: 78810
-
Dan Gohman authored
llvm-svn: 78809
-
Dan Gohman authored
llvm-svn: 78808
-
Oscar Fuentes authored
llvm-svn: 78807
-
Jim Grosbach authored
llvm-svn: 78806
-
Benjamin Kramer authored
Fix unit test on FreeBSD. We need to make sure there is enough space to save the pointer even if the memory returned from malloc was already aligned. llvm-svn: 78805
-
Gabor Greif authored
llvm-svn: 78804
-
Gabor Greif authored
llvm-svn: 78803
-
Chris Lattner authored
pair instead of from a virtual method on TargetMachine. This cuts the final ties of TargetAsmInfo to TargetMachine, meaning that MC can now use TargetAsmInfo. llvm-svn: 78802
-
Chris Lattner authored
llvm-svn: 78801
-
Chris Lattner authored
llvm-svn: 78800
-
Chris Lattner authored
in getArchTypeForLLVMName. llvm-svn: 78799
-
Chris Lattner authored
llvm-svn: 78798
-
Chris Lattner authored
llvm-svn: 78797
-
Chris Lattner authored
llvm-svn: 78796
-
Chris Lattner authored
llvm-svn: 78795
-
Jakob Stoklund Olesen authored
llvm-svn: 78793
-
Chris Lattner authored
the darwin version string. This should help consolidate the variety of weird functions we have scattered around the codebase that do stuff like this. llvm-svn: 78792
-
Chris Lattner authored
llvm-svn: 78791
-
Evan Cheng authored
llvm-svn: 78790
-
Oscar Fuentes authored
LibDeps.txt format to LLVMLibDeps.cmake format. llvm-svn: 78789
-
Oscar Fuentes authored
llvm-svn: 78788
-
Oscar Fuentes authored
libraries for an executable. Now LLVMConfig uses a new system for sorting library dependencies, as the list of dependent libraries for each entry of FinalLibDeps.txt no longer is topologically sorted. llvm-svn: 78787
-
Oscar Fuentes authored
llvm-svn: 78786
-
Oscar Fuentes authored
llvm-svn: 78785
-
Oscar Fuentes authored
llvm-svn: 78784
-
Evan Cheng authored
llvm-svn: 78779
-
Evan Cheng authored
llvm-svn: 78778
-