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
...
*
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
*
Split getOpenFile into getOpenFile and getOpenFileSlice.
Rafael Espindola
2013-07-23
1
-3
/
+3
*
Fix the build in c++03 mode.
Rafael Espindola
2013-07-23
1
-2
/
+9
*
Add an initial implementation of archive symbol table generation.
Rafael Espindola
2013-07-23
1
-69
/
+212
*
Replace archive members in the old position.
Rafael Espindola
2013-07-22
1
-51
/
+94
*
Handle replacement into a position past the original member.
Rafael Espindola
2013-07-21
1
-2
/
+2
*
Fix inserting new elements in a specified location.
Rafael Espindola
2013-07-19
1
-7
/
+25
*
llvm-ar: doExtract(): Write extracted files with F_Binary. It should fix llvm...
NAKAMURA Takumi
2013-07-17
1
-1
/
+1
*
Add a wrapper for open.
Rafael Espindola
2013-07-16
1
-18
/
+7
*
On error, close the temporary file descriptor.
Rafael Espindola
2013-07-16
1
-1
/
+3
*
Use open+fstat instead of stat+open.
Rafael Espindola
2013-07-16
1
-3
/
+13
*
Remember that we have a null terminated string.
Rafael Espindola
2013-07-16
1
-4
/
+4
*
Try to open the file before use data from stat.
Rafael Espindola
2013-07-13
1
-2
/
+3
*
Add r186216 back, but make the test tolerant of different uids and gids.
Rafael Espindola
2013-07-13
1
-1
/
+1
*
Revert commit r186216 -- it's breaking bots:
Chandler Carruth
2013-07-13
1
-1
/
+1
*
Fix a off by one error about which members need to use the string table.
Rafael Espindola
2013-07-12
1
-1
/
+1
*
Fix the build with c++03.
Rafael Espindola
2013-07-12
1
-4
/
+2
*
Change llvm-ar to use lib/Object.
Rafael Espindola
2013-07-12
1
-327
/
+345
*
Add static.
Rafael Espindola
2013-07-12
1
-33
/
+25
*
Use %llu to print a 64 bit number. Should fix the ARM bots.
Rafael Espindola
2013-07-11
1
-1
/
+1
*
InsertBefore is the same as AddBefore. Delete it.
Rafael Espindola
2013-07-11
1
-5
/
+4
*
Fix a FIXME about the format and add a test.
Rafael Espindola
2013-07-11
1
-7
/
+5
*
Remove the 'N' modifier from llvm-ar.
Rafael Espindola
2013-07-11
1
-45
/
+11
*
Delete dead code.
Rafael Espindola
2013-07-11
1
-3
/
+0
*
Remove support for truncating names in archives.
Rafael Espindola
2013-07-11
1
-22
/
+4
*
Sync llvm-ar's help string with the options it supports.
Rafael Espindola
2013-07-11
1
-3
/
+0
*
Create files with the correct permission instead of changing it afterwards.
Rafael Espindola
2013-07-08
1
-9
/
+6
*
[llvm-ar] Added llvm_unreachable to quiet -Wreturn-type warnings.
Michael Gottesman
2013-07-06
1
-0
/
+2
*
Don't create an archive if, for example, we are asked to print the index.
Rafael Espindola
2013-07-05
1
-2
/
+19
*
Use simpler version of exists.
Rafael Espindola
2013-07-05
1
-2
/
+1
*
Remove NoOperation.
Rafael Espindola
2013-07-05
1
-5
/
+1
*
Don't treat bitcode files specially in llvm-ar.
Rafael Espindola
2013-07-05
1
-8
/
+2
*
Add a fixme.
Rafael Espindola
2013-06-20
1
-0
/
+1
[prev]
[next]