| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Don't "shell out" to resolve paths. Using pure perl makes llvm-config | Nick Lewycky | 2008-11-04 | 1 | -12/+5 |
* | CMake: GetTargetTriple: new module for determining the target | Oscar Fuentes | 2008-10-26 | 1 | -11/+4 |
* | CMake: `make install' for libraries, executables and header files. | Oscar Fuentes | 2008-10-22 | 1 | -0/+5 |
* | CMake: Builds all targets. | Oscar Fuentes | 2008-09-26 | 1 | -1/+4 |
* | CMake build system: support for parallel builds. | Oscar Fuentes | 2008-09-22 | 1 | -2/+3 |
* | Initial support for the CMake build system. | Oscar Fuentes | 2008-09-22 | 1 | -0/+102 |
* | Move X86 assembler printers into separate directory. This allows JIT-only use... | Anton Korobeynikov | 2008-08-17 | 1 | -0/+9 |
* | remove attribution from a variety of miscellaneous files. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | remove attributions from tools/utils makefiles. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Added quotes around $(NM_PATH) argument to GenLibDeps.pl script so that | Ted Kremenek | 2007-11-27 | 1 | -1/+1 |
* | Fix PR1739. | Chris Lattner | 2007-10-24 | 1 | -4/+10 |
* | Simplify the handling of the --*flags options. The makefile already gets it | Reid Spencer | 2007-07-10 | 1 | -45/+24 |
* | Makesure the -cppflags also uses the CPP.BaseFlags as the CPP.Defines only | Reid Spencer | 2007-07-10 | 1 | -2/+2 |
* | Convert .cvsignore files | John Criswell | 2007-06-29 | 1 | -7/+0 |
* | Add support for building with _GLIBCXX_DEBUG. New configure option | David Greene | 2007-06-28 | 2 | -3/+30 |
* | Add new option to usage help. | Jeff Cohen | 2007-04-22 | 1 | -0/+1 |
* | Add the --host-target option. | Reid Spencer | 2007-04-22 | 1 | -0/+2 |
* | Fix problem with llvm-config that prevented JIT from being used on x86_64 | Jeff Cohen | 2007-03-28 | 1 | -0/+4 |
* | Fix grammaro in output message. | Reid Spencer | 2007-02-04 | 1 | -1/+1 |
* | Run GenLibDeps.pl with the configured PERL path to handle different install | Reid Spencer | 2007-01-21 | 1 | -1/+1 |
* | Fixing a ">" redirect to be a ">>" redirect, so a sed command doesn't get clo... | Chandler Carruth | 2007-01-09 | 1 | -1/+1 |
* | Add an option for getting the C compiler flags, --cflags. | Reid Spencer | 2007-01-06 | 2 | -0/+6 |
* | Ignore the LibDeps.txt.tmp file. | Reid Spencer | 2006-12-22 | 1 | -0/+1 |
* | Fix PR1040: | Reid Spencer | 2006-12-12 | 1 | -3/+8 |
* | reword message | Chris Lattner | 2006-12-06 | 1 | -1/+1 |
* | Allow things like --libs CBackend | Chris Lattner | 2006-09-04 | 1 | -0/+3 |
* | If a cycle exists, don't succeed building the second time around. | Chris Lattner | 2006-09-04 | 1 | -1/+1 |
* | remove message | Chris Lattner | 2006-09-04 | 1 | -1/+0 |
* | Don't print double newline for --src-root and --obj-root as it tends to | Reid Spencer | 2006-08-11 | 1 | -2/+2 |
* | Fixed typo. Thanks, Reid. | Anton Korobeynikov | 2006-08-04 | 1 | -1/+1 |
* | Removed usage of "sort", which can lead to undeterministic behavior on mingw ... | Anton Korobeynikov | 2006-08-04 | 3 | -3/+3 |
* | For PR845: | Reid Spencer | 2006-08-03 | 2 | -4/+2 |
* | Fix a typo in the name of expand_dependencies. | Reid Spencer | 2006-08-03 | 1 | -4/+4 |
* | Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to | Reid Spencer | 2006-07-27 | 2 | -2/+3 |
* | Avoid a "scary" make warning for the 1.8 release. This should be reenabled | Chris Lattner | 2006-07-26 | 1 | -1/+4 |
* | Make changes necessary for stopping the build if a cyclic library | Reid Spencer | 2006-07-26 | 2 | -2/+4 |
* | Tools require EH for their top-level try blocks. | Chris Lattner | 2006-07-07 | 1 | -0/+1 |
* | Remove useless noop argument | Chris Lattner | 2006-06-07 | 1 | -2/+0 |
* | Fix a bug in the following scenario. | Chris Lattner | 2006-06-06 | 1 | -1/+2 |
* | Add a new --libfiles option, for getting fully-qualified pathnames to libraries. | Chris Lattner | 2006-06-06 | 1 | -7/+19 |
* | Make the llvm-config library dependency database depend on all of the libraries. | Chris Lattner | 2006-06-06 | 1 | -6/+4 |
* | temporarily add back this option, I will remove it in a couple days | Chris Lattner | 2006-06-02 | 1 | -0/+2 |
* | Add flags to get access to build_mode, objdir, srcdir etc. | Chris Lattner | 2006-06-02 | 1 | -9/+18 |
* | Make llvm-config "do the right thing" when an install tree is relocated or | Chris Lattner | 2006-06-02 | 1 | -12/+33 |
* | Capture the build mode (e.g. Debug/Release) in the llvm-config script. | Chris Lattner | 2006-06-02 | 2 | -0/+2 |
* | Convert to standard file header | Chris Lattner | 2006-06-02 | 1 | -4/+9 |
* | Remove a couple of things no longer figured out by autoconf | Chris Lattner | 2006-06-02 | 1 | -3/+0 |
* | Add several more autoconf variables so that new features can be implemented | Reid Spencer | 2006-06-02 | 1 | -0/+20 |
* | Add a gross "--use-current-dir-as-prefix" option as a temporary workaround | Chris Lattner | 2006-06-02 | 1 | -0/+8 |
* | Remove some variables from the configured section that aren't. | Chris Lattner | 2006-06-02 | 1 | -9/+6 |