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
/
ObjectFile.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
/
+3
*
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...
Kevin Enderby
2016-04-06
1
-10
/
+10
*
[Object] Make createMachOObjectFile return Expected<...> rather than
Lang Hames
2016-03-25
1
-1
/
+1
*
Rename embedded bitcode section in MachO
Steven Wu
2016-02-29
1
-0
/
+7
*
Convert getSymbolSection to return an ErrorOr.
Rafael Espindola
2015-08-07
1
-3
/
+3
*
Delete UnknownAddress. It is a perfectly valid symbol value.
Rafael Espindola
2015-07-07
1
-0
/
+9
*
Return ErrorOr from SymbolRef::getName.
Rafael Espindola
2015-07-02
1
-3
/
+3
*
Implement containsSymbol with other lower level methods.
Rafael Espindola
2015-06-30
1
-0
/
+7
*
Remove object_error::success and use std::error_code() instead
Rui Ueyama
2015-06-09
1
-1
/
+1
*
Simplify interface of function that doesn't fail.
Rafael Espindola
2015-05-31
1
-5
/
+1
*
Object: Handle Mach-O kext bundle files
Justin Bogner
2015-02-25
1
-0
/
+1
*
Support ELF files of unknown type.
Michael J. Spencer
2014-11-18
1
-0
/
+1
*
Don't own the buffer in object::Binary.
Rafael Espindola
2014-08-19
1
-8
/
+16
*
Use std::unique_ptr to make the ownership explicit.
Rafael Espindola
2014-07-31
1
-2
/
+5
*
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
2014-07-06
1
-3
/
+4
*
Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.
Rafael Espindola
2014-06-24
1
-3
/
+3
*
Pass a std::unique_ptr& to the create??? methods is lib/Object.
Rafael Espindola
2014-06-23
1
-4
/
+5
*
Make ObjectFile and BitcodeReader always own the MemoryBuffer.
Rafael Espindola
2014-06-23
1
-9
/
+5
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-7
/
+6
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
Remove system_error.h.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-2
/
+1
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
1
-1
/
+1
*
Shankar kindly pointed out that I wasn't following the coding convention prop...
Aaron Ballman
2014-02-21
1
-1
/
+1
*
Fixing the MSVC build by including a file.
Aaron Ballman
2014-02-21
1
-0
/
+1
*
Add a SymbolicFile interface between Binary and ObjectFile.
Rafael Espindola
2014-02-21
1
-1
/
+10
*
Make ObjectFile ownership of the MemoryBuffer optional.
Rafael Espindola
2014-01-24
1
-7
/
+9
*
Pass the computed magic to createBinary and createObjectFile if available.
Rafael Espindola
2014-01-22
1
-2
/
+4
*
Change createObjectFile to return an ErrorOr.
Rafael Espindola
2014-01-22
1
-14
/
+10
*
Be a bit more consistent about using ErrorOr when constructing Binary objects.
Rafael Espindola
2014-01-21
1
-3
/
+3
*
Path: Recognize COFF import library file magic.
Rui Ueyama
2013-11-15
1
-0
/
+1
*
Path: Recognize Windows compiled resource file.
Rui Ueyama
2013-10-15
1
-0
/
+1
*
Delete the buffer in createObjectFile if it fails.
Rafael Espindola
2013-07-24
1
-1
/
+4
*
Basic support for parsing Mach-O universal binaries in LLVMObject library
Alexey Samsonov
2013-06-18
1
-0
/
+1
*
Fix variable name style. Don't cast to and from int.
Rafael Espindola
2013-06-11
1
-0
/
+2
*
Convert another use of sys::identifyFileType.
Rafael Espindola
2013-06-11
1
-25
/
+26
*
Pass a StringRef to sys::identifyFileType.
Rafael Espindola
2013-06-10
1
-2
/
+1
*
Change how we iterate over relocations on ELF.
Rafael Espindola
2013-05-30
1
-0
/
+4
*
Add getSymbolAlignment to the ObjectFile interface.
Rafael Espindola
2013-04-29
1
-0
/
+6
*
Remove unused argument.
Rafael Espindola
2013-04-07
1
-1
/
+1
*
When encountering an unknown file format, ObjectFile::createObjectFile should
Eli Bendersky
2013-01-25
1
-1
/
+3
*
Remove unused variables.
Rafael Espindola
2011-12-25
1
-1
/
+1
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+2
*
ObjectFile: Add support for mach-o-style dSYM companion files.
Benjamin Kramer
2011-09-14
1
-0
/
+1
*
Make Binary the parent of ObjectFile and update children to new interface.
Michael J. Spencer
2011-06-25
1
-12
/
+2
*
Revert the last two commits in the series. r132911, r132912.
Michael J. Spencer
2011-06-13
1
-2
/
+12
*
Make Binary the parent of ObjectFile and update children to new interface.
Michael J. Spencer
2011-06-13
1
-12
/
+2
*
Hook in mach-o object files into Object interface.
Eric Christopher
2011-04-22
1
-1
/
+1
*
Object: Add ELF support.
Michael J. Spencer
2011-01-20
1
-1
/
+1
*
Object: Add COFF Support.
Michael J. Spencer
2011-01-20
1
-1
/
+1
[next]