Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove autoconf support | Chris Bieneman | 2016-01-26 | 1 | -23/+0 |
| | | | | | | | | | | | | | | | | Summary: This patch is provided in preparation for removing autoconf on 1/26. The proposal to remove autoconf on 1/26 was discussed on the llvm-dev thread here: http://lists.llvm.org/pipermail/llvm-dev/2016-January/093875.html "I felt a great disturbance in the [build system], as if millions of [makefiles] suddenly cried out in terror and were suddenly silenced. I fear something [amazing] has happened." - Obi Wan Kenobi Reviewers: chandlerc, grosbach, bob.wilson, tstellarAMD, echristo, whitequark Subscribers: chfast, simoncook, emaste, jholewinski, tberghammer, jfb, danalbert, srhines, arsenm, dschuff, jyknight, dsanders, joker.eph, llvm-commits Differential Revision: http://reviews.llvm.org/D16471 llvm-svn: 258861 | ||||
* | Support: Inject LLVM_VERSION_INFO into the Support library | Justin Bogner | 2014-06-17 | 1 | -0/+4 |
| | | | | | | | | Mimic r116632 in passing LLVM_VERSION_INFO from the Makefile build system to the build. This improves the -version output of tools that use llvm::cl under the configure+make system. llvm-svn: 211091 | ||||
* | Don't explicitly require RTTI and EH. | Joerg Sonnenberger | 2012-10-26 | 1 | -3/+0 |
| | | | | llvm-svn: 166772 | ||||
* | Revert r165652: "Remove unnecessary RTTI from the build." | Sean Silva | 2012-10-10 | 1 | -0/+3 |
| | | | | | | ... Apparently the RTTI is still necessary for some reason. llvm-svn: 165654 | ||||
* | Remove unnecessary RTTI from the build. | Sean Silva | 2012-10-10 | 1 | -3/+0 |
| | | | | llvm-svn: 165652 | ||||
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -0/+5 |
| | | | | llvm-svn: 120298 | ||||
* | Removed trailing whitespace from Makefiles. | Misha Brukman | 2009-01-09 | 1 | -2/+2 |
| | | | | llvm-svn: 61991 | ||||
* | remove attribution from lib Makefiles. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | llvm-svn: 45415 | ||||
* | This requires rtti info because tblgen uses commandline, | Chris Lattner | 2007-10-18 | 1 | -1/+4 |
| | | | | | | and tblgen requires rtti. llvm-svn: 43127 | ||||
* | don't build bzip2 for now | Chris Lattner | 2007-05-06 | 1 | -1/+0 |
| | | | | llvm-svn: 36871 | ||||
* | For PR797: | Reid Spencer | 2006-08-23 | 1 | -1/+0 |
| | | | | | | | This library no longer throws nor handles exceptions, so turn off the REQUIRES_EH flag. llvm-svn: 29849 | ||||
* | libsupport still throws. | Chris Lattner | 2006-07-28 | 1 | -0/+1 |
| | | | | llvm-svn: 29394 | ||||
* | DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now | Chris Lattner | 2005-10-24 | 1 | -1/+1 |
| | | | | llvm-svn: 23940 | ||||
* | Only build .a file versions of these libraries, instead of .a and .o versions. | Chris Lattner | 2005-10-24 | 1 | -0/+1 |
| | | | | | | This should speed up build times. llvm-svn: 23934 | ||||
* | Add bzip2 subdirectory | Reid Spencer | 2004-11-25 | 1 | -0/+1 |
| | | | | llvm-svn: 18251 | ||||
* | Change Library Names Not To Conflict With Others When Installed | Reid Spencer | 2004-10-27 | 1 | -1/+1 |
| | | | | llvm-svn: 17286 | ||||
* | Added LLVM copyright notice to Makefiles. | John Criswell | 2003-10-20 | 1 | -0/+8 |
| | | | | llvm-svn: 9312 | ||||
* | Move support/lib/Support back to lib/Support | Chris Lattner | 2003-10-05 | 1 | -1/+1 |
| | | | | llvm-svn: 8874 | ||||
* | Moved code from llvm/lib/Support to llvm/support/lib/Support. | John Criswell | 2003-09-29 | 1 | -1/+1 |
| | | | | llvm-svn: 8735 | ||||
* | *** empty log message *** | Chris Lattner | 2002-07-23 | 1 | -3/+1 |
| | | | | llvm-svn: 3002 | ||||
* | Large scale changes to implement new command line argument facility | Chris Lattner | 2001-07-23 | 1 | -5/+0 |
| | | | | llvm-svn: 272 | ||||
* | Program options class. | Vikram S. Adve | 2001-07-21 | 1 | -0/+12 |
llvm-svn: 235 |