- Jan 21, 2012
-
-
Fariborz Jahanian authored
to "strong" when migrating from GC. // rdar://10532449 llvm-svn: 148607
-
Douglas Gregor authored
argument, which was broken and very ugly (and even had a test case to make *sure* it was broken and ugly). Fixes <rdar://problem/10609117>. llvm-svn: 148606
-
Greg Clayton authored
filled out the command help and removed unused options. Updated the command to have a "--load-all" option that will cause the target that gets created to locate and load all images specified in the Binary Images section of the crash log to allow for complete program state to be matched to that of the crash log, not just the images that were in the stack frames (the default). llvm-svn: 148605
-
Jim Grosbach authored
The MachO file stores section alignment as log2(alignment-in-bytes). The allocation routines want the raw alignment-in-bytes value, so adjust for that. llvm-svn: 148604
-
Seth Cantrell authored
and fix typo llvm-svn: 148603
-
Johnny Chen authored
llvm-svn: 148602
-
Jim Grosbach authored
llvm-svn: 148601
-
Johnny Chen authored
llvm-svn: 148600
-
DeLesley Hutchins authored
llvm-svn: 148599
-
Greg Clayton authored
(lldb) script import crashlog will automatically add the "crashlog" command to the command interpreter! llvm-svn: 148598
-
rdar://problem/10732738Greg Clayton authored
Release more stuff in Process::Destroy(). llvm-svn: 148597
-
Johnny Chen authored
Fix a bug where "settings set -r th" wouldn't complete. o UserSettingsController.cpp: Fix a bug where "settings set target.process." wouldn't complete. o test/functionalities/completion: Add various completion test cases related to 'settings set' command. llvm-svn: 148596
-
- Jan 20, 2012
-
-
DeLesley Hutchins authored
llvm-svn: 148595
-
Jakob Stoklund Olesen authored
llvm-svn: 148594
-
Jim Grosbach authored
llvm-svn: 148593
-
DeLesley Hutchins authored
llvm-svn: 148592
-
Devang Patel authored
llvm-svn: 148591
-
Jakob Stoklund Olesen authored
Only PostRA LICM is affected. llvm-svn: 148589
-
Jakob Stoklund Olesen authored
Don't track live physregs that are clobbered by a register mask operand. llvm-svn: 148588
-
Ted Kremenek authored
llvm-svn: 148586
-
Eric Christopher authored
llvm-svn: 148585
-
Eric Christopher authored
a forward declaration unless we already have a type. We can fill it in later if it's actually used. Fixes PR11345 llvm-svn: 148584
-
Bob Wilson authored
llvm-svn: 148583
-
Sebastian Pop authored
llvm-svn: 148582
-
Ted Kremenek authored
llvm-svn: 148579
-
David Blaikie authored
llvm-svn: 148578
-
David Blaikie authored
llvm-svn: 148577
-
Ted Kremenek authored
Add ability to specifiy 'restrict' on parameters of builtins, and correct this oversight for scanf functions. llvm-svn: 148573
-
Andrew Trick authored
Fixes PR11783: bad cast to AddRecExpr. llvm-svn: 148572
-
Andrew Trick authored
llvm-svn: 148571
-
Devang Patel authored
llvm-svn: 148570
-
Devang Patel authored
llvm-svn: 148569
-
rdar://problem/10723651Bob Wilson authored
We have patterns for vector sext and zext operations but were missing anyext. Without those patterns, codegen will fail when the selection DAG has any_extend nodes. llvm-svn: 148568
-
Ted Kremenek authored
llvm-svn: 148567
-
Anna Zaks authored
llvm-svn: 148566
-
Jim Grosbach authored
Providing a template argment to a non-templatized class was crashing tblgen. Add a diagnostic. For example, $ cat bug.td class A; def B : A<0> { } $ llvm-tblgen bug.td bug.td:3:11: error: template argument provided to non-template class def B : A<0> { ^ llvm-svn: 148565
-
Sean Callanan authored
a reference to a class variable. llvm-svn: 148562
-
Greg Clayton authored
environment variable it set to include a path to lldb.py. Also fixed the case where the executable can't be located and doesn't match what is installed on the current system. It will still symbolicate the other frames, and will just show what was originally in the crash log file. Also removed the --crash-log option so the arguments to the "crashlog" command are one or more paths to crash logs. Fixed the script to "auto-install" itself when loaded from the embedded script interpreter. Now you only need to import the module and the command is ready for use. llvm-svn: 148561
-
Jim Grosbach authored
rdar://10724489 llvm-svn: 148560
-
Fariborz Jahanian authored
which have same semantics in mrr as well as arr. // rdar://10688312 llvm-svn: 148559
-