- Nov 05, 2006
-
-
Reid Spencer authored
llvm-svn: 31463
-
Reid Spencer authored
llvm-svn: 31462
-
Reid Spencer authored
stands a chance of being compiled with a non C99 C compiler. The default is enabled so you must specifically disable this feature if you want the CBE output compiled with an older C compiler. llvm-svn: 31461
-
Nick Lewycky authored
llvm-svn: 31460
-
Evan Cheng authored
llvm-svn: 31459
-
Evan Cheng authored
llvm-svn: 31458
-
Reid Spencer authored
Be careful about blanks when checking LLVMGCC variable. llvm-svn: 31455
-
- Nov 04, 2006
-
-
Jim Laskey authored
their scope are being deleted. Workaround is to widen scope to full function. llvm-svn: 31454
-
Evan Cheng authored
llvm-svn: 31453
-
Evan Cheng authored
llvm-svn: 31452
-
Evan Cheng authored
llvm-svn: 31451
-
Chris Lattner authored
llvm-svn: 31450
-
Chris Lattner authored
that takes a register and condition code. Print these pieces of BLR the right way, even though it is currently set to 'always'. Next up: get the JIT encoding right, then enhance branch folding to produce predicated blr for simple examples. llvm-svn: 31449
-
Chris Lattner authored
isel fill in the instruction operands with the 'execute always' value automatically. llvm-svn: 31448
-
Chris Lattner authored
and pat pattern definitions. Codegen is not right for them yet. llvm-svn: 31444
-
Reid Spencer authored
llvm-svn: 31443
-
Reid Spencer authored
llvm-svn: 31442
-
Reid Spencer authored
A little script to return 1 if it encounters any of the cast instructions on the stdin. llvm-svn: 31441
-
Reid Spencer authored
llvm-svn: 31440
-
Evan Cheng authored
there may be other def(s) apart from the use&def two-address operand. We need to check if the register reuse for a use&def operand may conflicts with another def. Provide a mean to recover from the conflict if it is detected when the defs are processed later. llvm-svn: 31439
-
Chris Lattner authored
llvm-svn: 31438
-
Chris Lattner authored
llvm-svn: 31437
-
Chris Lattner authored
llvm-svn: 31436
-
Chris Lattner authored
llvm-svn: 31435
-
Chris Lattner authored
llvm-svn: 31434
-
Chris Lattner authored
llvm-svn: 31433
-
Chris Lattner authored
llvm-svn: 31432
-
- Nov 03, 2006
-
-
Andrew Lenharth authored
llvm-svn: 31431
-
Andrew Lenharth authored
llvm-svn: 31430
-
Chris Lattner authored
llvm-svn: 31429
-
Chris Lattner authored
from future changes. llvm-svn: 31428
-
Chris Lattner authored
vector accesses like we handle out-of-range array accesses. llvm-svn: 31427
-
Chris Lattner authored
llvm-svn: 31426
-
Reid Spencer authored
llvm-svn: 31422
-
Chris Lattner authored
llvm-svn: 31419
-
Chris Lattner authored
llvm-svn: 31417
-
Reid Spencer authored
llvm-svn: 31416
-
Andrew Lenharth authored
improves readability of the call handling code significantly, as well as makes it clear which parts are hacky (externals) and which parts are good (call handling). No functionality change. llvm-svn: 31415
-
Evan Cheng authored
llvm-svn: 31414
-
Evan Cheng authored
llvm-svn: 31413
-