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
*
[libObject][NFC] Use sys::path::convert_to_slash.
Jordan Rupprecht
2019-02-19
1
-5
/
+1
*
[llvm-ar][libObject] Fix relative paths when nesting thin archives.
Jordan Rupprecht
2019-02-13
1
-64
/
+48
*
Revert r353424 "[llvm-ar][libObject] Fix relative paths when nesting thin arc...
Hans Wennborg
2019-02-08
1
-12
/
+59
*
[llvm-ar][libObject] Fix relative paths when nesting thin archives.
Jordan Rupprecht
2019-02-07
1
-59
/
+12
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[llvm-ar] Simplify string table get-or-insert pattern with .insert, NFC
Reid Kleckner
2018-12-19
1
-6
/
+4
*
[Object] Deduplicate long archive member names
Peter Wu
2018-12-19
1
-4
/
+22
*
llvm-ar: Darwin archive format fixes.
James Y Knight
2018-10-10
1
-26
/
+35
*
Give same-named members unique timestamps on Darwin in llvm-ar.
James Y Knight
2018-10-04
1
-7
/
+70
*
[object] Improve the performance of getSymbols used by ArchiveWriter
Alexander Shaposhnikov
2018-09-11
1
-11
/
+23
*
[COFF] Adjust how we flag weak externals
Martin Storsjo
2018-07-20
1
-2
/
+1
*
Support: Simplify endian stream interface. NFCI.
Peter Collingbourne
2018-05-18
1
-4
/
+2
*
s/LLVM_ON_WIN32/_WIN32/, llvm
Nico Weber
2018-04-29
1
-1
/
+1
*
[llvm-ar] Support multiple dashed options
Peter Collingbourne
2018-03-28
1
-9
/
+13
*
Add flag to ArchiveWriter to test GNU64 format more efficiently
Jake Ehrlich
2017-12-01
1
-1
/
+10
*
Use TempFile in llvm-ar. NFC.
Rafael Espindola
2017-11-14
1
-11
/
+7
*
Reland "Add support for writing 64-bit symbol tables for archives when offset...
Jake Ehrlich
2017-11-03
1
-9
/
+55
*
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
[next]