search for: duchateau

Displaying 5 results from an estimated 5 matches for "duchateau".

2008 Jun 06
3
[LLVMdev] Data dependence analysis
...endencies aren't supported yet. I focused on the main part - an algorithm that checks for dependence given two instructions. It uses alias analysis info and some techniques from the Allen & Kennedy book (ZIV test, strong SIV test, Banerjee test, simpler form of the Delta test). Alexandre X. Duchateau and Albert Sibelnik added the Omega test based on the Omega library. I am going to go the Developer Policy's way and work incrementally with your feedback. What do you think of the following work plan? 1. Think of possible clients of the analysis and gather their requirements. 2. Design anal...
2002 Jun 03
1
can't log into domain(samba PDC) with client(win2k)
Hy there! I set up samba as an PDC server for our network. All the clients are running windows 2000. I created the Linux users and the machine accounts. then set the whole thing up into sambas passwd file. I can access the shares over the "normal" workgroup part. But as soon as I want to access the domain, I get the error that the username and/or password is wrong.... Can somebody
2016 Nov 14
0
FreeBSD Quarterly Status Report - Third Quarter 2016
...___________________________________________________ LXQt on FreeBSD Links FreeBSD LXQt Project URL: https://wiki.FreeBSD.org/LXQt LXQt Project URL: http://lxqt.org/ LXQt Development Repository URL: https://www.assembla.com/spaces/lxqt/subversion/source Contact: Olivier Duchateau <olivierd at FreeBSD.org> Contact: Jesper Schmitz Mouridsen <jesper at schmitz.computer> LXQt is the Qt port of and the upcoming version of LXDE, the Lightweight Desktop Environment. It is the product of a merge between the LXDE-Qt and Razor-qt projects. The porting eff...
2016 Nov 14
0
FreeBSD Quarterly Status Report - Third Quarter 2016
...___________________________________________________ LXQt on FreeBSD Links FreeBSD LXQt Project URL: https://wiki.FreeBSD.org/LXQt LXQt Project URL: http://lxqt.org/ LXQt Development Repository URL: https://www.assembla.com/spaces/lxqt/subversion/source Contact: Olivier Duchateau <olivierd at FreeBSD.org> Contact: Jesper Schmitz Mouridsen <jesper at schmitz.computer> LXQt is the Qt port of and the upcoming version of LXDE, the Lightweight Desktop Environment. It is the product of a merge between the LXDE-Qt and Razor-qt projects. The porting eff...
2008 Mar 15
4
[LLVMdev] Array Dependence Analysis
As part of the advanced compilers course semester project (at UIUC), we are starting to implement array dependence analysis for LLVM. As of now we are considering GCD and Banerjee tests. Any suggestion on features, tests and/or interface are welcome. Our deadline is at the beginning of may so hopefully by then we will have a working prototype to submit. -- Alexandre X. Duchâteau & Albert