- 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
-
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
-
Evan Cheng authored
llvm-svn: 99214
-
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
-
Jeffrey Yasskin authored
it allocates to DwarfDebug::DIEValues. llvm-svn: 99196
-
Evan Cheng authored
llvm-svn: 99195
-
Bob Wilson authored
llvm-svn: 99192
-
Bob Wilson authored
corresponding NEON instructions, instead of operation they are currently used for. llvm-svn: 99189
-
Bob Wilson authored
llvm-svn: 99187
-
Bob Wilson authored
specify encoding bits in arguments instead of "let" expressions. llvm-svn: 99185
-
Jakob Stoklund Olesen authored
Thanks, Chris! llvm-svn: 99183
-
Jeffrey Yasskin authored
llvm-svn: 99182
-
Gabor Greif authored
llvm-svn: 99171
-
Gabor Greif authored
we can reapply the InvokeInst operand reordering patch. (see r98957). llvm-svn: 99170
-
Jeffrey Yasskin authored
by dropping all references from all constants that can use other constants before trying to destroy any of them. I also had to free bugpoint's Module in ~BugDriver(). llvm-svn: 99160
-
- Mar 21, 2010
-
-
Jeffrey Yasskin authored
where FoldingSet<MDNode> is instantiated. Clang and MSVC complain; gcc doesn't. llvm-svn: 99147
-
Jeffrey Yasskin authored
llvm-svn: 99146
-
Jeffrey Yasskin authored
Fixes PR803. llvm-svn: 99143
-
Jeffrey Yasskin authored
llvm-svn: 99113
-
- Mar 20, 2010
-
-
Daniel Dunbar authored
MC/X86: Fix an MCOperand link, when we parsing shrld $1,%eax and friends; I believe this fixes the last memory leaks under test/MC. llvm-svn: 99102
-
Daniel Dunbar authored
llvm-svn: 99097
-
Bob Wilson authored
Patch by John Tytgat! llvm-svn: 99096
-
Bob Wilson authored
with changes to add a separate optional register update argument. Change all the NEON instructions with address register writeback to use it. llvm-svn: 99095
-
Bob Wilson authored
address register writeback. llvm-svn: 99094
-
Bob Wilson authored
rewrite the existing VST3 and VST4 instructions to use the same classes as the others. llvm-svn: 99093
-
Bob Wilson authored
writeback, and refactor the existing double-spaced VST2 instructions. These are only for the disassembler since codegen doesn't use them, at least for now. llvm-svn: 99090
-
Gabor Greif authored
and use this (as well as getCalledValue) to access the callee, instead of {g|s}etOperand(0). llvm-svn: 99084
-
Bob Wilson authored
llvm-svn: 99083
-
Bob Wilson authored
address register writeback. llvm-svn: 99082
-
Bob Wilson authored
llvm-svn: 99081
-
Bob Wilson authored
rewrite the existing VLD3 and VLD4 instructions to use the same classes as the others. llvm-svn: 99080
-
Bob Wilson authored
llvm-svn: 99078
-