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
*
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