| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename VMCore directory to IR. | Chandler Carruth | 2013-01-02 | 1 | -1/+1 |
* | Remove the C backend. | Eric Christopher | 2012-03-23 | 1 | -2/+0 |
* | Fix typo in generated HTML. | Nick Lewycky | 2011-03-31 | 1 | -1/+1 |
* | Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if | Chris Lattner | 2010-10-11 | 1 | -2/+0 |
* | Filter the future all-of-llvm shared library out of the llvm-config | Jeffrey Yasskin | 2010-02-25 | 1 | -0/+2 |
* | New flag for GenLibDeps, and llvm-config-perobjincl. | Torok Edwin | 2010-02-04 | 1 | -1/+142 |
* | Tweak GenLibDeps.pl so it works on solaris. | Duncan Sands | 2009-06-12 | 1 | -2/+6 |
* | 'The "or die" is intended to catch the case where nm returned a | Anton Korobeynikov | 2009-04-21 | 1 | -3/+4 |
* | Tell GenLibDeps.pl to inspect .so and .dylib shared files. | Oscar Fuentes | 2008-11-12 | 1 | -1/+1 |
* | Make GenLibDeps.pl more robust in the face of broken piping problems. | Chris Lattner | 2008-10-04 | 1 | -0/+26 |
* | Add support for building on solaris, working around namespace | Chris Lattner | 2008-06-24 | 1 | -1/+1 |
* | Revert 51775. | Evan Cheng | 2008-05-30 | 1 | -1/+1 |
* | Patches for building llvm on Solaris x86. Contributed by Nathan Keynes. | Evan Cheng | 2008-05-30 | 1 | -1/+1 |
* | Added special support for stripping CRLF characters that may appear in the | Ted Kremenek | 2007-12-24 | 1 | -2/+4 |
* | Updated GenLibDeps.pl to employ "use strict" to help prevent uses of variables | Ted Kremenek | 2007-11-27 | 1 | -13/+16 |
* | Print an error message if the lib directory (first argument) is not a | Reid Spencer | 2006-08-03 | 1 | -2/+3 |
* | Fix a problem with use of undefined variables. Print an error message if | Reid Spencer | 2006-08-01 | 1 | -9/+39 |
* | Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to | Reid Spencer | 2006-07-27 | 1 | -3/+6 |
* | Add a feature for debugging library dependency cycles, -why option. This | Reid Spencer | 2006-07-25 | 1 | -16/+27 |
* | Don't try to reference uninitialized data. Make sure we can find "nm". | Reid Spencer | 2006-05-13 | 1 | -4/+8 |
* | Attempt to get this script working on Darwin. | Reid Spencer | 2006-05-03 | 1 | -2/+2 |
* | Remove the extraneous --defined-only option to nm. This is the default and | Reid Spencer | 2006-04-21 | 1 | -3/+3 |
* | Don't require the "dot" program if -flat option is given, and don't produce | Reid Spencer | 2006-04-20 | 1 | -19/+25 |
* | Add a -flat option for generating the library dependencies in a flat | Reid Spencer | 2006-03-19 | 1 | -5/+31 |
* | 1. Make sure that "dot" can be found in the path | Reid Spencer | 2005-01-05 | 1 | -3/+30 |
* | * Don't include weak definitions as a definition | Reid Spencer | 2004-12-30 | 1 | -4/+4 |
* | A Perl script to generate an HTML definition list containing the LLVM | Reid Spencer | 2004-12-30 | 1 | -0/+101 |