index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Object
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-apply r246276 - Object: Teach llvm-ar to create symbol table for COFF shor...
Rui Ueyama
2015-08-28
1
-1
/
+4
*
Rollback r246276 - Object: Teach llvm-ar to create symbol table for COFF shor...
Rui Ueyama
2015-08-28
1
-46
/
+1
*
Object: Teach llvm-ar to create symbol table for COFF short import files.
Rui Ueyama
2015-08-28
1
-1
/
+46
*
[MachO] Move trivial accessors to header.
Davide Italiano
2015-08-25
1
-18
/
+0
*
[MachO] Introduce MinVersion API.
Davide Italiano
2015-08-25
1
-0
/
+18
*
Convert getSymbolSection to return an ErrorOr.
Rafael Espindola
2015-08-07
4
-31
/
+25
*
Add dynamic_table iterators back to ELF.h.
Rafael Espindola
2015-08-07
1
-0
/
+2
*
COFF: Assign the correct symbol type to internal functions.
Peter Collingbourne
2015-08-06
1
-2
/
+2
*
Use early return NFC.
Frederic Riss
2015-08-03
1
-8
/
+8
*
[COFF] Consider the ImageBase when reporting section addresses
David Majnemer
2015-07-31
1
-2
/
+10
*
[COFF] Return symbol VAs instead of RVAs for PE files
Reid Kleckner
2015-07-31
1
-0
/
+8
*
ELFYAML: Enable parsing of EM_AMDGPU
Tom Stellard
2015-07-31
1
-0
/
+1
*
[COFF] Add IMAGE_SCN_TYPE_NOLOAD to SectionCharacteristics
David Majnemer
2015-07-30
1
-0
/
+1
*
Summary:
Martell Malone
2015-07-28
2
-0
/
+5
*
Fix fetching the symbol table of a thin archive.
Rafael Espindola
2015-07-22
1
-6
/
+11
*
Fix handling of relative paths in thin archives.
Rafael Espindola
2015-07-16
1
-3
/
+32
*
llvm-ar: Don't write the directory in the string table.
Rafael Espindola
2015-07-15
1
-1
/
+1
*
Silence GCC -Wparenthesis warning
David Majnemer
2015-07-15
1
-3
/
+2
*
For new archive member we only need to store the full path.
Rafael Espindola
2015-07-15
1
-4
/
+4
*
Simplify a few uses of remove_filename by using parent_path instead.
Rafael Espindola
2015-07-15
1
-3
/
+2
*
Handle the error of trying to convert a regular archive to a thin one.
Rafael Espindola
2015-07-15
1
-0
/
+3
*
Initial support for writing thin archives.
Rafael Espindola
2015-07-15
1
-13
/
+24
*
Use a range loop.
Rafael Espindola
2015-07-14
1
-4
/
+2
*
Add support for reading members out of thin archives.
Rafael Espindola
2015-07-14
1
-1
/
+22
*
Add a herper function. NFC.
Rafael Espindola
2015-07-14
1
-8
/
+7
*
Fix reading archive members with / in the name.
Rafael Espindola
2015-07-13
1
-3
/
+3
*
Add support deterministic output in llvm-ar and make it the default.
Rafael Espindola
2015-07-13
1
-17
/
+43
*
llvm-ar: Pad the symbol table to 4 bytes.
Rafael Espindola
2015-07-09
1
-2
/
+5
*
Basic support for BSD symbol tables in archives.
Rafael Espindola
2015-07-09
1
-17
/
+39
*
Remove redundant variable. NFC.
Rafael Espindola
2015-07-09
1
-2
/
+1
*
Add a helper to printing BE of LE depending on the format.
Rafael Espindola
2015-07-09
1
-6
/
+10
*
Extract printBSDMemberHeader.
Rafael Espindola
2015-07-09
1
-22
/
+25
*
Don't reject an archive with just a symbol table.
Rafael Espindola
2015-07-08
1
-1
/
+1
*
Disallow Archive::child_iterator that don't point to an archive.
Rafael Espindola
2015-07-08
2
-3
/
+2
*
Use a raw_svector_ostream and simplify a loop. NFC.
Rafael Espindola
2015-07-08
1
-6
/
+3
*
Start adding support for writing archives in BSD format.
Rafael Espindola
2015-07-08
1
-10
/
+30
*
Inline function into only use.
Rafael Espindola
2015-07-08
1
-12
/
+6
*
Add a helper function to reduce a bit of code duplication.
Rafael Espindola
2015-07-08
1
-25
/
+22
*
Use a range loop. NFC.
Rafael Espindola
2015-07-08
1
-8
/
+6
*
Delete UnknownAddress. It is a perfectly valid symbol value.
Rafael Espindola
2015-07-07
3
-11
/
+12
*
Common symbols don't have a value.
Rafael Espindola
2015-07-07
1
-3
/
+2
*
Common symbols are not undefined, at least for ObjectFile.
Rafael Espindola
2015-07-07
1
-3
/
+2
*
Simplify, NFC.
Rafael Espindola
2015-07-07
1
-3
/
+2
*
Remove getRelocationAddress.
Rafael Espindola
2015-07-06
3
-20
/
+7
*
Check that COFF .obj files have sections with zero virtual address spaces.
Rafael Espindola
2015-07-06
1
-0
/
+2
*
Object/COFF: Do not rely on VirtualSize being 0 in object files.
Rui Ueyama
2015-07-04
1
-8
/
+4
*
[ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml/yaml2obj tools
Simon Atanasyan
2015-07-03
1
-0
/
+10
*
Return ErrorOr from getSymbolAddress.
Rafael Espindola
2015-07-03
3
-13
/
+10
*
Use getValue instead of getAddress in a few MachO only cases.
Rafael Espindola
2015-07-03
1
-5
/
+2
*
This reverts commit r241350 and r241352.
Rafael Espindola
2015-07-03
1
-10
/
+0
[next]