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
*
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
4
-7
/
+31
*
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
*
Manually specify the folder that llvm-ranlib should reside in for CMake-produ...
Aaron Ballman
2015-01-07
1
-0
/
+2
*
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
*
[CMake] Fix installation of llvm-ranlib on multiconfig builder.
NAKAMURA Takumi
2014-12-08
2
-1
/
+26
*
Introduce "llvm-ranlib" as a name of targets since Object/archive-symtab.test...
NAKAMURA Takumi
2014-12-04
1
-1
/
+1
*
For copy, cmake needs the full path to llvm-ar.
Rafael Espindola
2014-12-04
1
-1
/
+2
*
Add missing dependency on llvm-ar. Should hopefully fix the bots.
Rafael Espindola
2014-12-04
1
-1
/
+2
*
Make llvm-ar a real build target and install it.
Rafael Espindola
2014-12-03
1
-10
/
+5
*
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
*
Remove some calls to std::move.
Rafael Espindola
2014-08-01
1
-5
/
+4
*
Use std::unique_ptr to make the ownership explicit.
Rafael Espindola
2014-07-31
1
-2
/
+2
*
[CMake] Update libdeps.
NAKAMURA Takumi
2014-07-14
1
-0
/
+1
*
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
2014-07-06
1
-7
/
+8
*
Add support for inline asm symbols in llvm-ar.
Rafael Espindola
2014-07-03
3
-1
/
+7
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-1
/
+2
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-2
/
+1
*
Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.
Rafael Espindola
2014-06-24
1
-1
/
+1
*
Pass a std::unique_ptr& to the create??? methods is lib/Object.
Rafael Espindola
2014-06-23
1
-3
/
+3
*
Make ObjectFile and BitcodeReader always own the MemoryBuffer.
Rafael Espindola
2014-06-23
1
-1
/
+2
*
Simplify memory management with std::unique_ptr.
Rafael Espindola
2014-06-23
1
-12
/
+8
*
Add a symbols() range and use a range loop.
Rafael Espindola
2014-06-18
1
-5
/
+3
*
Simplify code.
Rafael Espindola
2014-06-18
1
-10
/
+1
*
Convert the Archive API to use ErrorOr.
Rafael Espindola
2014-06-16
1
-5
/
+10
*
Finishing touch for the std::error_code transition.
Rafael Espindola
2014-06-13
1
-3
/
+4
*
Remove 'using std::error_code' from tools.
Rafael Espindola
2014-06-13
1
-3
/
+2
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
Don't import make_error_code into the llvm namespace.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
1
-3
/
+3
*
Turn errc and windows_error into enum classes.
Rafael Espindola
2014-05-31
1
-2
/
+1
*
llvm-ar: Output the file we errored on.
Filipe Cabecinhas
2014-05-23
1
-1
/
+1
*
[C++] Use 'nullptr'. Tools edition.
Craig Topper
2014-04-25
1
-2
/
+2
[next]