Age | Commit message (Expand) | Author |
2013-03-15 | Turn anonymous type in anonymous union warning back on after cleaning up | Eric Christopher |
2013-03-08 | remove an ancient and quaint bit of commented out makefile goo from when | Chris Lattner |
2013-02-13 | Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in th... | Bill Wendling |
2013-02-05 | Set the deployment target for Apple llvmCore builds. <rdar://problem/12712431> | Bob Wilson |
2013-01-31 | Add -Wno-nested-anon-types to -pedantic builds of LLVM. This Clang warning | Richard Smith |
2013-01-30 | build: add --with-python option | Saleem Abdulrasool |
2013-01-18 | Pass NO_MISSING_FIELD_INITIALIZERS to Compiler Flags | David Greene |
2013-01-09 | Disable -Wuninitialized for gcc | David Greene |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
2012-12-19 | Remove edis - the enhanced disassembler. Fixes PR14654. | Roman Divacky |
2012-10-12 | Use MACOSX_DEPLOYMENT_TARGET when it is set. <rdar://problem/12433905> | Bob Wilson |
2012-10-10 | Place temporary LTO files into their own subdirectory. | Bill Wendling |
2012-10-09 | Revert "Use a special path to place the .o files in." | Bob Wilson |
2012-10-08 | Use a special path to place the .o files in. | Bill Wendling |
2012-10-05 | Use -object_path_lto when linking executables if building Apple style. | Bill Wendling |
2012-10-04 | Make sure 'prefix-clang++' is aliased to 'prefix-clang', not 'clang'. | Jordan Rose |
2012-10-01 | Re-enable support for --program-prefix. | Jordan Rose |
2012-09-26 | Revert "Add --program-prefix support to build" | Jordan Rose |
2012-09-25 | Add --program-prefix support to build | Sebastian Pop |
2012-08-28 | Temporarily revert this to bring back the bots. | Eric Christopher |
2012-08-27 | Add --program-prefix support to build. | Sebastian Pop |
2012-08-03 | Add a configure flag for enabling -Werror on the command line | Eric Christopher |
2012-08-03 | Add a configure option to pass -std=c++11 on the command line. | Eric Christopher |
2012-08-03 | Revert previous patch here, we should instead configure in specific | Eric Christopher |
2012-08-03 | Add a BUILD_FLAGS variable so that autoconf checks have a place | Eric Christopher |
2012-06-28 | Remove 'check-dg', a wrapper around 'check-local-dg' which was just | Chandler Carruth |
2012-05-23 | llvm-ld does not exist anymore, use llvm-link instead. | Nicolas Geoffray |
2012-05-07 | Make IntelJITEvents and OProfileJIT as optional libraries and add | Preston Gurd |
2012-04-19 | Remove llvm-ld and llvm-stub (which is only used by llvm-ld). | Michael J. Spencer |
2012-04-11 | Fix the build under Debian GNU/Hurd. | Sylvestre Ledru |
2012-03-12 | Use a posix compliant regexp in export file construction. | Eric Christopher |
2012-03-06 | build/Darwin: Make it easy to cause all tools to get codesigned (with make CO... | Daniel Dunbar |
2012-02-28 | Enable -Wcovered-switch-default again, but add -Werror to the checks to make | Rafael Espindola |
2012-02-28 | Temporarily revert r151609, which enabled a new warning for LLVM and | Chandler Carruth |
2012-02-28 | Enable -Wcovered-switch-default as it matches the switch style used in llvm. | Rafael Espindola |
2012-02-18 | On Cygwin/MingW, add SharedLibDir and LLVMToolDir to the library search path,... | David Meyer |
2012-02-02 | build/make: Ensure make clean removes the LLVMBuild makefile fragment. | Daniel Dunbar |
2012-02-02 | build/Make: Add missing dependency, LLVMBuild makefile fragment implicitly de... | Daniel Dunbar |
2011-12-27 | PR11642 has been fixed, enable -fvisibility-inlines-hidden everywhere. | Rafael Espindola |
2011-12-22 | Reenable building with -fvisibility-inlines-hidden. | Benjamin Kramer |
2011-12-01 | Add a deterministic finite automaton based packetizer for VLIW architectures | Anshuman Dasgupta |
2011-12-01 | llvm-config: Replace with C++ version (was llvm-config-2). | Daniel Dunbar |
2011-12-01 | Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots. | Duncan Sands |
2011-11-29 | llvm-config: Replace with C++ version (was llvm-config-2). | Daniel Dunbar |
2011-11-28 | Add an optional separate install prefix for internal components. rdar://10217046 | Bob Wilson |
2011-11-14 | build/Make: Switch over to using llvm-config-2 for dependencies one more (hop... | Daniel Dunbar |
2011-11-12 | build/Make: Define a TARGET_NATIVE_ARCH variable to be a bit more precise than | Daniel Dunbar |
2011-11-11 | cross-build/Make: Update cross build to properly forward ARCH and | Daniel Dunbar |
2011-11-11 | build/Make: Eliminate BUILD_COMPONENT variable, which is unused. | Daniel Dunbar |
2011-11-11 | Add an option '--enable-libcpp' that will have the compiler pass on | Eric Christopher |