- Sep 11, 2009
-
-
Daniel Dunbar authored
llvm-svn: 81472
-
Daniel Dunbar authored
llvm-svn: 81471
-
Daniel Dunbar authored
llvm-svn: 81470
-
Daniel Dunbar authored
llvm-svn: 81469
-
Devang Patel authored
llvm-svn: 81468
-
Fariborz Jahanian authored
class into a candidate set. llvm-svn: 81467
-
Bill Wendling authored
llvm-svn: 81466
-
Bill Wendling authored
llvm-svn: 81465
-
Bob Wilson authored
post-decrement load/store. llvm-svn: 81464
-
Dale Johannesen authored
llvm-svn: 81463
-
- Sep 10, 2009
-
-
Fariborz Jahanian authored
llvm-svn: 81462
-
Kevin Enderby authored
that things like .word can be parsed as target specific. Moved parsing .word out of AsmParser.cpp into X86AsmParser.cpp as it is 2 bytes on X86 and 4 bytes for other targets that support the .word directive. llvm-svn: 81461
-
Anders Carlsson authored
Don't check use of a member function declaration used if the member function is virtual and the member reference expression doesn't explicitly qualify it. Fixes PR4878. llvm-svn: 81460
-
Victor Hernandez authored
llvm-svn: 81459
-
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
-