- Sep 15, 2011
-
-
Jim Grosbach authored
llvm-svn: 139858
-
Johnny Chen authored
llvm-svn: 139857
-
Richard Trieu authored
llvm-svn: 139856
-
Johnny Chen authored
llvm-svn: 139855
-
Bruno Cardoso Lopes authored
Also add the AVX versions and add comments! llvm-svn: 139854
-
Jim Ingham authored
Track whether a process was Launched or Attached to. If Attached, the detach when the debugger is destroyed, rather than killing the process. Also added a Debugger::Clear, which gets called in Debugger::Destroy to deal with all the targets in the Debugger. Also made the Driver's main loop call Destroy on the debugger, rather than just Destroying the currently selected Target's process. llvm-svn: 139853
-
Jim Ingham authored
Track whether a process was Launched or Attached to. If Attached, the detach when the debugger is destroyed, rather than killing the process. Also added a Debugger::Clear, which gets called in Debugger::Destroy to deal with all the targets in the Debugger. Also made the Driver's main loop call Destroy on the debugger, rather than just Destroying the currently selected Target's process. llvm-svn: 139852
-
Eli Friedman authored
llvm-svn: 139851
-
Benjamin Kramer authored
Usage: $ llvm-dwarfdump -address=0x0000000100000ed4 a.out.dSYM/Contents/Resources/DWARF/a.out xxx.c:6:0 llvm-svn: 139850
-
Jim Grosbach authored
llvm-svn: 139849
-
Benjamin Kramer authored
llvm-svn: 139848
-
Johnny Chen authored
llvm-svn: 139847
-
Benjamin Kramer authored
llvm-svn: 139846
-
Jakob Stoklund Olesen authored
When -split-spill-mode is enabled, spill hoisting is performed by SplitKit instead of by InlineSpiller. This hidden command line option is for testing the splitter spill mode. llvm-svn: 139845
-
Jim Grosbach authored
llvm-svn: 139844
-
Jim Grosbach authored
llvm-svn: 139843
-
Andrew Trick authored
llvm-svn: 139842
-
Jim Grosbach authored
llvm-svn: 139841
-
Johnny Chen authored
llvm-svn: 139840
-
Jim Grosbach authored
llvm-svn: 139839
-
Douglas Gregor authored
llvm-svn: 139838
-
Douglas Gregor authored
llvm-svn: 139837
-
Benjamin Kramer authored
DWARF: Put all the pieces we have together and provide a single accessor to DIContext that provides line information when given an address. llvm-svn: 139836
-
Benjamin Kramer authored
DWARF: Remove accessors that parse the whole line table section in one go, this can't possibly work. The address size is specified by the compile unit associated with a line table, there is no global address size. llvm-svn: 139835
-
Fariborz Jahanian authored
instead of 'Class'. llvm-svn: 139834
-
Douglas Gregor authored
graceful than running out of stack space. llvm-svn: 139833
-
Anna Zaks authored
[analyzer] Refactor: make PathDiagnosticLocation responsible for validation of SourceLocations (commit 4 of ?): - The closing brace is always a single location, not a range. - The test case previously had a location key 57:1 followed by a range [57:1 - 57:1]. llvm-svn: 139832
-
Jim Grosbach authored
llvm-svn: 139831
-
Jim Grosbach authored
llvm-svn: 139830
-
Douglas Gregor authored
used back when we had an -import-module command-line option, but it's no longer used (or useful). llvm-svn: 139829
-
Jim Grosbach authored
llvm-svn: 139828
-
Douglas Gregor authored
llvm-svn: 139827
-
Bill Wendling authored
storage slot into helper functions. llvm-svn: 139826
-
Anna Zaks authored
[analyzer] Refactor: make PathDiagnosticLocation responsible for validation of SourceLocations (commit 2 of ?): - Fix a fixme and move the logic of creating a PathDiagnosticLocation corresponding to a ProgramPoint into a PathDiagnosticLocation constructor. - Rename PathDiagnosticLocation::create to differentiate from the added constructor. llvm-svn: 139825
-
Douglas Gregor authored
When we load the first module, make sure that we wire up the ASTConsumer to the newly-created ASTReader. This makes sure that CodeGen sees the declarations it is interested in llvm-svn: 139824
-
Sean Callanan authored
being initialized properly in the absence of a process. llvm-svn: 139823
-
Owen Anderson authored
The the MC disassembler C API to print in verbose mode. Perhaps there should be a parameter to request verbose mode? llvm-svn: 139821
-
Owen Anderson authored
Add support for stored annotations to MCInst, and provide facilities for MC-based InstPrinters to print them out. Enhance the ARM and X86 InstPrinter's to do so in verbose mode. llvm-svn: 139820
-
Jakob Stoklund Olesen authored
Fix the stats counters to reflect that. llvm-svn: 139819
-
Fariborz Jahanian authored
in class methods with no warning. //rdar://10109725 llvm-svn: 139818
-