- May 16, 2005
-
-
Duraid Madina authored
llvm-svn: 22078
-
- May 13, 2005
-
-
Reid Spencer authored
* Fix a typo that prevents BuildMode from being printed llvm-svn: 21954
-
- Mar 11, 2005
-
-
Misha Brukman authored
* Convert some tabs to spaces llvm-svn: 20560
-
Nate Begeman authored
PPC32ISelPattern.cpp is present. llvm-svn: 20559
-
- Mar 01, 2005
-
-
Reid Spencer authored
Patch idea contributed by Vladimir Merzliakov. llvm-svn: 20384
-
- Feb 27, 2005
-
-
Alkis Evlogimenos authored
llvm-svn: 20345
-
- Feb 24, 2005
-
-
Reid Spencer authored
llvm-svn: 20320
-
Reid Spencer authored
bytecode as data, not program. llvm-svn: 20319
-
Reid Spencer authored
llvm-svn: 20301
-
Reid Spencer authored
* Consolidate all "install" usage to the install program/script found by autoconf which includes the autoconf/install-sh script if necessary * Change Makefile.rules to not use the -D flag to install but use the MKDIR command as necessary. * Change Makefile.rules to differentiate between installation of executable files and regular data files to get the permission modes correct. llvm-svn: 20294
-
- Feb 16, 2005
-
-
Reid Spencer authored
llvm-svn: 20215
-
Reid Spencer authored
* Make it possible to have the Install program run in verbose mode when the TOOL_VERBOSE=1 option is set * Ensure non-executable installed files do not install with execute perms. llvm-svn: 20214
-
Reid Spencer authored
llvm-svn: 20213
-
- Feb 14, 2005
-
-
Reid Spencer authored
When llvm-gcc is not available, bypass rules for Modules and Bytecode Libraries that require llvm-gcc and emit instead a warning that llvm-gcc is not available. This permits "make LLVMGCC=" to build LLVM completely without error and provides warnings about the modules and bc libs that could not be constructed. llvm-svn: 20185
-
- Feb 13, 2005
-
-
Andrew Lenharth authored
llvm-svn: 20144
-
- Feb 09, 2005
-
-
Chris Lattner authored
contributed by Vladimir Merzliakov! llvm-svn: 20084
-
- Feb 04, 2005
-
-
Chris Lattner authored
llvm-svn: 20042
-
- Feb 02, 2005
-
-
Alkis Evlogimenos authored
llvm-svn: 19981
-
- Jan 28, 2005
-
-
Reid Spencer authored
Patch contributed by Vladimer Merzliakov. llvm-svn: 19877
-
- Jan 16, 2005
-
-
Reid Spencer authored
* Rename BUILD_* to PROJ_* * Differentiate between LLVM's Makefile.conf and the project's * Use project specific install locations llvm-svn: 19590
-
- Jan 14, 2005
-
-
Reid Spencer authored
llvm-svn: 19551
-
- Jan 11, 2005
-
-
Reid Spencer authored
passes the -module option on the libtool command line to ensure that the shared library being built can be dlopened and dlsym can work on that module. LOADABLE_MODULE should be sent only in conjunction with the SHARED_LIBRARY directive. It should generally be used for any module that is intended to be the target of an LLVM -load option. Note that loadable modules will not have the lib prefix but otherwise look like shared libraries. This is per the libtool recommendations and prevents these special shared libraries from being linked in via -l option to the linker. llvm-svn: 19454
-
- Jan 07, 2005
-
-
Chris Lattner authored
llvm-svn: 19336
-
- Jan 03, 2005
-
-
John Criswell authored
This seems to make things happier. llvm-svn: 19276
-
John Criswell authored
Reverting the quote patch. For some reason, this breaks the building of llvm/runtime (the shell doesn't like it for some reason). I might play with it to see if I can get the quotes done in such a way that the shell like it, but no promises. llvm-svn: 19275
-
Reid Spencer authored
and creates issues on other platforms like Cygwin and MingW. llvm-svn: 19266
-
Jeff Cohen authored
it breaks "gmake check". llvm-svn: 19265
-
- Jan 02, 2005
-
-
Reid Spencer authored
exceptions to abort() in cases where it should not. Many thanks to Duraid Madina for doing the heavy lifting on the analysis of this problem. llvm-svn: 19256
-
Reid Spencer authored
Cygwin). llvm-svn: 19255
-
- Dec 28, 2004
-
-
Reid Spencer authored
parallel builds don't attempt to create it twice. llvm-svn: 19171
-
- Dec 27, 2004
-
-
Reid Spencer authored
llvm-svn: 19164
-
- Dec 24, 2004
-
-
Reid Spencer authored
llvm-svn: 19138
-
Reid Spencer authored
* When reconfiguring, make sure the config.cache file is blown away so that its (old) values don't short-circuit doing the tests. When a reconfigure is done, it should be done from scratch, without the cache. * For dist-check, don't pass --with-llvmgccdir any more because configure doesn't have this option any more. llvm-svn: 19126
-
- Dec 22, 2004
-
-
Reid Spencer authored
* Cleanup LLVMGCXX and LLVMGCC by providing LLVMGXXWITHPATH and LLVMGCCWITHPATH variables that add the $(LLVMToolDir) to the path so the CFE tools can find the right LLVM tools they depend on. * Standardize the name of a variable: cferuntime_libdir -> CFERuntimeLibDir llvm-svn: 19095
-
- Dec 17, 2004
-
-
Reid Spencer authored
the .. directory. llvm-svn: 19012
-
- Dec 16, 2004
-
-
Chris Lattner authored
llvm-svn: 18996
-
Reid Spencer authored
* Convert "cmp" usage to $(CMP) * Convert "cp" usage to $(CP) * Fix some build messages to reflect what's actually going on * Add a "reconfigure" target for forcing a reconfigure. Helps with testing things like Chris's recent changes. llvm-svn: 18991
-
Chris Lattner authored
llvm-svn: 18989
-
Chris Lattner authored
Remove instrselector generation, remove Intel/ATT specifics from Makefile.rules. llvm-svn: 18988
-
Chris Lattner authored
files that USE the .inc file unless the contents of the .inc file changes. This should fix the problem where reconfiguring causes all targets to be completely rebuilt (because config.h is usually modified, causing libsystem to be rebuilt, causing tblgen to be rebuilt, causing .inc files to be rebuilt, causing .o files to be rebuilt). This patch also checks in a gross hack where .o files now explicitly depend on $(BUILT_SOURCES), to avoid problems where the .inc files are not completely generated before the .o files start to compile. llvm-svn: 18986
-