index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Object
/
Object.cpp
Age
Commit message (
Expand
)
Author
2011-11-29
Fixed ObjectFile functions:
Danil Malyshev
2011-11-27
Revert r145180 as it is causing test failures on all the bots.
Chandler Carruth
2011-11-27
Fixed ObjectFile functions:
Danil Malyshev
2011-10-27
Expose relocation accessors through the libObject C API.
Owen Anderson
2011-10-27
Add relocation iterators to the libObject C API.
Owen Anderson
2011-10-21
Use LLVMBool for a function that logically returns a boolean value.
Owen Anderson
2011-10-21
Bind libObject API for obtaining the section containing a Symbol.
Owen Anderson
2011-10-21
Expand the coverage of the libObject C bindings to include more SectionRef ac...
Owen Anderson
2011-10-07
Change relocation API to be per section. This time without breaking GCC.
Michael J. Spencer
2011-10-07
Revert 141376 and 141377 due to breaking the build.
Bill Wendling
2011-10-07
Change relocation API to be per section.
Michael J. Spencer
2011-06-25
Object: Add proper error handling.
Michael J. Spencer
2011-04-03
Move Object.cpp out of VMCore and into Object.
Eric Christopher