index
:
delta/llvm.git
277873ce0f48
51f23efbef48
5357a98c823a
9eb3e564d3b
EmptyLineAfterFunctionDefinition
HEAD
Jamie_Phabricator_D100991
LitFixes
Llvm
aranges
arcpatch-D108319
arcpatch-D113798
arcpatch-D90810
base_offset
baserock/flang
baserock/morph
c92d1aa44b132597d
cherry-pick-something
cleaner-attribute-errors
cmake-integration
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
diagnostic-handler-dev
efb284c07e
eng/PR-D101122-follow-up
fix_asan
forTom
hostassoc
llvm_plex_11.0.1
lntue-libc-fmin
maain
mai
main
maste
master
muiez/revert-ffad4
omp-loop
optimize_compinstr_fix
perf/tmp
relase/12.x
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/13.x
release/14.x
release/15.x
release/16.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
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
release_34
release_35
release_35@215010
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
relese/12.x
rgallop/opensource-main/scudo_standalone
scripted-process
shape
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
temp-test-main
test-D97234
testing
upstream
use-after-move-docs
verify-in-debug
vkd1
zibi/warnings_from_nanosleep
github.com: llvm/llvm-project.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Object
/
ObjectFile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert two uses of ErrorOr to Expected.
Rafael Espindola
2017-10-10
1
-2
/
+2
*
[dwarfdump] Skip 'stripped' sections
Jonas Devlieghere
2017-09-26
1
-0
/
+2
*
Allow public Triple deduction from ObjectFiles.
Vlad Tsyrklevich
2017-09-19
1
-0
/
+25
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-29
/
+30
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...
Eugene Zelenko
2017-04-19
1
-3
/
+11
*
[WebAssembly] Add llvm-objdump support for wasm file format
Derek Schuff
2016-11-30
1
-1
/
+4
*
Add a file magic for CL.exe's object file created with /GL.
Rui Ueyama
2016-11-15
1
-0
/
+1
*
Object: Add a missing return in ObjectFile::createObjectFile
Justin Bogner
2016-10-18
1
-2
/
+2
*
Thread Expected<...> up from libObject’s getType() for symbols to allow llv...
Kevin Enderby
2016-05-02
1
-2
/
+5
*
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
[next]