- Jul 06, 2010
-
-
Dan Gohman authored
the block before calling the expansion hook. And don't put EFLAGS in a mbb's live-in list twice. llvm-svn: 107691
-
Nick Lewycky authored
AST during the instantiation. Fixes PR7417! llvm-svn: 107690
-
Matt Fleming authored
Patch from Roman Divacky. llvm-svn: 107688
-
John McCall authored
into IRBuilder. llvm-svn: 107687
-
Douglas Gregor authored
TagDecl subclasses when out-of-line template declaration information is available, from Peter Collingbourne! llvm-svn: 107686
-
Matt Fleming authored
Binary Interface specification. llvm-svn: 107685
-
Eric Christopher authored
llvm-svn: 107684
-
John McCall authored
and give a more precise return type for some of the type-creation methods. llvm-svn: 107683
-
Douglas Gregor authored
template specialization, from Peter Collingbourne. llvm-svn: 107682
-
Douglas Gregor authored
declarations when implicitly declaring the default constructor, copy constructor, destructor, and copy-assignment operators of a class. Argiris fixed the underlying problem in r107596. llvm-svn: 107681
-
Nick Lewycky authored
llvm-svn: 107680
-
Duncan Sands authored
uninitialized (which doesn't seem to be the case), by giving them arbitrary initial values. llvm-svn: 107679
-
Devang Patel authored
llvm-svn: 107678
-
John McCall authored
an IRBuilder. llvm-svn: 107677
-
John McCall authored
block before deleting it. Fixes PR7575. This really just a short-term fix before implementing lazy cleanups. llvm-svn: 107676
-
Tom Care authored
Added several helper functions to Stmt to recursively check for different elements (macros, enum constants, etc). llvm-svn: 107675
-
Rafael Espindola authored
if profitable. llvm-svn: 107673
-
Greg Clayton authored
if (a = 0) instead of: if (a == 0) Thanks to Jean-Daniel Dupas. llvm-svn: 107672
-
Greg Clayton authored
llvm-svn: 107671
-
Chris Lattner authored
llvm-svn: 107670
-
Duncan Sands authored
Patch by Kenneth Hoste. llvm-svn: 107669
-
Dan Gohman authored
llvm-svn: 107668
-
Gabor Greif authored
making all of CallInst's low-level operand accessors private If you get compile errors I strongly urge you to update your code. I tried to write the necessary clues into the header where the compiler may point to, but no guarantees. It works for my GCC. You have several options to update your code: - you can use the v2.8 ArgOperand accessors - you can go via a temporary CallSite - you can upcast to, say, User and call its low-level accessors if your code is definitely operand-order agnostic. If you run into serious problems, please comment in below thread (and back out this revision only if absolutely necessary): <http://groups.google.com/group/llvm-dev/browse_thread/thread/64650cf343b28271> llvm-svn: 107667
-
Dan Gohman authored
which do not depend on SelectionDAG. llvm-svn: 107666
-
Argyrios Kyrtzidis authored
llvm-svn: 107665
-
Argyrios Kyrtzidis authored
llvm-svn: 107664
-
Argyrios Kyrtzidis authored
llvm-svn: 107663
-
Argyrios Kyrtzidis authored
llvm-svn: 107662
-
Dan Gohman authored
should be used for. llvm-svn: 107661
-
Dan Gohman authored
from getPhysicalRegisterRegClass. llvm-svn: 107660
-
Dan Gohman authored
clarify a few other things. llvm-svn: 107659
-
Anton Korobeynikov authored
Fix a major regression on COFF targets introduced by r103267: 'discardable' section means that it is used only during the program load and can be discarded afterwards. This way *only* debug sections can be discarded, but not the opposite. Seems like the copy-and-pasto from ELF code, since there it contains the reverse flag ('alloc'). llvm-svn: 107658
-
Dan Gohman authored
llvm-svn: 107657
-
Dan Gohman authored
llvm-svn: 107656
-
Dan Gohman authored
the pseudo instruction is not at the end of the block. llvm-svn: 107655
-
Zhongxing Xu authored
llvm-svn: 107646
-
Zhongxing Xu authored
llvm-svn: 107645
-
Zhongxing Xu authored
Add an API to get an Entity associated with a name in the global namespace. llvm-svn: 107642
-
Eric Christopher authored
llvm-svn: 107641
-
Eric Christopher authored
registers. Split out testcases per architecture and os now. Patch from Nelson Elhage. llvm-svn: 107640
-