projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
[Object, MachO] Simplify load segment parsing code. NFC.
[oota-llvm.git]
/
lib
/
Object
/
ELFObjectFile.cpp
2015-06-02
Rafael Espindola
Simplify now that we always use an alignment of 2 for...
blob
|
commitdiff
|
raw
2014-08-19
Rafael Espindola
Don't own the buffer in object::Binary.
blob
|
commitdiff
|
raw
|
diff to current
2014-08-17
Rafael Espindola
Add a non-templated ELFObjectFileBase class.
blob
|
commitdiff
|
raw
|
diff to current
2014-07-31
Rafael Espindola
Use std::unique_ptr to make the ownership explicit.
blob
|
commitdiff
|
raw
|
diff to current
2014-07-05
Rafael Espindola
This only needs a StringRef. No functionality change.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-24
Rafael Espindola
Replace two release calls with std::move. I missed...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-24
Rafael Espindola
Pass a unique_ptr<MemoryBuffer> to the constructors...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-23
Rafael Espindola
Pass a std::unique_ptr& to the create??? methods is...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-23
Rafael Espindola
Make ObjectFile and BitcodeReader always own the Memory...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-18
Rafael Espindola
Fix a memory leak in the error path.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-16
Rafael Espindola
Fix pr17056.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-13
Rafael Espindola
Remove 'using std::errro_code' from lib.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-12
Rafael Espindola
Don't use 'using std::error_code' in include/llvm.
blob
|
commitdiff
|
raw
|
diff to current
2014-03-06
Ahmed Charles
Replace OwningPtr<T> with std::unique_ptr<T>.
blob
|
commitdiff
|
raw
|
diff to current
2014-03-05
Ahmed Charles
[C++11] Replace OwningPtr::take() with OwningPtr::relea...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-24
Rafael Espindola
Make ObjectFile ownership of the MemoryBuffer optional.
blob
|
commitdiff
|
raw
|
diff to current
2014-01-21
Rafael Espindola
Be a bit more consistent about using ErrorOr when const...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-08
Michael J. Spencer
[Object] Split the ELF interface into 3 parts.
blob
|
commitdiff
|
raw
|
diff to current
2013-05-24
Michael J. Spencer
Replace Count{Leading,Trailing}Zeros_{32,64} with count...
blob
|
commitdiff
|
raw
|
diff to current
2013-02-03
Michael J. Spencer
[Support] Add LLVM_IS_UNALIGNED_ACCESS_FAST.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-15
Michael J. Spencer
[Object][ELF] Simplify ELFObjectFile by using ELFType.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-04
Michael J. Spencer
[Object][ELF] Add a maximum alignment. This is used...
blob
|
commitdiff
|
raw
|
diff to current
2012-04-16
Preston Gurd
Implement GDB integration for source level debugging...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-12
Eli Bendersky
Expose the ELFObjectFile class directly in the Object...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-04
Dylan Noblesmith
Object: avoid undefined behavior when bounds-checking
blob
|
commitdiff
|
raw
|
diff to current
2012-01-24
Matt Beaumont-Gay
Sink assert-only variables into the asserts
blob
|
commitdiff
|
raw
|
diff to current
2012-01-23
Matt Beaumont-Gay
Silence warnings in -asserts build
blob
|
commitdiff
|
raw
|
diff to current
2012-01-22
Eli Bendersky
Basic runtime dynamic loading capabilities added to...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-29
Danil Malyshev
Fixed ObjectFile functions:
blob
|
commitdiff
|
raw
|
diff to current
2011-11-27
Chandler Carruth
Revert r145180 as it is causing test failures on all...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-27
Danil Malyshev
Fixed ObjectFile functions:
blob
|
commitdiff
|
raw
|
diff to current
2011-10-26
Owen Anderson
Expand relocation type field to 64 bits. MachO scatter...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-17
Michael J. Spencer
Object: Add some types to SymbolRef::Type.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-17
Michael J. Spencer
Object: Add isSymbolAbsolute and getSymbolSection.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-17
Michael J. Spencer
Object: Add isSymbolWeak.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-17
Michael J. Spencer
Object: Implement casting for concrete classes.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-17
Michael J. Spencer
Object: Fix redundant name.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-13
Michael J. Spencer
ELF: Fix the section that relocations apply to. Add...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-13
Nick Lewycky
Elf_Word is not POD! Stop using it in a DenseMap.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-12
NAKAMURA Takumi
lib/Object/ELFObjectFile.cpp: Fix undefined behavior...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-11
Nick Lewycky
Reapply r141605 with fixes for appropriate handling...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-11
Nick Lewycky
Add support for .symtab_shnidx. Unfortunately, doing...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-11
Nick Lewycky
Revert r141605 as it broke tests for llvm-nm.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-11
Nick Lewycky
Add support for reading many-section ELF files.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-10
Michael J. Spencer
Object: add getSectionAlignment.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-07
Michael J. Spencer
Fix GCC again.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-07
Michael J. Spencer
Change relocation API to be per section. This time...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-07
Bill Wendling
Revert 141376 and 141377 due to breaking the build.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-07
Michael J. Spencer
Change relocation API to be per section.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-28
Michael J. Spencer
Object: Add isSection{Data,BSS}.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-14
Benjamin Kramer
Object: make the following changes into SymbolRef
blob
|
commitdiff
|
raw
|
diff to current
2011-09-08
Benjamin Kramer
Add support for relocations to ObjectFile.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-15
Benjamin Kramer
ObjectFile: Add a method to check whether a section...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-25
Michael J. Spencer
Object: Add proper error handling.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-25
Michael J. Spencer
Make Binary the parent of ObjectFile and update childre...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-13
Michael J. Spencer
Revert the last two commits in the series. r132911...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-13
Michael J. Spencer
Make Binary the parent of ObjectFile and update childre...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-03
Eric Christopher
Assorted bugfixes in object file handling:
blob
|
commitdiff
|
raw
|
diff to current
2011-01-21
Michael J. Spencer
Object: Fix type punned pointer issues by making DataRe...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-20
Michael J. Spencer
Object: Add ELF support.
blob
|
commitdiff
|
raw
|
diff to current