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
*
[Object] Extend MachOUniversalBinary::getObjectForArch
Alexander Shaposhnikov
2019-09-19
1
-1
/
+1
*
Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...
George Rimar
2019-08-14
1
-4
/
+4
*
Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...
George Rimar
2019-08-14
1
-4
/
+4
*
[llvm/Object] - Convert SectionRef::getName() to return Expected<>
George Rimar
2019-08-14
1
-4
/
+4
*
[LLVM-C] Add Accessor for Mach-O Universal Binary Slices
Robert Widmann
2019-05-25
1
-0
/
+15
*
Recommit [Object] Change object::SectionRef::getContents() to return Expected...
Fangrui Song
2019-05-16
1
-4
/
+4
*
Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...
Hans Wennborg
2019-05-16
1
-4
/
+4
*
[Object] Change object::SectionRef::getContents() to return Expected<StringRef>
Fangrui Song
2019-05-16
1
-4
/
+4
*
[LLVM-C] Add Section and Symbol Iterator Accessors for Object File Binaries
Robert Widmann
2019-04-09
1
-0
/
+28
*
[LLVM-C] Allow Access to the Type of a Binary
Robert Widmann
2019-04-07
1
-0
/
+46
*
[LLVM-C] Begin to Expose A More General Binary Interface
Robert Widmann
2019-04-05
1
-0
/
+28
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Use llvm::copy. NFC
Fangrui Song
2018-11-17
1
-1
/
+1
*
[Support] Make error banner optional in logAllUnhandledErrors
Jonas Devlieghere
2018-11-11
1
-3
/
+3
*
Report fatal error in the case of out of memory
Serge Pavlov
2018-02-20
1
-1
/
+1
*
Revert r325224 "Report fatal error in the case of out of memory"
Serge Pavlov
2018-02-15
1
-1
/
+1
*
Report fatal error in the case of out of memory
Serge Pavlov
2018-02-15
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...
Kevin Enderby
2016-06-24
1
-3
/
+8
*
Thread Expected<...> up from libObject’s getType() for symbols to allow llv...
Kevin Enderby
2016-05-02
1
-3
/
+8
*
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
[next]