- Feb 09, 2010
-
-
Dan Gohman authored
direct MCExpr equivalents. Don't use MCExpr::Shr because it isn't consistent between targets. llvm-svn: 95620
-
Dan Gohman authored
Document that MCExpr::Div, Mod, and the comparison operators are all signed operators. Document that the comparison operators' results are target-dependent. Document that the behavior of shr is target-dependent. llvm-svn: 95619
-
Chris Lattner authored
llvm-svn: 95616
-
Chris Lattner authored
llvm-svn: 95609
-
Chris Lattner authored
llvm-svn: 95608
-
Sean Callanan authored
for the new APIs offered by the enhanced disassembler for inspecting operands. llvm-svn: 95606
-
Devang Patel authored
llvm-svn: 95605
-
Jim Grosbach authored
llvm-svn: 95603
-
Chris Lattner authored
MCSymbol, we can remove the 'suffix' argument of GetBlockAddressSymbol. Do so. llvm-svn: 95601
-
Chris Lattner authored
2 files changed, 48 insertions(+), 83 deletions(-) llvm-svn: 95599
-
- Feb 08, 2010
-
-
Chris Lattner authored
backend to use X86MCTargetExpr, simplifying a bunch of code. llvm-svn: 95595
-
Sean Callanan authored
for register tokens. Before, if it encountered '%al,' it would report 'al,' as the token. Now it correctly reports '%al'. llvm-svn: 95594
-
Chris Lattner authored
llvm-svn: 95593
-
Dan Gohman authored
expression; don't go into an infinite loop if it does. llvm-svn: 95591
-
Chris Lattner authored
representing @GOT and friends. Use it for personality references as a first use. llvm-svn: 95588
-
Chris Lattner authored
llvm-svn: 95587
-
Chris Lattner authored
cast needs to adjust for a vtable pointer when going from base to derived type (when the base doesn't have a vtable but the derived type does). llvm-svn: 95585
-
Johnny Chen authored
The 'R' suffix means the to-integer operations use the rounding mode specified by the FPSCR, encoded as Inst{7} = 0. A8.6.295 llvm-svn: 95584
-
Dan Gohman authored
in global initializers. Instead of aborting, attempt to fold them on the spot. If folding succeeds, emit the folded expression instead. This fixes PR6255. llvm-svn: 95583
-
Dan Gohman authored
llvm-svn: 95582
-
Dale Johannesen authored
we can get in here if FastISel gives up in a block. (Actually the two copies of this need to be unified. Later.) llvm-svn: 95579
-
Dan Gohman authored
for blocks ending in "unreachable". llvm-svn: 95565
-
Dan Gohman authored
its current purpose. llvm-svn: 95564
-
Johnny Chen authored
llvm-svn: 95560
-
Chris Lattner authored
llvm-svn: 95559
-
Duncan Sands authored
looking for isPointer, and added the rest for uniformity. llvm-svn: 95557
-
Daniel Dunbar authored
by clang's -fixit! :) llvm-svn: 95551
-
Johnny Chen authored
A8.6.331 VMOV (between two ARM core registers and two single-precision registers) llvm-svn: 95548
-
Duncan Sands authored
llvm-svn: 95542
-
Torok Edwin authored
Thanks to Kristaps Straupe for noticing the bug. llvm-svn: 95537
-
Sanjiv Gupta authored
llvm-svn: 95532
-
Sanjiv Gupta authored
Use a temp dir with a unique name in the current dir itself. Use forward_value instead of unpack_values. llvm-svn: 95530
-
- Feb 07, 2010
-
-
Nick Lewycky authored
cppcheck! llvm-svn: 95527
-
Duncan Sands authored
warns about this base class not having a virtual destructor, but since this class has no virtual methods and neither it or the types derived from it has a destructor, a protected trivial destructor will do (and shuts cppcheck up) the trick without the cost of introducing a vtable. llvm-svn: 95526
-
- Feb 06, 2010
-
-
Bruno Cardoso Lopes authored
llvm-svn: 95506
-
Bruno Cardoso Lopes authored
- o32 cc must pass all arguments in A0...A3 and stack regardless if its type (but respect the alignment). - Store all variable arguments back to the caller stack. llvm-svn: 95500
-
Evan Cheng authored
only run for x86 with fastisel. I've found it being very effective in eliminating some obvious dead code as result of formal parameter lowering especially when tail call optimization eliminated the need for some of the loads from fixed frame objects. It also shrinks a number of the tests. A couple of tests no longer make sense and are now eliminated. llvm-svn: 95493
-
Evan Cheng authored
llvm-svn: 95492
-
Bob Wilson authored
llvm-svn: 95488
-
Rafael Espindola authored
llvm-svn: 95477
-