- Jul 13, 2010
-
-
Douglas Gregor authored
at -O0. The only change from the previous patch is that we don't try to generate virtual method thunks for an available_externally function. llvm-svn: 108230
-
Chris Lattner authored
llvm-svn: 108229
-
Eric Christopher authored
llvm-svn: 108228
-
Bob Wilson authored
avoid replicated code. llvm-svn: 108227
-
Chris Lattner authored
disassembler. Remove some code from the disassembler to compensate, unbreaking disassembly of lea's. llvm-svn: 108226
-
Bruno Cardoso Lopes authored
llvm-svn: 108224
-
Bruno Cardoso Lopes authored
llvm-svn: 108223
-
Bruno Cardoso Lopes authored
llvm-svn: 108222
-
Stephen Wilson authored
section entries. llvm-svn: 108221
-
Devang Patel authored
llvm-svn: 108220
-
Jakob Stoklund Olesen authored
they already have one. This fixes the himenobmtxpa miscompilation on ARM. The PostRA scheduler got confused by the double memoperand and hoisted a stack slot load above a store to the same slot. llvm-svn: 108219
-
Fariborz Jahanian authored
VarDecl. llvm-svn: 108218
-
Douglas Gregor authored
class templates within class scope (which is ill-formed), and recover by dropping the explicit specialization entirely. Fixes the infinite loop in PR7622. llvm-svn: 108217
-
Douglas Gregor authored
llvm-svn: 108214
-
David Greene authored
Move some SIMD fragment code into X86InstrFragmentsSIMD so that the utility classes can be used from multiple files. This will aid transitioning to a new refactored x86 SIMD specification. llvm-svn: 108213
-
Craig Silverstein authored
they're not something the user typed (at least, not here). llvm-svn: 108212
-
Greg Clayton authored
Makefile patch to explicitly use PROJ_SRC_DIR when required. It fixes build when obj dir is not source dir. I also fixed a build warning in ClangResultSynthesizer.cpp. llvm-svn: 108210
-
Sebastian Redl authored
llvm-svn: 108209
-
Greg Clayton authored
llvm-svn: 108208
-
Bruno Cardoso Lopes authored
llvm-svn: 108207
-
Devang Patel authored
While collecting members for a class, always create delcaration entry for methods. Debug info for method definition will be generated while generating code for method body. Tested by classes.exp in gdb testsuite. llvm-svn: 108205
-
Bruno Cardoso Lopes authored
llvm-svn: 108204
-
Stephen Wilson authored
llvm-svn: 108203
-
Sebastian Redl authored
Split the normal and chained PCH writing paths and add a tiny bit of implementation to the latter. WIP. llvm-svn: 108200
-
- Jul 12, 2010
-
-
Argyrios Kyrtzidis authored
totally unnecessary. llvm-svn: 108199
-
Argyrios Kyrtzidis authored
llvm-svn: 108198
-
Stephen Wilson authored
llvm-svn: 108197
-
Daniel Dunbar authored
llvm-svn: 108196
-
Fariborz Jahanian authored
llvm-svn: 108195
-
Douglas Gregor authored
llvm-svn: 108194
-
Daniel Dunbar authored
llvm-svn: 108193
-
Argyrios Kyrtzidis authored
Add convenience method FoldingSetImpl::InsertNode(Node *N) that asserts if the node is already inserted. llvm-svn: 108192
-
Dan Gohman authored
SD instructions too, in addition to SS instructions. And add a comment about it. llvm-svn: 108191
-
Daniel Dunbar authored
llvm-svn: 108190
-
Daniel Dunbar authored
llvm-svn: 108189
-
Bill Wendling authored
Patch by Xi Wang! llvm-svn: 108188
-
Daniel Dunbar authored
llvm-svn: 108187
-
Bob Wilson authored
instructions already have implicit defs of LR. The comment suggests that this is intended to fix something like pr6111, but it doesn't really do that either. llvm-svn: 108186
-
Daniel Dunbar authored
llvm-svn: 108185
-
Bruno Cardoso Lopes authored
llvm-svn: 108184
-