2014-10-23 |
Peter Collingbourne | Add llvm-go tool. |
blob | commitdiff | raw |
2014-10-14 |
Eric Christopher | Add lld to the parallel set of directories since it... |
blob | commitdiff | raw | diff to current |
2014-07-30 |
Duncan P. N. Exon... | Rename llvm-uselistorder => verify-uselistorder |
blob | commitdiff | raw | diff to current |
2014-07-28 |
Duncan P. N. Exon... | llvm-uselistorder: Get it building in configure+make... |
blob | commitdiff | raw | diff to current |
2014-07-24 |
David Majnemer | llvm-vtabledump: A vtable dumper |
blob | commitdiff | raw | diff to current |
2014-06-05 |
Iain Sandoe | lld (build with configur and make) Enable build |
blob | commitdiff | raw | diff to current |
2014-02-17 |
Duncan P. N. Exon... | PGO: llvm-profdata: tool for merging profiles |
blob | commitdiff | raw | diff to current |
2013-10-23 |
Anders Waldenborg | Add llvm-c-test tool for testing llvm-c |
blob | commitdiff | raw | diff to current |
2013-10-07 |
NAKAMURA Takumi | Revert r191088, corresponding to r191823 to re-enable... |
blob | commitdiff | raw | diff to current |
2013-10-02 |
Chandler Carruth | Remove the very substantial, largely unmaintained legac... |
blob | commitdiff | raw | diff to current |
2013-10-02 |
Chandler Carruth | Tidy up this line of the Makefile before I start hackin... |
blob | commitdiff | raw | diff to current |
2013-09-20 |
NAKAMURA Takumi | llvm/tools/Makefile: Suppress building llvm-lto on... |
blob | commitdiff | raw | diff to current |
2013-09-19 |
Peter Collingbourne | Fix LTO handling of module-level assembly (PR14152). |
blob | commitdiff | raw | diff to current |
2013-06-14 |
Rafael Espindola | Remove the LLVM specific archive index. |
blob | commitdiff | raw | diff to current |
2013-04-05 |
Rafael Espindola | Move yaml2obj to tools too. |
blob | commitdiff | raw | diff to current |
2013-04-05 |
Rafael Espindola | Move obj2yaml to tools to sort out make's dependencies. |
blob | commitdiff | raw | diff to current |
2012-11-27 |
Andrew Kaylor | Make building of llvm-jitlistener conditional on the... |
blob | commitdiff | raw | diff to current |
2012-11-21 |
Andrew Kaylor | Adding tests for the Intel JIT event listener's MCJIT... |
blob | commitdiff | raw | diff to current |
2012-11-12 |
Alexander Potapenko | [ASan] Add llvm-symbolizer from to tools/ |
blob | commitdiff | raw | diff to current |
2012-10-31 |
Jim Grosbach | MC: Simple example parser for MC assembly markup. |
blob | commitdiff | raw | diff to current |
2012-04-19 |
Michael J. Spencer | Remove llvm-ld and llvm-stub (which is only used by... |
blob | commitdiff | raw | diff to current |
2012-03-01 |
David Meyer | [Object] |
blob | commitdiff | raw | diff to current |
2012-02-26 |
Nadav Rotem | Add a random .LL file generator to stress-test differen... |
blob | commitdiff | raw | diff to current |
2011-12-01 |
Daniel Dunbar | llvm-config: Replace with C++ version (was llvm-config-2). |
blob | commitdiff | raw | diff to current |
2011-12-01 |
Duncan Sands | Revert commit 145449 (ddunbar) since it is breaking... |
blob | commitdiff | raw | diff to current |
2011-11-29 |
Daniel Dunbar | llvm-config: Replace with C++ version (was llvm-config-2). |
blob | commitdiff | raw | diff to current |
2011-11-29 |
Daniel Dunbar | edis: Sink EDMain.cpp into lib/MC/MCDisassembler. |
blob | commitdiff | raw | diff to current |
2011-11-10 |
Daniel Dunbar | Revert r144300 "llvm-config: Replace with C++ version... |
blob | commitdiff | raw | diff to current |
2011-11-10 |
Daniel Dunbar | llvm-config: Replace with C++ version (was llvm-config-2). |
blob | commitdiff | raw | diff to current |
2011-11-03 |
Daniel Dunbar | llvm-config: Start stubbing out a C++ version of llvm... |
blob | commitdiff | raw | diff to current |
2011-10-16 |
NAKAMURA Takumi | autoconf: Introduce --with-clang-srcdir, to build out... |
blob | commitdiff | raw | diff to current |
2011-09-28 |
Michael J. Spencer | Add llvm-size. |
blob | commitdiff | raw | diff to current |
2011-09-28 |
Devang Patel | Introduce llvm-cov. |
blob | commitdiff | raw | diff to current |
2011-09-19 |
Eric Christopher | Remove llvmc and assorted build machinery for it. |
blob | commitdiff | raw | diff to current |
2011-09-13 |
Benjamin Kramer | Sketch out a DWARF parser. |
blob | commitdiff | raw | diff to current |
2011-03-18 |
Jim Grosbach | MachO file loader and execution utility. |
blob | commitdiff | raw | diff to current |
2011-02-20 |
Stephen Wilson | This patch lets LLDB build as an LLVM subproject. ... |
blob | commitdiff | raw | diff to current |
2011-02-18 |
Owen Anderson | Revert r125956, which broke the build if you _don't_... |
blob | commitdiff | raw | diff to current |
2011-02-18 |
Stephen Wilson | This patch lets LLDB build as an LLVM subproject. ... |
blob | commitdiff | raw | diff to current |
2011-01-20 |
Michael J. Spencer | Add llvm-objdump |
blob | commitdiff | raw | diff to current |
2010-12-16 |
Daniel Dunbar | build: Fix ONLY_TOOLS to not build lto etc. unless... |
blob | commitdiff | raw | diff to current |
2010-11-29 |
NAKAMURA Takumi | tools/Makefile: Don't look into $(TARGET_OS), but ... |
blob | commitdiff | raw | diff to current |
2010-11-29 |
NAKAMURA Takumi | tools/Makefile: Fix indentation. |
blob | commitdiff | raw | diff to current |
2010-11-29 |
NAKAMURA Takumi | tools/Makefile: Enable building lto, edis and bugpoint... |
blob | commitdiff | raw | diff to current |
2010-11-27 |
Daniel Dunbar | macho-dump: Stub out C++ macho-dump tool. |
blob | commitdiff | raw | diff to current |
2010-10-30 |
Tobias Grosser | Add polly support to the build system. |
blob | commitdiff | raw | diff to current |
2010-08-24 |
John McCall | Check in a couple of changes that I apparently never... |
blob | commitdiff | raw | diff to current |
2010-08-09 |
Rafael Espindola | Don't try to build a plugin on windows. |
blob | commitdiff | raw | diff to current |
2010-08-07 |
Rafael Espindola | Move the bugpoint test passes to a plugin in preparatio... |
blob | commitdiff | raw | diff to current |
2010-07-20 |
Chris Lattner | fix DISABLE_EDIS |
blob | commitdiff | raw | diff to current |
2010-07-20 |
Chris Lattner | start straightening out libedis's dependencies and... |
blob | commitdiff | raw | diff to current |
2010-07-14 |
Bob Wilson | Remove some broken code to check the DISABLE_EDIS flag... |
blob | commitdiff | raw | diff to current |
2010-04-12 |
Sean Callanan | Build system fix to make llvm-mc properly build |
blob | commitdiff | raw | diff to current |
2010-04-12 |
Sean Callanan | Build system fixes. llvm-mc depends on |
blob | commitdiff | raw | diff to current |
2010-04-12 |
Sean Callanan | Second try at integrating the edis tester. This |
blob | commitdiff | raw | diff to current |
2010-04-10 |
Sean Callanan | Updated the edis build mechanism to allow for builds |
blob | commitdiff | raw | diff to current |
2010-04-09 |
Chris Lattner | revert r100842 which broke several of the build bots. |
blob | commitdiff | raw | diff to current |
2010-04-09 |
Sean Callanan | Added a tester for the enhanced disassembler, |
blob | commitdiff | raw | diff to current |
2010-03-23 |
Bill Wendling | Remove if DISABLED not if not DISABLED... |
blob | commitdiff | raw | diff to current |
2010-03-23 |
Bill Wendling | Use "DISABLE_EDIS" to disable building "edis" explicitl... |
blob | commitdiff | raw | diff to current |
2010-03-09 |
Duncan Sands | Attempt to fix random build failures seen when doing... |
blob | commitdiff | raw | diff to current |
2010-03-05 |
Chris Lattner | apparently if gold is around lto needs to be part of... |
blob | commitdiff | raw | diff to current |
2010-03-05 |
Chris Lattner | Only build libedis if ENABLE_SHARED is specified, just... |
blob | commitdiff | raw | diff to current |
2010-03-05 |
Chris Lattner | liblto and gold don't need to be built in serial |
blob | commitdiff | raw | diff to current |
2010-02-26 |
Chris Lattner | don't build edis if the x86 target isn't enabld. |
blob | commitdiff | raw | diff to current |
2010-02-02 |
Sean Callanan | ...and fixed the Makefile. |
blob | commitdiff | raw | diff to current |
2010-01-29 |
Sean Callanan | Added a bare-bones Makefile to build the enhanced disas... |
blob | commitdiff | raw | diff to current |
2009-10-05 |
Chris Lattner | remove llvm-db: it is completely broken and if anyone... |
blob | commitdiff | raw | diff to current |
2009-08-25 |
Daniel Dunbar | EXIT STAGE LEFT: gccas, gccld |
blob | commitdiff | raw | diff to current |
2009-08-18 |
Anton Korobeynikov | The attached patches attempt to fix cross builds. For... |
blob | commitdiff | raw | diff to current |
2009-07-04 |
Mikhail Glushenkov | LLVMC doesn't need ENABLE_PIC to build now. |
blob | commitdiff | raw | diff to current |
2009-06-29 |
Daniel Dunbar | Don't build LLVMC when configured with --disable-pic... |
blob | commitdiff | raw | diff to current |
2009-06-18 |
Chris Lattner | Add a skeleton driver for new machine code level fun... |
blob | commitdiff | raw | diff to current |
2009-04-25 |
Chris Lattner | aDd support for building a subset of the llvm tools... |
blob | commitdiff | raw | diff to current |
2009-04-20 |
Tanya Lattner | Remove clang since its conditionally there already. |
blob | commitdiff | raw | diff to current |
2009-04-20 |
Sanjiv Gupta | Emit the auto variables of a function into a different... |
blob | commitdiff | raw | diff to current |
2009-03-11 |
Anton Korobeynikov | Another bug :( |
blob | commitdiff | raw | diff to current |
2009-03-11 |
Anton Korobeynikov | Unbreak the build. Dunno, why it did not fail on mingw :( |
blob | commitdiff | raw | diff to current |
2009-03-11 |
Anton Korobeynikov | Disable plugins / shared stuff generation on windows... |
blob | commitdiff | raw | diff to current |
2009-03-03 |
Nick Lewycky | ENABLE_PIC is either 0 or 1, but is always defined. |
blob | commitdiff | raw | diff to current |
2009-02-26 |
Nick Lewycky | Tabs to spaces presto chango! Pointed out by Duncan... |
blob | commitdiff | raw | diff to current |
2009-02-26 |
Nick Lewycky | Force 'llvm-config' to go first, optionally followed... |
blob | commitdiff | raw | diff to current |
2009-02-11 |
Duncan Sands | Revert r64299: it breaks the build when configured |
blob | commitdiff | raw | diff to current |
2009-02-11 |
Nick Lewycky | Try this. Darwin -> LTO, PIC -> LTO + possibly gold... |
blob | commitdiff | raw | diff to current |
2009-02-11 |
Devang Patel | 62987 disables LTO build on darwin. |
blob | commitdiff | raw | diff to current |
2009-02-03 |
Nick Lewycky | Add LLVM plugin for gold. |
blob | commitdiff | raw | diff to current |
2009-01-26 |
Nick Lewycky | Build libLTO on any platform so long as PIC is enabled. |
blob | commitdiff | raw | diff to current |
2009-01-24 |
Mike Stump | Perform optional clang building. |
blob | commitdiff | raw | diff to current |
2008-11-25 |
Mikhail Glushenkov | Since the old llvmc was removed, rename llvmc2 to llvmc. |
blob | commitdiff | raw | diff to current |
2008-06-30 |
Devang Patel | Rename new lto2 tool as lto. |
blob | commitdiff | raw | diff to current |
2008-04-23 |
Anton Korobeynikov | Disable building of llvm2cpp. The directory will be... |
blob | commitdiff | raw | diff to current |
2008-03-30 |
Chris Lattner | stop building llvmc. |
blob | commitdiff | raw | diff to current |
2008-03-25 |
Tanya Lattner | Disable building llvm-upgrade. |
blob | commitdiff | raw | diff to current |
2008-03-23 |
Anton Korobeynikov | Add first proof-of-concept universal compiler driver... |
blob | commitdiff | raw | diff to current |
2008-03-03 |
Tanya Lattner | Renable lto2 build. |
blob | commitdiff | raw | diff to current |
2008-03-01 |
Tanya Lattner | Disable lto because its broken on tiger. |
blob | commitdiff | raw | diff to current |
2008-02-29 |
Nick Kledzik | stop building lto on all platforms. Start building... |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Chris Lattner | remove attributions from tools/utils makefiles. |
blob | commitdiff | raw | diff to current |
2007-12-09 |
Chris Lattner | Fix accidental commit by Bill. |
blob | commitdiff | raw | diff to current |
2007-12-08 |
Bill Wendling | Reverting 44702. It wasn't correct to rename them. |
blob | commitdiff | raw | diff to current |
next |