- Nov 11, 2010
-
-
Jim Grosbach authored
instructions. llvm-svn: 118801
-
Andrew Trick authored
it makes no sense for allocation_order iterators to visit reserved regs. The inline spiller depends on AliasAnalysis. Manage the Query state to avoid uninitialized or stale results. llvm-svn: 118800
-
Dan Gohman authored
llvm-svn: 118799
-
Rafael Espindola authored
a weakref is used with a VariantKind. llvm-svn: 118798
-
Chris Lattner authored
llvm-svn: 118797
-
Jim Grosbach authored
llvm-svn: 118794
-
Rafael Espindola authored
easier to read by having const references to the symbol, aliased symbol and renamed symbol. llvm-svn: 118793
-
Dan Gohman authored
llvm-svn: 118792
-
Dan Gohman authored
llvm-svn: 118790
-
Dan Gohman authored
llvm-svn: 118789
-
Dan Gohman authored
llvm-svn: 118788
-
Dan Gohman authored
execute. Make Sink's predicate more precise. llvm-svn: 118787
-
Daniel Dunbar authored
llvm-svn: 118786
-
Ted Kremenek authored
llvm-svn: 118785
-
Ted Kremenek authored
is gradually becoming more data recursive, AnnotateTokensVisitor does its own recursive call within the visitor that can still blow out the stack. This can potentially be reworked to avoid this, but for now just do token annotation on a separate thread. llvm-svn: 118783
-
Ted Kremenek authored
and CXXCallMemberExprs. This scheme is hopefully general enough to extend to the rest of the visitor if necessary. llvm-svn: 118782
-
John McCall authored
uncoerced value. Also, whitelist bool bitfields, which aren't really a truncation. llvm-svn: 118778
-
NAKAMURA Takumi authored
test/CMakeLists.txt: Use ${LLVM_LIT_ARGS} and remove redundant arguments "-sv" and "--no-progress-bar". llvm-svn: 118777
-
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
-