- Jul 17, 2009
-
-
Anton Korobeynikov authored
llvm-svn: 76216
-
Dan Gohman authored
llvm-svn: 76215
-
Anton Korobeynikov authored
llvm-svn: 76214
-
Daniel Dunbar authored
llvm-svn: 76213
-
Daniel Dunbar authored
llvm-svn: 76212
-
Jeffrey Yasskin authored
the X86 Emitter. This patch extends that to the rest of the targets that can write to a MachineCodeEmitter: ARM, Alpha, and PPC. llvm-svn: 76211
-
Daniel Dunbar authored
llvm-svn: 76210
-
Anton Korobeynikov authored
llvm-svn: 76209
-
Ted Kremenek authored
llvm-svn: 76205
-
Ted Kremenek authored
llvm-svn: 76202
-
Daniel Dunbar authored
llvm-svn: 76200
-
Daniel Dunbar authored
llvm-svn: 76199
-
Anton Korobeynikov authored
llvm-svn: 76198
-
Chris Lattner authored
llvm-svn: 76197
-
Ted Kremenek authored
llvm-svn: 76196
-
Bruno Cardoso Lopes authored
revert one of the loops to use indicies over iterators because there are vector insertions inside the loop llvm-svn: 76195
-
Ted Kremenek authored
until Doug Gregor's Type smart pointer code lands (or more discussion occurs). These methods just call the new Type::getAs<XXX> methods, so we still have reduced implementation redundancy. Having explicit getAsXXXType() methods makes it easier to set breakpoints in the debugger. llvm-svn: 76193
-
Dan Gohman authored
details. llvm-svn: 76189
-
Daniel Dunbar authored
llvm-svn: 76186
-
Daniel Dunbar authored
llvm-svn: 76184
-
Dan Gohman authored
llvm-svn: 76183
-
David Greene authored
Make DOUT an lvalue in release mode so that developers may use DOUT in their code in release mode. This helps to debug release-mode problems. llvm-svn: 76182
-
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
-