- Jul 17, 2009
-
-
Daniel Dunbar authored
none are registered. llvm-svn: 76181
-
Chris Lattner authored
llvm-svn: 76180
-
Chris Lattner authored
llvm-svn: 76179
-
David Greene authored
Add logic to align instruction operands to columns for pretty-printing. No target uses this currently. This patch only adds the mechanism so that local installations can choose to enable this. llvm-svn: 76177
-
Duncan Sands authored
llvm-svn: 76176
-
Duncan Sands authored
llvm-svn: 76174
-
Eli Friedman authored
llvm-svn: 76168
-
Zhongxing Xu authored
more obvious. llvm-svn: 76167
-
Zhongxing Xu authored
a public static method of ASTLocation. llvm-svn: 76166
-
Eli Friedman authored
llvm-svn: 76165
-
Zhongxing Xu authored
code with the new method. llvm-svn: 76164
-
Eli Friedman authored
llvm-svn: 76163
-
Eli Friedman authored
test/CodeGen/Generic. llvm-svn: 76162
-
Zhongxing Xu authored
llvm-svn: 76161
-
Eli Friedman authored
markings that show up in test/CodeGen/Generic. llvm-svn: 76160
-
Zhongxing Xu authored
parent of the stmt, find the immediate parent for the stmt. This is because sometimes we cannot get the immediate decl of the stmt when creating the ASTLocation. We can only get a parent of the stmt. llvm-svn: 76159
-
Eli Friedman authored
which show up in test/CodeGen/Generic. llvm-svn: 76158
-
Nick Lewycky authored
llvm-svn: 76157
-
Zhongxing Xu authored
- add IfStmt visitor. - print information only when a function has callee. Otherwise its ASTContext map is NULL. llvm-svn: 76156
-
Evan Cheng authored
llvm-svn: 76155
-
Eli Friedman authored
llc over test/CodeGen/Generic with -march=alpha. llvm-svn: 76154
-
Eli Friedman authored
llvm-svn: 76153
-
Eli Friedman authored
isSafeToSpeculativelyExecute. The new method is a bit closer to what the callers actually care about in that it rejects more things callers don't want. It also adds more precise handling for integer division, and unifies code for analyzing the legality of a speculative load. llvm-svn: 76150
-
Eli Friedman authored
llvm-svn: 76149
-
Daniel Dunbar authored
llvm-svn: 76147
-
Eli Friedman authored
inspection and running over CodeGen/Generic). llvm-svn: 76146
-
Daniel Dunbar authored
- Anton, please review. llvm-svn: 76144
-
Mike Stump authored
conventions. Also reflowed comments and removed spaces at end of lines and fixed up 80 col violations. llvm-svn: 76140
-
Ted Kremenek authored
Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), Type::getAsMemberPointerType(), Type::getAsTagType(), and Type::getAsRecordType() with their Type::getAs<XXX> equivalents. llvm-svn: 76139
-
Argyrios Kyrtzidis authored
llvm-svn: 76138
-
Argyrios Kyrtzidis authored
ObjCCategoryImplDecl and ObjCImplementation do not derive directly from DeclContext but from a new abstract ObjCImplDecl. Reflect this change on the "DeclContext hierarchy". llvm-svn: 76137
-
Argyrios Kyrtzidis authored
llvm-svn: 76136
-
Dan Gohman authored
llvm-svn: 76135
-
Dan Gohman authored
llvm-svn: 76134
-
Mike Stump authored
llvm-svn: 76133
-
Ted Kremenek authored
llvm-svn: 76132
-
Evan Cheng authored
llvm-svn: 76131
-
Ted Kremenek authored
llvm-svn: 76130
-
Ted Kremenek authored
llvm-svn: 76129
-
Jeffrey Yasskin authored
llvm-svn: 76127
-