- Nov 28, 2006
-
-
Bill Wendling authored
llvm-svn: 31984
-
Bill Wendling authored
llvm streams llvm-svn: 31983
-
Chris Lattner authored
llvm-svn: 31981
-
Andrew Lenharth authored
llvm-svn: 31980
-
Andrew Lenharth authored
llvm-svn: 31979
-
Reid Spencer authored
llvm-svn: 31977
-
Evan Cheng authored
llvm-svn: 31976
-
Andrew Lenharth authored
llvm-svn: 31975
-
Andrew Lenharth authored
llvm-svn: 31974
-
Andrew Lenharth authored
llvm-svn: 31973
-
Andrew Lenharth authored
llvm-svn: 31972
-
Jim Laskey authored
llvm-svn: 31970
-
Jim Laskey authored
llvm-svn: 31969
-
Jim Laskey authored
llvm-svn: 31966
-
Reid Spencer authored
llvm-svn: 31965
-
Reid Spencer authored
constant lists. This is just an internal change to the parser in preparation for some backwards compatibility code that is to follow. This will allow things like "uint 4000000000" to retain the unsignedness of the integer constant as the value moves through the parser. In the future, all integer types will be signless but parsing "uint" and friends will be retained for backwards compatibility. llvm-svn: 31964
-
Reid Spencer authored
producing code for "trunc to bool". This passes all tests on Linux. llvm-svn: 31963
-
Bill Wendling authored
llvm-svn: 31958
-
Evan Cheng authored
llvm-svn: 31957
-
Bill Wendling authored
llvm-svn: 31955
-
Bill Wendling authored
llvm-svn: 31954
-
Evan Cheng authored
llvm-svn: 31952
-
Chris Lattner authored
llvm-svn: 31950
-
Bill Wendling authored
llvm-svn: 31949
-
Andrew Lenharth authored
is still in Writer, but issolated to a single function. This might be split into something in each target directory. This is sufficient to get through archie and an strcpy impl on linux-x86. Module level asm is not handled. llvm-svn: 31948
-
Evan Cheng authored
of opcode and number of operands. llvm-svn: 31947
-
- Nov 27, 2006
-
-
Chris Lattner authored
llvm-svn: 31943
-
Chris Lattner authored
llvm-svn: 31941
-
Reid Spencer authored
can result in a bool. Previously PtrToInt, FPToUI and FPToSI were missing this operation. llvm-svn: 31938
-
Bill Wendling authored
llvm-svn: 31936
-
Chris Lattner authored
form a load from i1 from larger loads that may not be zext'd. llvm-svn: 31933
-
Chris Lattner authored
expanded into BR_CC. llvm-svn: 31932
-
Reid Spencer authored
The long awaited CAST patch. This introduces 12 new instructions into LLVM to replace the cast instruction. Corresponding changes throughout LLVM are provided. This passes llvm-test, llvm/test, and SPEC CPUINT2000 with the exception of 175.vpr which fails only on a slight floating point output difference. llvm-svn: 31931
-
- Nov 26, 2006
-
-
Bill Wendling authored
llvm-svn: 31927
-
Bill Wendling authored
llvm-svn: 31925
-
Bill Wendling authored
llvm-svn: 31924
-
Bill Wendling authored
llvm-svn: 31923
-
Bill Wendling authored
llvm-svn: 31922
-
Duraid Madina authored
llvm-svn: 31920
-
- Nov 25, 2006
-
-
Reid Spencer authored
llvm-svn: 31908
-