- Mar 23, 2009
-
-
Chris Lattner authored
llvm-svn: 67543
-
Anders Carlsson authored
llvm-svn: 67542
-
Douglas Gregor authored
library function, accept this declaration and pretend that we do not know that this is a library function. autoconf depends on this (broken) behavior. llvm-svn: 67541
-
Dan Gohman authored
actually have uses, which reflects the way it's used. llvm-svn: 67540
-
Chris Lattner authored
This matters in assembler mode, where this is silently allowed. This fixes rdar://6709206. llvm-svn: 67539
-
Ted Kremenek authored
<rdar://problem/6704930> involving SimpleConstraintManager not reasoning well about symbolic constraint values involving arithmetic operators. llvm-svn: 67534
-
Douglas Gregor authored
prototype. Thanks Eli! llvm-svn: 67533
-
Chris Lattner authored
llvm-svn: 67532
-
Dan Gohman authored
in an SUnit, instead of just the first one. This fix is needed by some upcoming scheduler changes. llvm-svn: 67531
-
Douglas Gregor authored
llvm-svn: 67530
-
Daniel Dunbar authored
llvm-svn: 67529
-
Dan Gohman authored
defs, regardless of whether they are actually used. llvm-svn: 67528
-
Daniel Dunbar authored
- Patch by Ed Schoeten! llvm-svn: 67527
-
Dan Gohman authored
explicitly flush it. llvm-svn: 67526
-
Dan Gohman authored
llvm-svn: 67525
-
Dan Gohman authored
llvm-svn: 67524
-
Dan Gohman authored
llvm-svn: 67523
-
Dan Gohman authored
static member functions, and add getIncomingValueNumForOperand and getIncomingBlockNumForOperand, which are the respective inverses. llvm-svn: 67522
-
Ted Kremenek authored
values passed-by-reference to unknown functions. llvm-svn: 67519
-
Dan Gohman authored
llvm-svn: 67518
-
Daniel Dunbar authored
llvm-svn: 67517
-
Evan Cheng authored
Model inline asm constraint which ties an input to an output register as machine operand TIED_TO constraint. This eliminated the need to pre-allocate registers for these. This also allows register allocator can eliminate the unneeded copies. llvm-svn: 67512
-
Evan Cheng authored
Do not fold away subreg_to_reg if the source register has a sub-register index. That means the source register is taking a sub-register of a larger register. e.g. On x86 %RAX<def> = ... %RAX<def> = SUBREG_TO_REG 0, %EAX:3<kill>, 3 The first def is defining RAX, not EAX so the top bits were not zero-extended. llvm-svn: 67511
-
Chris Lattner authored
llvm-svn: 67510
-
Chris Lattner authored
were when we came around, not to their default handler. This should fix PR3848 llvm-svn: 67509
-
Chris Lattner authored
llvm-svn: 67508
-
Dan Gohman authored
llvm-svn: 67507
-
Eli Friedman authored
Evaluate for __extension__ and __builtin_choose_expr. llvm-svn: 67506
-
Chris Lattner authored
llvm-svn: 67505
-
Chris Lattner authored
Do not recommend llvm::OStream anymore. Use raw_ostream or MemoryBuffer. llvm-svn: 67504
-
Eli Friedman authored
llvm-svn: 67503
-
Dan Gohman authored
i8 return values. llvm-svn: 67502
-
Eli Friedman authored
llvm-svn: 67501
-
Evan Cheng authored
llvm-svn: 67500
-
Eli Friedman authored
llvm-svn: 67499
-
Ted Kremenek authored
llvm-svn: 67498
-
Eli Friedman authored
llvm-svn: 67497
-
Eli Friedman authored
llvm-svn: 67496
-
Sebastian Redl authored
Recognize rvalue references in C++03, but complain about them. This leads to far better error recovery. llvm-svn: 67495
-
Eli Friedman authored
incompatibilities in assignments from other pointer incompatibilities. Based off of the patch in PR3342. (This doesn't implement -Wno-pointer-sign, but I don't know the driver code very well.) llvm-svn: 67494
-