- Jan 17, 2006
-
-
Evan Cheng authored
read a flag. llvm-svn: 25378
-
Jim Laskey authored
llvm-svn: 25377
-
Jim Laskey authored
llvm-svn: 25376
-
Evan Cheng authored
llvm-svn: 25375
-
- Jan 16, 2006
-
-
Evan Cheng authored
llvm-svn: 25374
-
Chris Lattner authored
llvm-svn: 25373
-
Chris Lattner authored
llvm-svn: 25372
-
Andrew Lenharth authored
llvm-svn: 25371
-
Andrew Lenharth authored
llvm-svn: 25370
-
Andrew Lenharth authored
llvm-svn: 25369
-
Evan Cheng authored
llvm-svn: 25368
-
Reid Spencer authored
llvm-svn: 25367
-
Reid Spencer authored
This patch is an incremental step towards supporting a flat symbol table. It de-overloads the intrinsic functions by providing type-specific intrinsics and arranging for automatically upgrading from the old overloaded name to the new non-overloaded name. Specifically: llvm.isunordered -> llvm.isunordered.f32, llvm.isunordered.f64 llvm.sqrt -> llvm.sqrt.f32, llvm.sqrt.f64 llvm.ctpop -> llvm.ctpop.i8, llvm.ctpop.i16, llvm.ctpop.i32, llvm.ctpop.i64 llvm.ctlz -> llvm.ctlz.i8, llvm.ctlz.i16, llvm.ctlz.i32, llvm.ctlz.i64 llvm.cttz -> llvm.cttz.i8, llvm.cttz.i16, llvm.cttz.i32, llvm.cttz.i64 New code should not use the overloaded intrinsic names. Warnings will be emitted if they are used. llvm-svn: 25366
-
Reid Spencer authored
This file makes the helper functions for auto-upgrade of llvm assembly and bytecode more accessible. This is part of de-overloading of intrinsic functions to support the flat symbol table (no type planes). llvm-svn: 25365
-
Andrew Lenharth authored
llvm-svn: 25364
-
Chris Lattner authored
llvm-svn: 25363
-
Chris Lattner authored
llvm-svn: 25362
-
Chris Lattner authored
llvm-svn: 25361
-
Chris Lattner authored
Apparently Andrew hasn't implemented ReadCycleCounter in the new isel and renamed ornot to eqv llvm-svn: 25360
-
Chris Lattner authored
llvm-svn: 25359
-
Duraid Madina authored
fixing divides: FP should now be 100%, and integers are fine too unless you try to div/mod 0 by anything, in which case you will get some cute number, and not 0, which is bad. llvm-svn: 25358
-
Nate Begeman authored
llvm-svn: 25357
-
Nate Begeman authored
(itanium supports bswap natively, alpha should custom lower it using the VAX floating point swapload, ha ha). llvm-svn: 25356
-
Nate Begeman authored
llvm-svn: 25355
-
Nate Begeman authored
sdnode' section. llvm-svn: 25354
-
Duraid Madina authored
fix division! again!! pattern isel, prepare to die. llvm-svn: 25353
-
Chris Lattner authored
that are smaller than an int, make sure to adjust the frame pointer to take this into consideration. llvm-svn: 25351
-
Chris Lattner authored
llvm-svn: 25350
-
Chris Lattner authored
llvm-svn: 25349
-
Chris Lattner authored
llvm-svn: 25348
-
Chris Lattner authored
llvm-svn: 25347
-
- Jan 15, 2006
-
-
Chris Lattner authored
from memory. llvm-svn: 25346
-
Chris Lattner authored
llvm-svn: 25345
-
Chris Lattner authored
llvm-svn: 25344
-
Chris Lattner authored
llvm-svn: 25343
-
Robert Bocchino authored
llvm-svn: 25342
-
Chris Lattner authored
of it until they are resolved. llvm-svn: 25341
-
Chris Lattner authored
llvm-svn: 25340
-
Chris Lattner authored
llvm-svn: 25339
-
Evan Cheng authored
llvm-svn: 25338
-