- 9a7570c Fix Windows stuff to follow the existing source organization. by Dan Gohman · 14 years ago
- d46bd6ef Revert "Rules for win32 ld shouldn't fire when cross-compiling." by Mikhail Glushenkov · 14 years ago
- 41d0a77 Rules for win32 ld shouldn't fire when cross-compiling. by Mikhail Glushenkov · 14 years ago
- f636aa9 have the makefiles check the llvm-config error code instead of charging by Chris Lattner · 14 years ago
- f9d1163 Fix the "Finished Creating" messages for aliases to print the right name. by Dan Gohman · 14 years ago
- 59a430f This patch enables ENABLE_SHARED=1 to build DLL based LLVM toolchain on MingW & Cygwin. by Anton Korobeynikov · 14 years ago
- b3d3629 llvmc: remove dynamic plugins. by Mikhail Glushenkov · 14 years ago
- 6455384 Simplify generating LLVMC_BUILTIN_PLUGIN. by Mikhail Glushenkov · 14 years ago
- e28015c Fix this condition; it has an else clause attached for Darwin only. Patch by Nick Lewycky · 14 years ago
- 666b402 tests: Make 'lit' the default test tool. You can still use 'make check-dg' to by Daniel Dunbar · 14 years ago
- 6b156a3 Fix library build messages. by Dan Gohman · 14 years ago
- 47c4242 Don't pass -export-dynamic to the linker on Cygwin and MinGW. These platforms by Nick Lewycky · 14 years ago
- b374d4f Get rid of exceptions in llvmc. by Mikhail Glushenkov · 14 years ago
- 6651b3f Enable LLVM to compile on Mips. Fix PR5828 by Bruno Cardoso Lopes · 14 years ago
- 384271b Remove unnecessary conditional. by Eric Christopher · 14 years ago
- 14ceb87 build/Darwin: Add a missing directory dependency. by Daniel Dunbar · 14 years ago
- 83be451 Revert 108456. i.e. bring back r108444. by Devang Patel · 14 years ago
- 19f7828 Revert 108444. It breaks a build. by Devang Patel · 14 years ago
- 20d256e build/Darwin: Add support for embedding version information in tool executables. by Daniel Dunbar · 14 years ago
- d634bcb Correctly set rpath on Mac OS X for executable tools. Note that I am not certain this is the best fix; the code immediately above looks confused, as it first checks to see if we are NOT on Darwin and then checks the Darwin version number. This fix allows c-index-test (in Clang) to run outside of running the regression test suite. I would appreciate if someone reviewed this. by Ted Kremenek · 14 years ago
- 43bc79a Patched Makefile.rules to allow objective C and objective C++ compilation. by Greg Clayton · 14 years ago
- 8246adc Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts" by Duncan Sands · 14 years ago
- 062f7f1 Fix this build message so that it displays the correct library by Dan Gohman · 14 years ago
- df7d419 Fix typo. by Eric Christopher · 14 years ago
- f2a1224 improve portability to solaris 10, PR7380, patch by Simon Billingsley! by Chris Lattner · 14 years ago
- 381cd02 fix PR7380: use 'test' instead of shell builtins. This improves by Chris Lattner · 14 years ago
- 546023f Makefiles: Teach LLVM's recursive makefile descent to update objdir Makefiles if by Daniel Dunbar · 14 years ago
- f4ef72e Freebsd's sed doesn't support \< in regexps, and GNU sed doesn't by Dan Gohman · 14 years ago
- da612d6 -retain-symbols-file is not what it seems. Update the makefiles by Dan Gohman · 14 years ago
- bbe03f8 Avoid renaming loadable modules at install time. Now the gold plugin is named by Rafael Espindola · 14 years ago
- a89efd5 Use $ORIGIN in the rpath of libraries. by Rafael Espindola · 14 years ago
- dd464df Add new configure option, --disable-timestamps, intended to turn off anything which would mess up binary/object comparisons. Currently: by Daniel Dunbar · 15 years ago
- ee40a16 Don't use 'else ifdef', I guess this is a 3.81 feature? by Daniel Dunbar · 15 years ago
- 8fcd418 Fix TOOLALIAS to not make dependency against $(PROJ_bindir), this is unnecessary by Daniel Dunbar · 15 years ago
- 24d9d97 Add new NO_INSTALL_ARCHIVES make variable, to suppress install of .a files. by Daniel Dunbar · 15 years ago
- 395af84 Don't touch CXXFLAGS. If it's set in the environment then sub-makes will see by Nick Lewycky · 15 years ago
- 3072b8a Enable -Wcast-qual for C++ files, where intentional qualifier-stripping can by Dan Gohman · 15 years ago
- dacd479 Remove -module, which appears to be a leftover from prior libtool usage. by Dan Gohman · 15 years ago
- e05f609 Add an autoconf check for -retain-symbols-file and conditionalize by Dan Gohman · 15 years ago
- 7c52f2e Make the export files absolute paths, and change Makefile.rules by Dan Gohman · 15 years ago
- 2d675f1 Add a dependency on the .dir file to make sure that the directory by Dan Gohman · 15 years ago
- b16b53b Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work with by Dan Gohman · 15 years ago
- b68a3ee Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgen by Johnny Chen · 15 years ago
- e4ad0a3 remove arm mode workaround for ARM host by Jim Grosbach · 15 years ago
- 49d9dc4 --- Reverse-merging r98637 into '.': by Bob Wilson · 15 years ago
- d30a98e Initial ARM/Thumb disassembler check-in. It consists of a tablgen backend by Johnny Chen · 15 years ago
- 97d7b10 add DESTDIR support for TOOLALIAS, for PR6557, patch by Matthias Klose! by Chris Lattner · 15 years ago
- d4076cf Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153. by Erick Tryzelaar · 15 years ago
- c901719 Try r96559 for the third time. This time the shared library is only built if by Jeffrey Yasskin · 15 years ago
- 407fbdd Roll back r96959 again. by Jeffrey Yasskin · 15 years ago
- ea6c39d Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of by Jeffrey Yasskin · 15 years ago
- 7cfbe25 Switch .bc/.ll Makefile rules to use LLVM{CC,CXX} instead of LLVMG{CC,XX} by Daniel Dunbar · 15 years ago
- 797faed Add LLVM{CC,CXX} make variables, which specify the configured path the LLVM by Daniel Dunbar · 15 years ago
- 112257d Eliminate CFERuntimeLibDir make variable, this shouldn't be needed. by Daniel Dunbar · 15 years ago
- a3f1732 Inline and eliminate LLVMG{CC,XX}WITHPATH. by Daniel Dunbar · 15 years ago
- 8d25ea2 Remove dead LUPGRADE make variable. by Daniel Dunbar · 15 years ago
- 99d9863 Kill off LLVMGCC_MAJVERS make variable. by Daniel Dunbar · 15 years ago
- 2155d45 Roll back the shared library, r96559. It broke two darwins and arm, mysteriously. by Jeffrey Yasskin · 15 years ago
- f6afae2 Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add an by Jeffrey Yasskin · 15 years ago
- 95fcebd Added a custom TableGen backend to support the by Sean Callanan · 15 years ago
- 43b5f93 make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. by Chris Lattner · 15 years ago
- c615038 libs that need EH need RTTI. by Chris Lattner · 15 years ago
- c96d508 ENABLE_EXPENSIVE_CHECKS shouldn't know how rtti is enabled, let REQUIRES_RTTI handle it. by Chris Lattner · 15 years ago
- 016f765 make: Make .o files depend on Makefile, at least for now. by Daniel Dunbar · 15 years ago
- 2b02b43 Provide magic define on mingw to not generate inline variants of ctyper functions. by Anton Korobeynikov · 15 years ago
- f87ea4d Add the rest of the build system logic for optional target disassemblers by Daniel Dunbar · 15 years ago
- fd96b13 Add TOOLALIAS makefile variable; this defines an alternate name for a program by Daniel Dunbar · 15 years ago
- dee8dbe Add "Unoptimized" build (NO_DEBUG_SYMBOLS=1 ENABLE_OPTIMIZED=1), for reducing by Daniel Dunbar · 15 years ago
- 1fce948 configure: Add --with-optimize-option, for setting the default value of by Daniel Dunbar · 15 years ago
- 4330120 Build in ARM mode explicitly when on ARM Darwin by Jim Grosbach · 15 years ago
- 0d20366 Indent. by Nick Lewycky · 15 years ago
- 7b68ffc Tablegen target intrinsics from the target main .td file. by Jakob Stoklund Olesen · 15 years ago
- df199f1 AuroraUX needs special Solaris system header. by Edward O'Callaghan · 15 years ago
- 17d70ab Raise the limit on built-in plugins in llvmc to 10. by Mikhail Glushenkov · 15 years ago
- 5202078 Remove trailing whitespace from build output. by Jakob Stoklund Olesen · 15 years ago
- 7fd82e5 Enable -g with DEBUG_SYMBOLS and --enable-debug-symbols instead of by Jeffrey Yasskin · 15 years ago
- d448292 This patch causes the --enable-debug-runtime configure flag and the by Jeffrey Yasskin · 15 years ago
- 3418579 Add 'make check-all', which runs the LLVM tests along with the clang tests if by Daniel Dunbar · 15 years ago
- 7f068f4 Build (not test) the unittests as part of a normal build. by Daniel Dunbar · 15 years ago
- 1026c16 Revert unittests build changes temporarily, the unit test build isn't -j safe. by Daniel Dunbar · 15 years ago
- db0ce7d Build (not test) the unittests as part of a normal build. by Daniel Dunbar · 15 years ago
- ccb75c2 ... and fix the REQUIRES_RTTI condition. by Daniel Dunbar · 15 years ago
- d5b352b Fix REQUIRES_RTTI while awake. by Daniel Dunbar · 15 years ago
- b33cc14 Make REQUIRES_RTTI work. by Daniel Dunbar · 15 years ago
- a5e225e Do not specify -mmacosx-version-min if building for arm-apple-darwin. by Evan Cheng · 15 years ago
- 0e6a4da llvm-as is no longer needed here, now that opt can read assembly files directly. by Dan Gohman · 15 years ago
- 70a3b77 Add 'lit' support for llvm tests. by Daniel Dunbar · 15 years ago
- c8b2688 Remove some unnecessary -f options. by Dan Gohman · 15 years ago
- aa60dbf Filter out -fno-rtti from CXXFLAGS as well (in an expensive checks build). by Daniel Dunbar · 15 years ago
- e5f1b2f Fix creation of .bca libraries with EXPORTED_SYMBOLS_LIST, this was putting the by Daniel Dunbar · 15 years ago
- 8ed8141 Add a REQUIRES_FRAME_POINTER option to disable the frame pointer by Nicolas Geoffray · 15 years ago
- 2a80dc7 Add CXXFLAGS to the Link lines as well in case someone used those instead by Eric Christopher · 15 years ago
- 2bd4bb0 Separate out Makefile defines so that we can keep the llvm by Eric Christopher · 15 years ago
- e55db74 The attached patches attempt to fix cross builds. For example, if you by Anton Korobeynikov · 15 years ago
- f547a12 Fixed indentation and spelling. by Misha Brukman · 15 years ago
- 7a677a3 Force reconfigure by Anton Korobeynikov · 15 years ago
- 25a619f Add temporary hack to teach LLVM to reconfigure itself to pick up the new PIC16 by Daniel Dunbar · 15 years ago
- 0ab94a0 Add executable suffix for the tool. This is needed e.g. for 'make install' on mingw32. by Anton Korobeynikov · 15 years ago
- c464e51 Makefile rules for generating assembly matcher. - Unused, fear not cmakers. by Daniel Dunbar · 15 years ago
- 2373c99 Add --enable-llvmc-dynamic configure option. by Mikhail Glushenkov · 15 years ago