- Jul 28, 2009
-
-
David Goodwin authored
llvm-svn: 77275
-
Mike Stump authored
if there are no other uses. If people don't need this routine anymore, if should be deleted. llvm-svn: 77274
-
Dan Gohman authored
to match llvm-ld's default behavior. llvm-svn: 77273
-
Daniel Dunbar authored
llvm-svn: 77272
-
Mike Stump authored
llvm-svn: 77271
-
Daniel Dunbar authored
llvm-svn: 77269
-
Owen Anderson authored
llvm-svn: 77266
-
- Jul 27, 2009
-
-
Dan Gohman authored
llvm-svn: 77262
-
Dan Gohman authored
llvm-svn: 77261
-
Dan Gohman authored
llvm-svn: 77260
-
Dan Gohman authored
LangRef.html changes for details. llvm-svn: 77259
-
Daniel Dunbar authored
- My DFS traversal of LLVM is, at least for now, nearly complete! :) llvm-svn: 77258
-
Dan Gohman authored
llvm-svn: 77257
-
Daniel Dunbar authored
llvm-svn: 77256
-
Dan Gohman authored
it conforms to the assertion added in r77245. This fixes a failure in qa_override.c in clang's testsuite. llvm-svn: 77255
-
Chris Lattner authored
MCSections soon instead of Section for all targets, and we need something to own them. llvm-svn: 77252
-
Daniel Dunbar authored
llvm-svn: 77251
-
Chris Lattner authored
llvm-svn: 77250
-
Owen Anderson authored
llvm-svn: 77247
-
Dan Gohman authored
that the subclass hasn't left any pending data in the buffer. llvm-svn: 77245
-
Andreas Bolka authored
llvm-svn: 77244
-
Devang Patel authored
llvm-svn: 77243
-
David Goodwin authored
Remove TPat. No patterns depend on just isThumb(). Must use either T1Pat (isThumb1Only()) or T2Pat (is Thumb2). llvm-svn: 77242
-
Sean Callanan authored
llvm-svn: 77240
-
Bruno Cardoso Lopes authored
llvm-svn: 77239
-
Bruno Cardoso Lopes authored
llvm-svn: 77238
-
Chris Lattner authored
implementations that need it, rearrange ELFTAI. llvm-svn: 77236
-
Chris Lattner authored
llvm-svn: 77233
-
Bruno Cardoso Lopes authored
llvm-svn: 77232
-
Evan Cheng authored
llvm-svn: 77231
-
Evan Cheng authored
convertToThreeAddress can't handle Thumb2 instructions (which don't have same address mode as ARM instructions). llvm-svn: 77230
-
Devang Patel authored
llvm-svn: 77229
-
Evan Cheng authored
llvm-svn: 77227
-
Sean Callanan authored
I'm returning the number of bytes actually copied so that the client has some warning when it reads past the end of the buffer. I'm keeping the distinction between getByte() and getBytes() for now for subclasses that use functions like ptrace() on Linux and only have a restricted interface. This makes their implementation easier, and subclasses can always write a one-line implementation of readByte() that uses their custom readBytes(). llvm-svn: 77225
-
Evan Cheng authored
llvm-svn: 77222
-
Evan Cheng authored
llvm-svn: 77221
-
Douglas Gregor authored
llvm-svn: 77219
-
Evan Cheng authored
This also fixes potential problems in ARMBaseInstrInfo routines not recognizing thumb1 instructions when 32-bit and 16-bit instructions mix. llvm-svn: 77218
-
Mike Stump authored
llvm-svn: 77217
-
Dan Gohman authored
add a new "Pointer Aliasing Rules" section. llvm-svn: 77216
-