| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove autoconf support | Chris Bieneman | 2016-01-26 | 1 | -14/+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 | ||||
| * | remove attributions from the rest of the llvm makefiles. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | | llvm-svn: 45416 | ||||
| * | switch this to bitcode instead of bytecode | Chris Lattner | 2007-05-06 | 1 | -1/+1 |
| | | | | | llvm-svn: 36867 | ||||
| * | Use llvm-config to determine what to link in | Chris Lattner | 2006-09-04 | 1 | -1/+1 |
| | | | | | llvm-svn: 30092 | ||||
| * | WriteBytecodeToFile actually can't throw. | Chris Lattner | 2006-07-28 | 1 | -1/+0 |
| | | | | | llvm-svn: 29397 | ||||
| * | WriteBytecodeToFile throws, so this needs EH info. | Chris Lattner | 2006-07-28 | 1 | -0/+1 |
| | | | | | llvm-svn: 29392 | ||||
| * | Use archive libraries instead of object files for VMCore, BCReader, | Reid Spencer | 2006-06-01 | 1 | -1/+1 |
| | | | | | | | | BCWriter, and bzip2 libraries. Adjust the various makefiles to accommodate these changes. This was done to speed up link times. llvm-svn: 28610 | ||||
| * | Add LLVMbzip2 library, now required. | Reid Spencer | 2004-11-25 | 1 | -1/+1 |
| | | | | | llvm-svn: 18255 | ||||
| * | Fix PR456:\ | Reid Spencer | 2004-11-18 | 1 | -0/+1 |
| | | | | | | | | | | | Tools and libraries will be built into $(BUILD_OBJ_ROOT)/$(BuildMode)/bin and \ $(BUILD_OBJ_ROOT)/$(BuildMode)/lib, respectively. Furthermore, the example \ programs will go in $(BUILD_OBJ_ROOT)/$(BuildMode)/examples to keep them \ separate from the tools and hopefully out of the PATH. Install targets \ have not changed. llvm-svn: 17953 | ||||
| * | Change Library Names Not To Conflict With Others When Installed | Reid Spencer | 2004-10-27 | 1 | -1/+1 |
| | | | | | llvm-svn: 17286 | ||||
| * | Correct the file header to reflect the new "examples" home for the file. | Reid Spencer | 2004-09-11 | 1 | -1/+1 |
| | | | | | llvm-svn: 16295 | ||||
| * | Add library LLVMsystem.a because the JIT now needs it. | Reid Spencer | 2004-09-11 | 1 | -1/+1 |
| | | | | | llvm-svn: 16285 | ||||
| * | Moved small examples from /projects/SmallExamples to /examples. | Reid Spencer | 2004-08-23 | 1 | -18/+4 |
| | | | | | | | Made the "ModuleMaker" into an example since its just one source file. llvm-svn: 16003 | ||||
| * | Moved the "SmallExamples" out of the /projects directory and into a new | Reid Spencer | 2004-08-23 | 1 | -0/+27 |
| /examples directory. History was maintained. These programs do not need to be configured but things in /projects must be. llvm-svn: 16002 | |||||

