- Sep 03, 2016
-
-
Gor Nishanov authored
Summary: VS code creates .vscode folder to keep its stuff that we really don't need in git. Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D24211 llvm-svn: 280551
-
- Jun 24, 2016
-
-
Chris Bieneman authored
Summary: There are a few LLVM projects that produce runtime libraries. Ideally runtime libraries should be built differently than other projects, specifically they should be built using the just-built toolchain. There is support for building compiler-rt in this way from the clang build. Moving this logic into the LLVM build is interesting because it provides a simpler way to extend the just-built toolchain to include LLD and the LLVM object file tools. Once this functionality is better fleshed out and tested we’ll want to encapsulate it in a module that can be used for clang standalone builds, and we’ll want to make it the default way to build compiler-rt. With this patch applied there is no immediate change in the build. Moving compiler-rt out from llvm/projects into llvm/runtimes enables the functionality. This code has a few improvements over the method provided by LLVM_BUILD_EXTERNAL_COMPILER_RT. Specifically the sub-ninja command is always invoked, so changes to compiler-rt source files will get built properly, so this patch can be used for iterative development with just-built tools. This first patch only works with compiler-rt. Support for other runtime projects will be coming in follow-up patches. Reviewers: chandlerc, bogner Subscribers: kubabrecka, llvm-commits Differential Revision: http://reviews.llvm.org/D20992 llvm-svn: 273620
-
- Jul 07, 2015
-
-
Chris Bieneman authored
llvm-svn: 241622
-
- Jun 29, 2015
-
-
Duncan P. N. Exon Smith authored
Avoid listing inclusions (like `!projects/LLVMBuild.txt`) for files directly underneath `projects/` in `.gitignore`. Instead, change the `projects/*` exclusion to the more specific `projects/*/`. llvm-svn: 240973
-
- Jun 26, 2015
-
-
Sergey Dmitrouk authored
Without explicit exception for the path, it matches projects/* rule. llvm-svn: 240771
-
- Mar 26, 2015
-
-
Paul Robinson authored
Can avoid a problem if tools/clang/tools/extra is in the tree. Patch by Douglas Yung! llvm-svn: 233307
-
- Jan 30, 2015
-
-
Michael Liao authored
llvm-svn: 227620
-
- Jan 10, 2015
-
-
Ramkumar Ramachandra authored
Often, we miss committing new files, and 'arc diff' is supposed to warn us about this. Unfortunately, because of the spurious output of the command (due to unignored untracked files), we tend to ignore it and lose information. llvm-svn: 225588
-
- Jan 07, 2015
-
-
Chandler Carruth authored
llvm-svn: 225384
-
- Oct 17, 2014
-
-
Peter Collingbourne authored
This code is based on the existing LLVM Go bindings project hosted at: https://github.com/go-llvm/llvm Note that all contributors to the gollvm project have agreed to relicense their changes under the LLVM license and submit them to the LLVM project. Differential Revision: http://reviews.llvm.org/D5684 llvm-svn: 219976
-
- Jun 25, 2014
-
-
Chandler Carruth authored
llvm-svn: 211695
-
- Mar 12, 2014
-
-
Rafael Espindola authored
As an example that was not actually being used, it suffered from a slow bitrot. The two main issues with it were that it had no cmake support and included a copy of the autoconf directory. The reality is that autoconf is not easily composable. The lack of composabilty is why we have clang options in llvm's configure. Suggesting that users include a copy of autoconf/ in their projects seems a bad idea. We are also in the process of switching to cmake, so pushing autoconf to new project is probably not what we want. llvm-svn: 203728
-
- Jan 25, 2014
-
-
Rafael Espindola authored
tree generated by OS X. Patch by Abhay Kadam! llvm-svn: 200079
-
- Oct 10, 2012
-
-
Michael Liao authored
llvm-svn: 165569
-
- Aug 21, 2012
-
-
David Blaikie authored
According to http://clang.llvm.org/docs/HowToSetupToolingForLLVM.html it's suggested that compile_commands.json in the root of the LLVM source tree should be a symlink to the json file produced by your build system of choice. So here's a patch so it doesn't turn up in git status, etc. llvm-svn: 162305
-
- May 02, 2012
-
-
Michael J. Spencer authored
llvm-svn: 156021
-
- Apr 19, 2012
-
-
Daniel Dunbar authored
- Work in progress, this is just the basic structure. llvm-svn: 155132
-
- Nov 10, 2011
-
-
Daniel Dunbar authored
llvm-svn: 144328
-
- Oct 24, 2011
-
-
NAKAMURA Takumi authored
llvm-svn: 142792
-
NAKAMURA Takumi authored
llvm-svn: 142791
-
- Sep 24, 2011
-
-
Akira Hatanaka authored
llvm-svn: 140445
-
Akira Hatanaka authored
llvm-svn: 140443
-
- Aug 12, 2011
-
-
NAKAMURA Takumi authored
.gitignore: Ignore /autom4te.cache. We can execute "PATH=/path/to/autotools/bin autoconf/AutoRegen.sh". llvm-svn: 137441
-
- May 31, 2011
-
-
Jakob Stoklund Olesen authored
llvm-svn: 132365
-
- Dec 17, 2010
-
-
Michael J. Spencer authored
llvm-svn: 122066
-
- Dec 16, 2010
-
-
Daniel Dunbar authored
llvm-svn: 121985
-
Daniel Dunbar authored
llvm-svn: 121968
-
Michael J. Spencer authored
of the entries there are useless for out of source builds. llvm-svn: 121955
-