search for: connexi

Displaying 6 results from an estimated 6 matches for "connexi".

Did you mean: connex
2003 Oct 22
7
Is the X100P a WinModem?
...It would seem like this kind of board would be exactly what was needed to provide a FXO port, assuming it can do full duplex operations, which it should since data calls are full duplex.... The picture isn't quite high enough quality to read the chip specs... It sorta looks likea Winbound or Connexiant silkscreen.... So is that thing a winmodem with a different PCI identifier? -- Ethan (Tele Monster)
2011 Sep 29
0
[LLVMdev] Instrumenting C/C++ programs
...s mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > > > > -- > With Best Regards, > > =========================================== > Eyasu Getyahun > > 1 Fusionopolis way, #08-10 Connexis North Tower > Singapore 138632, Singapore > Mobile: +393279239907 > Office: +65 6591 9090 > ================================== > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > h...
2011 Sep 29
2
[LLVMdev] Instrumenting C/C++ programs
..._________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > -- *With Best Regards, =========================================== Eyasu Getyahun* 1 Fusionopolis way, #08-10 Connexis North Tower Singapore 138632, Singapore Mobile: +393279239907 Office: +65 6591 9090 *================================== * -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110929/0899079b/attachment.html>
2011 Nov 17
1
[LLVMdev] Instrumenting C/C++ programs
...>> <http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev> >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >> >> > > > -- > *With Best Regards, > > =========================================== > Eyasu Getyahun* > > 1 Fusionopolis way, #08-10 Connexis North Tower > Singapore 138632, Singapore > Mobile: +393279239907 > Office: +65 6591 9090 > *================================== > * > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu <http://llvm.cs.uiu...
2011 Sep 29
0
[LLVMdev] Instrumenting C/C++ programs
The patch file is a diff file generated by "svn diff". It is about other modifications such as adding some lines to make files to make the added .c and .cpp files compiled. You may apply the patch file to LLVM source code by using a "patch" command or make the changes manually by reading the patch file. Xiaoming On Wed, Sep 28, 2011 at 6:05 AM, Himanshu Shekhar
2011 Sep 28
2
[LLVMdev] Instrumenting C/C++ programs
Hey Xiaoming, Thanks for those source codes. Can you please explain what this llvm-memory-profiling.patch does ? Thanks, Himanshu On Wed, Sep 28, 2011 at 6:49 AM, xiaoming gu <xiaoming.gu at gmail.com> wrote: > Hi, Himanshu. I once wrote an LLVM IR-based memory profiling > pass. Basically, I followed the code for EdgeProfiling. The source code is > enclosed here, which worked