| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
| |
See http://reviews.llvm.org/D3944 for more details.
Change by Zachary Turner.
llvm-svn: 210035
|
|
|
|
|
|
| |
to keep the code more portable as we add new core types to ArchSpec.
llvm-svn: 204400
|
|
|
|
|
|
| |
I missed this one in my earlier commit a few days ago.
llvm-svn: 203787
|
|
|
|
|
|
| |
NULL memory access)
llvm-svn: 203384
|
|
|
|
| |
llvm-svn: 201665
|
|
|
|
|
|
|
|
| |
add a new pure virtual CalculateTrapHandlerSymbolNames() that Platform
subclasses must implement which fills in the function name list with any
trap handlers that are expected on that platform.
llvm-svn: 201364
|
|
|
|
|
|
| |
<rdar://problem/15312873>
llvm-svn: 199854
|
|
|
|
|
|
|
|
|
|
|
| |
This rename was suggested by gclayton as a way to silence gcc
warnings; the warning is emitted when there is an overloaded function
in a base class (Platform) for which a derived class redefines one of
the overloads but not the other (because doing so hides the other
overload from users of the derived class). By giving the two methods
different names, the situation is avoided.
llvm-svn: 199504
|
|
|
|
|
|
| |
Initialize/Terminate (done in the cpp code)
llvm-svn: 192780
|
|
|
|
|
|
| |
Windows platform plugin
llvm-svn: 192724
|
|
|
|
| |
llvm-svn: 192702
|
|
branch.
llvm-svn: 192693
|