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
*
Reapply r250906 with many suggested updates from Rafael Espindola.
Kevin Enderby
2015-11-05
2
-48
/
+93
*
[ELF] elfiamcu triple should imply e_machine == EM_IAMCU
Michael Kuperstein
2015-11-04
2
-0
/
+2
*
This never returns end(), simplify to use Child instead of iterator. NFC.
Rafael Espindola
2015-11-03
1
-3
/
+2
*
Restore "Support for ThinLTO function importing and symbol linking."
Teresa Johnson
2015-11-03
1
-5
/
+4
*
Revert "Support for ThinLTO function importing and symbol linking."
Teresa Johnson
2015-11-02
1
-4
/
+5
*
Support for ThinLTO function importing and symbol linking.
Teresa Johnson
2015-11-02
1
-5
/
+4
*
Clang format a few prior patches (NFC)
Teresa Johnson
2015-11-02
1
-28
/
+35
*
Avoid implicitly constructing a Archive::child_iterator.
Rafael Espindola
2015-11-02
1
-10
/
+10
*
Use Child instead of child_iterator in the archive writer.
Rafael Espindola
2015-11-01
1
-5
/
+5
*
Don't store a Child to the first regular member.
Rafael Espindola
2015-10-31
1
-8
/
+17
*
Simplify handling of archive Symbol tables.
Rafael Espindola
2015-10-31
1
-9
/
+14
*
Simplify the handling of the archive string table.
Rafael Espindola
2015-10-31
1
-12
/
+10
*
[AVR] Add ELF constants to headers
Dylan McKay
2015-10-23
1
-0
/
+19
*
Backing out commit r250906 as it broke lld.
Kevin Enderby
2015-10-21
2
-117
/
+44
*
This removes the eating of the error in Archive::Child::getSize() when the ch...
Kevin Enderby
2015-10-21
2
-44
/
+117
*
Tweak to r250117 and change to use ErrorOr and drop isSizeValid for
Kevin Enderby
2015-10-13
1
-17
/
+12
*
Fixed bugs in llvm-obdump while parsing Mach-O files from malformed archives
Kevin Enderby
2015-10-12
1
-0
/
+12
*
Address review comments, remove error case and return 0 instead as required b...
Reid Kleckner
2015-10-09
1
-7
/
+8
*
[llvm-symbolizer] Make --relative-address work with DWARF contexts
Reid Kleckner
2015-10-09
1
-10
/
+11
*
Fix a bug in llvm-objdump’s printing of Objective-C meta data
Kevin Enderby
2015-10-08
1
-3
/
+26
*
Handle Archive::getNumberOfSymbols being called in an archive with no symbols.
Rafael Espindola
2015-10-08
1
-2
/
+2
*
Support for function summary index bitcode sections and files.
Teresa Johnson
2015-10-04
2
-0
/
+115
*
Prune trailing whitespaces.
NAKAMURA Takumi
2015-09-22
1
-10
/
+10
*
Untabify.
NAKAMURA Takumi
2015-09-22
2
-3
/
+2
*
Reformat blank lines.
NAKAMURA Takumi
2015-09-22
1
-3
/
+0
*
Reformat comment lines.
NAKAMURA Takumi
2015-09-22
1
-2
/
+2
*
Reformat.
NAKAMURA Takumi
2015-09-22
1
-30
/
+27
*
Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type ...
Craig Topper
2015-09-21
1
-12
/
+12
*
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
[next]