- Jan 05, 2007
-
-
Chris Lattner authored
undef operands. llvm-svn: 32899
-
Chris Lattner authored
llvm-svn: 32893
-
Chris Lattner authored
llvm-svn: 32890
-
Evan Cheng authored
llvm-svn: 32888
-
- Jan 04, 2007
-
-
Chris Lattner authored
the recent signless changes. llvm-svn: 32884
-
Evan Cheng authored
do so. llvm-svn: 32881
-
Lauro Ramos Venancio authored
llvm-svn: 32870
-
Reid Spencer authored
llvm-svn: 32866
-
Reid Spencer authored
llvm-svn: 32865
-
Reid Spencer authored
llvm-svn: 32862
-
Reid Spencer authored
not prepared to handle them yet. llvm-svn: 32861
-
Chris Lattner authored
const and remove the ugly mutator methods. llvm-svn: 32860
-
Chris Lattner authored
llvm-svn: 32859
-
Chris Lattner authored
llvm-svn: 32858
-
Chris Lattner authored
llvm-svn: 32857
-
Chris Lattner authored
llvm-svn: 32856
-
Reid Spencer authored
llvm-svn: 32853
-
Reid Spencer authored
Make an error message a little more useful. llvm-svn: 32852
-
- Jan 03, 2007
-
-
Bill Wendling authored
one should. llvm-svn: 32845
-
Chris Lattner authored
llvm-svn: 32842
-
Chris Lattner authored
llvm-svn: 32841
-
Reid Spencer authored
llvm-svn: 32840
-
Reid Spencer authored
llvm-svn: 32839
-
Reid Spencer authored
that we default to an ANY_EXTEND if no parameter attribute is set on the result value of a function. llvm-svn: 32836
-
Jim Laskey authored
llvm-svn: 32835
-
Jim Laskey authored
llvm-svn: 32834
-
Anton Korobeynikov authored
- New target type "mingw" was introduced - Same things for both mingw & cygwin are marked as "cygming" (as in gcc) - .lcomm is supported here, so allow LLVM to use it - Correctly use underscored versions of setjmp & _longjmp for both mingw & cygwin llvm-svn: 32833
-
Reid Spencer authored
things: (1) preventing PR1071 and (2) working around missing parameter attributes for bool type. (2) will be fixed shortly. When PR1071 is fixed, this patch should be undone. llvm-svn: 32831
-
Reid Spencer authored
1. Switch expression and cases are compared signed and are sign extended. 2. For function results needing extended, do SIGN_EXTEND if the SExtAttribute is set and ZERO_EXTEND if the ZExtAttribute is set, otherwise just let the Legalizer do ANY_EXTEND. This fixes the recent regression in kimwitu++ and probably the llvm-gcc bootstrap issue we had today. llvm-svn: 32830
-
Reid Spencer authored
Consolidate some lines of code and remove duplication. llvm-svn: 32829
-
Jim Laskey authored
llvm-svn: 32827
-
- Jan 02, 2007
-
-
Reid Spencer authored
llvm-svn: 32825
-
Reid Spencer authored
type of function definitions. This fixes test/Regression/Assember/2007-01-02-Undefined-Arg-Type.ll llvm-svn: 32824
-
Evan Cheng authored
llvm-svn: 32823
-
Evan Cheng authored
- Make use of spillCalleeSavedRegisters() and restoreCalleeSavedRegisters(). llvm-svn: 32822
-
- Dec 31, 2006
-
-
Reid Spencer authored
llvm-svn: 32803
-
Reid Spencer authored
The lookup of parameter attributes was offset by two because of the additional operands in an invoke instruction. llvm-svn: 32801
-
Reid Spencer authored
llvm-svn: 32800
-
Reid Spencer authored
llvm-svn: 32799
-
Reid Spencer authored
llvm-svn: 32798
-