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
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvm-ar: Fix MinGW compilation
Hans Wennborg
2020-02-28
1
-2
/
+1
*
[llvm-ranlib] Handle -D and -U command line flag
Alex Richardson
2020-01-02
1
-4
/
+26
*
[llvm-ar] Improve tool selection heuristic
Fangrui Song
2019-12-10
1
-7
/
+17
*
llvm-ranlib/nm: Don't print usage message except for usage errors
Sam Clegg
2019-11-08
1
-26
/
+32
*
[llvm-ar] Support verbose mode for operation 'x'
Fangrui Song
2019-11-07
1
-1
/
+5
*
Fix uninitialized variable warning. NFCI.
Simon Pilgrim
2019-11-02
1
-1
/
+1
*
[llvm-ar] Implement the O modifier: display member offsets inside the archive
Fangrui Song
2019-10-17
1
-12
/
+22
*
[llvm-ar] Simplify and make two global variables static. NFC
Fangrui Song
2019-10-17
1
-10
/
+4
*
[llvm-ar] Implement the V modifier as an alias for --version
Jordan Rupprecht
2019-10-16
1
-1
/
+9
*
[llvm-ar] Make paths case insensitive when on windows
Owen Reynolds
2019-10-16
1
-8
/
+29
*
Reapply [llvm-ar] Include a line number when failing to parse an MRI script
Owen Reynolds
2019-09-20
1
-3
/
+16
*
[llvm-ar] Removes repetition in the error message
Fangrui Song
2019-09-20
1
-2
/
+1
*
Revert [llvm-ar] Include a line number when failing to parse an MRI script
Owen Reynolds
2019-09-19
1
-16
/
+3
*
[llvm-ar] Include a line number when failing to parse an MRI script
Owen Reynolds
2019-09-19
1
-3
/
+16
*
[llvm-ar] Parse 'h' and '-h': display help and exit
Fangrui Song
2019-09-17
1
-5
/
+5
*
[llvm-ar] Uncapitalize error messages and delete full stop
Fangrui Song
2019-09-14
1
-30
/
+29
*
[llvm-ar][NFC] Fix buildbot
Jordan Rupprecht
2019-08-12
1
-1
/
+1
*
[llvm-ar] Accept file paths with windows format slashes
Owen Reynolds
2019-08-12
1
-8
/
+8
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-1
/
+1
*
[llvm-ar] Document response file support in --help
Sam Clegg
2019-06-28
1
-0
/
+1
*
[llvm-ar] Create thin archives with MRI scripts
Owen Reynolds
2019-06-06
1
-1
/
+5
*
[llvm-ar] Reapply Fix relative thin archive path handling
Owen Reynolds
2019-06-04
1
-9
/
+29
*
Revert "[llvm-ar] Fix relative thin archive path handling"
Dmitri Gribenko
2019-06-03
1
-29
/
+9
*
[llvm-ar] Fix relative thin archive path handling
Owen Reynolds
2019-06-03
1
-9
/
+29
*
Break false dependencies on target libraries
Daniel Sanders
2019-05-23
1
-1
/
+3
*
[llvm-ar] Support N [count] modifier
Jordan Rupprecht
2019-03-19
1
-8
/
+45
*
[llvm-ar] Implement the P modifier.
Jordan Rupprecht
2019-02-14
1
-17
/
+31
*
[llvm-ar][libObject] Fix relative paths when nesting thin archives.
Jordan Rupprecht
2019-02-13
1
-6
/
+22
*
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
2
-8
/
+6
*
[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
*
Revert 349677, it contained a whole bunch of stuff I did not mean to commit
Nico Weber
2018-12-19
1
-0
/
+3
*
[gn build] Add build file for clang/lib/Basic and dependencies
Nico Weber
2018-12-19
1
-3
/
+0
*
[llvm-ar] Strip trailing \r and format
Fangrui Song
2018-10-26
1
-1018
/
+1046
*
[llvm-ar] Add a dependency to BinaryFormat after rL345383
Fangrui Song
2018-10-26
1
-0
/
+1
*
[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
[next]