search for: dgregor

Displaying 20 results from an estimated 68 matches for "dgregor".

Did you mean: gregor
2013 Oct 31
4
[LLVMdev] [cfe-dev] RFC: A proposal to move toward using C++11 features in LLVM & Clang / bounding support for old host compilers
On 31 October 2013 09:41, Douglas Gregor <dgregor at apple.com> wrote: > Not quite :). At present, we (= Apple) still have some dependencies on > building top-of-tree Clang with VS2010. We’re currently investigating how > quickly we can move those to VS2012 or newer. > Hi Doug, Good to know. Since this is mostly related to 3.5, w...
2013 Oct 31
0
[LLVMdev] [cfe-dev] RFC: A proposal to move toward using C++11 features in LLVM & Clang / bounding support for old host compilers
On Oct 31, 2013, at 10:12 AM, Renato Golin <renato.golin at linaro.org> wrote: > On 31 October 2013 09:41, Douglas Gregor <dgregor at apple.com> wrote: > Not quite :). At present, we (= Apple) still have some dependencies on building top-of-tree Clang with VS2010. We’re currently investigating how quickly we can move those to VS2012 or newer. > > Hi Doug, > > Good to know. Since this is mostly related to 3....
2015 Oct 01
3
Fwd: buildbot failure in LLVM on sanitizer-x86_64-linux-bootstrap
...g>, Chris Bieneman <beanz at apple.com>, Daniel Jasper <djasper at google.com>, David Blaikie <dblaikie at gmail.com>, David Majnemer <david.majnemer at gmail.com>, Davide Italiano < davide at freebsd.org>, Dehao Chen <dehao at google.com>, Douglas Gregor < dgregor at apple.com>, Erik Eckstein <eeckstein at apple.com>, Evgeniy Stepanov < eugeni.stepanov at gmail.com>, Fiona Glaser <escha at apple.com>, Hal Finkel < hfinkel at anl.gov>, Ivan Krasin <krasin at chromium.org>, Jingyue Wu < jingyue at google.com>, Kaelyn Taka...
2009 Jul 23
2
[LLVMdev] cmake configured buildbot
On Tue, Jun 30, 2009 at 1:12 PM, Douglas Gregor<dgregor at apple.com> wrote: > > On Jun 30, 2009, at 6:52 AM, Xerxes Rånby wrote: > >> Greetings >> >> Im interested to setup an automated buildbod that can test the cmake >> buildsysten. >> I use cmake for ARM cross compilation so I would be interested if >>...
2009 Aug 31
2
[LLVMdev] C++ Interpreter
On Aug 31, 2009, at 1:19 PM, Renato Golin wrote: > 2009/8/31 Axel Naumann <Axel.Naumann at cern.ch>: >> we want to implement a C++ interpreter using LLVM and clang > > Isn't clang going on that direction anyway? Clang is meant to be flexible enough to be used as the basis for a C++ interpreter. However, there will probably be a bit of work to do in Clang to make
2009 Sep 01
0
[LLVMdev] C++ Interpreter
2009/8/31 Douglas Gregor <dgregor at apple.com>: > Clang is meant to be flexible enough to be used as the basis for a C++ > interpreter. However, there will probably be a bit of work to do in Clang to > make this happen, e.g., by providing clean APIs for an interpreter to call > into Clang's parser to parse a new...
2011 Sep 16
0
[LLVMdev] Build Failure
...integer expressions [off-dbg] : [llvm] /ptmp/dag/llvm/official/llvm/lib/Support/APInt.cpp:61: error: comparison between signed and unsigned integer expressions Looks to be: dcd99962 lib/Support/APInt.cpp (Douglas Gregor 2011-09-14 15:54:46 +0000 57) if (r <= radix-11) 139695 dgregor if (r <= radix-11) ------------------------------------------------------------------------ r139695 | dgregor | 2011-09-14 10:54:46 -0500 (Wed, 14 Sep 2011) | 1 line Add APInt support for converting to/from hexatridecimal strings ------------------------------------------------------------...
2015 May 06
2
[LLVMdev] libiomp, not libgomp as default library linked with -fopenmp
Why is this thread still going? Isn't the most pragmatic choice to just make it a build configuration option and be done? Then whoever is actually packaging it can make the most sensible choice for their needs.. Should I send a patch so this bikeshed thread can die?
2009 Jul 23
0
[LLVMdev] cmake configured buildbot
On 07/23/2009 10:39 AM, Daniel Dunbar wrote: > On Tue, Jun 30, 2009 at 1:12 PM, Douglas Gregor<dgregor at apple.com> wrote: >> On Jun 30, 2009, at 6:52 AM, Xerxes Rånby wrote: >> >>> Greetings >>> >>> Im interested to setup an automated buildbod that can test the cmake >>> buildsysten. >>> I use cmake for ARM cross compilation so I would b...
2009 Jan 15
0
[LLVMdev] Testing and CMake (was: win32/llvm.sln, win32/clang.sln)
Douglas Gregor <dgregor at apple.com> writes: >>> Please, don't remove, I'm using!!! >> >> What's preventing you from using CMake? >> >> Is there some problem we can solve? > > At some point, we'll need to deal with the testing issue in the CMake > build syst...
2013 Oct 31
3
[LLVMdev] [cfe-dev] RFC: A proposal to move toward using C++11 features in LLVM & Clang / bounding support for old host compilers
On Thu, Oct 31, 2013 at 10:16 AM, Douglas Gregor <dgregor at apple.com> wrote: > On Oct 31, 2013, at 10:12 AM, Renato Golin <renato.golin at linaro.org> > wrote: > > On 31 October 2013 09:41, Douglas Gregor <dgregor at apple.com> wrote: > >> Not quite :). At present, we (= Apple) still have some dependencies on >&gt...
2009 Jan 15
2
[LLVMdev] [cfe-dev] win32/llvm.sln, win32/clang.sln
On Jan 15, 2009, at 8:43 AM, Óscar Fuentes wrote: > Makslane Araújo Rodrigues > <makslane at hotmail.com> writes: > >> Please, don't remove, I'm using!!! > > What's preventing you from using CMake? > > Is there some problem we can solve? At some point, we'll need to deal with the testing issue in the CMake build system. Clang, for example, uses
2010 Feb 13
1
[LLVMdev] [cfe-dev] Reminder: 2.7 code freeze in 1.5 weeks
...tracking down miscompiles, and it would be great to get Clang to the "early-but-usable-beta" stage so it makes sense to roll binaries for 2.7. Tanya, I can also do the x86-32-pc-linux release testing if no one else steps up. - Daniel On Fri, Feb 12, 2010 at 3:02 PM, Douglas Gregor <dgregor at apple.com> wrote: > > On Feb 12, 2010, at 8:25 AM, David Greene wrote: > > On Thursday 11 February 2010 18:17:33 Tanya Lattner wrote: > > Just a reminder that the 2.7 code freeze is on Feb 21st. > > All major changes should be committed approximately 1 week before the...
2009 Oct 05
2
[LLVMdev] Hi, everyone, fail on building c-index-test
Is there anyone get the time to apply this patch? 2009/10/2, Douglas Gregor <dgregor at apple.com>: > > On Oct 1, 2009, at 6:36 AM, 罗勇刚(Yonggang Luo) wrote: > >> At the first glance, it's coming with that c-index-test is just >> only containing c files (without cpp(cxx,c++) files). >> >> So cmake recognize it as pure C project, >> and...
2015 May 01
2
[LLVMdev] libiomp, not libgomp as default library linked with -fopenmp
Hal, On Thu, Apr 30, 2015 at 5:06 PM, Hal Finkel <hfinkel at anl.gov> wrote: > We need to get the build system integration committed and the buildbots > updated to compile it > If you are speaking on libiomp buidbots, they are already established: http://lab.llvm.org:8011/builders/libiomp5-clang-x86_64-linux-debian
2011 Dec 06
0
[LLVMdev] [cfe-dev] LLVM & Clang file management
On Tue, Dec 6, 2011 at 6:23 AM, Douglas Gregor <dgregor at apple.com> wrote: > > > Sent from my iPhone > > On Dec 5, 2011, at 9:04 PM, Daniel Dunbar <daniel at zuster.org> wrote: > >> Hi Manuel, >> >> On Sun, Dec 4, 2011 at 9:06 AM, Manuel Klimek <klimek at google.com> wrote: >>> On Sat, Dec 3,...
2012 Jun 21
2
[LLVMdev] [cfe-dev] is configure+make dead yet?
On Thu, Jun 21, 2012 at 10:21 AM, Douglas Gregor <dgregor at apple.com> wrote: > > On Jun 20, 2012, at 5:13 PM, Nick Lewycky <nlewycky at google.com> wrote: > > Is there anybody who is certain that our autoconf dependency needs to stay > around? Are there developers stuck on systems that don't have a recent > enough cmake i...
2015 Apr 30
2
[LLVMdev] libiomp, not libgomp as default library linked with -fopenmp
...; wrote: > ----- Original Message ----- >> From: "Andrey Bokhanko" <andreybokhanko at gmail.com> >> To: "cfe-dev" <cfe-dev at cs.uiuc.edu>, "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu>, "Douglas Gregor" >> <dgregor at apple.com>, "Hal Finkel" <hfinkel at anl.gov>, "C Bergström" <cbergstrom at pathscale.com>, "Michael Wong" >> <fraggamuffin at gmail.com>, "Alexey Bataev" <a.bataev at gmx.com> >> Sent: Thursday, April 30, 2015 8:49:3...
2011 Dec 06
2
[LLVMdev] [cfe-dev] LLVM & Clang file management
Sent from my iPhone On Dec 5, 2011, at 9:04 PM, Daniel Dunbar <daniel at zuster.org> wrote: > Hi Manuel, > > On Sun, Dec 4, 2011 at 9:06 AM, Manuel Klimek <klimek at google.com> wrote: >> On Sat, Dec 3, 2011 at 10:33 PM, Douglas Gregor <dgregor at apple.com> wrote: >>> Hi Manuel, >>> >>> On Nov 28, 2011, at 2:49 AM, Manuel Klimek wrote: >>> >>>> Hi, >>>> >>>> while working on tooling on top of clang/llvm we found the file system >>>> abstractions in...
2010 Feb 13
0
[LLVMdev] [cfe-dev] Reminder: 2.7 code freeze in 1.5 weeks
...gt; Tanya, I can also do the x86-32-pc-linux release testing if no one > else steps up. I've access to several machines for pc-linux testing, 32bit and 64 bit, amd and intel, as well as several distributions. > >  - Daniel > > On Fri, Feb 12, 2010 at 3:02 PM, Douglas Gregor <dgregor at apple.com> wrote: >> >> On Feb 12, 2010, at 8:25 AM, David Greene wrote: >> >> On Thursday 11 February 2010 18:17:33 Tanya Lattner wrote: >> >> Just a reminder that the 2.7 code freeze is on Feb 21st. >> >> All major changes should be committed...