- Nov 01, 2010
-
-
Jakob Stoklund Olesen authored
llvm-svn: 117959
-
Bill Wendling authored
llvm-svn: 117956
-
Bill Wendling authored
llvm-svn: 117955
-
Douglas Gregor authored
llvm-svn: 117954
-
Owen Anderson authored
bits are zero, not that the current low bits are zero. Fixes <rdar://problem/8606771>. llvm-svn: 117953
-
Chris Lattner authored
from X86AsmParser.cpp llvm-svn: 117952
-
Fariborz Jahanian authored
(was project bugs). llvm-svn: 117951
-
Bill Wendling authored
at more than those which define CPSR. You can have this situation: (1) subs ... (2) sub r6, r5, r4 (3) movge ... (4) cmp r6, 0 (5) movge ... We cannot convert (2) to "subs" because (3) is using the CPSR set by (1). There's an analogous situation here: (1) sub r1, r2, r3 (2) sub r4, r5, r6 (3) cmp r4, ... (5) movge ... (6) cmp r1, ... (7) movge ... We cannot convert (1) to "subs" because of the intervening use of CPSR. llvm-svn: 117950
-
Johnny Chen authored
getsource_if_available(obj) which also handles the exception if it occurs. llvm-svn: 117949
-
Greg Clayton authored
mismatch: I was using the compile unit user ID (the compile unit offset in the DWARF) as the compile unit index. llvm-svn: 117948
-
Sean Callanan authored
and warnings. llvm-svn: 117947
-
Douglas Gregor authored
llvm-svn: 117946
-
Jakob Stoklund Olesen authored
give them individual stack slots once the are actually spilled. llvm-svn: 117945
-
Jakob Stoklund Olesen authored
When an instruction refers to a spill slot with a LiveStacks entry, check that the spill slot is live at the instruction. llvm-svn: 117944
-
Argyrios Kyrtzidis authored
Also avoids IRGen crashes due to accepting invalid code. llvm-svn: 117943
-
Douglas Gregor authored
llvm-svn: 117942
-
Owen Anderson authored
llvm-svn: 117941
-
Bob Wilson authored
llvm-svn: 117940
-
Owen Anderson authored
llvm-svn: 117939
-
Owen Anderson authored
llvm-svn: 117938
-
Owen Anderson authored
llvm-svn: 117937
-
Jim Grosbach authored
llvm-svn: 117936
-
Owen Anderson authored
llvm-svn: 117935
-
Johnny Chen authored
'thread backtrace' => Control-C b (gud-bt) "Show stack for the current thread." 'thread backtrace all' => Control-C B (gud-bt-all) "Show stacks for all the threads." Change the function name of one existing shortcut: 'breakpoint list" => Control-C l (gud-listb) "List all breakpoints." llvm-svn: 117933
-
Rafael Espindola authored
llvm-svn: 117932
-
Jim Grosbach authored
codegen using the patterns; the latter gates the assembler recognizing the instruction. llvm-svn: 117931
-
Rafael Espindola authored
llvm-svn: 117930
-
Jim Grosbach authored
llvm-svn: 117929
-
Devang Patel authored
llvm-svn: 117928
-
Jim Grosbach authored
llvm-svn: 117927
-
Johnny Chen authored
llvm-svn: 117926
-
Rafael Espindola authored
llvm-svn: 117925
-
Johnny Chen authored
SBFrame print representation: idx: 0 -> #0 llvm-svn: 117924
-
Jim Grosbach authored
patterns as such llvm-svn: 117923
-
Rafael Espindola authored
llvm-svn: 117922
-
Anders Carlsson authored
llvm-svn: 117921
-
Douglas Gregor authored
directives. We had a std::string in an object that was allocated via a BumpPtrAllocator. llvm-svn: 117912
-
Rafael Espindola authored
llvm-svn: 117911
-
Douglas Gregor authored
llvm-svn: 117910
-
Zhongxing Xu authored
and ImplicitCastExpr to propagate asLValue AddStmtChoice property. But do not propagate AlwaysAdd property. llvm-svn: 117909
-