Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
9765c6ecde9ca96c37fe3e27d360aadc387b6942
/
tools
/
llvm-ranlib
94bc246
Remove references to compression in llvm-ar. It has been a long time since we
by Rafael Espindola
· 12 years ago
4ab406d
LLVMBuild: Remove trailing newline, which irked me.
by Daniel Dunbar
· 13 years ago
0d3c223
LLVMBuild: Add description files for the LLVM tools.
by Daniel Dunbar
· 13 years ago
8c39c96
build: Tidy up a bunch of tool Makefiles, and simplify where possible using the
by Daniel Dunbar
· 13 years ago
54453f2
Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::exists.
by Michael J. Spencer
· 14 years ago
424a04e
convert llvm-ar and llvm-ranlib to raw_ostream from iostreams.
by Chris Lattner
· 14 years ago
1f6efa3
Merge System into Support.
by Michael J. Spencer
· 14 years ago
3a210e2
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
by Michael J. Spencer
· 14 years ago
4e9c939
CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
by Michael J. Spencer
· 14 years ago
0d7c695
To simplify the upcoming context-on-type change, switch all command line tools to using the default global context for now.
by Owen Anderson
· 15 years ago
65f57c2
Use errs() instead of std::cerr.
by Dan Gohman
· 15 years ago
31895e7
Hold the LLVMContext by reference rather than by pointer.
by Owen Anderson
· 15 years ago
8b477ed
Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot
by Owen Anderson
· 15 years ago
cc14d25
Change various llvm utilities to use PrettyStackTraceProgram in
by Chris Lattner
· 16 years ago
e3ff456
disable exports from a bunch more tools, those without plugins.
by Chris Lattner
· 16 years ago
f2f8d79
Add spacing between type and variable name.
by Misha Brukman
· 16 years ago
3d01fc7
Initial support for the CMake build system.
by Oscar Fuentes
· 16 years ago
21c62da
remove attributions from tools.
by Chris Lattner
· 17 years ago
5116784
remove attributions from tools/utils makefiles.
by Chris Lattner
· 17 years ago
82a13c9
Move the space in overview output for commands out of each of the
by Dan Gohman
· 17 years ago
a99be51
Here is the bulk of the sanitizing.
by Gabor Greif
· 17 years ago
44dadff
switch tools to bitcode instead of bytecode
by Chris Lattner
· 18 years ago
a8653f3
archive library already depends on bc reader
by Chris Lattner
· 18 years ago
c30598b
make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.
by Chris Lattner
· 18 years ago
aea932d
Use LINK_COMPONENTS to specify *components* to link against instead of
by Chris Lattner
· 18 years ago
30836fc
Fix a bug introduced by a change in the Archive::writeToDisk interface.
by Reid Spencer
· 18 years ago
3039b99
Remove EH use from the Archive library and adjust its users accordingly.
by Reid Spencer
· 18 years ago
0465fa9
Tools require EH for their top-level try blocks.
by Chris Lattner
· 18 years ago
18c8b49
Use archive libraries instead of object files for VMCore, BCReader,
by Reid Spencer
· 18 years ago
4e4fe66
ditto
by Duraid Madina
· 19 years ago
dd04df0
For PR495:
by Reid Spencer
· 19 years ago
ad38cd6
Make sure that tool names don't have any leading or trailing spaces in them.
by Reid Spencer
· 19 years ago
3da94ae
Remove trailing whitespace
by Misha Brukman
· 20 years ago
ef11c5e
Fix PR506:
by Reid Spencer
· 20 years ago
3d1cc28
Fix the help documentation to not imply multiple archive files can be processed.
by Reid Spencer
· 20 years ago
b50ae12
For PR351:
by Reid Spencer
· 20 years ago
bf714df
Add LLVMbzip2 library, now required.
by Reid Spencer
· 20 years ago
babb45b
Per code review: \
by Reid Spencer
· 20 years ago
63ab669
A tool for adding a symbol table to LLVM Archives
by Reid Spencer
· 20 years ago
8d18dcf
Makefile for llvm-ranlib tool
by Reid Spencer
· 20 years ago