- Feb 16, 2011
-
-
Zhanyong Wan authored
by kremenek. llvm-svn: 125687
-
Caroline Tice authored
Add code to emulate STRB (Thumb) instruction. llvm-svn: 125686
-
Chandler Carruth authored
llvm-svn: 125684
-
Johnny Chen authored
ARM and Thumb opcode tables. llvm-svn: 125683
-
Johnny Chen authored
llvm-svn: 125682
-
Chris Lattner authored
llvm-svn: 125681
-
Douglas Gregor authored
Fix a thinko with llvm::Optional, which is clearly the most dangerous class template in the universe llvm-svn: 125679
-
Douglas Gregor authored
code-completion results accessed via libclang, to extend the lifetime of the allocator used for cached global code-completion results at least until these completion results are destroyed. Fixes <rdar://problem/8997369>. llvm-svn: 125678
-
Devang Patel authored
If preprocessed token introduced empty filename then use main translation unit's filename for debug info entries. llvm-svn: 125672
-
Johnny Chen authored
llvm-svn: 125671
-
Douglas Gregor authored
completions. We now compute a hash of the names of all top-level declarations and macro definitions, and invalidate the cache when the hash value changes. llvm-svn: 125670
-
Douglas Gregor authored
llvm-svn: 125669
-
Jim Ingham authored
Destroy the dynamic loader plugin in Process::Finalize. If you wait till the auto_ptr gets deleted in the normal course of things the real process class will have been destroyed already, and it's hard to shut down the dynamic loader without accessing some process pure virtual method. llvm-svn: 125668
-
Stuart Hastings authored
other getNode() methods. Radar 9002173. llvm-svn: 125665
-
Argyrios Kyrtzidis authored
llvm-svn: 125664
-
Rafael Espindola authored
llvm-svn: 125663
-
John McCall authored
llvm-svn: 125662
-
John McCall authored
llvm-svn: 125661
-
Eli Friedman authored
llvm-svn: 125660
-
Eli Friedman authored
llvm-svn: 125659
-
Eli Friedman authored
llvm-svn: 125658
-
Zhanyong Wan authored
jyasskin and chapuni. llvm-svn: 125657
-
Stephen Wilson authored
llvm-svn: 125656
-
Stephen Wilson authored
This patch reverts a portion of r125199 to allow the tree to build again on linux. The specific mingw issues that revision intended to address can be sorted out at a later time. llvm-svn: 125655
-
Stephen Wilson authored
An ArchSpec's type defaults to MachO. Ensure the type is properly set on ELF systems. llvm-svn: 125654
-
Stephen Wilson authored
Use SIZE_MAX instead of SIZE_T_MAX for portability. llvm-svn: 125653
-
Zhanyong Wan authored
components" and "used libs" arguments of add_clang_unittest(). Reviewed by jyasskin and chapuni. llvm-svn: 125652
-
Eric Christopher authored
llvm-svn: 125651
-
Greg Clayton authored
it should live and the lldb_private::Process takes care of managing the auto pointer to the dynamic loader instance. Also, now that the ArchSpec contains the target triple, we are able to correctly set the Target architecture in DidLaunch/DidAttach in the subclasses, and then the lldb_private::Process will find the dynamic loader plug-in by letting the dynamic loader plug-ins inspect the arch/triple in the target. So now the ProcessGDBRemote plug-in is another step closer to be purely process/platform agnostic. I updated the ProcessMacOSX and the ProcessLinux plug-ins accordingly. llvm-svn: 125650
-
Ted Kremenek authored
llvm-svn: 125649
-
Rafael Espindola authored
the right thing and stop trying to copy it. Fixes PR8944. llvm-svn: 125648
-
NAKAMURA Takumi authored
llvm-svn: 125647
-
NAKAMURA Takumi authored
llvm-svn: 125646
-
Nick Lewycky authored
llvm-svn: 125645
-
Francois Pichet authored
llvm-svn: 125644
-
Ken Dyck authored
functionality intended. llvm-svn: 125643
-
Nick Lewycky authored
llvm-svn: 125642
-
Ken Dyck authored
intended. llvm-svn: 125641
-
Ted Kremenek authored
llvm-svn: 125640
-
Ken Dyck authored
intended. llvm-svn: 125639
-