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
*
Merging r338703 and r338709:
Hans Wennborg
2018-08-03
1
-29
/
+27
*
[FileSystem] Split up the OpenFlags enumeration.
Zachary Turner
2018-06-07
1
-0
/
+1
*
[llvm-ar] Make PositionalArgs static.
Fangrui Song
2018-05-14
1
-1
/
+1
*
Define InitLLVM to do common initialization all at once.
Rui Ueyama
2018-04-13
1
-9
/
+4
*
Use contains_lower() instead of find_lower() != StringRef::npos. NFC.
Rui Ueyama
2018-04-10
1
-6
/
+6
*
[llvm-ar] Fix lib.exe detection when running within MSVC toolchain
Alexandre Ganea
2018-04-10
1
-6
/
+6
*
[llvm-ar] Support multiple dashed options
Peter Collingbourne
2018-03-28
1
-104
/
+171
*
On Windows expansion of regex file name patterns is the responsibility of each
Dmitry Mikulin
2018-03-05
1
-4
/
+10
*
Implementation of MRI "delete" command.
Dmitry Mikulin
2018-03-02
1
-1
/
+8
*
Remove redundant includes from tools.
Michael Zolotukhin
2017-12-13
1
-4
/
+0
*
[llvm-ar] Support an options string that start with a dash
Martin Storsjo
2017-11-03
1
-0
/
+20
*
Convert the archive writer to use Error.
Rafael Espindola
2017-09-21
1
-2
/
+2
*
Don't call exit from cl::PrintHelpMessage.
Rafael Espindola
2017-09-07
1
-2
/
+1
*
llvm-ar: exit with 1 if there is an error.
Rafael Espindola
2017-09-07
1
-20
/
+14
*
Simplify writeArchive return type.
Rui Ueyama
2017-08-30
1
-2
/
+2
*
llvm: add llvm-dlltool support to the archiver
Martell Malone
2017-07-18
1
-1
/
+5
*
Revert r308329: llvm: add llvm-dlltool support to the archiver
Rui Ueyama
2017-07-18
1
-5
/
+1
*
llvm: add llvm-dlltool support to the archiver
Martell Malone
2017-07-18
1
-1
/
+5
*
[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
[next]