- Mar 23, 2010
-
-
Devang Patel authored
llvm-svn: 99225
-
- Mar 22, 2010
-
-
Evan Cheng authored
llvm-svn: 99224
-
Devang Patel authored
DW_AT_stmt_list attribute attached with a compile unit encodes offset of line number information for this compile unit in debug_line section. This offset is always zero when only one compile unit is emitted in a object file. llvm-svn: 99223
-
Ted Kremenek authored
Fixes <rdar://problem/7405601>. llvm-svn: 99222
-
Ted Kremenek authored
uninitialized value is used in the LHS of a compound assignment. llvm-svn: 99221
-
Daniel Dunbar authored
MC: Fix a few more cases we were passing an MCDataFragment when a MCFragment would do, and sprinkle in some const. llvm-svn: 99218
-
Daniel Dunbar authored
llvm-svn: 99217
-
Daniel Dunbar authored
llvm-svn: 99216
-
Douglas Gregor authored
Comment the reasons for the strange little dance we do with the main file name for debug information llvm-svn: 99215
-
Evan Cheng authored
llvm-svn: 99214
-
Chris Lattner authored
format attribute specifier. llvm-svn: 99213
-
Chris Lattner authored
llvm-svn: 99212
-
Chris Lattner authored
llvm-svn: 99211
-
Fariborz Jahanian authored
(radar 7634653). llvm-svn: 99210
-
Chris Lattner authored
llvm-svn: 99209
-
Chris Lattner authored
llvm-svn: 99208
-
Chris Lattner authored
Will fix correctly now that I have a testcase llvm-svn: 99207
-
Chris Lattner authored
instead of as a single element list with VoidTy. Now with a fix for the verifier. llvm-svn: 99206
-
Daniel Dunbar authored
MC: Change MCObjectWriter::RecordRelocation to take an MCFragment (instead of a MCDataFragment). Object files should only need the generic MCFragment features. llvm-svn: 99205
-
Daniel Dunbar authored
llvm-svn: 99204
-
Daniel Dunbar authored
llvm-svn: 99203
-
Daniel Dunbar authored
llvm-svn: 99202
-
Bob Wilson authored
llvm-svn: 99201
-
Chris Lattner authored
llvm-svn: 99200
-
Anders Carlsson authored
llvm-svn: 99199
-
Fariborz Jahanian authored
implementations (radar 7547942). llvm-svn: 99198
-
Chris Lattner authored
triple imply sse2? llvm-svn: 99197
-
Jeffrey Yasskin authored
it allocates to DwarfDebug::DIEValues. llvm-svn: 99196
-
Evan Cheng authored
llvm-svn: 99195
-
Fariborz Jahanian authored
llvm-svn: 99194
-
Fariborz Jahanian authored
implementation or synthesized into an implementation. Also, fixes a code gen. bug when ivars are itroduced in interleaved implementations. (related to radar 7547942). llvm-svn: 99193
-
Bob Wilson authored
llvm-svn: 99192
-
Kovarththanan Rajaratnam authored
llvm-svn: 99191
-
Chris Lattner authored
llvm-svn: 99190
-
Bob Wilson authored
corresponding NEON instructions, instead of operation they are currently used for. llvm-svn: 99189
-
Rafael Espindola authored
llvm-svn: 99188
-
Bob Wilson authored
llvm-svn: 99187
-
Dan Gohman authored
llvm-svn: 99186
-
Bob Wilson authored
specify encoding bits in arguments instead of "let" expressions. llvm-svn: 99185
-
Anders Carlsson authored
Add less than operators to ThisAdjustment, ReturnAdjustment and ThunkInfo. Sort the thunks before dumping them. llvm-svn: 99184
-