search for: akaylor

Displaying 9 results from an estimated 9 matches for "akaylor".

Did you mean: kaylor
2013 Oct 15
2
[LLVMdev] A weird, reproducable problem with MCJIT
...t;chris.schaf at verizon.net> > > With the help of iain at codesourcery.com and andrew.kaylor at intel.com we > tracked the problem down to a bad relocation that was clobbering the > first bytes of the eh_frame. I think this problem/solution may be OS X > specific. > > On akaylor's suggestion I made the change below and my reproducable test > case now compiles fine with MCJIT. > > As well, my Common Lisp code base now compiles using MCJIT - that's about > 1,000 > functions at one MCJIT module per function. > > > > In llvm/lib/ExecutionEngi...
2013 Oct 15
0
[LLVMdev] A weird, reproducable problem with MCJIT
With the help of iain at codesourcery.com and andrew.kaylor at intel.com we tracked the problem down to a bad relocation that was clobbering the first bytes of the eh_frame. I think this problem/solution may be OS X specific. On akaylor's suggestion I made the change below and my reproducable test case now compiles fine with MCJIT. As well, my Common Lisp code base now compiles using MCJIT - that's about 1,000 functions at one MCJIT module per function. In llvm/lib/ExecutionEngine/RuntimeDyld Index: RuntimeDyldImpl.h...
2013 Oct 14
2
[LLVMdev] A weird, reproducable problem with MCJIT
Hi, There may be two problems with __register_frame usage. However based on http://lists.cs.uiuc.edu/pipermail/llvmdev/2013-April/061768.html I think the existing code is correct for OS-X but likely buggy for Linux and Windows systems. Your crash is on OS-X, right? Anyhow, the first problem is very easy to fix. On Linux and Windows (at least) __register_frame should be called once and not
2013 Oct 15
0
[LLVMdev] A weird, reproducable problem with MCJIT
...p of iain at codesourcery.com<mailto:iain at codesourcery.com> and andrew.kaylor at intel.com<mailto:andrew.kaylor at intel.com> we tracked the problem down to a bad relocation that was clobbering the first bytes of the eh_frame. I think this problem/solution may be OS X specific. On akaylor's suggestion I made the change below and my reproducable test case now compiles fine with MCJIT. As well, my Common Lisp code base now compiles using MCJIT - that's about 1,000 functions at one MCJIT module per function. In llvm/lib/ExecutionEngine/RuntimeDyld Index: RuntimeDyldImpl.h...
2013 Oct 15
1
[LLVMdev] A weird, reproducable problem with MCJIT
...the help of iain at codesourcery.com and andrew.kaylor at intel.com > we > tracked the problem down to a bad relocation that was clobbering > the > first bytes of the eh_frame.   I think this problem/solution may > be OS X > specific. > > On akaylor's suggestion I made the change below and my > reproducable test > case now compiles fine with MCJIT. > > As well, my Common Lisp code base now compiles using MCJIT - that's > about 1,000 > functions at one MCJIT module per function. > >...
2015 Sep 29
2
Fwd: buildbot failure in LLVM on clang-ppc64-elf-linux2
...lding cfe. Full details are available at: http://lab.llvm.org:8011/builders/clang-ppc64-elf-linux2/builds/19559 Buildbot URL: http://lab.llvm.org:8011/ Buildslave for this Build: chinook-clangslave2 Build Reason: scheduler Build Source Stamp: [branch trunk] 248769 Blamelist: aaronballman,adrian,akaylor,apilipenko,arsenm,dblaikie,djasper,djg,dsanders,escha,eugenis,matze,papin_g,prazek,reames,rnk,rtrieu,sanjoy,silvas,spatel,tra,weimingz BUILD FAILED: failed check-all_1 sincerely, -The Buildbot -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.o...
2015 Sep 29
3
Fwd: buildbot failure in LLVM on clang-ppc64-elf-linux2
...lf-linux2/builds/19559 > > > > Buildbot URL: http://lab.llvm.org:8011/ > > > > Buildslave for this Build: chinook-clangslave2 > > > > Build Reason: scheduler > > Build Source Stamp: [branch trunk] 248769 > > Blamelist: > > aaronballman,adrian,akaylor,apilipenko,arsenm,dblaikie,djasper,djg,dsanders,escha,eugenis,matze,papin_g,prazek,reames,rnk,rtrieu,sanjoy,silvas,spatel,tra,weimingz > > > > BUILD FAILED: failed check-all_1 > > > > sincerely, > > -The Buildbot > > > > > > > > > >...
2013 Aug 30
1
[LLVMdev] buildbot failure in LLVM on clang-amd64-openbsd
...1/builders/clang-amd64-openbsd/builds/1103 > > Buildbot URL: http://lab.llvm.org:8011/ > > Buildslave for this Build: openbsd-buildslave > > Build Reason: scheduler > Build Source Stamp: [branch trunk] 189664 > Blamelist: aaronballman,ab,adibiagio,adrian,ahatanak,ajbernal,akaylor,akirtzidis,alexfh,arnolds,arsenm,atrick,ayartsev,bwilson,carlokok,cdavis,chandlerc,chapuni,compnerd,ctopper,d0k,daenzer,dblaikie,ddunbar,delena,delesley,dgregor,dirty,djasper,dsanders,dvyukov,echristo,efriedma,enderby,enea,eugenis,faisalv,fangism,filcab,fjahanian,gribozavr,grosbach,hanm,hans,haoliu...
2015 Jan 26
2
[LLVMdev] [llvm] r188726 - Adding PIC support for ELF on x86_64 platforms
.... I had a quick chat with Tim Northover about this and our guess was that it had something to do with relocations being applied more than once? Cheers, Lang. On Mon, Aug 19, 2013 at 4:27 PM, Andrew Kaylor <andrew.kaylor at intel.com<mailto:andrew.kaylor at intel.com>> wrote: Author: akaylor Date: Mon Aug 19 18:27:43 2013 New Revision: 188726 URL: http://llvm.org/viewvc/llvm-project?rev=188726&view=rev Log: Adding PIC support for ELF on x86_64 platforms Modified: llvm/trunk/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp llvm/trunk/lib/ExecutionEngine/RuntimeDyld/RuntimeD...