index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
llvm-ar
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-23
Purge unused includes throughout libSupport.
Benjamin Kramer
1
-0
/
+1
2015-01-28
llvm-ar: Remove unimplemented -N option from -help
David Majnemer
1
-1
/
+0
2015-01-07
Manually specify the folder that llvm-ranlib should reside in for CMake-produ...
Aaron Ballman
1
-0
/
+2
2014-12-11
Only seek once before writing the member offsets.
Rafael Espindola
1
-18
/
+20
2014-12-11
llvm-ar: close input files early.
Rafael Espindola
1
-16
/
+13
2014-12-08
[CMake] Fix installation of llvm-ranlib on multiconfig builder.
NAKAMURA Takumi
2
-1
/
+26
2014-12-04
Introduce "llvm-ranlib" as a name of targets since Object/archive-symtab.test...
NAKAMURA Takumi
1
-1
/
+1
2014-12-04
For copy, cmake needs the full path to llvm-ar.
Rafael Espindola
1
-1
/
+2
2014-12-04
Add missing dependency on llvm-ar. Should hopefully fix the bots.
Rafael Espindola
1
-1
/
+2
2014-12-03
Make llvm-ar a real build target and install it.
Rafael Espindola
1
-10
/
+5
2014-11-07
Remove unused variable.
Rafael Espindola
1
-2
/
+2
2014-10-22
Make two helper functions static.
Rafael Espindola
1
-2
/
+2
2014-10-22
Handle spaces and quotes in file names in MRI scripts.
Rafael Espindola
1
-0
/
+3
2014-10-21
MRI scripts: Add addlib support.
Rafael Espindola
1
-1
/
+20
2014-10-21
Use a range loop. NFC.
Rafael Espindola
1
-7
/
+6
2014-10-21
Overwrite instead of adding to archives when creating them in mri scripts.
Rafael Espindola
1
-67
/
+75
2014-10-21
Convert a few std::string with StringRef. NFC.
Rafael Espindola
1
-24
/
+30
2014-10-21
Use a StringRef. No functionality change.
Rafael Espindola
1
-5
/
+4
2014-10-21
Move code a bit to avoid a few declarations. NFC.
Rafael Espindola
1
-45
/
+40
2014-10-21
Comment cleanup. NFC.
Rafael Espindola
1
-16
/
+14
2014-10-21
Add support for addmod to mri scripts.
Rafael Espindola
1
-1
/
+5
2014-10-10
llvm-ar: Start adding support for mri scripts.
Rafael Espindola
1
-2
/
+57
2014-08-19
Don't own the buffer in object::Binary.
Rafael Espindola
1
-14
/
+15
2014-08-01
Remove some calls to std::move.
Rafael Espindola
1
-5
/
+4
2014-07-31
Use std::unique_ptr to make the ownership explicit.
Rafael Espindola
1
-2
/
+2
2014-07-14
[CMake] Update libdeps.
NAKAMURA Takumi
1
-0
/
+1
2014-07-06
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
1
-7
/
+8
2014-07-03
Add support for inline asm symbols in llvm-ar.
Rafael Espindola
3
-1
/
+7
2014-06-26
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
1
-1
/
+2
2014-06-26
Introduce a string_ostream string builder facilty
Alp Toker
1
-2
/
+1
2014-06-24
Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.
Rafael Espindola
1
-1
/
+1
2014-06-23
Pass a std::unique_ptr& to the create??? methods is lib/Object.
Rafael Espindola
1
-3
/
+3
2014-06-23
Make ObjectFile and BitcodeReader always own the MemoryBuffer.
Rafael Espindola
1
-1
/
+2
2014-06-23
Simplify memory management with std::unique_ptr.
Rafael Espindola
1
-12
/
+8
2014-06-18
Add a symbols() range and use a range loop.
Rafael Espindola
1
-5
/
+3
2014-06-18
Simplify code.
Rafael Espindola
1
-10
/
+1
2014-06-16
Convert the Archive API to use ErrorOr.
Rafael Espindola
1
-5
/
+10
2014-06-13
Finishing touch for the std::error_code transition.
Rafael Espindola
1
-3
/
+4
2014-06-13
Remove 'using std::error_code' from tools.
Rafael Espindola
1
-3
/
+2
2014-06-12
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
1
-0
/
+1
2014-06-12
Don't import make_error_code into the llvm namespace.
Rafael Espindola
1
-1
/
+1
2014-06-11
Use std::error_code instead of llvm::error_code.
Rafael Espindola
1
-3
/
+3
2014-05-31
Turn errc and windows_error into enum classes.
Rafael Espindola
1
-2
/
+1
2014-05-23
llvm-ar: Output the file we errored on.
Filipe Cabecinhas
1
-1
/
+1
2014-04-25
[C++] Use 'nullptr'. Tools edition.
Craig Topper
1
-2
/
+2
2014-03-06
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
1
-2
/
+2
2014-03-05
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
1
-2
/
+2
2014-03-01
Now that we have C++11, turn simple functors into lambdas and remove a ton of...
Benjamin Kramer
1
-12
/
+3
2014-02-24
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
1
-1
/
+1
2014-02-21
Add a SymbolicFile interface between Binary and ObjectFile.
Rafael Espindola
1
-22
/
+20
[next]