search for: clattner

Displaying 20 results from an estimated 2679 matches for "clattner".

Did you mean: lattner
2009 Dec 22
3
[LLVMdev] New LLVM Blog
On Dec 21, 2009, at 5:30 PM, Zhongxing Xu wrote: > 2009/12/21 Chris Lattner <clattner at apple.com>: >> Hi All, >> >> A few of us got together and started an official LLVM (and its sub- >> projects) blog: >> http://blog.llvm.org/ > > Is it online? I cannot open it. If it's online, I highly suspect it's > blocked by the GFW. Yep, i...
2011 May 22
1
[LLVMdev] No SSE instructions
2011/5/22 Chris Lattner <clattner at apple.com> > > LLVM does not have an autovectorizer. > > -Chris > Could you tell me please are you going to implement autovecorizer in LLVM in nearby future? -- Serg Anohovsky -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.ll...
2014 Oct 08
5
[LLVMdev] lld coding style
> On Oct 8, 2014, at 1:55 AM, Renato Golin <renato.golin at linaro.org> wrote: > > On 8 October 2014 05:25, Chris Lattner <clattner at apple.com> wrote: >>> Up until now the thread has been about “formatting”. You suggested renaming >>> every variable in the project! >> >> If that's what it takes. > > If we're still talking about applying it to the HEAD, not the whole > histo...
2012 Mar 22
3
[LLVMdev] Target Data
I see, thanks. However, if I -emit-llvm and then append the "target datalayout" string (then operate on that emitted llvm), I can then change the data type sizes and alignments, correct? Thanks. On Thu, Mar 22, 2012 at 2:25 PM, Chris Lattner <clattner at apple.com> wrote: > > On Mar 21, 2012, at 5:57 PM, Ryan Taylor wrote: > > > Is it possible to change the widths of types independent of the > architecture? Or to reset the widths of types? > > > > I haven't seen anything like this. Thanks. > > The data...
2009 Sep 18
0
[LLVMdev] compiling java frontend
...gt; names, but I see member functions on the form 'getInt1Ty(LLVMContext > &C)' where LLVMContextImpl have member variables with those names. Do > you know how to solve this problem? > > thanks, > Andreas > > > On Thu, Sep 17, 2009 at 4:22 PM, Chris Lattner <clattner at apple.com > <mailto:clattner at apple.com>> wrote: > > > On Sep 17, 2009, at 4:17 PM, Andreas Saebjoernsen wrote: > >> I am trying to compile the Java frontend in >> https:/llvm.org/svn/llvm-project/java/trunk >> <http://llvm.org...
2009 Sep 18
3
[LLVMdev] compiling java frontend
...do not see any member variables with those names, but I see member functions on the form 'getInt1Ty(LLVMContext &C)' where LLVMContextImpl have member variables with those names. Do you know how to solve this problem? thanks, Andreas On Thu, Sep 17, 2009 at 4:22 PM, Chris Lattner <clattner at apple.com> wrote: > > On Sep 17, 2009, at 4:17 PM, Andreas Saebjoernsen wrote: > > I am trying to compile the Java frontend in https:/ > llvm.org/svn/llvm-project/java/trunk > If there are another preferred Java frontend available, and it is suited > for translating...
2012 Mar 22
0
[LLVMdev] Fwd: Target Data
---------- Forwarded message ---------- From: Ryan Taylor <ryta1203 at gmail.com> Date: Thu, Mar 22, 2012 at 2:56 PM Subject: Re: [LLVMdev] Target Data To: Chris Lattner <clattner at apple.com> So I read that link yesterday and it says that it uses some default unless they are overridden by the datalayout keyword, which from what I can tell can only be put in an LLVM IR file to be read, is there a way to set this via the API? On Thu, Mar 22, 2012 at 2:46 PM, Chris Latt...
2009 Oct 11
3
[LLVMdev] Some additions to the C bindings
On Oct 11, 2009, at 1:25 PM, Kenneth Uildriks wrote: > On Sun, Oct 11, 2009 at 3:09 PM, Chris Lattner <clattner at apple.com> > wrote: >> >> Isn't LLVMHasInitializer just LLVMGetInitializer(x) != 0? > > Last time I tried that, LLVMGetInitializer threw an assertion when the > global variable didn't actually have one. Has this changed? No idea. It would be more C like t...
2011 Jul 29
2
[LLVMdev] git
On Jul 28, 2011, at 2:01 PM, David A. Greene wrote: > Chris Lattner <clattner at apple.com> writes: > >> On Jul 22, 2011, at 10:45 PM, greened at obbligato.org (David A. Greene) wrote: > >>> I'm a little confused. To me "staging" means incremental development, >>> getting things integrated correctly, etc. The final merge to...
2014 Oct 08
2
[LLVMdev] lld coding style
On Wed, Oct 8, 2014 at 10:16 AM, Chandler Carruth <chandlerc at google.com> wrote: > > On Wed, Oct 8, 2014 at 9:34 AM, Chris Lattner <clattner at apple.com> wrote: > >> > On Oct 8, 2014, at 1:55 AM, Renato Golin <renato.golin at linaro.org> >> wrote: >> > >> > On 8 October 2014 05:25, Chris Lattner <clattner at apple.com> wrote: >> >>> Up until now the thread has been about...
2017 Apr 29
2
RFC #3: Improving license & patent issues in the LLVM community
> On Apr 29, 2017, at 8:03 AM, Rafael Avila de Espindola via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Chris Lattner <clattner at llvm.org> writes: > >> I don’t have a link off hand. Two major points: >> >> 1) CLA’s in general require an additional approval step, which reduces contributions. > > Yes, that is the cost I mention in the email. I think it is better to > take this cost than...
2020 Feb 10
2
Writing loop transformations on the right representation is more productive
...des is a convenient abstraction for implementing SSA-based global optimization passes, red-green trees may improve on the practice of AST/loop-nest transformations, but I don't see much fundamental or solid engineering benefits... yet. Albert On Sat, Feb 8, 2020 at 6:11 PM Chris Lattner <clattner at nondot.org> wrote: > > > On Feb 7, 2020, at 10:16 PM, Michael Kruse <llvmdev at meinersbur.de> wrote: > > Am Fr., 7. Feb. 2020 um 17:03 Uhr schrieb Chris Lattner < > clattner at nondot.org>: > >> > The discussion here is valuable for me, helping me t...
2009 Aug 24
0
[LLVMdev] Regular Expression lib support
On Sun, Aug 23, 2009 at 10:20 PM, Chris Lattner<clattner at apple.com> wrote: > On Aug 23, 2009, at 9:11 PM, OvermindDL1 wrote: >>> >>> Again, forget boost regex. :) >> >> What about std::regex? > > No, we have to build with c++'98 compilers. I think you're missing the > point here. We care about cod...
2009 Dec 22
0
[LLVMdev] New LLVM Blog
2009/12/22 Chris Lattner <clattner at apple.com>: > > On Dec 21, 2009, at 5:30 PM, Zhongxing Xu wrote: > >> 2009/12/21 Chris Lattner <clattner at apple.com>: >>> >>> Hi All, >>> >>> A few of us got together and started an official LLVM (and its >>> sub-projects) bl...
2010 Dec 05
2
[LLVMdev] [cfe-dev] draft rule for naming types/functions/variables
On Sat, Dec 4, 2010 at 5:14 AM, Chris Lattner <clattner at apple.com> wrote: > Thiago, > > The coding standards (which have been finalized and comitted) don't dictate names for local variables. > Do you like the fact that local variables start with capital letter? Following the same convention used to name classes? It's a very st...
2011 Jul 29
0
[LLVMdev] git
Chris Lattner <clattner at apple.com> writes: > On Jul 28, 2011, at 2:01 PM, David A. Greene wrote: > >> Chris Lattner <clattner at apple.com> writes: >> >>> On Jul 22, 2011, at 10:45 PM, greened at obbligato.org (David A. Greene) wrote: >> >>>> I'm a little con...
2012 Nov 15
3
[LLVMdev] Code ownership proposal
I would like to nominate Nadav Rotem for the x86 backend. Michael On Nov 15, 2012, at 10:51 AM, Chris Lattner <clattner at apple.com> wrote: > > On Nov 15, 2012, at 7:45 AM, "Du Toit, Stefanus" <stefanus.du.toit at intel.com> wrote: > >> I'd like to propose that Michael Liao become the code owner for the x86 backend. >> >> Michael has been a very frequent contrib...
2009 Jan 07
3
[LLVMdev] LLVM DebugInfoBuilder
Fine by me :) On Wed, Jan 7, 2009 at 1:35 PM, Chris Lattner <clattner at apple.com> wrote: > > On Jan 7, 2009, at 3:22 AM, Patrick Boettcher wrote: > > > Hi list, > > hi Talin, > > > > I'm working on a frontend to generate IR using the IRBuilder from > > LLVM. > > > > Now I want to add source-level-debuginfo...
2010 Jul 05
2
[LLVMdev] Data layout hard coded for X86 target
Chris Lattner <clattner at apple.com> writes: > On Jul 4, 2010, at 6:43 PM, Óscar Fuentes wrote: > >> In X86Subtarget.h there is a method `getDataLayout' which selects the >> data layout depending on the platform, ignoring whatever the user setted >> with Module::setDataLayout. >> &g...
2020 Feb 08
2
Writing loop transformations on the right representation is more productive
Am Fr., 7. Feb. 2020 um 17:03 Uhr schrieb Chris Lattner <clattner at nondot.org >: > > The discussion here is valuable for me, helping me to make my > > presentation about it at EuroLLVM as relevant as possible. My current > > idea is to take a complex loop nest, and compare optimizing it using > > red/green DAGs and traditional pass-b...