projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
AMDGPU: Construct new buffer instruction when moving SMRD
[oota-llvm.git]
/
lib
/
Object
/
2015-09-22
NAKAMURA Takumi
Prune trailing whitespaces.
tree
|
commitdiff
2015-09-22
NAKAMURA Takumi
Untabify.
tree
|
commitdiff
2015-09-22
NAKAMURA Takumi
Reformat blank lines.
tree
|
commitdiff
2015-09-22
NAKAMURA Takumi
Reformat comment lines.
tree
|
commitdiff
2015-09-22
NAKAMURA Takumi
Reformat.
tree
|
commitdiff
2015-09-21
Craig Topper
Use makeArrayRef or None to avoid unnecessarily mention...
tree
|
commitdiff
2015-08-28
Rui Ueyama
Re-apply r246276 - Object: Teach llvm-ar to create...
tree
|
commitdiff
2015-08-28
Rui Ueyama
Rollback r246276 - Object: Teach llvm-ar to create...
tree
|
commitdiff
2015-08-28
Rui Ueyama
Object: Teach llvm-ar to create symbol table for COFF...
tree
|
commitdiff
2015-08-25
Davide Italiano
[MachO] Move trivial accessors to header.
tree
|
commitdiff
2015-08-25
Davide Italiano
[MachO] Introduce MinVersion API.
tree
|
commitdiff
2015-08-07
Rafael Espindola
Convert getSymbolSection to return an ErrorOr.
tree
|
commitdiff
2015-08-07
Rafael Espindola
Add dynamic_table iterators back to ELF.h.
tree
|
commitdiff
2015-08-06
Peter Collingbourne
COFF: Assign the correct symbol type to internal functions.
tree
|
commitdiff
2015-08-03
Frederic Riss
Use early return NFC.
tree
|
commitdiff
2015-07-31
David Majnemer
[COFF] Consider the ImageBase when reporting section...
tree
|
commitdiff
2015-07-31
Reid Kleckner
[COFF] Return symbol VAs instead of RVAs for PE files
tree
|
commitdiff
2015-07-31
Tom Stellard
ELFYAML: Enable parsing of EM_AMDGPU
tree
|
commitdiff
2015-07-30
David Majnemer
[COFF] Add IMAGE_SCN_TYPE_NOLOAD to SectionCharacteristics
tree
|
commitdiff
2015-07-28
Martell Malone
Summary:
tree
|
commitdiff
2015-07-22
Rafael Espindola
Fix fetching the symbol table of a thin archive.
tree
|
commitdiff
2015-07-16
Rafael Espindola
Fix handling of relative paths in thin archives.
tree
|
commitdiff
2015-07-15
Rafael Espindola
llvm-ar: Don't write the directory in the string table.
tree
|
commitdiff
2015-07-15
David Majnemer
Silence GCC -Wparenthesis warning
tree
|
commitdiff
2015-07-15
Rafael Espindola
For new archive member we only need to store the full...
tree
|
commitdiff
2015-07-15
Rafael Espindola
Simplify a few uses of remove_filename by using parent_...
tree
|
commitdiff
2015-07-15
Rafael Espindola
Handle the error of trying to convert a regular archive...
tree
|
commitdiff
2015-07-15
Rafael Espindola
Initial support for writing thin archives.
tree
|
commitdiff
2015-07-14
Rafael Espindola
Use a range loop.
tree
|
commitdiff
2015-07-14
Rafael Espindola
Add support for reading members out of thin archives.
tree
|
commitdiff
2015-07-14
Rafael Espindola
Add a herper function. NFC.
tree
|
commitdiff
2015-07-13
Rafael Espindola
Fix reading archive members with / in the name.
tree
|
commitdiff
2015-07-13
Rafael Espindola
Add support deterministic output in llvm-ar and make...
tree
|
commitdiff
2015-07-09
Rafael Espindola
llvm-ar: Pad the symbol table to 4 bytes.
tree
|
commitdiff
2015-07-09
Rafael Espindola
Basic support for BSD symbol tables in archives.
tree
|
commitdiff
2015-07-09
Rafael Espindola
Remove redundant variable. NFC.
tree
|
commitdiff
2015-07-09
Rafael Espindola
Add a helper to printing BE of LE depending on the...
tree
|
commitdiff
2015-07-09
Rafael Espindola
Extract printBSDMemberHeader.
tree
|
commitdiff
2015-07-08
Rafael Espindola
Don't reject an archive with just a symbol table.
tree
|
commitdiff
2015-07-08
Rafael Espindola
Disallow Archive::child_iterator that don't point to...
tree
|
commitdiff
2015-07-08
Rafael Espindola
Use a raw_svector_ostream and simplify a loop. NFC.
tree
|
commitdiff
2015-07-08
Rafael Espindola
Start adding support for writing archives in BSD format.
tree
|
commitdiff
2015-07-08
Rafael Espindola
Inline function into only use.
tree
|
commitdiff
2015-07-08
Rafael Espindola
Add a helper function to reduce a bit of code duplication.
tree
|
commitdiff
2015-07-08
Rafael Espindola
Use a range loop. NFC.
tree
|
commitdiff
2015-07-07
Rafael Espindola
Delete UnknownAddress. It is a perfectly valid symbol...
tree
|
commitdiff
2015-07-07
Rafael Espindola
Common symbols don't have a value.
tree
|
commitdiff
2015-07-07
Rafael Espindola
Common symbols are not undefined, at least for ObjectFile.
tree
|
commitdiff
2015-07-07
Rafael Espindola
Simplify, NFC.
tree
|
commitdiff
2015-07-06
Rafael Espindola
Remove getRelocationAddress.
tree
|
commitdiff
2015-07-06
Rafael Espindola
Check that COFF .obj files have sections with zero...
tree
|
commitdiff
2015-07-04
Rui Ueyama
Object/COFF: Do not rely on VirtualSize being 0 in...
tree
|
commitdiff
2015-07-03
Simon Atanasyan
[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml...
tree
|
commitdiff
2015-07-03
Rafael Espindola
Return ErrorOr from getSymbolAddress.
tree
|
commitdiff
2015-07-03
Rafael Espindola
Use getValue instead of getAddress in a few MachO only...
tree
|
commitdiff
2015-07-03
Rafael Espindola
This reverts commit r241350 and r241352.
tree
|
commitdiff
2015-07-03
Simon Atanasyan
[ELFYAML] Make the Size field for .bss section optional
tree
|
commitdiff
2015-07-03
Simon Atanasyan
[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml...
tree
|
commitdiff
2015-07-02
Rafael Espindola
Return ErrorOr from SymbolRef::getName.
tree
|
commitdiff
2015-07-01
Rafael Espindola
Return ErrorOr from getSection.
tree
|
commitdiff
2015-06-30
Rafael Espindola
Use ErrorOr in getRelocationAdress.
tree
|
commitdiff
2015-06-30
Rafael Espindola
Implement containsSymbol with other lower level methods.
tree
|
commitdiff
2015-06-30
Rafael Espindola
Don't return error_code from a function that doesn...
tree
|
commitdiff
2015-06-30
Rafael Espindola
Move function to the only file that uses it.
tree
|
commitdiff
2015-06-30
Rafael Espindola
Don't return error_code from a function that doesn...
tree
|
commitdiff
2015-06-30
Rafael Espindola
Don't return error_code from a function that doesn...
tree
|
commitdiff
2015-06-30
Rui Ueyama
Object/COFF: Define coff_symbol_generic.
tree
|
commitdiff
2015-06-29
Rafael Espindola
Don't return error_code from function that never fails.
tree
|
commitdiff
2015-06-29
Benjamin Kramer
[SymbolSize] Skip sorting by index, just assign by...
tree
|
commitdiff
2015-06-29
Rafael Espindola
Factor out the checking of string tables.
tree
|
commitdiff
2015-06-26
Rafael Espindola
Simplify getSymbolType.
tree
|
commitdiff
2015-06-25
Rafael Espindola
Add an ELFSymbolRef type.
tree
|
commitdiff
2015-06-25
Rafael Espindola
Use computeSymbolSizes in llvm-symbolize.
tree
|
commitdiff
2015-06-25
Rui Ueyama
libObject/COFF: Add a function to get pointers to reloc...
tree
|
commitdiff
2015-06-24
Rafael Espindola
Make computeSymbolSizes never fail.
tree
|
commitdiff
2015-06-24
Rafael Espindola
Use Symbol::getValue to simplify object::computeSymbolS...
tree
|
commitdiff
2015-06-24
Rafael Espindola
Add a SymbolRef::getValue.
tree
|
commitdiff
2015-06-24
Rafael Espindola
Refactor duplicated code. NFC.
tree
|
commitdiff
2015-06-24
Rafael Espindola
Simplify the logic, NFC.
tree
|
commitdiff
2015-06-24
Rafael Espindola
Change how symbol sizes are handled in lib/Object.
tree
|
commitdiff
2015-06-23
Sanjoy Das
Revert "[FaultMaps] Move FaultMapParser to Object/"
tree
|
commitdiff
2015-06-23
Benjamin Kramer
Make helper functions static. NFC.
tree
|
commitdiff
2015-06-23
Rafael Espindola
Simplify the Mangler interface now that DataLayout...
tree
|
commitdiff
2015-06-23
Alexander Kornienko
Revert r240137 (Fixed/added namespace ending comments...
tree
|
commitdiff
2015-06-23
Rafael Espindola
Handle multiple symbols having the same address.
tree
|
commitdiff
2015-06-23
Rafael Espindola
Extract an utility for computing symbol sizes on MachO...
tree
|
commitdiff
2015-06-23
Sanjoy Das
[FaultMaps] Move FaultMapParser to Object/
tree
|
commitdiff
2015-06-22
Frederic Riss
[Object] Search for architecures by name in MachOUniver...
tree
|
commitdiff
2015-06-19
Rafael Espindola
Make getRelocationSection MachO only.
tree
|
commitdiff
2015-06-19
Alexander Kornienko
Fixed/added namespace ending comments using clang-tidy...
tree
|
commitdiff
2015-06-19
Rafael Espindola
Fix the build.
tree
|
commitdiff
2015-06-18
Rafael Espindola
Improve the --expand-relocs handling of MachO.
tree
|
commitdiff
2015-06-17
Benjamin Kramer
[ArchiveWriter] Use EndianStream. No functional change...
tree
|
commitdiff
2015-06-16
Rafael Espindola
Return a unique_ptr from getLazyBitcodeModule and parse...
tree
|
commitdiff
2015-06-16
Frederic Riss
Have MachOObjectFile::isValidArch() accept armv7
tree
|
commitdiff
2015-06-16
Daniel Sanders
Recommit r239721: Replace string GNU Triples with llvm...
tree
|
commitdiff
2015-06-16
Duncan P. N. Exon...
modules: Add explicit dependency on intrinsics_gen
tree
|
commitdiff
2015-06-15
Daniel Sanders
Revert r239721 - Replace string GNU Triples with llvm...
tree
|
commitdiff
2015-06-15
Daniel Sanders
Replace string GNU Triples with llvm::Triple in InitMCO...
tree
|
commitdiff
2015-06-13
Rafael Espindola
Don't use std::errc.
tree
|
commitdiff
next