search for: cee

Displaying 20 results from an estimated 74 matches for "cee".

Did you mean: ce
2007 Nov 04
1
[LLVMdev] [Bug 1769] Should remove the -cee pass
On 11/4/07, bugzilla-daemon at cs.uiuc.edu <bugzilla-daemon at cs.uiuc.edu> wrote: > --- Comment #1 from Chris Lattner <sabre at nondot.org> 2007-11-04 11:45:00 --- > The release notes say "The -cee pass is known to be buggy, and may be removed > in a future release.". I think we should just do it. Oops, I should have read the "known problems" section of the release notes, not just the improvements section. The -cee pass presents interest to me, because I intend to develop...
2007 Feb 28
0
IOError problem
...onnection_specification.rb:262:in `log_connections'' 20070228-13:36:12 (9128) /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.4/lib/active_record/connection_adapters/abstract/connection_specification.rb:51:in `allow_concurrency='' 20070228-13:36:12 (9128) /usr/local/www/data/cee/public/../config/../vendor/plugins/backgroundrb/server/lib/backgroundrb/worker_rails.rb:20:in `initialize'' 20070228-13:36:12 (9128) /usr/local/www/data/cee/public/../config/../vendor/plugins/backgroundrb/server/lib/backgroundrb/middleman.rb:211:in `new'' 20070228-13:36:12 (9128)...
2006 Mar 17
2
[LLVMdev] Stupid '-load-vn -licm' question (LLVM 1.6)
...39;m just trying to figure out what's going on. :-) > > Ah! The backend is running -lowerswitch, which does a binary search of the > case labels (even when there's only two of them). yup > If I run -lowerswitch manually, though, I *do* get some very nice results out > of -cee. :-) It's automatically killing some backtrack nodes in my CFG, which > is a big (and unexpected) win. Great. Note that -cee is a beta pass... it has some known bugs and isn't planned to be worked on in the immediate future. :( > Overall, I'm extremely impressed with the LLVM...
2008 Jan 27
2
[LLVMdev] RFC: CEE Pass
Hi all, Pursuant to http://llvm.org/bugs/show_bug.cgi?id=1769 , I'm going to remove the CEE pass, which includes the Transforms/Scalar/ CorrelatedExprs.cpp file. If anyone has any objections to removing this pass and/or file, please speak now. Thanks! -bw
2006 Mar 19
0
[LLVMdev] Stupid '-load-vn -licm' question (LLVM 1.6)
On Mar 17, 2006, at 12:19 PM, Chris Lattner wrote: > Great. Note that -cee is a beta pass... it has some known bugs and > isn't planned to be worked on in the immediate future. :( After a bit of digging, I found one open bug and two failing test cases, all of which appear to be feature requests: #217: LLVM needs a generic dominator update mechanism null...
2018 Mar 06
0
Multiple Volumes over diffrent Interfaces
Hi, I'm trying to create two gluster volumes over two nodes with two seperate networks: The names are in the hosts file of each node: root at gluster01 :~# cat /etc/hosts 127.0.0.1 localhost 127.0.1.1 gluster01.peiker-cee.de gluster01 10.0.2.54 gluster02g1.peiker-cee.de gluster02g1 10.0.7.54 gluster02g2.peiker-cee.de gluster02g2 10.0.2.53 gluster01g1.peiker-cee.de gluster01g1 10.0.7.53 gluster01g2.peiker-cee.de gluster01g2 Then I peer: root at gluster01 :~# gluster...
2008 Jan 27
0
[LLVMdev] RFC: CEE Pass
On Jan 26, 2008, at 9:49 PM, Bill Wendling wrote: > Hi all, > > Pursuant to http://llvm.org/bugs/show_bug.cgi?id=1769 , I'm going to > remove the CEE pass, which includes the Transforms/Scalar/ > CorrelatedExprs.cpp file. If anyone has any objections to removing > this pass and/or file, please speak now. Go for it, thanks! -Chris
2003 Nov 17
1
Updated Asterisk-NL
...39;d say) and the patch file (to current CVS) for Asterisk-in-Dutch. As far as I can tell, all of the grammar work is now in - if anyone has feedback to share, please do so before I spend lots of time cleaning up the patches so they can be integrated back. http://www.tric.nl/nl/Asterisk Regards, Cees -- Cees de Groot http://www.tric.nl <cg@tric.nl> tric, the new way helpdesk/ticketing software, VoIP/CTI, web applications, custom development
2004 Aug 06
3
ices 0.3 released
...e to a format that 90% > > of the applications/embedded systems don't yet support. > > I'm sorry, but >90% of software does support Ogg. You mean all those embedded hardware platforms with dedicated MP3 decoders on them? Maybe if you're on a pee-cee and want to download winamp/xmms, then yes. -D -- If it wasn't for my horse, I wouldn't have spent that year in college. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'ic...
2008 May 07
4
[LLVMdev] Missing passes
Hi, I was evaluating all transformation passes and noticed a few things. In particular, I found three passes in the documentation that I can't seem to find any code for. Where these removed? Lower GC intrinsics, for GCless code generators (-lowergc) Correlated Expression Elimination (-cee) Lower select instructions to branches (-lowerselect) Additionally, I found the following passes for which no documentation was present: createGVExtractionPass() createStructRetPromotionPass() createStripDeadPrototypesPass() createJumpThreadingPass() createMemCpyOptPass() createLoopDeletio...
2004 Sep 23
1
PRI(E1) Call recording with Digium cards?
...whether it is possible to do call logging for call center environments at a lower budget than the usual $1000 per channel. Afaik, with PRI this is possible through a high-impendance Y connection, but I wonder whether this would work with the Zapata cards. Anyone ever tried this? Regards, Cees -- XP SP2 can cause cancer in rats
2006 Mar 17
0
[LLVMdev] Stupid '-load-vn -licm' question (LLVM 1.6)
...lem or anything; I'm just trying to figure out > what's going on. :-) Ah! The backend is running -lowerswitch, which does a binary search of the case labels (even when there's only two of them). If I run -lowerswitch manually, though, I *do* get some very nice results out of -cee. :-) It's automatically killing some backtrack nodes in my CFG, which is a big (and unexpected) win. Overall, I'm extremely impressed with the LLVM optimizer framework-- even when it does something weird, it's easy to dive in and read the code. In the past, I've spent months w...
2007 Mar 12
4
R for copying and pasting selected image files?
..._________ Kim Milferstedt University of Illinois at Urbana-Champaign Department of Civil and Environmental Engineering 4125 Newmark Civil Engineering Laboratory 205 North Mathews Avenue MC-250 Urbana, IL 61801 USA phone: (001) 217 333-9663 fax: (001) 217 333-6968 email: milferst at uiuc.edu http://cee.uiuc.edu/research/morgenroth
2021 Sep 17
1
Repo for RHEL docs in CentOS Stream
Hey folks, I'm following up after a meeting with Rich, Karsten, and others, where we discussed next steps towards setting up a mirror of https://gitlab.cee.redhat.com/red-hat-enterprise-linux-documentation/rhel-8-docs at https://gitlab.com/redhat/centos-stream/docs Interesting question came up - how should the repo be named? Considering that all "redhat", "centos stream", and "docs" are already in the URL, we briefly d...
2017 Nov 02
2
corrupted db after upgrading to 4.7
...; in CN=Willy Gaspard,OU=CPAS,OU=MUSERS,DC=contoso,DC=com for link member in CN=cpas_smd,OU=CPAS,OU=MGROUPS,DC=contoso,DC=com Not removing orphaned backlink memberOf ERROR: missing backlink attribute 'memberOf' in CN=Marine Mathias,OU=AC,OU=MUSERS,DC=contoso,DC=com for link member in CN=cee_03,OU=AC,OU=MGROUPS,DC=contoso,DC=com ...... Not removing orphaned backlink memberOf ERROR: missing backlink attribute 'memberOf' in CN=Sabine Dillien,OU=AC,OU=MUSERS,DC=contoso,DC=com for link member in CN=cee,OU=AC,OU=MGROUPS,DC=contoso,DC=com Not fixing missing backlink memberOf ERROR:...
2007 Sep 17
2
removing a specific number of digist from a character string
..._________ Kim Milferstedt University of Illinois at Urbana-Champaign Department of Civil and Environmental Engineering 4125 Newmark Civil Engineering Laboratory 205 North Mathews Avenue MC-250 Urbana, IL 61801 USA phone: (001) 217 333-9663 fax: (001) 217 333-6968 email: milferst at uiuc.edu http://cee.uiuc.edu/research/morgenroth
2003 Nov 29
14
* Party in Paris
I'm coming to Paris Dec 19. I was wondering if there was any interest in having an Asterisk get together in Paris sometime near there. Any one out there interested? Anyone in Paris who could help organize something like that? :) Mark
2017 Nov 02
0
corrupted db after upgrading to 4.7
...,OU=CPAS,OU=MUSERS,DC=contoso,DC=com for link member in > CN=cpas_smd,OU=CPAS,OU=MGROUPS,DC=contoso,DC=com > Not removing orphaned backlink memberOf > ERROR: missing backlink attribute 'memberOf' in CN=Marine > Mathias,OU=AC,OU=MUSERS,DC=contoso,DC=com for link member in > CN=cee_03,OU=AC,OU=MGROUPS,DC=contoso,DC=com > ...... > Not removing orphaned backlink memberOf > ERROR: missing backlink attribute 'memberOf' in CN=Sabine > Dillien,OU=AC,OU=MUSERS,DC=contoso,DC=com for link member in > CN=cee,OU=AC,OU=MGROUPS,DC=contoso,DC=com > Not fixing miss...
2006 Oct 23
6
nested if/else very slow, more efficient ways?
..._________ Kim Milferstedt University of Illinois at Urbana-Champaign Department of Civil and Environmental Engineering 4125 Newmark Civil Engineering Laboratory 205 North Mathews Avenue MC-250 Urbana, IL 61801 USA phone: (001) 217 333-9663 fax: (001) 217 333-6968 email: milferst at uiuc.edu http://cee.uiuc.edu/research/morgenroth
2006 Mar 17
3
[LLVMdev] Stupid '-load-vn -licm' question (LLVM 1.6)
On Mar 16, 2006, at 8:47 PM, Chris Lattner wrote: > On Thu, 16 Mar 2006, Eric Kidd wrote: >> The duplicate loads appear at the top of the %regex6 and %regex2 >> blocks below. I've tried various alias analysis implementations >> either alone or in combination. > > LICM doesn't remove common subexpressions, also -load-vn doesn't > affect LICM. Try