- Jul 17, 2009
-
-
Jeffrey Yasskin authored
llvm-svn: 76244
-
Daniel Dunbar authored
llvm-svn: 76243
-
Daniel Dunbar authored
llvm-svn: 76242
-
Chris Lattner authored
only do this if you are a crazy russian hacker. ;-) llvm-svn: 76241
-
Chris Lattner authored
llvm-svn: 76240
-
Evan Cheng authored
llvm-svn: 76239
-
Dan Gohman authored
llvm-svn: 76238
-
Chris Lattner authored
llvm-svn: 76237
-
Dan Gohman authored
llvm-svn: 76236
-
Daniel Dunbar authored
llvm-svn: 76235
-
Chris Lattner authored
emit the EHFrame label next to the section_eh_frame and eh_frame_common labels. llvm-svn: 76234
-
Dan Gohman authored
llvm-svn: 76233
-
Dan Gohman authored
in a convenient manner, factoring out some common code from InstructionCombining and ValueTracking. Move the contents of BinaryOperators.h into Operator.h and use Operator to generalize them to support ConstantExprs as well as Instructions. llvm-svn: 76232
-
Chris Lattner authored
starting in getCurrentFunctionEHName. Among other problems, we would try to privative a "foo.eh" label, but end up emitting the label as _Lfoo.eh instead of L_foo.eh on darwin. This is really bad, and the linker has always tolerated these labels existing. For now, just emit them as _foo.eh. This patch also fixes problems with ".eh" labels on unnamed functions and eliminates two strangely defined TargetAsmInfo hooks. llvm-svn: 76231
-
Daniel Dunbar authored
- Not fully enabled yet, need a configure regeneration. llvm-svn: 76230
-
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
-