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
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-01
llvm-dwp: Initial layout
David Blaikie
1
-1
/
+1
2015-11-17
adding sancov to Makefile directory list.
Mike Aizatsky
1
-1
/
+1
2015-09-22
Remove macho-dump. Its functionality is now covered by llvm-readobj.
Davide Italiano
1
-1
/
+1
2015-08-21
TransformUtils: Introduce module splitter.
Peter Collingbourne
1
-1
/
+2
2015-06-08
Do not build LLD from tools/Makefile, as LLD no longer has a Makefile build.
Peter Collingbourne
1
-2
/
+1
2015-03-15
llvm-cxxdump: Rename llvm-vtabledump to llvm-cxxdump
David Majnemer
1
-1
/
+1
2015-02-10
Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.
Zachary Turner
1
-1
/
+1
2014-12-12
Initial dsymutil tool commit.
Frederic Riss
1
-1
/
+1
2014-12-09
Revert "Initial dsymutil tool commit."
Frederic Riss
1
-1
/
+1
2014-12-09
Initial dsymutil tool commit.
Frederic Riss
1
-1
/
+1
2014-10-23
Add llvm-go tool.
Peter Collingbourne
1
-0
/
+4
2014-10-14
Add lld to the parallel set of directories since it doesn't depend
Eric Christopher
1
-1
/
+2
2014-07-30
Rename llvm-uselistorder => verify-uselistorder
Duncan P. N. Exon Smith
1
-1
/
+1
2014-07-28
llvm-uselistorder: Get it building in configure+make after r214125
Duncan P. N. Exon Smith
1
-1
/
+1
2014-07-24
llvm-vtabledump: A vtable dumper
David Majnemer
1
-1
/
+2
2014-06-05
lld (build with configur and make) Enable build
Iain Sandoe
1
-3
/
+3
2014-02-17
PGO: llvm-profdata: tool for merging profiles
Duncan P. N. Exon Smith
1
-1
/
+1
2013-10-23
Add llvm-c-test tool for testing llvm-c
Anders Waldenborg
1
-1
/
+1
2013-10-07
Revert r191088, corresponding to r191823 to re-enable llvm-lto on cygming.
NAKAMURA Takumi
1
-2
/
+0
2013-10-02
Remove the very substantial, largely unmaintained legacy PGO
Chandler Carruth
1
-1
/
+1
2013-10-02
Tidy up this line of the Makefile before I start hacking on it.
Chandler Carruth
1
-9
/
+5
2013-09-20
llvm/tools/Makefile: Suppress building llvm-lto on cygming, for now, probably...
NAKAMURA Takumi
1
-0
/
+2
2013-09-19
Fix LTO handling of module-level assembly (PR14152).
Peter Collingbourne
1
-4
/
+3
2013-06-14
Remove the LLVM specific archive index.
Rafael Espindola
1
-1
/
+1
2013-04-05
Move yaml2obj to tools too.
Rafael Espindola
1
-1
/
+1
2013-04-05
Move obj2yaml to tools to sort out make's dependencies.
Rafael Espindola
1
-1
/
+1
2012-11-27
Make building of llvm-jitlistener conditional on the USE_INTEL_JITEVENTS sett...
Andrew Kaylor
1
-1
/
+6
2012-11-21
Adding tests for the Intel JIT event listener's MCJIT support.
Andrew Kaylor
1
-1
/
+1
2012-11-12
[ASan] Add llvm-symbolizer from to tools/
Alexander Potapenko
1
-1
/
+2
2012-10-31
MC: Simple example parser for MC assembly markup.
Jim Grosbach
1
-1
/
+1
2012-04-19
Remove llvm-ld and llvm-stub (which is only used by llvm-ld).
Michael J. Spencer
1
-2
/
+2
2012-03-01
[Object]
David Meyer
1
-1
/
+1
2012-02-26
Add a random .LL file generator to stress-test different llvm components.
Nadav Rotem
1
-1
/
+1
2011-12-01
llvm-config: Replace with C++ version (was llvm-config-2).
Daniel Dunbar
1
-1
/
+1
2011-12-01
Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots.
Duncan Sands
1
-1
/
+1
2011-11-29
llvm-config: Replace with C++ version (was llvm-config-2).
Daniel Dunbar
1
-1
/
+1
2011-11-29
edis: Sink EDMain.cpp into lib/MC/MCDisassembler.
Daniel Dunbar
1
-8
/
+0
2011-11-10
Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).",
Daniel Dunbar
1
-1
/
+1
2011-11-10
llvm-config: Replace with C++ version (was llvm-config-2).
Daniel Dunbar
1
-1
/
+1
2011-11-03
llvm-config: Start stubbing out a C++ version of llvm-config (as llvm-config-2,
Daniel Dunbar
1
-1
/
+1
2011-10-16
autoconf: Introduce --with-clang-srcdir, to build out-of-tree clang as tools/...
NAKAMURA Takumi
1
-4
/
+8
2011-09-28
Add llvm-size.
Michael J. Spencer
1
-1
/
+2
2011-09-28
Introduce llvm-cov.
Devang Patel
1
-1
/
+1
2011-09-19
Remove llvmc and assorted build machinery for it.
Eric Christopher
1
-1
/
+1
2011-09-13
Sketch out a DWARF parser.
Benjamin Kramer
1
-1
/
+1
2011-03-18
MachO file loader and execution utility.
Jim Grosbach
1
-3
/
+4
2011-02-20
This patch lets LLDB build as an LLVM subproject. LLDB is not built in
Stephen Wilson
1
-1
/
+6
2011-02-18
Revert r125956, which broke the build if you _don't_ have lldb checked out.
Owen Anderson
1
-6
/
+1
2011-02-18
This patch lets LLDB build as an LLVM subproject. LLDB is not built in
Stephen Wilson
1
-1
/
+6
2011-01-20
Add llvm-objdump
Michael J. Spencer
1
-1
/
+1
[next]