search for: echristo

Displaying 20 results from an estimated 1413 matches for "echristo".

2012 Oct 04
2
[LLVMdev] question
...;> >> MDNode *MD = I.getMetadata("dbg"); >> >> DICompileUnit compileUnit(MD); >> >> return compileUnit.getDirectory().str(); >> >> } >> >> >> George >> >> On Wed, Oct 3, 2012 at 12:40 PM, Eric Christopher <echristo at gmail.com> >> wrote: >>> >>> Without knowing the code that you've written and the IR that you're >>> running on I'm >>> not sure what I can do to help you. >>> >>> -eric >>> >>> On Wed, Oct 3, 2012 at 9:...
2012 Oct 05
0
[LLVMdev] question
Hmmm, but it has a getDirectory function. -G On Thu, Oct 4, 2012 at 3:50 PM, Eric Christopher <echristo at gmail.com> wrote: > That's because instructions have a location associated with them, not > a compile unit. > > -eric > > On Thu, Oct 4, 2012 at 12:46 PM, George Baah <georgebaah at gmail.com> wrote: > > I used DILocation instead of DICompileUnit and it work...
2015 Sep 04
2
RFC: LTO should use -disable-llvm-verifier
On Fri, Sep 4, 2015 at 12:48 AM Mehdi Amini <mehdi.amini at apple.com> wrote: > On Sep 4, 2015, at 12:22 AM, Eric Christopher <echristo at gmail.com> wrote: > > > > On Thu, Sep 3, 2015 at 11:45 PM Mehdi Amini <mehdi.amini at apple.com> wrote: > >> Hi, >> >> > On Sep 2, 2015, at 7:31 PM, Peter Collingbourne via llvm-dev < >> llvm-dev at lists.llvm.org> wrote: >> > &gt...
2011 May 07
3
[LLVMdev] [MIPS] some type errors in the commentary of *.td file.
On Sat, May 7, 2011 at 12:33 PM, Eric Christopher <echristo at apple.com> wrote: > > On May 5, 2011, at 11:26 PM, Liu wrote: > >>  some some type errors in the commentary of *.td file. >> such as: >> lib/Target/Mips/MipsInstrFormats.td >> MipsRegisterInfo.td - Mips Register defs >> it should be >> MipsInstrFor...
2015 Sep 04
2
RFC: LTO should use -disable-llvm-verifier
On Fri, Sep 04, 2015 at 11:13:43AM -0700, Mehdi Amini wrote: > > > On Sep 4, 2015, at 11:03 AM, Eric Christopher <echristo at gmail.com> wrote: > > > > > > > > On Fri, Sep 4, 2015 at 12:48 AM Mehdi Amini <mehdi.amini at apple.com <mailto:mehdi.amini at apple.com>> wrote: > >> On Sep 4, 2015, at 12:22 AM, Eric Christopher <echristo at gmail.com <mailto:echristo at...
2015 Sep 04
5
RFC: LTO should use -disable-llvm-verifier
...3:11:39PM -0700, Mehdi Amini wrote: > > > On Sep 4, 2015, at 11:38 AM, Peter Collingbourne <peter at pcc.me.uk> wrote: > > > > On Fri, Sep 04, 2015 at 11:13:43AM -0700, Mehdi Amini wrote: > >> > >>> On Sep 4, 2015, at 11:03 AM, Eric Christopher <echristo at gmail.com> wrote: > >>> > >>> > >>> > >>> On Fri, Sep 4, 2015 at 12:48 AM Mehdi Amini <mehdi.amini at apple.com <mailto:mehdi.amini at apple.com>> wrote: > >>>> On Sep 4, 2015, at 12:22 AM, Eric Christopher <echr...
2011 May 09
0
[LLVMdev] [MIPS] some type errors in the commentary of *.td file.
On May 7, 2011, at 2:47 AM, Liu wrote: > On Sat, May 7, 2011 at 12:33 PM, Eric Christopher <echristo at apple.com> wrote: >> >> On May 5, 2011, at 11:26 PM, Liu wrote: >> >>> some some type errors in the commentary of *.td file. >>> such as: >>> lib/Target/Mips/MipsInstrFormats.td >>> MipsRegisterInfo.td - Mips Register defs >>>...
2012 Oct 05
1
[LLVMdev] question
...nces at cs.uiuc.edu] on behalf of George Baah [georgebaah at gmail.com] Sent: Thursday, October 04, 2012 7:19 PM To: Eric Christopher Cc: LLVM Developers Mailing List Subject: Re: [LLVMdev] question Hmmm, but it has a getDirectory function. -G On Thu, Oct 4, 2012 at 3:50 PM, Eric Christopher <echristo at gmail.com<mailto:echristo at gmail.com>> wrote: That's because instructions have a location associated with them, not a compile unit. -eric On Thu, Oct 4, 2012 at 12:46 PM, George Baah <georgebaah at gmail.com<mailto:georgebaah at gmail.com>> wrote: > I used DILocat...
2015 Jul 31
1
[LLVMdev] The Trouble with Triples
> On Jul 31, 2015, at 1:01 PM, Eric Christopher <echristo at gmail.com> wrote: > > > > On Fri, Jul 31, 2015 at 12:40 PM Eric Christopher <echristo at gmail.com <mailto:echristo at gmail.com>> wrote: > On Fri, Jul 31, 2015 at 12:22 PM Owen Anderson <resistor at mac.com <mailto:resistor at mac.com>> wrote: >...
2014 Jul 10
3
[LLVMdev] Clarification on the backward compatibility promises
> On Jul 9, 2014, at 9:52 PM, Eric Christopher <echristo at gmail.com> wrote: > > On Wed, Jul 9, 2014 at 9:33 PM, Owen Anderson <resistor at mac.com> wrote: >> >> On Jul 9, 2014, at 3:51 PM, Eric Christopher <echristo at gmail.com> wrote: >> >> On Wed, Jul 9, 2014 at 3:12 PM, Evan Cheng <evan.cheng at ap...
2014 Jul 10
3
[LLVMdev] Clarification on the backward compatibility promises
On Jul 9, 2014, at 3:51 PM, Eric Christopher <echristo at gmail.com> wrote: > On Wed, Jul 9, 2014 at 3:12 PM, Evan Cheng <evan.cheng at apple.com> wrote: >> >>> On Jun 17, 2014, at 2:10 PM, Eric Christopher <echristo at gmail.com> wrote: >>> >>>>> 2. Metadata compatibility. We already had prec...
2014 Aug 12
2
[LLVMdev] All the passes (even the LLVMHello.so) fail at doFinalization()
...m-3.4.2.src/Debug+Asserts/lib According to the tutorial, the following command should be called to invoke it, #opt -load ../../../Debug+Asserts/lib/Hello.so -hello < hello.bc > /dev/null (and verify will be invoked by default). ~t On Tue, Aug 12, 2014 at 1:02 AM, Eric Christopher <echristo at gmail.com> wrote: > That doesn't tell me where your module came from. How did you create > the module that you're attempting to verify? > > -eric > > On Tue, Aug 12, 2014 at 1:00 AM, Tianyin Xu <tixu at cs.ucsd.edu> wrote: > > I just follow the tutorial:...
2014 Aug 12
2
[LLVMdev] All the passes (even the LLVMHello.so) fail at doFinalization()
I just follow the tutorial: http://llvm.org/docs/WritingAnLLVMPass.html Actually it's not only my module, I used the LLVMHello.so (a sample module in the source tree) and get the crash (I didn't do anything :-P). ~t On Tue, Aug 12, 2014 at 12:57 AM, Eric Christopher <echristo at gmail.com> wrote: > Weird, it definitely shouldn't be crashing. How did you create your module? > > -eric > > On Tue, Aug 12, 2014 at 12:56 AM, Tianyin Xu <tixu at cs.ucsd.edu> wrote: > > no... I guess verifier runs by default and it points to the > > doF...
2010 Aug 15
1
[LLVMdev] "UNREACHABLE executed!" error?
...alue* goodUnion = >> builder.CreateInsertValue(tempUnion,data,t,"createuniontmp"); >> >> object_union_type is union { double, i1 }, and (in this case) t is 0, >> and types[t] is double >> >> >> On Sun, Aug 15, 2010 at 4:13 PM, Eric Christopher <echristo at apple.com >> <mailto:echristo at apple.com>> wrote: >> >> >> On Aug 15, 2010, at 1:06 PM, Alec Benzer wrote: >> >> > What does this error mean? I'm getting it from an >> ExecutionEngine::runFunction() call. The function I'm...
2012 Oct 04
2
[LLVMdev] question
...code. I am running on llvm 3.1 on Lion (Mac 10.7.4) *string getFileDirectory*(*const* Instruction &I){ MDNode *MD = I.getMetadata("dbg"); DICompileUnit compileUnit(MD); return compileUnit.getDirectory().str(); } George On Wed, Oct 3, 2012 at 12:40 PM, Eric Christopher <echristo at gmail.com>wrote: > Without knowing the code that you've written and the IR that you're > running on I'm > not sure what I can do to help you. > > -eric > > On Wed, Oct 3, 2012 at 9:32 AM, George Baah <georgebaah at gmail.com> wrote: > > Yeah, It l...
2012 Feb 06
0
[LLVMdev] misc questions on opt and bitcode
Works for me: [jhereg:~/tmp] echristo% /Volumes/Data/builds/build-llvm/Debug+Asserts/bin/clang -S -emit-llvm foo.cpp [jhereg:~/tmp] echristo% lli foo.s testing [jhereg:~/tmp] echristo% llvm-gcc -S -emit-llvm foo.cpp [jhereg:~/tmp] echristo% lli foo.s testing the first is using top of tree clang. The second is using an llvm-gcc on my O...
2011 Aug 22
2
[LLVMdev] llvm-gcc and -march
...is on a simple file using your syntax and it still didn't work. [naromero:~/pmr] naromero% llvm-gcc -march=nocona pow.c -S -arch x86_64 cc1: error: unrecognized command line option "-arch" Not that this macport is using LLVM 2.9. On Mon, Aug 22, 2011 at 4:46 PM, Eric Christopher <echristo at apple.com> wrote: > Still nothing here: > > [yendi:~] echristo% llvm-gcc -march=nocona foo.c -S -arch x86_64 > [yendi:~] echristo% > > So, perhaps you could send more information? Or bug the mac ports people. > > -eric > > On Aug 22, 2011, at 2:44 PM, Nichols A....
2015 Sep 04
2
RFC: LTO should use -disable-llvm-verifier
...gt; > On Thu, Sep 03, 2015 at 01:10:42AM +0000, Eric Christopher wrote: > >> On Tue, Sep 1, 2015 at 10:43 AM Duncan P. N. Exon Smith < > >> dexonsmith at apple.com> wrote: > >> > >>> > >>>> On 2015-Aug-31, at 18:09, Eric Christopher <echristo at gmail.com> > wrote: > >>>> > >>>> > >>>> > >>>> On Mon, Aug 31, 2015 at 5:50 PM Duncan P. N. Exon Smith < > >>> dexonsmith at apple.com> wrote: > >>>> > >>>>> On 2015-Aug-31, at 1...
2015 Jul 31
0
[LLVMdev] The Trouble with Triples
On Fri, Jul 31, 2015 at 12:40 PM Eric Christopher <echristo at gmail.com> wrote: > On Fri, Jul 31, 2015 at 12:22 PM Owen Anderson <resistor at mac.com> wrote: > >> >> On Jul 31, 2015, at 11:28 AM, Mehdi Amini <mehdi.amini at apple.com> wrote: >> >> >> On Jul 31, 2015, at 10:56 AM, Eric Christopher <echr...
2018 Apr 04
2
[RFC] Adding function attributes to represent codegen optimization level
...n J. O'Riordan [mailto:MartinO at theheart.ie] Sent: 04 April 2018 16:41 To: 'David Blaikie' <dblaikie at gmail.com>; 'mcrosier at codeaurora.org' <mcrosier at codeaurora.org>; 'Chandler Carruth' <chandlerc at gmail.com>; 'Eric Christopher' <echristo at gmail.com> Subject: RE: [llvm-dev] [RFC] Adding function attributes to represent codegen optimization level Would implementing GCC’s ‘__attribute__((optimize(...)))’ help? I can’t find any good documentation for this attribute, but it seems that GCC supports this in two forms: __a...