Update the file headers across all of the LLVM projects in the monorepoto reflect the new license.We understand that people may be surprised that we're moving the headerentirely to discuss the ne
Update the file headers across all of the LLVM projects in the monorepoto reflect the new license.We understand that people may be surprised that we're moving the headerentirely to discuss the new license. We checked this carefully with theFoundation's lawyer and we believe this is the correct approach.Essentially, all code in the project is now made available by the LLVMproject under our new license, so you will see that the license headersinclude that license only. Some of our contributors have contributedcode under our old license, and accordingly, we have retained a copy ofour old license notice in the top-level files in each project andrepository.llvm-svn: 351636
show more ...
Remove autoconf supportSummary: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.
Remove autoconf supportSummary: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 KenobiReviewers: chandlerc, grosbach, bob.wilson, tstellarAMD, echristo, whitequarkSubscribers: chfast, simoncook, emaste, jholewinski, tberghammer, jfb, danalbert, srhines, arsenm, dschuff, jyknight, dsanders, joker.eph, llvm-commitsDifferential Revision: http://reviews.llvm.org/D16471llvm-svn: 258861
Install three utils, "FileCheck", "count", and "not", for now to appease llvmlab dragonegg builder.Since r197684, "install/bin/llvm-config --obj-root" hasn't shown the build tree. The builder was f
Install three utils, "FileCheck", "count", and "not", for now to appease llvmlab dragonegg builder.Since r197684, "install/bin/llvm-config --obj-root" hasn't shown the build tree. The builder was finding utils in the build tree, from the installed tree.I will revert this after dragonegg builder would be tweaked not to use installed llvm-config.llvm-svn: 197786
Put targets on folders, if the IDE supports the feature.Requires CMake 2.8.3 or newer.llvm-svn: 126092
Fix extra fread after EOF, non-wires-crossed version.llvm-svn: 105270
revert r105223 which broke all my testing.llvm-svn: 105225
Fix count so that it doesn't make an extra fread call afterEOF is detected.llvm-svn: 105223
Add count/not tools as executables. - Apparently, I'm willing to do incredibly stupid things in the name of portability.llvm-svn: 82685