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
*
Revert "Add support for writing 64-bit symbol tables for archives when offset...
Jake Ehrlich
2017-10-27
1
-55
/
+9
*
Add support for writing 64-bit symbol tables for archives when offsets become...
Jake Ehrlich
2017-10-27
1
-9
/
+55
*
Pre-compute the tail of the archive
Rafael Espindola
2017-10-03
1
-177
/
+184
*
[Support] Rename tool_output_file to ToolOutputFile, NFC
Reid Kleckner
2017-09-23
1
-1
/
+1
*
Move code to a helper function. NFC.
Rafael Espindola
2017-09-22
1
-7
/
+13
*
llvm-ar: align the first archive member consistently.
Rafael Espindola
2017-09-22
1
-3
/
+5
*
llvm-ar: Don't add an unnecessary alignment in gnu mode.
Rafael Espindola
2017-09-22
1
-1
/
+2
*
Convert the archive writer to use Error.
Rafael Espindola
2017-09-21
1
-13
/
+13
*
Use raw_ostream in functions that don't need to seek. NFC.
Rafael Espindola
2017-09-21
1
-5
/
+5
*
Simplify the logic for truncating UID and GID. NFC.
Rafael Espindola
2017-09-21
1
-12
/
+9
*
Use ArrayRef. NFC.
Rafael Espindola
2017-09-21
1
-1
/
+1
*
Rename K_MIPS64 to K_GNU64
Jake Ehrlich
2017-09-20
1
-1
/
+1
*
Simplify writeArchive return type.
Rui Ueyama
2017-08-30
1
-6
/
+5
*
llvm: add llvm-dlltool support to the archiver
Martell Malone
2017-07-18
1
-1
/
+2
*
Revert r308329: llvm: add llvm-dlltool support to the archiver
Rui Ueyama
2017-07-18
1
-2
/
+1
*
llvm: add llvm-dlltool support to the archiver
Martell Malone
2017-07-18
1
-1
/
+2
*
[llvm-ar] Make llvm-lib behave more like the MSVC archiver
Reid Kleckner
2017-06-12
1
-6
/
+8
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+2
*
ArchiveWriter: Remove unused variables. NFC.
Peter Collingbourne
2017-03-16
1
-4
/
+0
*
Archives require a symbol table on Solaris, even if empty.
Rafael Espindola
2017-03-14
1
-0
/
+5
*
Move llvm_unreachable out of switch.
Rafael Espindola
2017-02-22
1
-2
/
+5
*
Fix -Wcovered-switch-default.
Rui Ueyama
2017-02-22
1
-3
/
+1
*
Don't modify archive members unless really needed.
Rafael Espindola
2017-02-21
1
-18
/
+31
*
Object: pad out BSD archive members to 8-bytes
Saleem Abdulrasool
2017-02-09
1
-1
/
+11
*
Object: add a comment explaining a divergence
Saleem Abdulrasool
2017-02-09
1
-0
/
+2
*
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
[next]