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
*
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
*
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
1
-0
/
+5
*
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
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-2
/
+2
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
1
-2
/
+2
*
Now that we have C++11, turn simple functors into lambdas and remove a ton of...
Benjamin Kramer
2014-03-01
1
-12
/
+3
*
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
Add a SymbolicFile interface between Binary and ObjectFile.
Rafael Espindola
2014-02-21
1
-22
/
+20
*
Change the begin and end methods in ObjectFile to match the style guide.
Rafael Espindola
2014-02-10
1
-2
/
+2
*
Simplify getSymbolFlags.
Rafael Espindola
2014-01-31
1
-2
/
+1
*
Simplify the handling of iterators in ObjectFile.
Rafael Espindola
2014-01-30
1
-2
/
+1
*
Make createObjectFile's signature a bit less error prone.
Rafael Espindola
2014-01-29
1
-1
/
+2
*
Fix c++03 build.
Rafael Espindola
2014-01-24
1
-6
/
+12
*
Make ObjectFile ownership of the MemoryBuffer optional.
Rafael Espindola
2014-01-24
1
-38
/
+32
*
Don't open or fstat files twice in llvm-ar.
Rafael Espindola
2014-01-22
1
-16
/
+46
*
Change createObjectFile to return an ErrorOr.
Rafael Espindola
2014-01-22
1
-1
/
+5
*
Rename these methods to match the style guide.
Rafael Espindola
2014-01-21
1
-4
/
+4
*
Handle UIDs and GIDs that don't fit in 6 decimal places.
Rafael Espindola
2014-01-14
1
-7
/
+14
*
llvm-ar: Let opening a directory failed in llvm-ar.
NAKAMURA Takumi
2013-11-08
1
-0
/
+7
*
Support names like llvm-ar-3.4 and llvm-ranlib-3.4.
Rafael Espindola
2013-10-29
1
-2
/
+2
*
Fix name matching to work on windows.
Rafael Espindola
2013-08-28
1
-2
/
+3
*
Add a minimal implementation of ranlib.
Rafael Espindola
2013-08-28
1
-13
/
+37
*
Add support for the 's' operation to llvm-ar.
Rafael Espindola
2013-07-29
1
-1
/
+29
[next]