- Jul 20, 2011
-
-
Evan Cheng authored
TargetLoweringObjectFileImpl down to MCObjectFileInfo. TargetAsmInfo is done to one last method. It's *almost* gone! llvm-svn: 135569
-
Andrew Trick authored
llvm-svn: 135568
-
Chris Lattner authored
and ConvertTypeForMem are the same for pointers, it is best to just use ConvertType. Thanks Eli! llvm-svn: 135567
-
Andrew Trick authored
info. Holding Use* pointers is bad form even though it happened to work in this case. llvm-svn: 135566
-
Chris Lattner authored
decaying an array of incomplete type (which has type [0 x i8]*) to a normal pointer (which has incompletetype*). llvm-svn: 135565
-
NAKAMURA Takumi authored
X86Subtarget.h: Assume "x86_64-cygwin", though it has not been released yet, to appease test/CodeGen/X86 on cygwin. llvm-svn: 135564
-
Greg Clayton authored
Also we now display a live update of the kexts that we are loading. llvm-svn: 135563
-
Eric Christopher authored
llvm-svn: 135562
-
Eric Christopher authored
llvm-svn: 135561
-
Greg Clayton authored
llvm-svn: 135560
-
Andrew Trick authored
llvm-svn: 135559
-
Andrew Trick authored
llvm-svn: 135558
-
Greg Clayton authored
llvm-svn: 135557
-
Douglas Gregor authored
the AST reader down to the AST file + local ID, rather than walking the PCH chain. More cleanup/generalization, although there is more work to do for preprocessed entities. In particular, the "preallocation" scheme for preprocessed entities is not going to work well with late loading of PCH files, and it's likely we'll have to do something akin to the SourceManager's negative/positive loading. llvm-svn: 135556
-
Benjamin Kramer authored
llvm-svn: 135555
-
Douglas Gregor authored
reader down to the AST file + local ID, rather than walking the PCH chain. No functionality change; this is generalization and cleanup. llvm-svn: 135554
-
Johnny Chen authored
llvm-svn: 135553
-
Joerg Sonnenberger authored
arguments. llvm-svn: 135552
-
Douglas Gregor authored
AST reader down to the AST file + local ID, rather than walking the PCH chain. No functionality change; this is generalization and cleanup. llvm-svn: 135551
-
Akira Hatanaka authored
llvm-svn: 135550
-
Douglas Gregor authored
llvm-svn: 135549
-
Douglas Gregor authored
AST reader down to the AST file + local ID within that file, rather than lamely walking the PCH chain. There's no actual functionality change now, but this is cleaner and more general. llvm-svn: 135548
-
Johnny Chen authored
llvm-svn: 135547
-
Akira Hatanaka authored
llvm-svn: 135546
-
Joerg Sonnenberger authored
llvm-svn: 135545
-
Johnny Chen authored
llvm-svn: 135544
-
Richard Smith authored
llvm-svn: 135543
-
Johnny Chen authored
llvm-svn: 135542
-
Richard Smith authored
llvm-svn: 135541
-
Johnny Chen authored
llvm-svn: 135539
-
Bill Wendling authored
llvm-svn: 135538
-
Akira Hatanaka authored
llvm-svn: 135537
-
Johnny Chen authored
llvm-svn: 135536
-
Evan Cheng authored
llvm-svn: 135535
-
Eli Friedman authored
llvm-svn: 135534
-
Benjamin Kramer authored
llvm-svn: 135533
-
Jim Grosbach authored
The system register spec should be case insensitive. The preferred form for output with mask values of 4, 8, and 12 references APSR rather than CPSR. Update and tidy up tests accordingly. llvm-svn: 135532
-
Johnny Chen authored
They are not docstring'ed yet. llvm-svn: 135531
-
Sean Callanan authored
in ImportDefinition when replacing a previously forward-declared CXXRecordDecl with its full definition. The forward-declared type's DefinitionData had not been intialized for the forward-declared type, so adding fields to the Decl caused CXXRecordDecl::addedMember() to crash when accessing the DefinitionData. llvm-svn: 135530
-
Enrico Granata authored
type category list now supports a regular expression argument that filters categories to only include the ones matching the regex type summary list now supports a -w flag with a regular expression argument that filters categories to only include the ones matching the regex in category and summary listings, categories are printed in a meaningful order: - enabled ones first, in the order in which they are searched for summaries - disabled ones, in an unspecified order type summary list by default only expands non-empty enabled categories. to obtain a full listing, you must use the -w flag giving a "match-all" regex llvm-svn: 135529
-