- 7252dc0 Refresh Makefile.ocaml in objdir if it is modified in srcdir. by Gordon Henriksen · 17 years ago
- 0a4c378 Remove inappropriate whitespace, change CVS to SVN where it makes sense. by Gabor Greif · 17 years ago
- a7b33db when making bytecode modules, link as library by Andrew Lenharth · 17 years ago
- f5c9467 Make the check for GCC version more robust, fix shared library by Chris Lattner · 17 years ago
- 095765e Unbreak builds with differing object and source by Duncan Sands · 17 years ago
- 2671fc3 reduce duplicate -I flags passed to the compiler, cleaning up the VERBOSE by Chris Lattner · 17 years ago
- 05a3e8a One too many )'s breaks 'make clean' with certain versions of make. by Chris Lattner · 17 years ago
- 6e0a529 Commit a piece that I missed before, patch by Alain Frisch by Chris Lattner · 17 years ago
- 9e7aba2 Modify Makefile.rules to allow makefiles to prepend to C.Flags and by Gordon Henriksen · 17 years ago
- e43ba3d Factor out makefile dependency generation better. by Chris Lattner · 17 years ago
- 57360d1 remove attributions from the rest of the llvm makefiles. by Chris Lattner · 17 years ago
- 72e4633 noone uses etags. Connected to PR1601 by Chris Lattner · 17 years ago
- 491a6cd Restore ability to build archives (oops) by Reid Spencer · 17 years ago
- 87b8919 Remove bizarre use of /dev/null in a makefile include line that by Reid Spencer · 17 years ago
- eff1553 Make sure to keep symbols for profile build. by Reid Spencer · 17 years ago
- 0a522b1 Make sure that preprocessor symbols like _DEBUG, NDEBUG, and _GLIBC_DEBUG are by Reid Spencer · 17 years ago
- 1abd46d Add a missing . by Reid Spencer · 17 years ago
- cba2918 Clean up comments to be consistent with code. by David Greene · 17 years ago
- a696d24 Add support for building with _GLIBCXX_DEBUG. New configure option by David Greene · 17 years ago
- 413f2f9 Fix a problem with building .y files when BISON is not present. by Reid Spencer · 17 years ago
- 749a89b Disable RTTI handling until we're ready. by Reid Spencer · 18 years ago
- 6548bf1 Add a rule to get the footprint of binaries and libraries. by Reid Spencer · 18 years ago
- bed2946 Removed tabs everywhere except autogenerated & external files. Add make by Anton Korobeynikov · 18 years ago
- 03840ac add a target to print out 80-column violations. by Chris Lattner · 18 years ago
- 0522d8b Speed up installation a bit by ignoring .svn directories. by Reid Spencer · 18 years ago
- 8475ec0 For PR789: by Reid Spencer · 18 years ago
- fd3542f correct dependency by Chris Lattner · 18 years ago
- bcc3c19 target for generating CC info by Chris Lattner · 18 years ago
- 1846412 Fix some bugs in module building that broke llvm-stacker project. by Reid Spencer · 18 years ago
- 43eb96c Don't use gccld or gccas by Reid Spencer · 18 years ago
- 9bb399c Make the cleaning of BUILT_SOURCES be a "clean-all" target item, not a by Reid Spencer · 18 years ago
- 91140e9 Remove a spurious ; by Reid Spencer · 18 years ago
- a2a31bf Implement the NO_INSTALL feature. Setting this variable to any value in by Reid Spencer · 18 years ago
- 54100d7 When using LINK_COMPONENTS, append the components to the end of the by Reid Spencer · 18 years ago
- c5e455d Work around broken binutils on alpha by Andrew Lenharth · 18 years ago
- 6cb4c1ad Don't remove the find_rule label from FLEX output. It is needed by some by Reid Spencer · 18 years ago
- f0e76cf Remove the find_rule label from the output of flex. This will break any by Reid Spencer · 18 years ago
- 129f004 When compiling a C or C++ file to assembly, make the assembly output by Reid Spencer · 18 years ago
- 89b0d99 Allow an --enable-pic option to turn on -fPIC compiler option when building. by Reid Spencer · 18 years ago
- 4413672 Don't bother with setting the path before running llvm-gcc4, it doesn't by Reid Spencer · 18 years ago
- 75575fc Remove line not meant to be committed. by Reid Spencer · 18 years ago
- e46687c Handle upgrade of llvm-gcc3 assembly files. by Reid Spencer · 18 years ago
- 8b2e141 Undo removal of the runtime libraries. While this may have been a bit by Reid Spencer · 18 years ago
- ac90d5e In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support will by Reid Spencer · 18 years ago
- 166f45e Fix typo pointed out by Bryan Adams by Chris Lattner · 18 years ago
- 7f5f75d Allow ENABLE_OPTIMIZED=0 to turn off optimization (turn on debug). by Reid Spencer · 18 years ago
- 3ed469c For PR786: by Reid Spencer · 18 years ago
- 93858f6 Targets should depend on all the intrinsics.td files also, otherwise they by Chris Lattner · 18 years ago
- d95e3f2 Move CompileCommonOpts to the end of the list so that EXTRA_OPTIONS=-O0 will by Chris Lattner · 18 years ago
- a7868af Fix a build problem by Chris Lattner · 18 years ago
- 7f46327 Remove some dead makefilery by Chris Lattner · 18 years ago
- 0a1db82 Bugfix for llvm-config support by Chris Lattner · 18 years ago
- 55e6c4a Make LINK_COMPONENTS interact well with make clean by Chris Lattner · 18 years ago
- ef0d0f1 Add a new make option (LINK_COMPONENTS) which tools can use to specify what by Chris Lattner · 18 years ago
- e4163b4 Rearrange library linkage order. by Chris Lattner · 18 years ago
- 3a9ec24 For PR387: by Reid Spencer · 18 years ago
- dcea140 Doh! Commit the change that turns ON -fno-exceptions. by Reid Spencer · 18 years ago
- 99655e1 For PR797: by Reid Spencer · 18 years ago
- 4869d7f For PR738: by Reid Spencer · 18 years ago
- bd4b758 To avoid errors where a non-exception .o is on the stack between a throw by Reid Spencer · 18 years ago
- f064676 For PR797: by Reid Spencer · 18 years ago
- 42fe455 For PR780: by Reid Spencer · 18 years ago
- 16620fc Pass -fstrict-aliasing to the compiler when building a release build on darwin. by Chris Lattner · 18 years ago
- e2cfe5d For PR814: by Reid Spencer · 18 years ago
- 8203360 Reduce work done for directory traversal in srcdir==objdir builds. by Chris Lattner · 18 years ago
- 11bcd75 Workaround no longer needed. by Evan Cheng · 18 years ago
- 2ebc1f8 Fix MacOSX build failures. (pr841) by Devang Patel · 18 years ago
- 02b04b4 Build more debugger/selectiondag libraries as archives instead of .o files. by Chris Lattner · 18 years ago
- 74bda2e Fix linking on Alpha by Andrew Lenharth · 18 years ago
- 041572f Profile builds should always have debug info enabled. by Chris Lattner · 18 years ago
- 7dabf39 Allow specifying an explicit list of architectures to build for, e.g.: by Chris Lattner · 18 years ago
- 8eb12de Add targets for generating .s file in addition to .o files. by Chris Lattner · 18 years ago
- d92490f Factor a bunch of rules together, no functionality change. by Chris Lattner · 18 years ago
- 6cee033 Allow LLVM to be built with extra options. by Evan Cheng · 18 years ago
- f988e53 Do not hardcode random paths into the makefile. Make the user specify the by Chris Lattner · 18 years ago
- 9ec2c3d Fix building on case-sensitive file systems, grr :) by Chris Lattner · 18 years ago
- 117f8cd Remove obsolete CORE_IS_ARCHIVE stuff. by Chris Lattner · 18 years ago
- 48fdf91 Provide configuration support and usage for MINGW32 platform by Reid Spencer · 18 years ago
- 72f42bb For PR786: by Reid Spencer · 18 years ago
- 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 18 years ago
- 73faa39 Enable -fno-use-cxa-atexit on darwin/ppc also. by Chris Lattner · 18 years ago
- d63b964 Abstract out the current optimization level into a flag that can be overridden by Chris Lattner · 18 years ago
- f07ddcd Remove flags implied by -O3 by Chris Lattner · 18 years ago
- e5aa8f3 Don't use -fomit-frame-pointer on darwin, it breaks stacktrace collection. by Chris Lattner · 18 years ago
- dd1aac3 Make some changes suggested by Chris: by Reid Spencer · 18 years ago
- c14c936 Make sure that $(CXX.Flags) is passed to the linker so that the same options by Reid Spencer · 18 years ago
- e438c2a Replace "../whatever.td" with "whatever.td", so that out-of-tree backends by Vladimir Prus · 18 years ago
- ab51997 When linking, make sure the project libraries are linked before the LLVM by Reid Spencer · 18 years ago
- 211b9a2 Fix some problems linking stuff in libTarget. by Owen Anderson · 19 years ago
- ab093fa Remove traces of Burg utility now that its gone and not needed. by Reid Spencer · 19 years ago
- 37408e5 Remove V9 jit support by Chris Lattner · 19 years ago
- 3a00a3e Final piece to get relinked .o files buildable universal on Darwin. by Chris Lattner · 19 years ago
- bbd5e43 Make sure that the C Frontend's runtime library directory is included as by Reid Spencer · 19 years ago
- 5ff0dc7 Remove extraneous building in target dist-check. There is no reason that by Reid Spencer · 19 years ago
- 854071c ENABLE_ASSERTIONS -> DISABLE_ASSERTIONS by Reid Spencer · 19 years ago
- f9f431c Check for DISABLE_ASSERTIONS, not ENABLE_ASSERTIONS by Reid Spencer · 19 years ago
- bac3ca2 For PR723: by Reid Spencer · 19 years ago
- 4d0586b A saner workaround. I hope. by Evan Cheng · 19 years ago
- afd131e Temporary workaround for a Mac OSX specific issue. by Evan Cheng · 19 years ago
- ba46665 Add support for building the LLVM libraries and tools as a Mac OS/X by Chris Lattner · 19 years ago