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] 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
*
llvm-ar: Don't try to extract from thin archives.
Rafael Espindola
2015-07-14
1
-0
/
+5
*
llvm-ar: print an error when the requested member is not found.
Rafael Espindola
2015-07-14
1
-3
/
+12
*
Use a range loop. NFC.
Rafael Espindola
2015-07-14
1
-19
/
+17
*
Add support deterministic output in llvm-ar and make it the default.
Rafael Espindola
2015-07-13
1
-2
/
+10
*
Create BSD archives by default on OS X.
Rafael Espindola
2015-07-09
1
-3
/
+9
*
Disallow Archive::child_iterator that don't point to an archive.
Rafael Espindola
2015-07-08
1
-1
/
+2
*
Start adding support for writing archives in BSD format.
Rafael Espindola
2015-07-08
1
-2
/
+24
*
ArrayRef-ify libDriverMain
David Blaikie
2015-06-21
1
-1
/
+1
*
LibDriver, llvm-lib: introduce.
Peter Collingbourne
2015-06-09
1
-6
/
+11
*
llvm-ar: Move archive writer to Object.
Peter Collingbourne
2015-06-08
1
-326
/
+6
*
Purge unused includes throughout libSupport.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
llvm-ar: Remove unimplemented -N option from -help
David Majnemer
2015-01-28
1
-1
/
+0
*
Only seek once before writing the member offsets.
Rafael Espindola
2014-12-11
1
-18
/
+20
*
llvm-ar: close input files early.
Rafael Espindola
2014-12-11
1
-16
/
+13
*
Remove unused variable.
Rafael Espindola
2014-11-07
1
-2
/
+2
*
Make two helper functions static.
Rafael Espindola
2014-10-22
1
-2
/
+2
*
Handle spaces and quotes in file names in MRI scripts.
Rafael Espindola
2014-10-22
1
-0
/
+3
*
MRI scripts: Add addlib support.
Rafael Espindola
2014-10-21
1
-1
/
+20
*
Use a range loop. NFC.
Rafael Espindola
2014-10-21
1
-7
/
+6
*
Overwrite instead of adding to archives when creating them in mri scripts.
Rafael Espindola
2014-10-21
1
-67
/
+75
*
Convert a few std::string with StringRef. NFC.
Rafael Espindola
2014-10-21
1
-24
/
+30
*
Use a StringRef. No functionality change.
Rafael Espindola
2014-10-21
1
-5
/
+4
*
Move code a bit to avoid a few declarations. NFC.
Rafael Espindola
2014-10-21
1
-45
/
+40
*
Comment cleanup. NFC.
Rafael Espindola
2014-10-21
1
-16
/
+14
*
Add support for addmod to mri scripts.
Rafael Espindola
2014-10-21
1
-1
/
+5
*
llvm-ar: Start adding support for mri scripts.
Rafael Espindola
2014-10-10
1
-2
/
+57
*
Don't own the buffer in object::Binary.
Rafael Espindola
2014-08-19
1
-14
/
+15
[next]