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
/
tools
/
llvm-ar
/
llvm-ar.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm-ar] Make llvm-lib behave more like the MSVC archiver
Reid Kleckner
2017-06-12
1
-0
/
+4
*
[llvm-ar] Fix AddNewMember typo in enum
Reid Kleckner
2017-06-12
1
-4
/
+4
*
Move lib/LibDriver -> lib/ToolDrivers/llvm-lib. NFCI.
Peter Collingbourne
2017-05-13
1
-1
/
+1
*
[llvm-ar] Remove unneeded std::, NFCI.
Davide Italiano
2017-04-05
1
-2
/
+2
*
[llvm-ar] errors go on stderr and not on stdout.
Davide Italiano
2017-04-05
1
-1
/
+1
*
[llvm-ar] Extract objects to their basename in the CWD
Reid Kleckner
2017-03-31
1
-1
/
+3
*
Don't modify archive members unless really needed.
Rafael Espindola
2017-02-21
1
-4
/
+11
*
Always use / as the path separator.
Rafael Espindola
2016-12-04
1
-1
/
+1
*
Prefix path when displaying thin archives.
Rafael Espindola
2016-12-04
1
-0
/
+5
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-4
/
+4
*
[Object] Replace TimeValue with std::chrono
Pavel Labath
2016-10-24
1
-1
/
+1
*
Remove TimeValue usage from llvm/Support
Pavel Labath
2016-10-24
1
-5
/
+6
*
Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...
Mehdi Amini
2016-10-08
1
-1
/
+1
*
Use the range variant of find_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-4
/
+3
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-1
/
+1
*
Clean up of libObject/Archive interfaces and change the last three uses of Er...
Kevin Enderby
2016-08-03
1
-3
/
+5
*
Reapply "More fixes to get good error messages for bad archives."
Vedant Kumar
2016-08-03
1
-8
/
+23
*
Revert "More fixes to get good error messages for bad archives."
Vedant Kumar
2016-08-03
1
-23
/
+8
*
More fixes to get good error messages for bad archives.
Kevin Enderby
2016-08-02
1
-8
/
+23
*
The next step along the way to getting good error messages for bad archives.
Kevin Enderby
2016-07-29
1
-4
/
+4
*
[llvm-ar] Document 'T' thin archive modifier (NFC)
Teresa Johnson
2016-07-22
1
-0
/
+1
*
Next step along the way to getting good error messages for bad archives.
Kevin Enderby
2016-07-19
1
-2
/
+2
*
[Object] Re-apply r275316 now that I have the corresponding LLD patch ready.
Lang Hames
2016-07-14
1
-32
/
+36
*
[Object] Revert r275316, Archive::child_iterator changes, while I update lld.
Lang Hames
2016-07-14
1
-36
/
+32
*
[Object] Change Archive::child_iterator for better interop with Error/Expected.
Lang Hames
2016-07-13
1
-32
/
+36
*
Object: Replace NewArchiveIterator with a simpler NewArchiveMember class. NFCI.
Peter Collingbourne
2016-06-29
1
-67
/
+54
*
Change Archive::create() from ErrorOr<...> to Expected<...> and update
Kevin Enderby
2016-06-29
1
-2
/
+5
*
[llvm-ar] Ignore -plugin option.
Davide Italiano
2016-06-27
1
-0
/
+1
*
llvm-ar: reduce some duplication, NFC
Saleem Abdulrasool
2016-06-22
1
-27
/
+19
*
llvm-ar: be more clever about default format
Saleem Abdulrasool
2016-06-22
1
-18
/
+76
*
llvm-ar: correct typo
Saleem Abdulrasool
2016-06-21
1
-1
/
+1
*
Search for llvm-symbolizer binary in the same directory as argv[0], before
Richard Smith
2016-06-09
1
-1
/
+1
*
Fix bug where temporary file would be left behind every time an archive was ...
Rafael Espindola
2016-05-09
1
-7
/
+13
*
Simplify. NFC.
Rafael Espindola
2016-05-02
1
-4
/
+1
*
Don't try to create thin bsd archives.
Rafael Espindola
2016-05-02
1
-1
/
+3
*
Fix formatting and wording of llvm-ranlib error message. NFC.
Sunil Srivastava
2016-04-08
1
-1
/
+1
*
[llvm-ar] Use failIfError/fail helpers.
Davide Italiano
2015-11-14
1
-11
/
+4
*
[llvm-ar] Use fail() helper to reduce duplication.
Davide Italiano
2015-11-14
1
-4
/
+2
*
[llvm-ar] Simplify the code.
Davide Italiano
2015-11-14
1
-12
/
+3
*
Reapply r250906 with many suggested updates from Rafael Espindola.
Kevin Enderby
2015-11-05
1
-4
/
+13
*
This doesn't need a object::Archive::child_iterator.
Rafael Espindola
2015-11-02
1
-2
/
+2
*
Make a few definitions static. NFC.
Rafael Espindola
2015-11-01
1
-5
/
+6
*
Use Child instead of child_iterator in the archive writer.
Rafael Espindola
2015-11-01
1
-4
/
+3
*
Prefer ranlib mode over ar mode.
Ed Schouten
2015-10-27
1
-2
/
+2
*
Backing out commit r250906 as it broke lld.
Kevin Enderby
2015-10-21
1
-26
/
+6
*
This removes the eating of the error in Archive::Child::getSize() when the ch...
Kevin Enderby
2015-10-21
1
-6
/
+26
*
For new archive member we only need to store the full path.
Rafael Espindola
2015-07-15
1
-9
/
+7
*
Handle the error of trying to convert a regular archive to a thin one.
Rafael Espindola
2015-07-15
1
-2
/
+13
*
Initial support for writing thin archives.
Rafael Espindola
2015-07-15
1
-3
/
+7
*
Add support for reading members out of thin archives.
Rafael Espindola
2015-07-14
1
-2
/
+4
[next]