Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e60814dac0839430764acca2b6739e8fe2ee173f
/
llvm
/
tools
/
llvm-ranlib
/
llvm-ranlib.cpp
9fb823b
Move all of the header files which are involved in modelling the LLVM IR
by Chandler Carruth
· 13 years ago
4d88a1c
Sort the #include lines for tools/...
by Chandler Carruth
· 13 years ago
4a0f7be
Adjust llvm-ar and llvm-ranlib to not depend on exception handling.
by Joerg Sonnenberger
· 13 years ago
740a6bc
Remove references to compression in llvm-ar. It has been a long time since we
by Rafael Espindola
· 13 years ago
58df2e0
Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::exists.
by Michael J. Spencer
· 15 years ago
2907f44
convert llvm-ar and llvm-ranlib to raw_ostream from iostreams.
by Chris Lattner
· 15 years ago
447762d
Merge System into Support.
by Michael J. Spencer
· 15 years ago
19251ec
To simplify the upcoming context-on-type change, switch all command line tools to using the default global context for now.
by Owen Anderson
· 16 years ago
d8db376
Use errs() instead of std::cerr.
by Dan Gohman
· 16 years ago
1cf085d
Hold the LLVMContext by reference rather than by pointer.
by Owen Anderson
· 16 years ago
6773d38
Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot
by Owen Anderson
· 16 years ago
e3fc2d1
Change various llvm utilities to use PrettyStackTraceProgram in
by Chris Lattner
· 17 years ago
b132910
Add spacing between type and variable name.
by Misha Brukman
· 17 years ago
345353d
remove attributions from tools.
by Chris Lattner
· 18 years ago
2c6a821
Move the space in overview output for commands out of each of the
by Dan Gohman
· 18 years ago
e16561c
Here is the bulk of the sanitizing.
by Gabor Greif
· 18 years ago
6d80e21
switch tools to bitcode instead of bytecode
by Chris Lattner
· 18 years ago
76d4632
make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.
by Chris Lattner
· 19 years ago
84f4e1f
Fix a bug introduced by a change in the Archive::writeToDisk interface.
by Reid Spencer
· 19 years ago
cfa807a
Remove EH use from the Archive library and adjust its users accordingly.
by Reid Spencer
· 19 years ago
fad8e74
ditto
by Duraid Madina
· 20 years ago
c9c0473
For PR495:
by Reid Spencer
· 20 years ago
650ba8e
Remove trailing whitespace
by Misha Brukman
· 21 years ago
9f219c7
Fix PR506:
by Reid Spencer
· 21 years ago
e97198a
Fix the help documentation to not imply multiple archive files can be processed.
by Reid Spencer
· 21 years ago
d8c5b71
For PR351:
by Reid Spencer
· 21 years ago
66dc515
Per code review: \
by Reid Spencer
· 21 years ago
34fae46
A tool for adding a symbol table to LLVM Archives
by Reid Spencer
· 21 years ago