Age | Commit message (Expand) | Author |
2011-09-28 | Add llvm-size. | Michael J. Spencer |
2011-09-28 | Introduce llvm-cov. | Devang Patel |
2011-09-19 | Remove llvmc and assorted build machinery for it. | Eric Christopher |
2011-09-13 | Sketch out a DWARF parser. | Benjamin Kramer |
2011-03-18 | MachO file loader and execution utility. | Jim Grosbach |
2011-02-20 | This patch lets LLDB build as an LLVM subproject. LLDB is not built in | Stephen Wilson |
2011-02-18 | Revert r125956, which broke the build if you _don't_ have lldb checked out. | Owen Anderson |
2011-02-18 | This patch lets LLDB build as an LLVM subproject. LLDB is not built in | Stephen Wilson |
2011-01-20 | Add llvm-objdump | Michael J. Spencer |
2010-12-16 | build: Fix ONLY_TOOLS to not build lto etc. unless specified. | Daniel Dunbar |
2010-11-29 | tools/Makefile: Don't look into $(TARGET_OS), but $(HOST_OS), to inspect avai... | NAKAMURA Takumi |
2010-11-29 | tools/Makefile: Fix indentation. | NAKAMURA Takumi |
2010-11-29 | tools/Makefile: Enable building lto, edis and bugpoint-passes on Cygming. | NAKAMURA Takumi |
2010-11-27 | macho-dump: Stub out C++ macho-dump tool. | Daniel Dunbar |
2010-10-30 | Add polly support to the build system. | Tobias Grosser |
2010-08-24 | Check in a couple of changes that I apparently never committed: | John McCall |
2010-08-09 | Don't try to build a plugin on windows. | Rafael Espindola |
2010-08-07 | Move the bugpoint test passes to a plugin in preparation for having bugpoint | Rafael Espindola |
2010-07-20 | fix DISABLE_EDIS | Chris Lattner |
2010-07-20 | start straightening out libedis's dependencies and make it fit | Chris Lattner |
2010-07-14 | Remove some broken code to check the DISABLE_EDIS flag (edis is now in the | Bob Wilson |
2010-04-12 | Build system fix to make llvm-mc properly build | Sean Callanan |
2010-04-12 | Build system fixes. llvm-mc depends on | Sean Callanan |
2010-04-12 | Second try at integrating the edis tester. This | Sean Callanan |
2010-04-10 | Updated the edis build mechanism to allow for builds | Sean Callanan |
2010-04-09 | revert r100842 which broke several of the build bots. | Chris Lattner |
2010-04-09 | Added a tester for the enhanced disassembler, | Sean Callanan |
2010-03-23 | Remove if DISABLED not if not DISABLED... | Bill Wendling |
2010-03-23 | Use "DISABLE_EDIS" to disable building "edis" explicitly. Don't build it for | Bill Wendling |
2010-03-09 | Attempt to fix random build failures seen when doing highly | Duncan Sands |
2010-03-05 | apparently if gold is around lto needs to be part of DIRS. | Chris Lattner |
2010-03-05 | Only build libedis if ENABLE_SHARED is specified, just like liblto. | Chris Lattner |
2010-03-05 | liblto and gold don't need to be built in serial | Chris Lattner |
2010-02-26 | don't build edis if the x86 target isn't enabld. | Chris Lattner |
2010-02-02 | ...and fixed the Makefile. | Sean Callanan |
2010-01-29 | Added a bare-bones Makefile to build the enhanced disassembly | Sean Callanan |
2009-10-05 | remove llvm-db: it is completely broken and if anyone wants to do a debugger, | Chris Lattner |
2009-08-25 | EXIT STAGE LEFT: gccas, gccld | Daniel Dunbar |
2009-08-18 | The attached patches attempt to fix cross builds. For example, if you | Anton Korobeynikov |
2009-07-04 | LLVMC doesn't need ENABLE_PIC to build now. | Mikhail Glushenkov |
2009-06-29 | Don't build LLVMC when configured with --disable-pic (it needs requires shared | Daniel Dunbar |
2009-06-18 | Add a skeleton driver for new machine code level fun. llvm-mc is meant | Chris Lattner |
2009-04-25 | aDd support for building a subset of the llvm tools, patch by Jeffrey Yasskin! | Chris Lattner |
2009-04-20 | Remove clang since its conditionally there already. | Tanya Lattner |
2009-04-20 | Emit the auto variables of a function into a different section than parameters. | Sanjiv Gupta |
2009-03-11 | Another bug :( | Anton Korobeynikov |
2009-03-11 | Unbreak the build. Dunno, why it did not fail on mingw :( | Anton Korobeynikov |
2009-03-11 | Disable plugins / shared stuff generation on windows targets. | Anton Korobeynikov |
2009-03-03 | ENABLE_PIC is either 0 or 1, but is always defined. | Nick Lewycky |
2009-02-26 | Tabs to spaces presto chango! Pointed out by Duncan Sands. | Nick Lewycky |