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
Don't use PathV1.h in FileUtilities.h.llvm-svn: 183941
Merge System into Support.llvm-svn: 120298
Remove unnecessary uses of <iostream>.llvm-svn: 101338
remove attributions from utils.llvm-svn: 45419
remove attributions from tools/utils makefiles.llvm-svn: 45414
Update for PathWithStatusllvm-svn: 35745
Set the new NO_INSTALL flag for build-only tools.llvm-svn: 33967
Remove trailing whitespacellvm-svn: 21428
This method takes sys::Path objects now.llvm-svn: 19773
Drop dead #includellvm-svn: 19768
The meat of this utility has been moved to FileUtilities, where it can beused by other tools.llvm-svn: 19767
For PR351:* Change use of ReadFileIntoAddressSpace to sys::MappedFile use.* Shorten a line > 80 chars.llvm-svn: 18896
For PR351: libLLVMSupport now depends on libLLVMSystemllvm-svn: 18893
Change Library Names Not To Conflict With Others When Installedllvm-svn: 17286
We're not doing automake any morellvm-svn: 17168
We won't use automakellvm-svn: 17155
Initial automake generated Makefile templatellvm-svn: 17136
Updates for changes in Makefile rules.llvm-svn: 16951
Initial version of automake Makefile.am file.llvm-svn: 16885
Changes For Bug 352Move include/Config and include/Support into include/llvm/Config,include/llvm/ADT and include/llvm/Support. From here on out, all LLVMpublic header files must be under include/l
Changes For Bug 352Move include/Config and include/Support into include/llvm/Config,include/llvm/ADT and include/llvm/Support. From here on out, all LLVMpublic header files must be under include/llvm/.llvm-svn: 16137
Make fpcmp handle running off of the beginning or end of the file correctly.llvm-svn: 14259
Get rid of "might be uninitialized" warnings when compiling with GCC 3.3.2llvm-svn: 14169
Fix the really bizarre stuff that happened last night in the testerdue to non-numeric diff failures that caused fpcmp to go into infinite loopsllvm-svn: 14098
12