- Feb 29, 2008
-
-
Chris Lattner authored
a union containing a vector and an array whose elements were smaller than the vector elements. this means we need to compile the load of the array elements into an extract element plus a truncate. llvm-svn: 47752
-
Chris Lattner authored
functionality change. llvm-svn: 47751
-
Chris Lattner authored
llvm-svn: 47750
-
Evan Cheng authored
No need for coalescer to update kills. Only copies are coalesced and those instructions will be deleted. Doh. llvm-svn: 47749
-
Evan Cheng authored
llvm-svn: 47748
-
Nick Kledzik authored
llvm-svn: 47747
-
Dan Gohman authored
llvm-svn: 47746
-
Dan Gohman authored
which allows more of the surrounding arithmetic to be done with APInt instead of uint64_t. llvm-svn: 47745
-
Dan Gohman authored
llvm-svn: 47744
-
Dan Gohman authored
an APInt into a uint64_t to call getConstant. llvm-svn: 47742
-
Dan Gohman authored
instead of uint32_t for the shift/rotate count operand type. llvm-svn: 47741
-
Anders Carlsson authored
llvm-svn: 47740
-
Dan Gohman authored
by using the new convertFromAPInt directly. llvm-svn: 47739
-
Dan Gohman authored
llvm-svn: 47738
-
Evan Cheng authored
llvm-svn: 47736
-
Lauro Ramos Venancio authored
llvm-svn: 47735
-
- Feb 28, 2008
-
-
Dale Johannesen authored
generic & x86 versions; change generic to follow x86 and improve comments. Add PPC version (not right for non-Darwin.) llvm-svn: 47734
-
Andrew Lenharth authored
Make llvm-ar behave like ar, if you create an empty archive, ar creates an empty archive. llvm-ar would not generate an output file in this case llvm-svn: 47733
-
Lauro Ramos Venancio authored
llvm-svn: 47732
-
Ted Kremenek authored
Cache the location of the error. Don't emit the same warning for the same error type that occurs at the same program location but along a different path. llvm-svn: 47727
-
Ted Kremenek authored
This current implementation only works when both operands are concrete values; later we will add support for symbolic values. llvm-svn: 47726
-
Lauro Ramos Venancio authored
llvm-svn: 47725
-
Eli Friedman authored
welcome. llvm-svn: 47724
-
Gabor Greif authored
llvm-svn: 47723
-
Dale Johannesen authored
llvm-svn: 47722
-
Chris Lattner authored
llvm-svn: 47720
-
Duncan Sands authored
values. llvm-svn: 47719
-
Gabor Greif authored
changed "very early" to "early" when talking about the state of clang. llvm-svn: 47718
-
Gabor Greif authored
add an SVN-UPDATE-OPTIONS variable that controls the update behaviour. This allows to go to a common older revision of all svn directories: gmake update SVN-UPDATE-OPTIONS=-r47717 would rewind both llvm and clang to a common revision (if clang is checked out into the llvm tree). llvm-svn: 47717
-
Gabor Greif authored
two new convenience targets: - update: svn update toplevel and try hard to locate updatable subdirectories using cunning tricks - happiness: update then build and test so what one wants to do now is: nice gmake --jobs happiness Have fun! llvm-svn: 47716
-
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
-