Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
268b51a188b718debaaa7f758200246f1039cfb9
/
llvm
/
lib
/
Object
403a787
Support for function summary index bitcode sections and files.
by Teresa Johnson
· 10 years ago
10c80e7
Prune trailing whitespaces.
by NAKAMURA Takumi
· 10 years ago
0a7d0ad
Untabify.
by NAKAMURA Takumi
· 10 years ago
a9cb538
Reformat blank lines.
by NAKAMURA Takumi
· 10 years ago
8496503
Reformat comment lines.
by NAKAMURA Takumi
· 10 years ago
70ad98a
Reformat.
by NAKAMURA Takumi
· 10 years ago
0013be1
Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type extra times. NFC
by Craig Topper
· 10 years ago
71ba9bd
Re-apply r246276 - Object: Teach llvm-ar to create symbol table for COFF short import files
by Rui Ueyama
· 10 years ago
8cff174
Rollback r246276 - Object: Teach llvm-ar to create symbol table for COFF short import files
by Rui Ueyama
· 10 years ago
22b1b7a
Object: Teach llvm-ar to create symbol table for COFF short import files.
by Rui Ueyama
· 10 years ago
68961bb
[MachO] Move trivial accessors to header.
by Davide Italiano
· 10 years ago
933e230
[MachO] Introduce MinVersion API.
by Davide Italiano
· 10 years ago
8bab889
Convert getSymbolSection to return an ErrorOr.
by Rafael Espindola
· 10 years ago
e01f43b
Add dynamic_table iterators back to ELF.h.
by Rafael Espindola
· 10 years ago
e834f42
COFF: Assign the correct symbol type to internal functions.
by Peter Collingbourne
· 10 years ago
6eb30ee
Use early return NFC.
by Frederic Riss
· 10 years ago
7c6a071
[COFF] Consider the ImageBase when reporting section addresses
by David Majnemer
· 10 years ago
47ea9ec
[COFF] Return symbol VAs instead of RVAs for PE files
by Reid Kleckner
· 10 years ago
e182e74
ELFYAML: Enable parsing of EM_AMDGPU
by Tom Stellard
· 10 years ago
d323888
[COFF] Add IMAGE_SCN_TYPE_NOLOAD to SectionCharacteristics
by David Majnemer
· 10 years ago
1eff5c9
Summary: Object: add IMAGE_FILE_MACHINE_ARM64
by Martell Malone
· 10 years ago
be9ab26
Fix fetching the symbol table of a thin archive.
by Rafael Espindola
· 10 years ago
06d6d19
Fix handling of relative paths in thin archives.
by Rafael Espindola
· 10 years ago
57c0525
llvm-ar: Don't write the directory in the string table.
by Rafael Espindola
· 10 years ago
3f6994b
Silence GCC -Wparenthesis warning
by David Majnemer
· 10 years ago
0a74a60
For new archive member we only need to store the full path.
by Rafael Espindola
· 10 years ago
f662e00
Simplify a few uses of remove_filename by using parent_path instead.
by Rafael Espindola
· 10 years ago
449208d
Handle the error of trying to convert a regular archive to a thin one.
by Rafael Espindola
· 10 years ago
e649258
Initial support for writing thin archives.
by Rafael Espindola
· 10 years ago
6fce2e4
Use a range loop.
by Rafael Espindola
· 10 years ago
4b83cb5
Add support for reading members out of thin archives.
by Rafael Espindola
· 10 years ago
2b05416
Add a herper function. NFC.
by Rafael Espindola
· 10 years ago
c60d0d2
Fix reading archive members with / in the name.
by Rafael Espindola
· 10 years ago
6a8e86f
Add support deterministic output in llvm-ar and make it the default.
by Rafael Espindola
· 10 years ago
594e676
llvm-ar: Pad the symbol table to 4 bytes.
by Rafael Espindola
· 10 years ago
c79bff6
Basic support for BSD symbol tables in archives.
by Rafael Espindola
· 10 years ago
2ba806c
Remove redundant variable. NFC.
by Rafael Espindola
· 10 years ago
b870e9c
Add a helper to printing BE of LE depending on the format.
by Rafael Espindola
· 10 years ago
8cde5c0
Extract printBSDMemberHeader.
by Rafael Espindola
· 10 years ago
4104fe8
Don't reject an archive with just a symbol table.
by Rafael Espindola
· 10 years ago
c91177e
Disallow Archive::child_iterator that don't point to an archive.
by Rafael Espindola
· 10 years ago
80c662d
Use a raw_svector_ostream and simplify a loop. NFC.
by Rafael Espindola
· 10 years ago
a2ed0b0
Start adding support for writing archives in BSD format.
by Rafael Espindola
· 10 years ago
65a9953
Inline function into only use.
by Rafael Espindola
· 10 years ago
c291a4b2
Add a helper function to reduce a bit of code duplication.
by Rafael Espindola
· 10 years ago
51271bd
Use a range loop. NFC.
by Rafael Espindola
· 10 years ago
be8b0ea
Delete UnknownAddress. It is a perfectly valid symbol value.
by Rafael Espindola
· 10 years ago
7e7be92
Common symbols don't have a value.
by Rafael Espindola
· 10 years ago
d824772
Common symbols are not undefined, at least for ObjectFile.
by Rafael Espindola
· 10 years ago
05cbccc
Simplify, NFC.
by Rafael Espindola
· 10 years ago
76ad232
Remove getRelocationAddress.
by Rafael Espindola
· 10 years ago
76d650e
Check that COFF .obj files have sections with zero virtual address spaces.
by Rafael Espindola
· 10 years ago
d5297ee
Object/COFF: Do not rely on VirtualSize being 0 in object files.
by Rui Ueyama
· 10 years ago
5db0276
[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml/yaml2obj tools
by Simon Atanasyan
· 10 years ago
ed067c4
Return ErrorOr from getSymbolAddress.
by Rafael Espindola
· 10 years ago
dea0016
Use getValue instead of getAddress in a few MachO only cases.
by Rafael Espindola
· 10 years ago
e9da9aa
This reverts commit r241350 and r241352.
by Rafael Espindola
· 10 years ago
d0f7b42
[ELFYAML] Make the Size field for .bss section optional
by Simon Atanasyan
· 10 years ago
b776eae
[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml/yaml2obj tools
by Simon Atanasyan
· 10 years ago
5d0c2ff
Return ErrorOr from SymbolRef::getName.
by Rafael Espindola
· 10 years ago
6def304
Return ErrorOr from getSection.
by Rafael Espindola
· 10 years ago
10fcac7
Use ErrorOr in getRelocationAdress.
by Rafael Espindola
· 10 years ago
e9c58c7
Implement containsSymbol with other lower level methods.
by Rafael Espindola
· 10 years ago
41bb432
Don't return error_code from a function that doesn't fail.
by Rafael Espindola
· 10 years ago
0ad71d9
Move function to the only file that uses it.
by Rafael Espindola
· 10 years ago
f69ac42
Don't return error_code from a function that doesn't fail.
by Rafael Espindola
· 10 years ago
99c041b
Don't return error_code from a function that doesn't fail.
by Rafael Espindola
· 10 years ago
e40d30f
Object/COFF: Define coff_symbol_generic.
by Rui Ueyama
· 10 years ago
96d071c
Don't return error_code from function that never fails.
by Rafael Espindola
· 10 years ago
025f46f
[SymbolSize] Skip sorting by index, just assign by index.
by Benjamin Kramer
· 10 years ago
6a1bfb2
Factor out the checking of string tables.
by Rafael Espindola
· 10 years ago
2fa80cc
Simplify getSymbolType.
by Rafael Espindola
· 10 years ago
dbb6bd3
Add an ELFSymbolRef type.
by Rafael Espindola
· 10 years ago
d8e96ec
Use computeSymbolSizes in llvm-symbolize.
by Rafael Espindola
· 10 years ago
6a75acb
libObject/COFF: Add a function to get pointers to relocation entries.
by Rui Ueyama
· 10 years ago
6bf3221
Make computeSymbolSizes never fail.
by Rafael Espindola
· 10 years ago
7308d29
Use Symbol::getValue to simplify object::computeSymbolSizes. NFC.
by Rafael Espindola
· 10 years ago
991af66
Add a SymbolRef::getValue.
by Rafael Espindola
· 10 years ago
5912892
Refactor duplicated code. NFC.
by Rafael Espindola
· 10 years ago
54c9f3d
Simplify the logic, NFC.
by Rafael Espindola
· 10 years ago
d7a32ea
Change how symbol sizes are handled in lib/Object.
by Rafael Espindola
· 10 years ago
3f1bc3b
Revert "[FaultMaps] Move FaultMapParser to Object/"
by Sanjoy Das
· 10 years ago
e7800ca
Make helper functions static. NFC.
by Benjamin Kramer
· 10 years ago
c233f74
Simplify the Mangler interface now that DataLayout is mandatory.
by Rafael Espindola
· 10 years ago
f00654e
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
by Alexander Kornienko
· 10 years ago
4994365
Handle multiple symbols having the same address.
by Rafael Espindola
· 10 years ago
b109c03
Extract an utility for computing symbol sizes on MachO and COFF.
by Rafael Espindola
· 10 years ago
9d95716
[FaultMaps] Move FaultMapParser to Object/
by Sanjoy Das
· 10 years ago
ebc162a
[Object] Search for architecures by name in MachOUniversalBinary::getObjectForArch()
by Frederic Riss
· 10 years ago
63a88ce
Make getRelocationSection MachO only.
by Rafael Espindola
· 10 years ago
70bc5f1
Fixed/added namespace ending comments using clang-tidy. NFC
by Alexander Kornienko
· 10 years ago
9fed250
Fix the build.
by Rafael Espindola
· 10 years ago
9ac06a0
Improve the --expand-relocs handling of MachO.
by Rafael Espindola
· 10 years ago
cd278b7
[ArchiveWriter] Use EndianStream. No functional change intended.
by Benjamin Kramer
· 10 years ago
dcd1dca
Return a unique_ptr from getLazyBitcodeModule and parseBitcodeFile. NFC.
by Rafael Espindola
· 10 years ago
40baa0a
Have MachOObjectFile::isValidArch() accept armv7
by Frederic Riss
· 10 years ago
8d8b13d
Recommit r239721: Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC.
by Daniel Sanders
· 10 years ago
51149d5
modules: Add explicit dependency on intrinsics_gen
by Duncan P. N. Exon Smith
· 10 years ago
fa555dc
Revert r239721 - Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC.
by Daniel Sanders
· 10 years ago
d6d12a1
Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC.
by Daniel Sanders
· 10 years ago
Next »