- 1529f0c Remove redundant rpath. by Rafael Espindola · 11 years ago
- b58484e Fix indentation. by Rafael Espindola · 11 years ago
- e83a6f3 Revert previous patch, it's actually on under Wall. by Eric Christopher · 11 years ago
- f8f7086 Add -Wreorder to the list of C++ warnings. by Eric Christopher · 11 years ago
- b415285 Remove this hack. We can support this better with function attributes. by Bill Wendling · 12 years ago
- 2900535 We don't want FP elimination when doing an Apple-style build. by Bill Wendling · 12 years ago
- aa27161 Allow users to choose identity used to sign tools. by Filipe Cabecinhas · 12 years ago
- 376e05f Make check depend on all. by Eric Christopher · 12 years ago
- c6aa834 Turn anonymous type in anonymous union warning back on after cleaning up issues. by Eric Christopher · 12 years ago
- 4434a4f remove an ancient and quaint bit of commented out makefile goo from when by Chris Lattner · 12 years ago
- ee740dd Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in the Apple way. by Bill Wendling · 12 years ago
- cdb0a58 Set the deployment target for Apple llvmCore builds. <rdar://problem/12712431> by Bob Wilson · 12 years ago
- 1983f54 Add -Wno-nested-anon-types to -pedantic builds of LLVM. This Clang warning by Richard Smith · 12 years ago
- 3ef8b0a build: add --with-python option by Saleem Abdulrasool · 12 years ago
- 9778d5c Pass NO_MISSING_FIELD_INITIALIZERS to Compiler Flags by David Greene · 12 years ago
- d2f8216 Disable -Wuninitialized for gcc by David Greene · 12 years ago
- 0b8c9a8 Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 12 years ago
- 759e3fa Remove edis - the enhanced disassembler. Fixes PR14654. by Roman Divacky · 12 years ago
- f3ad95a Use MACOSX_DEPLOYMENT_TARGET when it is set. <rdar://problem/12433905> by Bob Wilson · 12 years ago
- c33b930 Place temporary LTO files into their own subdirectory. by Bill Wendling · 12 years ago
- 52bcafe Revert "Use a special path to place the .o files in." by Bob Wilson · 12 years ago
- e57cb73 Use a special path to place the .o files in. by Bill Wendling · 12 years ago
- 0a03117 Use -object_path_lto when linking executables if building Apple style. by Bill Wendling · 12 years ago
- 81be6bf Make sure 'prefix-clang++' is aliased to 'prefix-clang', not 'clang'. by Jordan Rose · 12 years ago
- 9208052 Re-enable support for --program-prefix. by Jordan Rose · 12 years ago
- 85042e6 Revert "Add --program-prefix support to build" by Jordan Rose · 12 years ago
- ba48ceb Add --program-prefix support to build by Sebastian Pop · 12 years ago
- 164a308 Temporarily revert this to bring back the bots. by Eric Christopher · 12 years ago
- 94a935f Add --program-prefix support to build. by Sebastian Pop · 12 years ago
- 09a8873 Add a configure flag for enabling -Werror on the command line by Eric Christopher · 12 years ago
- 8212002 Add a configure option to pass -std=c++11 on the command line. by Eric Christopher · 12 years ago
- 42dffa5 Revert previous patch here, we should instead configure in specific by Eric Christopher · 12 years ago
- cbd84f7 Add a BUILD_FLAGS variable so that autoconf checks have a place by Eric Christopher · 12 years ago
- c1a0af1 Remove 'check-dg', a wrapper around 'check-local-dg' which was just nuked. by Chandler Carruth · 12 years ago
- 49efb1a llvm-ld does not exist anymore, use llvm-link instead. by Nicolas Geoffray · 12 years ago
- 7549354 Make IntelJITEvents and OProfileJIT as optional libraries and add by Preston Gurd · 12 years ago
- 7533809 Remove llvm-ld and llvm-stub (which is only used by llvm-ld). by Michael J. Spencer · 13 years ago
- 6fc30c2 Fix the build under Debian GNU/Hurd. Thanks to Pino Toscano for the patch by Sylvestre Ledru · 13 years ago
- 5084fa0 Use a posix compliant regexp in export file construction. by Eric Christopher · 13 years ago
- 9566905 build/Darwin: Make it easy to cause all tools to get codesigned (with make CODESIGN_TOOLS=1). by Daniel Dunbar · 13 years ago
- 9993a3a Enable -Wcovered-switch-default again, but add -Werror to the checks to make by Rafael Espindola · 13 years ago
- 3c2e5f2 Temporarily revert r151609, which enabled a new warning for LLVM and by Chandler Carruth · 13 years ago
- 33177f5 Enable -Wcovered-switch-default as it matches the switch style used in llvm. by Rafael Espindola · 13 years ago
- 107506f On Cygwin/MingW, add SharedLibDir and LLVMToolDir to the library search path, since shared libraries are placed in 'bin'. (static libraries are still in 'lib'). by David Meyer · 13 years ago
- 2e5b88e build/make: Ensure make clean removes the LLVMBuild makefile fragment. by Daniel Dunbar · 13 years ago
- 8979f4e build/Make: Add missing dependency, LLVMBuild makefile fragment implicitly depends on Makefile.config. by Daniel Dunbar · 13 years ago
- 99f9a20 PR11642 has been fixed, enable -fvisibility-inlines-hidden everywhere. by Rafael Espindola · 13 years ago
- 01442cd Reenable building with -fvisibility-inlines-hidden. by Benjamin Kramer · 13 years ago
- dc81e5d Add a deterministic finite automaton based packetizer for VLIW architectures by Anshuman Dasgupta · 13 years ago
- cb497b8 llvm-config: Replace with C++ version (was llvm-config-2). by Daniel Dunbar · 13 years ago
- f6ace19 Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots. by Duncan Sands · 13 years ago
- 2662c83 llvm-config: Replace with C++ version (was llvm-config-2). by Daniel Dunbar · 13 years ago
- ae7e2a4 Add an optional separate install prefix for internal components. rdar://10217046 by Bob Wilson · 13 years ago
- 7c67d32 build/Make: Switch over to using llvm-config-2 for dependencies one more (hopefully last) time, now that it also builds as a build tool. by Daniel Dunbar · 13 years ago
- a7de1d6 build/Make: Define a TARGET_NATIVE_ARCH variable to be a bit more precise than by Daniel Dunbar · 13 years ago
- 01b825d cross-build/Make: Update cross build to properly forward ARCH and by Daniel Dunbar · 13 years ago
- 9969bc9 build/Make: Eliminate BUILD_COMPONENT variable, which is unused. by Daniel Dunbar · 13 years ago
- bee515f Add an option '--enable-libcpp' that will have the compiler pass on by Eric Christopher · 13 years ago
- 6fd98ae build/Make: Switch back to llvm-config for now, I foolishly forgot to think by Daniel Dunbar · 13 years ago
- 57c68f9 build/Make: llvm-config-2 needs to use EXEEXT, since it is an actual executable by Daniel Dunbar · 13 years ago
- 950dba0 build/Make: Try to switch over to llvm-config-2 again, now that I've cleaned up by Daniel Dunbar · 13 years ago
- 1696980 Remove a really ancient line from the default 'make clean' rule that attempts by Chris Lattner · 13 years ago
- 1ad9213 Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).", by Daniel Dunbar · 13 years ago
- a6f5a81 llvm-config: Replace with C++ version (was llvm-config-2). by Daniel Dunbar · 13 years ago
- 8333730 build/Make & CMake: Pass the appropriate --native-target and --enable-targets by Daniel Dunbar · 13 years ago
- 2808853 build/Make: Fix some missing dependencies on the llvm-build generation step. by Daniel Dunbar · 13 years ago
- 774ec45 build/make: Fix the output path of the llvm-config-2 library dependency table. by Daniel Dunbar · 13 years ago
- d5574f6 build: Use right Echo variable and use Verb appropriately. by Daniel Dunbar · 13 years ago
- e29c316 build/Make: Integrate llvm-build into Makefiles. by Daniel Dunbar · 13 years ago
- 8d69414 build/Make: Add support for INCLUDE_BUILD_DIR make variable, to specify that by Daniel Dunbar · 13 years ago
- 13460c9 Revert 142997. It doesn't work on Mac OS or the BSDs, which all use the BSD by Charles Davis · 13 years ago
- f3a5ba5 Search for and use the strip program and pass it to install for it by Eric Christopher · 13 years ago
- a87a7db Makefile.rules: Let OPTIONAL_PARALLEL_DIRS accept out-of-tree absolute path. by NAKAMURA Takumi · 13 years ago
- e2aa5d5 Add -D__STDC_FORMAT_MACROS to use PRIx64. by NAKAMURA Takumi · 13 years ago
- de8f33c Build system infrastructure for multiple tblgens. by Peter Collingbourne · 13 years ago
- 78d0835 More llvmc bits. Spotted by Benjamin on IRC. by Eric Christopher · 13 years ago
- 86f9adb TableGen'erated MC lowering for simple pseudo-instructions. by Jim Grosbach · 13 years ago
- 385e930 Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency. by Evan Cheng · 13 years ago
- ade490a build/Darwin: Fix epic typo fail. by Daniel Dunbar · 13 years ago
- 22fee2d Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc by Evan Cheng · 13 years ago
- a347f85 Starting to refactor Target to separate out code that's needed to fully describe by Evan Cheng · 13 years ago
- f1b7e94 Don't force remove config.cache on reconfiguration. by NAKAMURA Takumi · 13 years ago
- e2a91a7 build/configure: Add support for --with-extra-ld-options flag (to provide extra by Daniel Dunbar · 13 years ago
- 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 14 years ago
- 5819430 build: Add support for a SHOW_DIAGNOSTICS build variable. by Daniel Dunbar · 14 years ago
- 6c299ea LLVMCC_EMITIR_FLAG is already either -emit-llvm or -fplugin-arg-dragonegg-emit-ir, so don't add an extra leading -. Clang doesn't accept --emit-llvm. by Chris Lattner · 14 years ago
- 70d7700 make stuff work when LLVMCC_OPTION is something like installed-clang, not just clang. by Chris Lattner · 14 years ago
- 1bdedb9 revert accidental commit. by Chris Lattner · 14 years ago
- c9049a9 fix a potentially serious bug in AliasSet::removeCallSite by Chris Lattner · 14 years ago
- 6716b8e Makefile.rules: [PR2928] "make install" may install include files along explicit pattern, not to install CMake's building stuff. by NAKAMURA Takumi · 14 years ago
- 0272485 Reapply r127073(partially): Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for alternative of $(ECHO). by NAKAMURA Takumi · 14 years ago
- 9c93204 Prepend LD.Flags before LDFLAGS to avoid overriding necessary paths. by Eric Christopher · 14 years ago
- 7cefa64 Revert r127073: "Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for alternative of $(ECHO)." by Jakob Stoklund Olesen · 14 years ago
- 0c3ed6b Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for alternative of $(ECHO). by NAKAMURA Takumi · 14 years ago
- c625d31 Better OpenBSD support, patch by Amit Kulkarni. I have no way to test by Chris Lattner · 14 years ago
- c156632 by Stephen Wilson · 14 years ago
- 0ecd296 Factor the computation of the basename of libraries. This avoids renaming by Rafael Espindola · 14 years ago
- 9403828 build: Shared libraries shouldn't used RPATH on Darwin, only main executables by Daniel Dunbar · 14 years ago
- 7bc0f27 build: Don't force -flat_namespace or '-undefined suppress' on unsuspecting users of LLVM makefiles, these options really shouldn't be used on Darwin. by Daniel Dunbar · 14 years ago
- 53ca1f3 Now to chant the magical incantation that will exorcise the System library by Charles Davis · 14 years ago