index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Object
/
Object.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Thread Expected<...> up from libObject’s getName() for symbols to allow llv...
Kevin Enderby
2016-04-20
1
-3
/
+8
*
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...
Kevin Enderby
2016-04-06
1
-2
/
+5
*
Convert getSymbolSection to return an ErrorOr.
Rafael Espindola
2015-08-07
1
-1
/
+3
*
Remove getRelocationAddress.
Rafael Espindola
2015-07-06
1
-7
/
+0
*
Return ErrorOr from getSymbolAddress.
Rafael Espindola
2015-07-03
1
-4
/
+4
*
Return ErrorOr from SymbolRef::getName.
Rafael Espindola
2015-07-02
1
-4
/
+4
*
Use ErrorOr in getRelocationAdress.
Rafael Espindola
2015-06-30
1
-4
/
+4
*
Don't return error_code from a function that doesn't fail.
Rafael Espindola
2015-06-30
1
-3
/
+1
*
Don't return error_code from a function that doesn't fail.
Rafael Espindola
2015-06-30
1
-4
/
+1
*
Don't return error_code from function that never fails.
Rafael Espindola
2015-06-29
1
-4
/
+1
*
Change how symbol sizes are handled in lib/Object.
Rafael Espindola
2015-06-24
1
-1
/
+1
*
Move to llvm-objdump a large amount of code to that is only used there.
Rafael Espindola
2015-06-03
1
-7
/
+1
*
Simplify another function that doesn't fail.
Rafael Espindola
2015-06-01
1
-4
/
+1
*
Remove bogus std::error_code returns form SectionRef.
Rafael Espindola
2014-10-08
1
-12
/
+3
*
Restore the ability to check if LLVMCreateObjectFile was successful
Bjorn Steinbrink
2014-09-05
1
-3
/
+4
*
Don't own the buffer in object::Binary.
Rafael Espindola
2014-08-19
1
-18
/
+25
*
Use std::unique_ptr to make the ownership explicit.
Rafael Espindola
2014-07-31
1
-2
/
+3
*
Pass a std::unique_ptr& to the create??? methods is lib/Object.
Rafael Espindola
2014-06-23
1
-1
/
+3
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-15
/
+14
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
Convert getFileOffset to getOffset and move it to its only user.
Rafael Espindola
2014-04-21
1
-7
/
+0
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-1
/
+1
*
Change the begin and end methods in ObjectFile to match the style guide.
Rafael Espindola
2014-02-10
1
-6
/
+6
*
Simplify the handling of iterators in ObjectFile.
Rafael Espindola
2014-01-30
1
-10
/
+3
*
Change createObjectFile to return an ErrorOr.
Rafael Espindola
2014-01-22
1
-1
/
+3
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Handle relocations that don't point to symbols.
Rafael Espindola
2013-06-05
1
-4
/
+1
*
This patch breaks up Wrap.h so that it does not have to include all of
Filip Pizlo
2013-05-01
1
-1
/
+1
*
Move C++ code out of the C headers and into either C++ headers
Eric Christopher
2013-04-22
1
-0
/
+39
*
Fixed ObjectFile functions:
Danil Malyshev
2011-11-29
1
-2
/
+9
*
Revert r145180 as it is causing test failures on all the bots.
Chandler Carruth
2011-11-27
1
-9
/
+2
*
Fixed ObjectFile functions:
Danil Malyshev
2011-11-27
1
-2
/
+9
*
Expose relocation accessors through the libObject C API.
Owen Anderson
2011-10-27
1
-0
/
+45
*
Add relocation iterators to the libObject C API.
Owen Anderson
2011-10-27
1
-0
/
+23
*
Use LLVMBool for a function that logically returns a boolean value.
Owen Anderson
2011-10-21
1
-1
/
+1
*
Bind libObject API for obtaining the section containing a Symbol.
Owen Anderson
2011-10-21
1
-0
/
+6
*
Expand the coverage of the libObject C bindings to include more SectionRef ac...
Owen Anderson
2011-10-21
1
-0
/
+69
*
Change relocation API to be per section. This time without breaking GCC.
Michael J. Spencer
2011-10-07
1
-2
/
+2
*
Revert 141376 and 141377 due to breaking the build.
Bill Wendling
2011-10-07
1
-2
/
+2
*
Change relocation API to be per section.
Michael J. Spencer
2011-10-07
1
-2
/
+2
*
Object: Add proper error handling.
Michael J. Spencer
2011-06-25
1
-6
/
+15
*
Move Object.cpp out of VMCore and into Object.
Eric Christopher
2011-04-03
1
-0
/
+59