- Sep 11, 2010
-
-
Jim Ingham authored
When the debugger updates its symbol context, if no thread or frame are selected select the first thread's 0th frame. llvm-svn: 113657
-
Douglas Gregor authored
llvm-svn: 113656
-
Jim Ingham authored
llvm-svn: 113655
-
Eric Christopher authored
llvm-svn: 113654
-
Bob Wilson authored
llvm-svn: 113653
-
Eric Christopher authored
used for fast-isel. llvm-svn: 113652
-
Benjamin Kramer authored
Reassociate does this but it doesn't catch all cases (e.g. if the operands are i1). llvm-svn: 113651
-
Sebastian Redl authored
llvm-svn: 113650
-
Douglas Gregor authored
emitting a #pragma, whenever one is needed. Fixes <rdar://problem/8417307>. llvm-svn: 113648
-
Gabor Greif authored
llvm-svn: 113647
-
Greg Clayton authored
Make sure the address passed into SymbolContext::DumpStopContext() is valid before trying to calculate any offsets. llvm-svn: 113645
-
- Sep 10, 2010
-
-
Dale Johannesen authored
llvm-svn: 113643
-
Sebastian Redl authored
llvm-svn: 113642
-
Bill Wendling authored
iterator when an optimization took place. This allows us to do more insane things with the code than just remove an instruction or two. llvm-svn: 113640
-
Daniel Dunbar authored
currently expect that to be useful for plugins, and this is important for startup performance: -- ddunbar@lordcrumb:tmp$ touch empty.c ddunbar@lordcrumb:tmp$ runN 100 ~/llvm.obj.64/Release/bin/clang -c empty.c name avg min med max SD total user 0.0054 0.0052 0.0054 0.0055 0.0000 0.5350 sys 0.0084 0.0090 0.0078 0.0087 0.0008 0.8390 wall 0.0149 0.0149 0.0149 0.0149 0.0003 1.4943 ddunbar@lordcrumb:tmp$ runN 100 ~/llvm.obj.64/Release/bin/clang -c empty.c name avg min med max SD total user 0.0036 0.0036 0.0036 0.0038 0.0000 0.3646 sys 0.0072 0.0071 0.0068 0.0070 0.0006 0.7158 wall 0.0123 0.0123 0.0122 0.0136 0.0003 1.2262 -- llvm-svn: 113638
-
-
Sebastian Redl authored
llvm-svn: 113634
-
Michael J. Spencer authored
llvm-svn: 113632
-
Michael J. Spencer authored
of whatever we were using before... llvm-svn: 113631
-
Sebastian Redl authored
llvm-svn: 113630
-
Sebastian Redl authored
llvm-svn: 113629
-
Sebastian Redl authored
llvm-svn: 113628
-
Sebastian Redl authored
llvm-svn: 113627
-
Ted Kremenek authored
Make 'setProperty()', 'setBase()', and 'setLocation()' private in ObjCPropertyRefExpr, and friend ASTStmtReader so that it is the only class that can use them. llvm-svn: 113626
-
Sebastian Redl authored
llvm-svn: 113625
-
Sebastian Redl authored
llvm-svn: 113624
-
Sebastian Redl authored
llvm-svn: 113623
-
Sebastian Redl authored
llvm-svn: 113622
-
Sebastian Redl authored
llvm-svn: 113621
-
Sebastian Redl authored
llvm-svn: 113620
-
Sebastian Redl authored
llvm-svn: 113619
-
Dale Johannesen authored
(The Ada bindings probably need it too, but all the obvious places to change say "do not edit this file".) llvm-svn: 113618
-
-
Bill Wendling authored
string. llvm-svn: 113615
-
Devang Patel authored
llvm-svn: 113614
-
Ted Kremenek authored
Polish diagnostics for null dereferences via ObjC ivar accesses. Finishes up <rdar://problem/6352035>. llvm-svn: 113612
-
Greg Clayton authored
There was a check to make sure that the frame had a valid function before the expression parser would allow decl lookups which was not needed. After removing this you can evaluate expressions correctly when stopped in a frame that only has a symbol or has no symbol context at all. llvm-svn: 113611
-
Bill Wendling authored
llvm-svn: 113610
-
Johnny Chen authored
pointed out by Jim Ingham. The convenient one-liner specification should only apply when there is only one breakpoint id being specified for the time being. llvm-svn: 113609
-
Benjamin Kramer authored
llvm-svn: 113608
-