search for: pritty

Displaying 20 results from an estimated 23 matches for "pritty".

Did you mean: pretty
2007 Nov 25
0
[LLVMdev] OCaml
...his and similar ideas? What is the > easiest > way to interface a front-end written in OCaml with an LLVM backend? There are some ocaml bindings in CVS by Gordon Henriksen :- http://llvm.org/viewvc/llvm-project/llvm/trunk/bindings/ocaml/ Dont know anything about them but they seem pritty extensive. Aaron
2005 Jun 30
4
[LLVMdev] X86AsmPrinter + MASM and NASM backends
I have "refactored" the X86AsmPrinter into a number of files ready for the MASM and NASM backends to be added. There is a new namespace llvm::X86 to replace the anomonous namespace as this does not work accross mutiple .h and .cpp files. Other than that everything is pritty straight forward, t may possibly need tweeking though. It has been built under MS VS2003, but I am not sure how to add it to the makefiles for the Cygwin and Linux platforms, help on this would be appreciated. Afaik there are no specific tests for the X86AsmPrinter. If not it would be good to cre...
2003 Jul 07
2
Mediacast1 yp dir update
Mediacast1/Caster Club have updated their yp stream directory software. Looks good. http://yp.icecast.net Ross. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe
2003 Jul 07
2
Mediacast1 yp dir update
Mediacast1/Caster Club have updated their yp stream directory software. Looks good. http://yp.icecast.net Ross. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe
2007 Nov 25
2
[LLVMdev] OCaml
...C functions with OCaml bindings to exchange s- expressions. This is clumsy but it works at least. > There are some ocaml bindings in CVS by Gordon Henriksen :- > > http://llvm.org/viewvc/llvm-project/llvm/trunk/bindings/ocaml/ > > Dont know anything about them but they seem pritty extensive. You can find them in $LLVM_HOME/bindings/ocaml. According to their author they are not yet complete enough for a full front end but when I looked at them some weeks ago they seemed to already cover the code generation part completely. HTH, Jan
2007 Feb 28
1
[LLVMdev] Building LLVM and LLVM-GCC4 on Cygwin
...not support RLIMIT_RSS. There are 'make check' results here :- http://www.aarongray.org/LLVM/check.txt The summary :- === Summary === # of expected passes 1620 # of unexpected failures 136 # of unexpected successes 1 # of expected failures 19 Pritty rag tailed quite a few complaits and it also ended with errors. There are build instructions here :- http://www.aarongray.org/LLVM/BuildingLLVMonCygwin.html Be aware with these timing errors Cygwin is not a solid development or build platform at present. Release build coming soon :) Re...
2005 Jun 30
0
[LLVMdev] X86AsmPrinter + MASM and NASM backends
...NASM backends I have "refactored" the X86AsmPrinter into a number of files ready for the MASM and NASM backends to be added. There is a new namespace llvm::X86 to replace the anomonous namespace as this does not work accross mutiple .h and .cpp files. Other than that everything is pritty straight forward, t may possibly need tweeking though. It has been built under MS VS2003, but I am not sure how to add it to the makefiles for the Cygwin and Linux platforms, help on this would be appreciated. Afaik there are no specific tests for the X86AsmPrinter. If not it would be good to...
2015 Sep 02
3
sieve filtering utf 8 strings
Guys, I'm completely stuck, so asking for advice. My user has a sieve script which checks message header if it contains words in russian like '???? ???????????? ?????????'. Pritty simple script # rule:[??????????] if allof (header :contains "subject" "LDS (robot): ???? ???????????? ?????????", header :contains "from" "noreply at bgoperator.com") { fileinto "??????????"; } I don't have errors compiling the script o...
2005 May 12
2
[LLVMdev] Cygwin binaries
...seem to get GCC 3.4.3 built on CygWin now, when I had it built before. Been trying all day to get it to work maybe I will crack it tomorrow as I have had enough for today. >Here are my instructions to compile the cfe: >[snip] Wow, thats quite some set of fixes to preform, looks like it is pritty "broken". Okay, hopefully I get GCC 3.4.3 built properly again tommorrow and can try it. Many thanks, Aaron
2007 Nov 25
9
[LLVMdev] OCaml
Hi! I just took another look at the LLVM project and it has come along in leaps and bounds since I last looked. I've been working through the (awesome!) tutorial and am now really hyped about the project. I am particularly interested in using LLVM to write compilers for OCaml-like languages in OCaml-like languages. This requires some core functionality that would be generically useful:
2005 Jun 30
3
[LLVMdev] X86AsmPrinter + MASM and NASM backends
...M backends I have "refactored" the X86AsmPrinter into a number of files ready for the MASM and NASM backends to be added. There is a new namespace llvm::X86 to replace the anomonous namespace as this does not work accross mutiple .h and .cpp files. Other than that everything is pritty straight forward, t may possibly need tweeking though. It has been built under MS VS2003, but I am not sure how to add it to the makefiles for the Cygwin and Linux platforms, help on this would be appreciated. Afaik there are no specific tests for the X86AsmPrinter. If not it would be goo...
2001 Feb 26
3
status of undelete
Months ago there was a thread here about the implementation of a simple undelete-function (i.e: dont delete files, but move them to a folder). Is this this still a relevant idea or has this feature low priority ? thanx, peter ps: anyone knows about a 3rd-party software (propably on nt-side) that implements such a feature ? -- mag. peter pilsl phone: +43 676 3574035 fax : +43 676 3546512
2005 Jul 01
0
[LLVMdev] X86AsmPrinter + MASM and NASM backends
...uot;refactored" the X86AsmPrinter into a number of files ready for > the MASM and NASM backends to be added. Nice! > There is a new namespace llvm::X86 to replace the anomonous namespace as > this does not work accross mutiple .h and .cpp files. Other than that > everything is pritty straight forward, t may possibly need tweeking > though. Ok, here are my requests. Overall the code looks really good. I would appreciate it if you could make the following changes: 1. At the top of the X86AsmPrinter.cpp file, you note that the code was refactored. The comments should...
2005 May 12
0
[LLVMdev] Cygwin binaries
Hi Aaron, Sorry for the delay. Please be aware, that these instructions has not been used lately. However, I'll try to follow up on your questions. Here are my instructions to compile the cfe: 5. Configure, build, and install the C front-end: a. Before configure: export CPPFLAGS="-D__MINGW32__ " ?export LDFLAGS=-Wl,-no-keep-memory"
2009 Mar 16
0
[LLVMdev] MachO and ELF Writers/MachineCodeEmitters arehard-codedinto LLVMTargetMachine
> Sorry, I disagree actually the MachineCodeEmitter or the > 'MachineCodeWritter' does not do any file handling at all. Do look at the > code for the MachineCodeWritter and you will see it only writes to memory > and if it reaches the end of the allotted memory I believe higher ordered > logic reallocates a larget buffer and starts again from scratch. This could > be
2005 May 13
0
[LLVMdev] Cygwin binaries
...on CygWin now, when I had it >built before. Been trying all day to get it to work maybe I will crack it >tomorrow as I have had enough for today. > >>Here are my instructions to compile the cfe: >>[snip] > >Wow, thats quite some set of fixes to preform, looks like it is pritty >"broken". > >Okay, hopefully I get GCC 3.4.3 built properly again tommorrow and can try >it. > >Many thanks, > >Aaron > > >_______________________________________________ >LLVM Developers mailing list >LLVMdev at cs.uiuc.edu http://llvm.cs...
2009 Mar 16
1
[LLVMdev] MachO and ELF Writers/MachineCodeEmitters arehard-codedinto LLVMTargetMachine
> Sorry, I disagree actually the MachineCodeEmitter or the > 'MachineCodeWritter' does not do any file handling at all. Do look at the > code for the MachineCodeWritter and you will see it only writes to memory > and if it reaches the end of the allotted memory I believe higher ordered > logic reallocates a larget buffer and starts again from scratch. This could > be
2006 Feb 01
9
(newby) Is PING a good indicator of latency?
As the subject line says: Is PING a good indicator of network latency? If not, how can I measure latency? Thanks, Cosmin Prund
2005 May 09
3
[LLVMdev] Cygwin binaries
>>Does anyone know a source for a pre-built version of the same? > >To my knowledge there is no pre-built version of the cfe. See following link for CFE :- http://illuvium.com/download/ It maybe a bit out of date. I believe the CFE maybe broken at the moment, at least the Cygwin nightly test reports that it is broken and I believe this is the same thing ?
2015 Sep 03
0
sieve filtering utf 8 strings
Op 9/2/2015 om 5:03 PM schreef Sergey Schwartz: > Guys, > > I'm completely stuck, so asking for advice. > My user has a sieve script which checks message header if it contains > words in russian like '???? ???????????? ?????????'. > > Pritty simple script > > # rule:[??????????] > if allof (header :contains "subject" "LDS (robot): ???? ???????????? > ?????????", header :contains "from" "noreply at bgoperator.com") > { > fileinto "??????????"; > } > > I don...