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
/
ArchiveWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Object: pad BSD ar string table to 4-bytes
Saleem Abdulrasool
2017-02-09
1
-0
/
+4
*
Only computeRelativePath() on new members
David Callahan
2016-11-30
1
-3
/
+8
*
Object: replace backslashes with slashes in embedded relative thin archive pa...
Peter Collingbourne
2016-11-15
1
-0
/
+6
*
[Object] Replace TimeValue with std::chrono
Pavel Labath
2016-10-24
1
-21
/
+24
*
Reapply "More fixes to get good error messages for bad archives."
Vedant Kumar
2016-08-03
1
-4
/
+16
*
Revert "More fixes to get good error messages for bad archives."
Vedant Kumar
2016-08-03
1
-16
/
+4
*
More fixes to get good error messages for bad archives.
Kevin Enderby
2016-08-02
1
-4
/
+16
*
The next step along the way to getting good error messages for bad archives.
Kevin Enderby
2016-07-29
1
-2
/
+2
*
Object: Replace NewArchiveIterator with a simpler NewArchiveMember class. NFCI.
Peter Collingbourne
2016-06-29
1
-117
/
+63
*
Fix bug where temporary file would be left behind every time an archive was ...
Rafael Espindola
2016-05-09
1
-1
/
+15
*
[lib/Object] Make this assertion more useful.
Davide Italiano
2016-05-03
1
-3
/
+2
*
Don't try to create thin bsd archives.
Rafael Espindola
2016-05-02
1
-0
/
+3
*
Replace a loop with a for-each loop. No behavior change.
Nico Weber
2016-04-20
1
-2
/
+1
*
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...
Kevin Enderby
2016-04-06
1
-3
/
+6
*
Handle archives with paths in the names.
Rafael Espindola
2015-12-18
1
-2
/
+4
*
Reapply r250906 with many suggested updates from Rafael Espindola.
Kevin Enderby
2015-11-05
1
-2
/
+5
*
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
*
Backing out commit r250906 as it broke lld.
Kevin Enderby
2015-10-21
1
-10
/
+7
*
This removes the eating of the error in Archive::Child::getSize() when the ch...
Kevin Enderby
2015-10-21
1
-7
/
+10
*
Untabify.
NAKAMURA Takumi
2015-09-22
1
-1
/
+1
*
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
*
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 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
*
Disallow Archive::child_iterator that don't point to an archive.
Rafael Espindola
2015-07-08
1
-2
/
+0
*
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
*
[ArchiveWriter] Use EndianStream. No functional change intended.
Benjamin Kramer
2015-06-17
1
-9
/
+4
*
Don't use std::errc.
Rafael Espindola
2015-06-13
1
-1
/
+2
*
Fix Windows build.
Peter Collingbourne
2015-06-08
1
-0
/
+4
*
llvm-ar: Move archive writer to Object.
Peter Collingbourne
2015-06-08
1
-0
/
+338
[prev]