- Jul 28, 2008
-
-
Bruno Cardoso Lopes authored
Fixed COMM asm directive usage. ConstantPool using custom FourByteConstantSection. llvm-svn: 54139
-
Duncan Sands authored
because opt exited while llvm-as was still writing to the pipe, causing it to get a SIGPIPE. It seems best to change things to avoid the race altogether. llvm-svn: 54138
-
Bill Wendling authored
llvm-svn: 54137
-
Dan Gohman authored
llvm-svn: 54136
-
Dan Gohman authored
llvm-svn: 54135
-
Dan Gohman authored
llvm-svn: 54134
-
Owen Anderson authored
This fixes PR2599. llvm-svn: 54133
-
Owen Anderson authored
circumstances we could end up remapping a dependee to the same instruction that we're trying to remove. Handle this properly by just falling back to a conservative solution. llvm-svn: 54132
-
Bill Wendling authored
llvm-svn: 54131
-
Dan Gohman authored
llvm-svn: 54130
-
Dan Gohman authored
the SelectionDAG's. llvm-svn: 54129
-
- Jul 27, 2008
-
-
Dan Gohman authored
llvm-svn: 54128
-
Dan Gohman authored
parallel its analogue, Value::value_use_iterator. The operator* method now returns the user, rather than the use. llvm-svn: 54127
-
Dan Gohman authored
llvm-svn: 54125
-
Dan Gohman authored
llvm-svn: 54124
-
Dan Gohman authored
llvm-svn: 54123
-
Duncan Sands authored
unary operations! Add support for softening some additional unary operations like fp_to_sint. llvm-svn: 54122
-
Chris Lattner authored
llvm-svn: 54121
-
Chris Lattner authored
llvm-svn: 54120
-
Eli Friedman authored
llvm-svn: 54119
-
Eli Friedman authored
llvm-svn: 54118
-
Ted Kremenek authored
Fix serialization for TypedefType by allowing TypedefType to access the internal CanonicalType stored in Type. The test case Serialization/stmt_exprs.c now passes. llvm-svn: 54117
-
Chris Lattner authored
with QualTypes and Types. llvm-svn: 54116
-
Chris Lattner authored
QualType::ReadBackpatch public so that FieldDecl doesn't need to be a friend of QualType. llvm-svn: 54115
-
Chris Lattner authored
llvm-svn: 54114
-
Chris Lattner authored
llvm-svn: 54113
-
Chris Lattner authored
llvm-svn: 54112
-
Chris Lattner authored
llvm-svn: 54111
-
Chris Lattner authored
llvm-svn: 54110
-
Chris Lattner authored
Serialization/stmt_exprs.c, but I don't know the right solution. Will fix when I get a chance to talk to Ted about it. llvm-svn: 54109
-
Chris Lattner authored
llvm-svn: 54108
-
Chris Lattner authored
llvm-svn: 54107
-
Chris Lattner authored
llvm-svn: 54106
-
Chris Lattner authored
ASTContext::getCanonicalType instead (PR2189) llvm-svn: 54105
-
Chris Lattner authored
llvm-svn: 54104
-
- Jul 26, 2008
-
-
Daniel Dunbar authored
- Stolen from LLVM with minor modifications llvm-svn: 54103
-
Chris Lattner authored
of doing it directly. This is required for PR2189. llvm-svn: 54102
-
Chris Lattner authored
llvm-svn: 54101
-
Chris Lattner authored
llvm-svn: 54100
-
Chris Lattner authored
llvm-svn: 54099
-