- Jan 23, 2007
-
-
Evan Cheng authored
llvm-svn: 33455
-
Evan Cheng authored
requires 4-bytes alignment. llvm-svn: 33448
-
- Jan 22, 2007
-
-
Evan Cheng authored
llvm-svn: 33440
-
Evan Cheng authored
llvm-svn: 33433
-
- Jan 20, 2007
-
-
Evan Cheng authored
llvm-svn: 33401
-
Evan Cheng authored
llvm-svn: 33390
-
Evan Cheng authored
llvm-svn: 33389
-
- Jan 19, 2007
-
-
Evan Cheng authored
llvm-svn: 33368
-
Evan Cheng authored
llvm-svn: 33366
-
Evan Cheng authored
the .zerofill directive emission to not be darwin-specific. llvm-svn: 33365
-
Evan Cheng authored
llvm-svn: 33364
-
Evan Cheng authored
llvm-svn: 33363
-
Evan Cheng authored
delimits the boundaries of jump tables. This lets the linker's dead code stripping optimization do a better job. llvm-svn: 33362
-
Lauro Ramos Venancio authored
llvm-svn: 33359
-
Evan Cheng authored
llvm-svn: 33353
-
- Jan 12, 2007
-
-
Lauro Ramos Venancio authored
llvm-svn: 33142
-
Lauro Ramos Venancio authored
llvm-svn: 33141
-
- Jan 04, 2007
-
-
Lauro Ramos Venancio authored
llvm-svn: 32870
-
- Jan 02, 2007
-
-
Evan Cheng authored
llvm-svn: 32823
-
- Dec 31, 2006
-
-
Rafael Espindola authored
patch by Lauro bug fixed by me llvm-svn: 32795
-
Reid Spencer authored
Three changes: 1. Convert signed integer types to signless versions. 2. Implement the @sext and @zext parameter attributes. Previously the type of an function parameter was used to determine whether it should be sign extended or zero extended before the call. This information is now communicated via the function type's parameter attributes. 3. The interface to LowerCallTo had to be changed in order to accommodate the parameter attribute information. Although it would have been convenient to pass in the FunctionType itself, there isn't always one present in the caller. Consequently, a signedness indication for the result type and for each parameter was provided for in the interface to this method. All implementations were changed to make the adjustment necessary. llvm-svn: 32788
-
- Dec 29, 2006
-
-
Rafael Espindola authored
llvm-svn: 32767
-
- Dec 28, 2006
-
-
Lauro Ramos Venancio authored
llvm-svn: 32763
-
Lauro Ramos Venancio authored
llvm-svn: 32762
-
Rafael Espindola authored
bug noticed by Lauro llvm-svn: 32761
-
- Dec 26, 2006
-
-
Lauro Ramos Venancio authored
arm. llvm-svn: 32760
-
- Dec 21, 2006
-
-
Chris Lattner authored
llvm-svn: 32740
-
- Dec 19, 2006
-
-
Chris Lattner authored
llvm-svn: 32703
-
- Dec 18, 2006
-
-
Rafael Espindola authored
Lauros's patch llvm-svn: 32656
-
Rafael Espindola authored
llvm-svn: 32648
-
- Dec 14, 2006
-
-
Rafael Espindola authored
llvm-svn: 32580
-
Rafael Espindola authored
patch by Lauro llvm-svn: 32577
-
- Dec 12, 2006
-
-
Rafael Espindola authored
llvm-svn: 32484
-
Rafael Espindola authored
llvm-svn: 32482
-
Rafael Espindola authored
llvm-svn: 32459
-
Rafael Espindola authored
llvm-svn: 32454
-
Rafael Espindola authored
llvm-svn: 32452
-
- Dec 10, 2006
-
-
Rafael Espindola authored
.comm is in bytes :-( llvm-svn: 32408
-
- Dec 08, 2006
-
-
Rafael Espindola authored
llvm-svn: 32376
-
Rafael Espindola authored
llvm-svn: 32373
-