- Jul 17, 2009
-
-
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
-
Owen Anderson authored
llvm-svn: 76126
-
Daniel Dunbar authored
llvm-svn: 76125
-
Anton Korobeynikov authored
Minor code duplication cleanup. llvm-svn: 76124
-
Daniel Dunbar authored
llvm-svn: 76123
-
Bill Wendling authored
llvm-svn: 76122
-
Evan Cheng authored
GV with ghost linkage (module being lazily streamed in in JIT lazy compilation mode) do not require extra load from stub. This fixes ExecutionEngine/2005-12-02-TailCallBug.ll. llvm-svn: 76121
-
Dale Johannesen authored
stack alignment right when it is. This is not ideal but conservatively correct. Adjust a test to compensate for changed stack offset value. gcc.apple/asm-block-57.c llvm-svn: 76120
-
David Greene authored
Emit line numbers in asm comments when available. llvm-svn: 76117
-