2013-08-18 |
NAKAMURA Takumi | Makefile.rules: Avoid -fomit-frame-pointer also on... |
blob | commitdiff | raw |
2013-08-18 |
NAKAMURA Takumi | Makefile.rules: Simplify nested if(s) on OmitFramePointer. |
blob | commitdiff | raw | diff to current |
2013-08-06 |
Tim Northover | Remove oddly named libraries with "make uninstall-local" |
blob | commitdiff | raw | diff to current |
2013-08-04 |
Bob Wilson | Build with the $RDYNAMIC flag on Darwin as well as... |
blob | commitdiff | raw | diff to current |
2013-07-25 |
Rafael Espindola | Remove dead code from the makefile build system. |
blob | commitdiff | raw | diff to current |
2013-07-01 |
Sylvestre Ledru | The build system is currently miss-identifying GNU... |
blob | commitdiff | raw | diff to current |
2013-06-27 |
Bob Wilson | Add CXXFLAGS back to the Link command. |
blob | commitdiff | raw | diff to current |
2013-06-25 |
Eric Christopher | Add an autoconf option for turning on -gsplit-dwarf... |
blob | commitdiff | raw | diff to current |
2013-06-25 |
Eric Christopher | As far as I know no linker needs or wants the -g flag. |
blob | commitdiff | raw | diff to current |
2013-06-24 |
Eric Christopher | Remove all non-linker oriented compile options from... |
blob | commitdiff | raw | diff to current |
2013-05-23 |
Rafael Espindola | Remove redundant rpath. |
blob | commitdiff | raw | diff to current |
2013-05-23 |
Rafael Espindola | Fix indentation. |
blob | commitdiff | raw | diff to current |
2013-05-14 |
Eric Christopher | Revert previous patch, it's actually on under Wall. |
blob | commitdiff | raw | diff to current |
2013-05-14 |
Eric Christopher | Add -Wreorder to the list of C++ warnings. |
blob | commitdiff | raw | diff to current |
2013-05-03 |
Bill Wendling | Remove this hack. We can support this better with funct... |
blob | commitdiff | raw | diff to current |
2013-05-02 |
Bill Wendling | We don't want FP elimination when doing an Apple-style... |
blob | commitdiff | raw | diff to current |
2013-04-25 |
Filipe Cabecinhas | Allow users to choose identity used to sign tools. |
blob | commitdiff | raw | diff to current |
2013-04-09 |
Eric Christopher | Make check depend on all. |
blob | commitdiff | raw | diff to current |
2013-03-15 |
Eric Christopher | Turn anonymous type in anonymous union warning back... |
blob | commitdiff | raw | diff to current |
2013-03-08 |
Chris Lattner | remove an ancient and quaint bit of commented out makef... |
blob | commitdiff | raw | diff to current |
2013-02-13 |
Bill Wendling | Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times... |
blob | commitdiff | raw | diff to current |
2013-02-05 |
Bob Wilson | Set the deployment target for Apple llvmCore builds... |
blob | commitdiff | raw | diff to current |
2013-01-31 |
Richard Smith | Add -Wno-nested-anon-types to -pedantic builds of LLVM... |
blob | commitdiff | raw | diff to current |
2013-01-30 |
Saleem Abdulrasool | build: add --with-python option |
blob | commitdiff | raw | diff to current |
2013-01-18 |
David Greene | Pass NO_MISSING_FIELD_INITIALIZERS to Compiler Flags |
blob | commitdiff | raw | diff to current |
2013-01-09 |
David Greene | Disable -Wuninitialized for gcc |
blob | commitdiff | raw | diff to current |
2013-01-02 |
Chandler Carruth | Move all of the header files which are involved in... |
blob | commitdiff | raw | diff to current |
2012-12-19 |
Roman Divacky | Remove edis - the enhanced disassembler. Fixes PR14654. |
blob | commitdiff | raw | diff to current |
2012-10-12 |
Bob Wilson | Use MACOSX_DEPLOYMENT_TARGET when it is set. <rdar... |
blob | commitdiff | raw | diff to current |
2012-10-10 |
Bill Wendling | Place temporary LTO files into their own subdirectory. |
blob | commitdiff | raw | diff to current |
2012-10-09 |
Bob Wilson | Revert "Use a special path to place the .o files in." |
blob | commitdiff | raw | diff to current |
2012-10-08 |
Bill Wendling | Use a special path to place the .o files in. |
blob | commitdiff | raw | diff to current |
2012-10-05 |
Bill Wendling | Use -object_path_lto when linking executables if buildi... |
blob | commitdiff | raw | diff to current |
2012-10-04 |
Jordan Rose | Make sure 'prefix-clang++' is aliased to 'prefix-clang... |
blob | commitdiff | raw | diff to current |
2012-10-01 |
Jordan Rose | Re-enable support for --program-prefix. |
blob | commitdiff | raw | diff to current |
2012-09-26 |
Jordan Rose | Revert "Add --program-prefix support to build" |
blob | commitdiff | raw | diff to current |
2012-09-25 |
Sebastian Pop | Add --program-prefix support to build |
blob | commitdiff | raw | diff to current |
2012-08-28 |
Eric Christopher | Temporarily revert this to bring back the bots. |
blob | commitdiff | raw | diff to current |
2012-08-27 |
Sebastian Pop | Add --program-prefix support to build. |
blob | commitdiff | raw | diff to current |
2012-08-03 |
Eric Christopher | Add a configure flag for enabling -Werror on the comman... |
blob | commitdiff | raw | diff to current |
2012-08-03 |
Eric Christopher | Add a configure option to pass -std=c++11 on the comman... |
blob | commitdiff | raw | diff to current |
2012-08-03 |
Eric Christopher | Revert previous patch here, we should instead configure... |
blob | commitdiff | raw | diff to current |
2012-08-03 |
Eric Christopher | Add a BUILD_FLAGS variable so that autoconf checks... |
blob | commitdiff | raw | diff to current |
2012-06-28 |
Chandler Carruth | Remove 'check-dg', a wrapper around 'check-local-dg... |
blob | commitdiff | raw | diff to current |
2012-05-23 |
Nicolas Geoffray | llvm-ld does not exist anymore, use llvm-link instead. |
blob | commitdiff | raw | diff to current |
2012-05-07 |
Preston Gurd | Make IntelJITEvents and OProfileJIT as optional librari... |
blob | commitdiff | raw | diff to current |
2012-04-19 |
Michael J. Spencer | Remove llvm-ld and llvm-stub (which is only used by... |
blob | commitdiff | raw | diff to current |
2012-04-11 |
Sylvestre Ledru | Fix the build under Debian GNU/Hurd. |
blob | commitdiff | raw | diff to current |
2012-03-12 |
Eric Christopher | Use a posix compliant regexp in export file construction. |
blob | commitdiff | raw | diff to current |
2012-03-06 |
Daniel Dunbar | build/Darwin: Make it easy to cause all tools to get... |
blob | commitdiff | raw | diff to current |
2012-02-28 |
Rafael Espindola | Enable -Wcovered-switch-default again, but add -Werror... |
blob | commitdiff | raw | diff to current |
2012-02-28 |
Chandler Carruth | Temporarily revert r151609, which enabled a new warning... |
blob | commitdiff | raw | diff to current |
2012-02-28 |
Rafael Espindola | Enable -Wcovered-switch-default as it matches the switc... |
blob | commitdiff | raw | diff to current |
2012-02-18 |
David Meyer | On Cygwin/MingW, add SharedLibDir and LLVMToolDir to... |
blob | commitdiff | raw | diff to current |
2012-02-02 |
Daniel Dunbar | build/make: Ensure make clean removes the LLVMBuild... |
blob | commitdiff | raw | diff to current |
2012-02-02 |
Daniel Dunbar | build/Make: Add missing dependency, LLVMBuild makefile... |
blob | commitdiff | raw | diff to current |
2011-12-27 |
Rafael Espindola | PR11642 has been fixed, enable -fvisibility-inlines... |
blob | commitdiff | raw | diff to current |
2011-12-22 |
Benjamin Kramer | Reenable building with -fvisibility-inlines-hidden. |
blob | commitdiff | raw | diff to current |
2011-12-01 |
Anshuman Dasgupta | Add a deterministic finite automaton based packetizer... |
blob | commitdiff | raw | diff to current |
2011-12-01 |
Daniel Dunbar | llvm-config: Replace with C++ version (was llvm-config-2). |
blob | commitdiff | raw | diff to current |
2011-12-01 |
Duncan Sands | Revert commit 145449 (ddunbar) since it is breaking... |
blob | commitdiff | raw | diff to current |
2011-11-29 |
Daniel Dunbar | llvm-config: Replace with C++ version (was llvm-config-2). |
blob | commitdiff | raw | diff to current |
2011-11-28 |
Bob Wilson | Add an optional separate install prefix for internal... |
blob | commitdiff | raw | diff to current |
2011-11-14 |
Daniel Dunbar | build/Make: Switch over to using llvm-config-2 for... |
blob | commitdiff | raw | diff to current |
2011-11-12 |
Daniel Dunbar | build/Make: Define a TARGET_NATIVE_ARCH variable to... |
blob | commitdiff | raw | diff to current |
2011-11-11 |
Daniel Dunbar | cross-build/Make: Update cross build to properly forwar... |
blob | commitdiff | raw | diff to current |
2011-11-11 |
Daniel Dunbar | build/Make: Eliminate BUILD_COMPONENT variable, which... |
blob | commitdiff | raw | diff to current |
2011-11-11 |
Eric Christopher | Add an option '--enable-libcpp' that will have the... |
blob | commitdiff | raw | diff to current |
2011-11-11 |
Daniel Dunbar | build/Make: Switch back to llvm-config for now, I fooli... |
blob | commitdiff | raw | diff to current |
2011-11-10 |
Daniel Dunbar | build/Make: llvm-config-2 needs to use EXEEXT, since... |
blob | commitdiff | raw | diff to current |
2011-11-10 |
Daniel Dunbar | build/Make: Try to switch over to llvm-config-2 again... |
blob | commitdiff | raw | diff to current |
2011-11-10 |
Chris Lattner | Remove a really ancient line from the default 'make... |
blob | commitdiff | raw | diff to current |
2011-11-10 |
Daniel Dunbar | Revert r144300 "llvm-config: Replace with C++ version... |
blob | commitdiff | raw | diff to current |
2011-11-10 |
Daniel Dunbar | llvm-config: Replace with C++ version (was llvm-config-2). |
blob | commitdiff | raw | diff to current |
2011-11-10 |
Daniel Dunbar | build/Make & CMake: Pass the appropriate --native-targe... |
blob | commitdiff | raw | diff to current |
2011-11-09 |
Daniel Dunbar | build/Make: Fix some missing dependencies on the llvm... |
blob | commitdiff | raw | diff to current |
2011-11-04 |
Daniel Dunbar | build/make: Fix the output path of the llvm-config... |
blob | commitdiff | raw | diff to current |
2011-11-03 |
Daniel Dunbar | build: Use right Echo variable and use Verb appropriately. |
blob | commitdiff | raw | diff to current |
2011-11-03 |
Daniel Dunbar | build/Make: Integrate llvm-build into Makefiles. |
blob | commitdiff | raw | diff to current |
2011-11-03 |
Daniel Dunbar | build/Make: Add support for INCLUDE_BUILD_DIR make... |
blob | commitdiff | raw | diff to current |
2011-10-26 |
Charles Davis | Revert 142997. It doesn't work on Mac OS or the BSDs... |
blob | commitdiff | raw | diff to current |
2011-10-26 |
Eric Christopher | Search for and use the strip program and pass it to... |
blob | commitdiff | raw | diff to current |
2011-10-16 |
NAKAMURA Takumi | Makefile.rules: Let OPTIONAL_PARALLEL_DIRS accept out... |
blob | commitdiff | raw | diff to current |
2011-10-11 |
NAKAMURA Takumi | Add -D__STDC_FORMAT_MACROS to use PRIx64. |
blob | commitdiff | raw | diff to current |
2011-10-06 |
Peter Collingbourne | Build system infrastructure for multiple tblgens. |
blob | commitdiff | raw | diff to current |
2011-09-20 |
Eric Christopher | More llvmc bits. Spotted by Benjamin on IRC. |
blob | commitdiff | raw | diff to current |
2011-07-08 |
Jim Grosbach | TableGen'erated MC lowering for simple pseudo-instructions. |
blob | commitdiff | raw | diff to current |
2011-07-01 |
Evan Cheng | Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc... |
blob | commitdiff | raw | diff to current |
2011-06-28 |
Daniel Dunbar | build/Darwin: Fix epic typo fail. |
blob | commitdiff | raw | diff to current |
2011-06-28 |
Evan Cheng | Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc |
blob | commitdiff | raw | diff to current |
2011-06-24 |
Evan Cheng | Starting to refactor Target to separate out code that... |
blob | commitdiff | raw | diff to current |
2011-06-17 |
NAKAMURA Takumi | Don't force remove config.cache on reconfiguration. |
blob | commitdiff | raw | diff to current |
2011-06-16 |
Daniel Dunbar | build/configure: Add support for --with-extra-ld-option... |
blob | commitdiff | raw | diff to current |
2011-04-15 |
Chris Lattner | Fix a ton of comment typos found by codespell. Patch by |
blob | commitdiff | raw | diff to current |
2011-04-11 |
Daniel Dunbar | build: Add support for a SHOW_DIAGNOSTICS build variable. |
blob | commitdiff | raw | diff to current |
2011-04-09 |
Chris Lattner | LLVMCC_EMITIR_FLAG is already either -emit-llvm or... |
blob | commitdiff | raw | diff to current |
2011-04-09 |
Chris Lattner | make stuff work when LLVMCC_OPTION is something like... |
blob | commitdiff | raw | diff to current |
2011-04-09 |
Chris Lattner | revert accidental commit. |
blob | commitdiff | raw | diff to current |
2011-04-09 |
Chris Lattner | fix a potentially serious bug in AliasSet::removeCallSite |
blob | commitdiff | raw | diff to current |
2011-03-09 |
NAKAMURA Takumi | Makefile.rules: [PR2928] "make install" may install... |
blob | commitdiff | raw | diff to current |
next |