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
/
ELFObjectFile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the ELFObjectFile constructor private.
Rafael Espindola
2017-10-10
1
-12
/
+14
*
Simplify. NFC.
Rafael Espindola
2017-10-10
1
-4
/
+4
*
Convert two uses of ErrorOr to Expected.
Rafael Espindola
2017-10-10
1
-6
/
+6
*
[Triple] Add isThumb and isARM functions.
Florian Hahn
2017-08-12
1
-2
/
+1
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
[Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...
Eugene Zelenko
2017-04-24
1
-4
/
+17
*
[ARM] Create SubtargetFeatures from build attrs
Sam Parker
2017-01-18
1
-42
/
+153
*
[ARM] Create objdump subtarget from build attrs
Sam Parker
2017-01-18
1
-0
/
+67
*
Revert r291903 and r291898. Reason: they break check-lld on the bots.
Ivan Krasin
2017-01-13
1
-65
/
+0
*
[ARM] Enable objdump to construct triple for ARM
Sam Parker
2017-01-13
1
-0
/
+65
*
[llvm-objdump] Support detection of feature bits from the object and implemen...
Daniel Sanders
2016-06-16
1
-0
/
+67
*
[Object, ELF] Don't assert on invalid magic in createELFObjectFile.
Alexey Samsonov
2015-06-04
1
-2
/
+3
*
[Object, ELF] Don't call llvm_unreachable() from createELFObjectFile.
Alexey Samsonov
2015-06-04
1
-2
/
+2
*
Simplify now that we always use an alignment of 2 for ELF files.
Rafael Espindola
2015-06-02
1
-42
/
+18
*
Don't own the buffer in object::Binary.
Rafael Espindola
2014-08-19
1
-22
/
+13
*
Add a non-templated ELFObjectFileBase class.
Rafael Espindola
2014-08-17
1
-0
/
+4
*
Use std::unique_ptr to make the ownership explicit.
Rafael Espindola
2014-07-31
1
-2
/
+2
*
This only needs a StringRef. No functionality change.
Rafael Espindola
2014-07-05
1
-1
/
+2
*
Replace two release calls with std::move. I missed this on the previous commit.
Rafael Espindola
2014-06-24
1
-2
/
+2
*
Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.
Rafael Espindola
2014-06-24
1
-8
/
+8
*
Pass a std::unique_ptr& to the create??? methods is lib/Object.
Rafael Espindola
2014-06-23
1
-10
/
+19
*
Make ObjectFile and BitcodeReader always own the MemoryBuffer.
Rafael Espindola
2014-06-23
1
-26
/
+9
*
Fix a memory leak in the error path.
Rafael Espindola
2014-06-18
1
-2
/
+10
*
Fix pr17056.
Rafael Espindola
2014-06-16
1
-5
/
+5
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-2
/
+1
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-1
/
+1
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
1
-1
/
+1
*
Make ObjectFile ownership of the MemoryBuffer optional.
Rafael Espindola
2014-01-24
1
-9
/
+18
*
Be a bit more consistent about using ErrorOr when constructing Binary objects.
Rafael Espindola
2014-01-21
1
-15
/
+18
*
[Object] Split the ELF interface into 3 parts.
Michael J. Spencer
2013-08-08
1
-2
/
+1
*
Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.
Michael J. Spencer
2013-05-24
1
-1
/
+1
*
[Support] Add LLVM_IS_UNALIGNED_ACCESS_FAST.
Michael J. Spencer
2013-02-03
1
-4
/
+16
*
[Object][ELF] Simplify ELFObjectFile by using ELFType.
Michael J. Spencer
2013-01-15
1
-8
/
+8
*
[Object][ELF] Add a maximum alignment. This is used by createELFObjectFile to...
Michael J. Spencer
2013-01-04
1
-6
/
+28
*
Implement GDB integration for source level debugging of code JITed using
Preston Gurd
2012-04-16
1
-10
/
+0
*
Expose the ELFObjectFile class directly in the Object/ELF.h header, similarly
Eli Bendersky
2012-02-12
1
-1695
/
+25
*
Object: avoid undefined behavior when bounds-checking
Dylan Noblesmith
2012-02-04
1
-8
/
+22
*
Sink assert-only variables into the asserts
Matt Beaumont-Gay
2012-01-24
1
-16
/
+10
*
Silence warnings in -asserts build
Matt Beaumont-Gay
2012-01-23
1
-0
/
+6
*
Basic runtime dynamic loading capabilities added to ELFObjectFile, implemented
Eli Bendersky
2012-01-22
1
-19
/
+239
*
Fixed ObjectFile functions:
Danil Malyshev
2011-11-29
1
-13
/
+36
*
Revert r145180 as it is causing test failures on all the bots.
Chandler Carruth
2011-11-27
1
-36
/
+13
*
Fixed ObjectFile functions:
Danil Malyshev
2011-11-27
1
-13
/
+36
*
Expand relocation type field to 64 bits. MachO scattered relocations require...
Owen Anderson
2011-10-26
1
-2
/
+2
*
Object: Add some types to SymbolRef::Type.
Michael J. Spencer
2011-10-17
1
-0
/
+6
*
Object: Add isSymbolAbsolute and getSymbolSection.
Michael J. Spencer
2011-10-17
1
-0
/
+29
*
Object: Add isSymbolWeak.
Michael J. Spencer
2011-10-17
1
-0
/
+12
*
Object: Implement casting for concrete classes.
Michael J. Spencer
2011-10-17
1
-0
/
+5
[next]