Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
d6f14d98c2ac47d172a3db01a6af04ea11486182
/
llvm
/
lib
/
Object
/
Object.cpp
806f006
Handle relocations that don't point to symbols.
by Rafael Espindola
· 12 years ago
dec20e4
This patch breaks up Wrap.h so that it does not have to include all of
by Filip Pizlo
· 13 years ago
04d4e93
Move C++ code out of the C headers and into either C++ headers
by Eric Christopher
· 13 years ago
cbe72fc
Fixed ObjectFile functions:
by Danil Malyshev
· 14 years ago
37ab257
Revert r145180 as it is causing test failures on all the bots.
by Chandler Carruth
· 14 years ago
2631f93
Fixed ObjectFile functions:
by Danil Malyshev
· 14 years ago
f7a89d0
Expose relocation accessors through the libObject C API.
by Owen Anderson
· 14 years ago
e245af6
Add relocation iterators to the libObject C API.
by Owen Anderson
· 14 years ago
500ebeb
Use LLVMBool for a function that logically returns a boolean value.
by Owen Anderson
· 14 years ago
07bfdbb
Bind libObject API for obtaining the section containing a Symbol.
by Owen Anderson
· 14 years ago
f239db4
Expand the coverage of the libObject C bindings to include more SectionRef accessors as well as Symbol iterators.
by Owen Anderson
· 14 years ago
e5fd004
Change relocation API to be per section. This time without breaking GCC.
by Michael J. Spencer
· 14 years ago
206d8a7
Revert 141376 and 141377 due to breaking the build.
by Bill Wendling
· 14 years ago
b0d6154
Change relocation API to be per section.
by Michael J. Spencer
· 14 years ago
1d6167f
Object: Add proper error handling.
by Michael J. Spencer
· 14 years ago
c56d2e8
Move Object.cpp out of VMCore and into Object.
by Eric Christopher
· 15 years ago
[Renamed from llvm/lib/VMCore/Object.cpp]
9f08a3b
Add a set of C bindings for the Object interface.
by Eric Christopher
· 15 years ago