- Nov 11, 2010
-
-
NAKAMURA Takumi authored
Defaults: if (MSVC OR XCODE): "-sv --no-progress-bar" else: "-sv" llvm-svn: 118776
-
Francois Pichet authored
llvm-svn: 118775
-
Rafael Espindola authored
a leftover from the removal of isExplicit. llvm-svn: 118774
-
John McCall authored
rdar://problem/8652606 llvm-svn: 118773
-
Greg Clayton authored
llvm-svn: 118772
-
Rafael Espindola authored
llvm-svn: 118771
-
Greg Clayton authored
a forward declaration to a struct and hangle it gracefully (don't crash trying to ask clang how many children an empty record has). llvm-svn: 118770
-
Rafael Espindola authored
llvm-svn: 118769
-
Jim Grosbach authored
llvm-svn: 118767
-
Jim Grosbach authored
llvm-svn: 118761
-
Owen Anderson authored
Add support for specifying a PostEncoderMethod, which can perform post-processing after the automated encoding of an instruction. Not yet used. llvm-svn: 118759
-
Greg Clayton authored
llvm-svn: 118758
-
Jim Grosbach authored
llvm-svn: 118757
-
Dan Gohman authored
llvm-svn: 118755
-
Jakob Stoklund Olesen authored
superceded by SplitKit. llvm-svn: 118754
-
John McCall authored
llvm-svn: 118753
-
Dan Gohman authored
these points. llvm-svn: 118752
-
Douglas Gregor authored
diagnostic-capturing client lives as long as the ASTUnit itself does. Otherwise, we can end up with crashes when we get a diagnostic outside of parsing/code completion. The circumstances under which this happen are really hard to reproduce, because a file needs to change from under us. llvm-svn: 118751
-
Dan Gohman authored
it, so that it doesn't appear to be a known size. llvm-svn: 118748
-
Jakob Stoklund Olesen authored
This is the first small step towards using closed intervals for liveness instead of the half-open intervals we're using now. We want to be able to distinguish between a SlotIndex that represents a variable being live-out of a basic block, and an index representing a variable live-in to its successor. That requires two separate indexes between blocks. One for live-outs and one for live-ins. With this change, getMBBEndIdx(MBB).getPrevSlot() becomes stable so it stays greater than any instructions inserted at the end of MBB. llvm-svn: 118747
-
Devang Patel authored
llvm-svn: 118746
-
Fariborz Jahanian authored
a test change, all for blocks. wip. llvm-svn: 118745
-
Jakob Stoklund Olesen authored
llvm-svn: 118743
-
Jakob Stoklund Olesen authored
llvm-svn: 118742
-
Jakob Stoklund Olesen authored
constant loads. llvm-svn: 118741
-
Chris Lattner authored
llvm-svn: 118740
-
Johnny Chen authored
llvm-svn: 118739
-
Jim Grosbach authored
encoding bits. llvm-svn: 118738
-
Greg Clayton authored
namespaces by name given an optional symbol context. I might end up dressing up the "clang::NamespaceDecl" into a lldb_private::Namespace class if we need to do more than is currenlty required of namespaces. Currently we only need to be able to lookup a namespace by name when parsing expressions, so I kept it simple for now. The idea here is even though we are passing around a "clang::NamespaceDecl *", that we always have it be an opaque pointer (it is forward declared inside of "lldb/Core/ClangForward.h") and we only use clang::NamespaceDecl implementations inside of ClangASTContext, or ClangASTType when we need to extract information from the namespace decl object. llvm-svn: 118737
-
Jim Grosbach authored
llvm-svn: 118736
-
John McCall authored
of the enumerators rather than the actual expressible range. This is great when dealing with opaque *values* of that type, but when computing the range of the type for purposes of converting *into* it, it produces warnings in cases we don't care about (e.g. enum_t x = 500;). Divide the logic into these two cases and use the more conservative range for targets. llvm-svn: 118735
-
Rafael Espindola authored
llvm-svn: 118733
-
Jim Grosbach authored
llvm-svn: 118732
-
Johnny Chen authored
llvm-svn: 118731
-
Jim Grosbach authored
llvm-svn: 118730
-
- Nov 10, 2010
-
-
Dan Gohman authored
the reverse map too. This fixes seflhost build errors. llvm-svn: 118729
-
Rafael Espindola authored
llvm-svn: 118728
-
Devang Patel authored
llvm-svn: 118727
-
Devang Patel authored
Take care of special characters while creating named MDNode name to hold function specific local variable's info. This fixes radar 8653152. I am checking in testcase as a separate check-in. llvm-svn: 118726
-
Rafael Espindola authored
llvm-svn: 118725
-