- Jul 27, 2009
-
-
Bruno Cardoso Lopes authored
llvm-svn: 77238
-
Mike Stump authored
llvm-svn: 77237
-
Chris Lattner authored
implementations that need it, rearrange ELFTAI. llvm-svn: 77236
-
Argyrios Kyrtzidis authored
ObjCContainerDecl now is the root class for objc decls that contain methods. llvm-svn: 77235
-
Daniel Dunbar authored
- Accept multiple values instead of embedding separator. - Make sure this gets used when searching for 'clang' binary. - Switch makefiles to using --path to stay in sync with cmake. llvm-svn: 77234
-
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
-
Devang Patel authored
llvm-svn: 77228
-
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
-
Douglas Gregor authored
llvm-svn: 77224
-
Douglas Gregor authored
llvm-svn: 77223
-
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
-
Sanjiv Gupta authored
Some libcall names are same, so they were getting printed twice. llvm-svn: 77215
-
Douglas Gregor authored
project. llvm-svn: 77213
-
Douglas Gregor authored
ActOnUninitializedDecl. llvm-svn: 77211
-
Chris Lattner authored
not in mergable llvm-svn: 77210
-
Devang Patel authored
llvm-svn: 77208
-
Anders Carlsson authored
Use the CGRecordLayoutBuilder even if there are no fields, because in C++ an empty class will have a padding byte. llvm-svn: 77205
-
Chris Lattner authored
header even though there is only one COFF target. llvm-svn: 77204
-
Chris Lattner authored
llvm-svn: 77203
-
Chris Lattner authored
llvm-svn: 77202
-
David Goodwin authored
llvm-svn: 77201
-
David Goodwin authored
llvm-svn: 77199
-
Chris Lattner authored
llvm-svn: 77198
-
Chris Lattner authored
llvm-svn: 77197
-
Chris Lattner authored
should know about them. PECoff doesn't share these, and I want all sections to be created by object-file-specific code. llvm-svn: 77196
-
Sanjiv Gupta authored
Test case to check that separate section is created for a global variable specified with section attribute. llvm-svn: 77195
-
Dan Gohman authored
after their associated opcodes rather than before. This makes them a little easier to read. llvm-svn: 77194
-
Dan Gohman authored
llvm-svn: 77193
-
Chris Lattner authored
llvm-svn: 77192
-
Chris Lattner authored
llvm-svn: 77191
-