Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove autoconf support | Chris Bieneman | 2016-01-26 | 1 | -17/+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 | ||||
* | Fix configure and make build of llvm examples. | Iain Sandoe | 2014-09-03 | 1 | -1/+1 |
| | | | | | | Replaced link component 'jit' with 'mcjit'. llvm-svn: 217032 | ||||
* | Remove asmprinters from examples by default. This reduces their size by ~5% | Anton Korobeynikov | 2008-08-17 | 1 | -1/+1 |
| | | | | llvm-svn: 54890 | ||||
* | remove attributions from the rest of the llvm makefiles. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | llvm-svn: 45416 | ||||
* | Use llvm-config to determine what to link in | Chris Lattner | 2006-09-04 | 1 | -2/+1 |
| | | | | llvm-svn: 30092 | ||||
* | For PR616: | Reid Spencer | 2005-08-24 | 1 | -0/+2 |
| | | | | | | | | | | These patches make threading optional in LLVM. The configuration scripts are now modified to accept a --disable-threads switch. If this is used, the Mutex class will be implemented with all functions as no-op. Furthermore, linking against libpthread will not be done. Finally, the ParallelJIT example needs libpthread so its makefile was changed to always add -lpthread to the link line. llvm-svn: 23003 | ||||
* | Correct the file title. | Reid Spencer | 2005-07-12 | 1 | -2/+2 |
| | | | | llvm-svn: 22414 | ||||
* | For PR418: | Reid Spencer | 2005-07-12 | 1 | -0/+16 |
Add an example program that utilizes multiple threads in the JIT to process work. This was used by Evan Jones as the original test case for ensuring that the ExecutionEngine was thread safe. Original source by Evan Jones (adapted from other LLVM JIT examples) and made LLVM style compliant by Reid Spencer. llvm-svn: 22411 |