index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the LLVM specific archive index.
Rafael Espindola
2013-06-14
1
-1
/
+1
*
Move yaml2obj to tools too.
Rafael Espindola
2013-04-05
1
-1
/
+1
*
Move obj2yaml to tools to sort out make's dependencies.
Rafael Espindola
2013-04-05
1
-1
/
+1
*
Make building of llvm-jitlistener conditional on the USE_INTEL_JITEVENTS sett...
Andrew Kaylor
2012-11-27
1
-1
/
+6
*
Adding tests for the Intel JIT event listener's MCJIT support.
Andrew Kaylor
2012-11-21
1
-1
/
+1
*
[ASan] Add llvm-symbolizer from to tools/
Alexander Potapenko
2012-11-12
1
-1
/
+2
*
MC: Simple example parser for MC assembly markup.
Jim Grosbach
2012-10-31
1
-1
/
+1
*
Remove llvm-ld and llvm-stub (which is only used by llvm-ld).
Michael J. Spencer
2012-04-19
1
-2
/
+2
*
[Object]
David Meyer
2012-03-01
1
-1
/
+1
*
Add a random .LL file generator to stress-test different llvm components.
Nadav Rotem
2012-02-26
1
-1
/
+1
*
llvm-config: Replace with C++ version (was llvm-config-2).
Daniel Dunbar
2011-12-01
1
-1
/
+1
*
Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots.
Duncan Sands
2011-12-01
1
-1
/
+1
*
llvm-config: Replace with C++ version (was llvm-config-2).
Daniel Dunbar
2011-11-29
1
-1
/
+1
*
edis: Sink EDMain.cpp into lib/MC/MCDisassembler.
Daniel Dunbar
2011-11-29
1
-8
/
+0
*
Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).",
Daniel Dunbar
2011-11-10
1
-1
/
+1
*
llvm-config: Replace with C++ version (was llvm-config-2).
Daniel Dunbar
2011-11-10
1
-1
/
+1
*
llvm-config: Start stubbing out a C++ version of llvm-config (as llvm-config-2,
Daniel Dunbar
2011-11-03
1
-1
/
+1
*
autoconf: Introduce --with-clang-srcdir, to build out-of-tree clang as tools/...
NAKAMURA Takumi
2011-10-16
1
-4
/
+8
*
Add llvm-size.
Michael J. Spencer
2011-09-28
1
-1
/
+2
*
Introduce llvm-cov.
Devang Patel
2011-09-28
1
-1
/
+1
*
Remove llvmc and assorted build machinery for it.
Eric Christopher
2011-09-19
1
-1
/
+1
*
Sketch out a DWARF parser.
Benjamin Kramer
2011-09-13
1
-1
/
+1
*
MachO file loader and execution utility.
Jim Grosbach
2011-03-18
1
-3
/
+4
*
This patch lets LLDB build as an LLVM subproject. LLDB is not built in
Stephen Wilson
2011-02-20
1
-1
/
+6
*
Revert r125956, which broke the build if you _don't_ have lldb checked out.
Owen Anderson
2011-02-18
1
-6
/
+1
*
This patch lets LLDB build as an LLVM subproject. LLDB is not built in
Stephen Wilson
2011-02-18
1
-1
/
+6
*
Add llvm-objdump
Michael J. Spencer
2011-01-20
1
-1
/
+1
*
build: Fix ONLY_TOOLS to not build lto etc. unless specified.
Daniel Dunbar
2010-12-16
1
-0
/
+2
*
tools/Makefile: Don't look into $(TARGET_OS), but $(HOST_OS), to inspect avai...
NAKAMURA Takumi
2010-11-29
1
-1
/
+1
*
tools/Makefile: Fix indentation.
NAKAMURA Takumi
2010-11-29
1
-12
/
+12
*
tools/Makefile: Enable building lto, edis and bugpoint-passes on Cygming.
NAKAMURA Takumi
2010-11-29
1
-3
/
+8
*
macho-dump: Stub out C++ macho-dump tool.
Daniel Dunbar
2010-11-27
1
-1
/
+1
*
Add polly support to the build system.
Tobias Grosser
2010-10-30
1
-0
/
+4
*
Check in a couple of changes that I apparently never committed:
John McCall
2010-08-24
1
-1
/
+1
*
Don't try to build a plugin on windows.
Rafael Espindola
2010-08-09
1
-1
/
+3
*
Move the bugpoint test passes to a plugin in preparation for having bugpoint
Rafael Espindola
2010-08-07
1
-1
/
+1
*
fix DISABLE_EDIS
Chris Lattner
2010-07-20
1
-2
/
+2
*
start straightening out libedis's dependencies and make it fit
Chris Lattner
2010-07-20
1
-6
/
+12
*
Remove some broken code to check the DISABLE_EDIS flag (edis is now in the
Bob Wilson
2010-07-14
1
-5
/
+0
*
Build system fix to make llvm-mc properly build
Sean Callanan
2010-04-12
1
-2
/
+2
*
Build system fixes. llvm-mc depends on
Sean Callanan
2010-04-12
1
-10
/
+4
*
Second try at integrating the edis tester. This
Sean Callanan
2010-04-12
1
-0
/
+2
*
Updated the edis build mechanism to allow for builds
Sean Callanan
2010-04-10
1
-1
/
+1
*
revert r100842 which broke several of the build bots.
Chris Lattner
2010-04-09
1
-1
/
+1
*
Added a tester for the enhanced disassembler,
Sean Callanan
2010-04-09
1
-1
/
+1
*
Remove if DISABLED not if not DISABLED...
Bill Wendling
2010-03-23
1
-1
/
+1
*
Use "DISABLE_EDIS" to disable building "edis" explicitly. Don't build it for
Bill Wendling
2010-03-23
1
-2
/
+6
*
Attempt to fix random build failures seen when doing highly
Duncan Sands
2010-03-09
1
-2
/
+1
*
apparently if gold is around lto needs to be part of DIRS.
Chris Lattner
2010-03-05
1
-2
/
+7
*
Only build libedis if ENABLE_SHARED is specified, just like liblto.
Chris Lattner
2010-03-05
1
-10
/
+11
[next]