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
*
Revert r353424 "[llvm-ar][libObject] Fix relative paths when nesting thin arc...
Hans Wennborg
2019-02-08
1
-51
/
+6
*
[llvm-ar][libObject] Fix relative paths when nesting thin archives.
Jordan Rupprecht
2019-02-07
1
-6
/
+51
*
[llvm-ar] Remove leading slash when printing thin archive members
Jordan Rupprecht
2019-02-06
1
-2
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[llvm-ar] Resubmit recursive thin archive test with fix for full path names a...
Jordan Rupprecht
2019-01-15
1
-5
/
+7
*
[llvm-ar] Flatten thin archives.
Jordan Rupprecht
2019-01-14
1
-45
/
+45
*
[binutils] NFC: fix clang-tidy warning: use empty() instead of size() == 0
Jordan Rupprecht
2018-12-20
1
-8
/
+8
*
[llvm-ar] Strip trailing \r and format
Fangrui Song
2018-10-26
1
-1018
/
+1046
*
[llvm-ar] Access ADDLIB in llvm-ar via command line
Owen Reynolds
2018-10-26
1
-979
/
+1018
*
[llvm-ar] Use POSIX-specified timestamps for 'tv'.
Jordan Rupprecht
2018-10-05
1
-1
/
+6
*
[llvm-ar] Move a variable declaration closer to where it is needed. NFC.
Martin Storsjo
2018-09-06
1
-1
/
+1
*
[llvm-ar] Support * as comment char in MRI scripts
Martin Storsjo
2018-09-06
1
-1
/
+6
*
[Support] NFC: Allow modifying access/modification times independently in sys...
Jordan Rupprecht
2018-08-13
1
-1
/
+1
*
[llvm-ar] Correct help text
Ben Dunbobbin
2018-08-02
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
[next]