| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove autoconf support | Chris Bieneman | 2016-01-26 | 1 | -24/+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 | ||||
| * | Add an exports file for the Hello example plugin. | Dan Gohman | 2010-06-24 | 1 | -0/+8 |
| | | | | | llvm-svn: 106768 | ||||
| * | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner | 2010-01-24 | 1 | -1/+0 |
| | | | | | llvm-svn: 94378 | ||||
| * | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner | 2010-01-22 | 1 | -0/+1 |
| | | | | | | | | | | | | missing ones are libsupport, libsystem and libvmcore. libvmcore is currently blocked on bugpoint, which uses EH. Once it stops using EH, we can switch it off. This #if 0's out 3 unit tests, because gtest requires RTTI information. Suggestions welcome on how to fix this. llvm-svn: 94164 | ||||
| * | Removed trailing whitespace from Makefiles. | Misha Brukman | 2009-01-09 | 1 | -3/+3 |
| | | | | | llvm-svn: 61991 | ||||
| * | remove attribution from lib Makefiles. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | | llvm-svn: 45415 | ||||
| * | Undo previous check-in. | Devang Patel | 2007-04-13 | 1 | -1/+1 |
| | | | | | llvm-svn: 35966 | ||||
| * | Hello uses LLVMSupport.a (SlowerOperationInformer) | Devang Patel | 2007-04-13 | 1 | -1/+1 |
| | | | | | llvm-svn: 35965 | ||||
| * | Don't link against System or Support library. These things will already | Reid Spencer | 2007-04-09 | 1 | -1/+1 |
| | | | | | | | be in the opt tool. llvm-svn: 35827 | ||||
| * | For PR780: | Reid Spencer | 2006-08-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | 1. Change the usage of LOADABLE_MODULE so that it implies all the things necessary to make a loadable module. This reduces the user's burdern to get a loadable module correctly built. 2. Document the usage of LOADABLE_MODULE in the MakefileGuide 3. Adjust the makefile for lib/Transforms/Hello to use the new specification for building loadable modules 4. Adjust the sample project to not attempt to build a shared library for its little library. This was just wasteful and not instructive at all. llvm-svn: 29551 | ||||
| * | Add the LOADABLE_MODULE=1 directive to indicate that this shared library is | Reid Spencer | 2005-01-11 | 1 | -0/+1 |
| | | | | | | | intended to be a dlopenable module and not a "plain" shared library. llvm-svn: 19456 | ||||
| * | Change Library Names Not To Conflict With Others When Installed | Reid Spencer | 2004-10-27 | 1 | -1/+1 |
| | | | | | llvm-svn: 17286 | ||||
| * | Add a newline | Chris Lattner | 2004-09-15 | 1 | -0/+1 |
| | | | | | llvm-svn: 16369 | ||||
| * | Added LLVM copyright notice to Makefiles. | John Criswell | 2003-10-20 | 1 | -0/+8 |
| | | | | | llvm-svn: 9312 | ||||
| * | Initial checkin of the "Hello World" Pass. | Chris Lattner | 2002-08-08 | 1 | -0/+6 |
| llvm-svn: 3266 | |||||

