- Jul 17, 2009
-
-
Mikhail Glushenkov authored
llvm-svn: 76229
-
Chris Lattner authored
llvm-svn: 76228
-
Evan Cheng authored
Simplify the coalescer (finally!) by making LiveIntervals::processImplicitDefs a little more aggressive and teaching liveintervals to make use of isUndef marker on MachineOperands. llvm-svn: 76223
-
Dan Gohman authored
llvm-svn: 76222
-
Xerxes Ranby authored
llvm-svn: 76221
-
Bob Wilson authored
being called so that Context was never initialized. I'm not sure if this is the right fix but at least it keeps opt from crashing. llvm-svn: 76220
-
Dan Gohman authored
llvm-svn: 76218
-
Dan Gohman authored
for binary operators Add, Sub, Mul, and UDiv. llvm-svn: 76217
-
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
-
Daniel Dunbar authored
llvm-svn: 76199
-
Anton Korobeynikov authored
llvm-svn: 76198
-
Chris Lattner authored
llvm-svn: 76197
-
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
-
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
-
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
-
Eli Friedman authored
llvm-svn: 76165
-
Eli Friedman authored
llvm-svn: 76163
-
Eli Friedman authored
test/CodeGen/Generic. llvm-svn: 76162
-
Eli Friedman authored
markings that show up in test/CodeGen/Generic. llvm-svn: 76160
-
Eli Friedman authored
which show up in test/CodeGen/Generic. llvm-svn: 76158
-
Nick Lewycky authored
llvm-svn: 76157
-
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
-