- Sep 10, 2009
-
-
Sean Callanan authored
various widths. llvm-svn: 81458
-
Sean Callanan authored
including segment offsets and (for 8-bit operands) absolute offsets. llvm-svn: 81457
-
Sean Callanan authored
ones capable of accessing R/M operands instead of just registers. llvm-svn: 81456
-
Bill Wendling authored
llvm-svn: 81454
-
Douglas Gregor authored
integral constant expressions (for conversions to integer types, naturally). I don't *think* that const_casts will ever get to this point, but I also can't convince myself that they won't... so I've taken the safe route and allowed the ICE checking code to look at const_cast. llvm-svn: 81453
-
Mikhail Glushenkov authored
llvm-svn: 81452
-
Douglas Gregor authored
all of the parent DeclContexts that aren't represented within the Scope chain. This fixes some name-lookup problems in out-of-line definitions of members of nested classes. llvm-svn: 81451
-
Andreas Neustifter authored
llvm-svn: 81450
-
Chris Lattner authored
llvm-svn: 81449
-
Mikhail Glushenkov authored
llvm-svn: 81448
-
Mikhail Glushenkov authored
llvm-svn: 81447
-
Fariborz Jahanian authored
from correct field of TypeInfo. llvm-svn: 81446
-
Nuno Lopes authored
llvm-svn: 81445
-
Nuno Lopes authored
llvm-svn: 81444
-
Benjamin Kramer authored
llvm-svn: 81443
-
Andreas Neustifter authored
llvm-svn: 81438
-
Nick Lewycky authored
used by a terminator in another. llvm-svn: 81437
-
Bill Wendling authored
llvm-svn: 81436
-
Daniel Dunbar authored
- I think we should get rid of this distinction though, but I need to discuss with the interested parties. llvm-svn: 81435
-
Bill Wendling authored
from the exception tables. However, Duncan explained why it's a can of worms to do it the GCC way. I went back to doing it the LLVM way and added Duncan's explanation so that I don't do this again in the future. llvm-svn: 81434
-
Zhongxing Xu authored
local node information. llvm-svn: 81433
-
Evan Cheng authored
llvm-svn: 81432
-
Daniel Dunbar authored
llvm-svn: 81430
-
Daniel Dunbar authored
llvm-svn: 81429
-
Daniel Dunbar authored
llvm-svn: 81428
-
Daniel Dunbar authored
llvm-svn: 81427
-
Evan Cheng authored
llvm-svn: 81426
-
Daniel Dunbar authored
llvm-svn: 81425
-
Bill Wendling authored
like what GCC outputs. The mysterious code to insert padding wasn't in GCC at all. I modified the TType base offset code to calculate the offset like GCC does, though. llvm-svn: 81424
-
Anders Carlsson authored
llvm-svn: 81423
-
Evan Cheng authored
llvm-svn: 81422
-
Daniel Dunbar authored
llvm-svn: 81421
-
Daniel Dunbar authored
Also, fix forwarding of -C/-CC to cc1. llvm-svn: 81420
-
Daniel Dunbar authored
llvm-svn: 81419
-
Daniel Dunbar authored
llvm-svn: 81418
-
Bill Wendling authored
code within it was the same inside and out. There's still a problem of the TypeInfoSize should be the size of the TType format encoding (at least that's what GCC thinks it should be). llvm-svn: 81417
-
Daniel Dunbar authored
llvm-svn: 81416
-
Bob Wilson authored
llvm-svn: 81415
-
Bill Wendling authored
llvm-svn: 81409
-
Bill Wendling authored
sizeof(DW_EH_PE_udata4). llvm-svn: 81408
-