- Mar 23, 2010
-
-
Daniel Dunbar authored
MC: Add TargetAsmBackend::MayNeedRelaxation, for checking whether a particular instruction + fixups might need relaxation. llvm-svn: 99249
-
Daniel Dunbar authored
MC: Add TargetAsmBackend::WriteNopData and use to eliminate some target dependencies in MCMachOStreamer and MCAssembler. llvm-svn: 99248
-
Daniel Dunbar authored
llvm-svn: 99245
-
Daniel Dunbar authored
MC: Tweak MCInstFragment to include the encoded data and fixups, so that we don't need to recompute them during relaxation. I will revisit this once all the other pieces of fast relaxation are in place. llvm-svn: 99244
-
Ted Kremenek authored
encounter a definition. llvm-svn: 99243
-
Ted Kremenek authored
a null dereference results from a field access. llvm-svn: 99236
-
Ted Kremenek authored
are called (transitively) by regular functions/blocks within a translation untion. llvm-svn: 99233
-
Jeffrey Yasskin authored
llvm-svn: 99231
-
Fariborz Jahanian authored
and fix a missing diagnostics on assigning to a read-only property. Fixes radar 7766184. llvm-svn: 99230
-
Daniel Dunbar authored
llvm-svn: 99229
-
Daniel Dunbar authored
llvm-svn: 99228
-
Chris Lattner authored
llvm-svn: 99227
-
Rafael Espindola authored
we see an specialization definition ever if we then see a extern template declaration. llvm-svn: 99226
-
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
-