- Nov 29, 2010
-
-
NAKAMURA Takumi authored
tools/Makefile: Don't look into $(TARGET_OS), but $(HOST_OS), to inspect availability of loadable module! The last commit made run.build.step.test_llvm_1 to fail. llvm-svn: 120283
-
NAKAMURA Takumi authored
llvm-svn: 120276
-
NAKAMURA Takumi authored
bugpoint-passes would be built with ENABLE_SHARED=1. You could try building gold on Cygming, though, it would fail. llvm-svn: 120275
-
- Nov 27, 2010
-
-
Daniel Dunbar authored
llvm-svn: 120191
-
- Oct 30, 2010
-
-
Tobias Grosser authored
Update the cmake and autoconf build system to compile polly as a shared library if it is checked out into tools/polly. In case polly is not checked out, nothing changes. This models the way clang can be added to llvm if checked out to tools/clang. Also rebuild configure. Patch contributed by ether. llvm-svn: 117755
-
- Aug 24, 2010
-
-
John McCall authored
- teach DifferenceEngine to unify successors of calls and invokes in certain circumstances - basic blocks actually don't have their own numbering; did that change? - add llvm-diff to the Makefile and CMake build systems llvm-svn: 111909
-
- Aug 09, 2010
-
-
Rafael Espindola authored
llvm-svn: 110573
-
- Aug 07, 2010
-
-
Rafael Espindola authored
use opt. llvm-svn: 110520
-
- Jul 20, 2010
-
-
Chris Lattner authored
llvm-svn: 108925
-
Chris Lattner authored
better in the llvm world. Among other things, this changes: 1. The guts of libedis are now moved into lib/MC/MCDisassembler 2. llvm-mc now depends on lib/MC/MCDisassembler, not tools/edis, so edis and mc don't have to be built in series. 3. lib/MC/MCDisassembler no longer depends on the C api, the C API depends on it. 4. Various code cleanup changes. There is still a lot to be done to make edis fit with the llvm design, but this is an incremental step in the right direction. llvm-svn: 108869
-
- Jul 15, 2010
-
-
Bob Wilson authored
DIRS list, so it does no good to filter it from PARALLEL_DIRS), and replace it with a check to disable building the shared library version of edis when the flag is set. Disabling it entirely does not work because MC uses it now. llvm-svn: 108367
-
- Apr 13, 2010
-
-
Sean Callanan authored
after edis. Really, there ought to be some mechanism to ensure that PARALLEL_DIRS get built after DIRS. llvm-svn: 101095
-
- Apr 12, 2010
-
-
Sean Callanan authored
libEnhancedDisassembly, so we now build the static library in all cases (although the shared library is only built when requested/possible). Also, fixed a bug where edis wasn't properly initializing the targets it uses. llvm-svn: 101072
-
Sean Callanan authored
time I use the LIBS variable, which is not subject to a %.a -> -l% transformation, to link llvm-mc against libEnhancedDisassembly. llvm-mc -edis works the same as llvm-mc -disassemble, but outputs tokens and operands. llvm-svn: 101058
-
- Apr 10, 2010
-
-
Sean Callanan authored
that do not build some (or all) of the targets that edis supports. llvm-svn: 100910
-
- Apr 09, 2010
-
-
Chris Lattner authored
llvm-svn: 100848
-
Sean Callanan authored
integrated into the llvm-mc testing tool. llvm-svn: 100842
-
- Mar 24, 2010
-
-
Bill Wendling authored
llvm-svn: 99343
-
- Mar 23, 2010
-
-
Bill Wendling authored
Apple-style builds. llvm-svn: 99336
-
- Mar 09, 2010
-
-
Duncan Sands authored
parallel builds: the gold plugin fails to link because the lto library is in the middle of being written out by the linker. llvm-svn: 98054
-
- Mar 05, 2010
-
-
Chris Lattner authored
llvm-svn: 97780
-
Chris Lattner authored
Don't build any of the dynamic library stuff on cygwin/mingw. llvm-svn: 97771
-
Chris Lattner authored
llvm-svn: 97770
-
- Feb 26, 2010
-
-
Chris Lattner authored
llvm-svn: 97268
-
- Feb 02, 2010
-
-
Sean Callanan authored
llvm-svn: 95119
-
- Jan 29, 2010
-
-
Sean Callanan authored
library as a static and a shared library. Added dependencies so the target-specific enhanced disassembly info tables are built before the library. llvm-svn: 94780
-
- Oct 05, 2009
-
-
Chris Lattner authored
they should not base it on llvm-db (which not following almost any "best practices"). llvm-svn: 83288
-
- Aug 25, 2009
-
-
Daniel Dunbar authored
llvm-svn: 80023
-
- Aug 18, 2009
-
-
Anton Korobeynikov authored
try to use i686-darwin to build for arm-eabi, you'll quickly run into several false assumptions that the target OS must be the same as the host OS. These patches split $(OS) into $(HOST_OS) and $(TARGET_OS) to help builds like "make check" and the test-suite able to cross compile. Along the way a target of *-unknown-eabi is defined as "Freestanding" so that TARGET_OS checks have something to work with. Patch by Sandeep Patel! llvm-svn: 79296
-
- Jul 04, 2009
-
-
Mikhail Glushenkov authored
llvm-svn: 74783
-
- Jun 29, 2009
-
-
Daniel Dunbar authored
module support to build). llvm-svn: 74456
-
- Jun 19, 2009
-
-
Chris Lattner authored
to be a test driver of other components in the system, which will develop over time. llvm-svn: 73732
-
- Apr 26, 2009
-
-
Chris Lattner authored
llvm-svn: 70082
-
- Apr 20, 2009
-
-
Tanya Lattner authored
llvm-svn: 69610
-
Sanjiv Gupta authored
llvm-svn: 69605
-
- Mar 11, 2009
-
-
Anton Korobeynikov authored
llvm-svn: 66708
-
Anton Korobeynikov authored
llvm-svn: 66692
-
Anton Korobeynikov authored
This fixes fallout from recent PIC/delibtoolize changes and unbreaks build on cygming. llvm-svn: 66686
-
- Mar 03, 2009
-
-
Nick Lewycky authored
llvm-svn: 65938
-
- Feb 26, 2009
-
-
Nick Lewycky authored
llvm-svn: 65523
-