search for: objectivec

Displaying 19 results from an estimated 19 matches for "objectivec".

Did you mean: objective
2012 Jan 24
3
[LLVMdev] load widening conflicts with AddressSanitizer
.... > > > Asan will not work for Fortran and Ada anyway (at least, out of the box). > I am not even sure that anything like asan is needed for Ada (it has bounds > checking built-in, the dynamic memory allocation is much more restrictive). > The tool is rather specific to C/C++ (and ObjectiveC probably, although we have > almost no tests for ObjectiveC, nor much knowledge in it). > Yes, the IR transformations are done on the LLVM level, but the asan run-time > library heavily depends on the C/C++ semantics and even implementation, > and you can't really separate the asan...
2012 Jan 24
0
[LLVMdev] load widening conflicts with AddressSanitizer
...fectly > valid in LLVM IR. Asan will not work for Fortran and Ada anyway (at least, out of the box). I am not even sure that anything like asan is needed for Ada (it has bounds checking built-in, the dynamic memory allocation is much more restrictive). The tool is rather specific to C/C++ (and ObjectiveC probably, although we have almost no tests for ObjectiveC, nor much knowledge in it). Yes, the IR transformations are done on the LLVM level, but the asan run-time library heavily depends on the C/C++ semantics and even implementation, and you can't really separate the asan instrumentation pass...
2002 Apr 20
0
14676 100% 0.00kB/s 0:00:00
...irrors/developer.apple.com/techpubs/macosx/System/Documentation/Developer/YellowBox/TasksAndConcepts/JavaTutorial/JavaTutorialConcepts-1.gif 8778 100% 0.00kB/s 0:00:00 home/httpd/html/mirrors/developer.apple.com/techpubs/macosx/System/Documentation/Developer/YellowBox/TasksAndConcepts/ObjectiveC/coreobjc.htm 99105 100% 68.06kB/s 0:00:01 home/httpd/html/mirrors/developer.apple.com/techpubs/macosx/System/Documentation/Developer/YellowBox/TasksAndConcepts/ObjectiveC/grammar.htm 12976 100% 0.00kB/s 0:00:00 home/httpd/html/mirrors/developer.apple.com/techpubs/macosx/Sys...
2012 Jan 24
0
[LLVMdev] load widening conflicts with AddressSanitizer
...> Asan will not work for Fortran and Ada anyway (at least, out of the box). >> I am not even sure that anything like asan is needed for Ada (it has bounds >> checking built-in, the dynamic memory allocation is much more restrictive). >> The tool is rather specific to C/C++ (and ObjectiveC probably, although we have >> almost no tests for ObjectiveC, nor much knowledge in it). >> Yes, the IR transformations are done on the LLVM level, but the asan run-time >> library heavily depends on the C/C++ semantics and even implementation, >> and you can't really se...
2012 Jan 24
2
[LLVMdev] load widening conflicts with AddressSanitizer
Hi Kostya, > On Tue, Jan 24, 2012 at 1:23 AM, Duncan Sands <baldrick at free.fr > <mailto:baldrick at free.fr>> wrote: > > Hi Kostya, > > > [resurrecting an old mail thread about AddressSanitizer false positive > caused by > > load widening] > > > > Once the Attribute::AddressSafety is set by clang (a separate
2008 May 19
1
[LLVMdev] Assembling the output of llc
...being put in the right places when constructing "$stub" and "$non_lazy_ptr" names, they should look like this: "L(complicated<expression>)$non_lazy_ptr" with the quotes outside. This hasn't come up before because the only places quotes occur now is in ObjectiveC names which don't use stubs or non-lazy pointers. I guess it ought to work, though, shouldn't be hard.
2012 Jan 24
0
[LLVMdev] load widening conflicts with AddressSanitizer
...out of the box). > I am not even sure that anything like asan is needed for > Ada (it has bounds > checking built-in, the dynamic memory allocation is much > more restrictive). > The tool is rather specific to C/C++ (and ObjectiveC > probably, although we have > almost no tests for ObjectiveC, nor much knowledge in it). > Yes, the IR transformations are done on the LLVM level, > but the asan run-time > library heavily depends on the C/C++ semantics and...
2008 Mar 30
0
[LLVMdev] [Proposal] GSoC 2008 project proposal for improving the llvm-test testsuite
...of libraries and header files of a virtual machine > and has a GCC-front end in which C/C++ programs can be compiled into LLVM > bitcode. How about: LLVM[2] is a set of libraries and tools for code optimization, including a a virtual machine and a GCC-front end capable of compiling C, C++, ObjectiveC, Ada and Fortran programs. > The aim of this project is to improve the testsuite[3] of LLVM, which is an improve the testsuite[3] of LLVM -> improve the LLVM testsuite[3] > extremely useful task. In general it is a bad idea to make this kind of unsupported claim: saying that something...
2012 Jan 24
5
[LLVMdev] load widening conflicts with AddressSanitizer
...d Ada anyway (at least, out of the box). >>> I am not even sure that anything like asan is needed for Ada (it has >>> bounds >>> checking built-in, the dynamic memory allocation is much more >>> restrictive). >>> The tool is rather specific to C/C++ (and ObjectiveC probably, although >>> we have >>> almost no tests for ObjectiveC, nor much knowledge in it). >>> Yes, the IR transformations are done on the LLVM level, but the asan >>> run-time >>> library heavily depends on the C/C++ semantics and even implementation...
2011 Jun 03
1
[LLVMdev] Thinking about "whacky" backends
Am 01.06.2011 23:25, schrieb Nate Fries: > That said, it seems like it ought to be possible to do the same thing > by emitting bitcode for all supported platform/arch combinations Wait... is bitcode not platform-agnostic? I thought it is. > and > compressing them in an archive, then decompressing and either > interpreting or JIT-compiling the appropriate bitcode for the >
2011 Jun 03
0
CKEditor + CarrierWave
someone already used the CarrierWave for do uploads with CKEditor? I''m looking for a tutorial or some information about how do it. Thanks! -- *Fernando Aureliano* -------------------------------------------------------------- [iOSDeveloper] - *ObjectiveC* [WebDesigner] - *CSS3&HTML5* *[WebDeveloper] - RubyOnRails* *-------------------------------------------------------------- * [portfolio] <http://www.fernandoaureliano.com> - [blog]<http://www.fernandoaureliano.com/> - [personal blog] <http://www.obsessivocompulsivo.com/> -...
2008 May 19
0
[LLVMdev] Assembling the output of llc
Anton Korobeynikov wrote: > Hello Talin, > >> Yes exactly. I'm on OS X (x86), and I'm not specifying a target - I >> assumed that it would choose sensible defaults... >> > Could you please provide a .bc testcase? There can be multiple issues, > but at the first glance it seems, that names were not properly mangled. > I've created bug
2008 May 18
2
[LLVMdev] Assembling the output of llc
Hello Talin, > Yes exactly. I'm on OS X (x86), and I'm not specifying a target - I > assumed that it would choose sensible defaults... Could you please provide a .bc testcase? There can be multiple issues, but at the first glance it seems, that names were not properly mangled. -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg
2005 Dec 21
1
[LLVMdev] Struct Types and GCC compatibility
...ignment of its elements, and the size of the struct is always a multiple > of the alignment. > Okay that sounds reasonable I think its pretty close to what GCC has by default of course I've never compeletely figured out GCC struct packing it seems to be more exceptions then rules, the Gnu ObjectiveC runtime has code to determine the packing at runtime from a string type definition btw I don't think its complete though. I'll go ahead and go with the default for the time being. It was more of a long term issue then short term i.e later integration with C/C++ . I'm going to try and...
2008 Mar 30
2
[LLVMdev] [Proposal] GSoC 2008 project proposal for improving the llvm-test testsuite
Hello every body, With the ideas and suggestions that I got from you all I came up with the proposal for the project of improving the llvm-test testsuite. I am posting my proposal here, if you have any feedback(anything to be added or anything to be removed ) please let me know, so that I can improve the proposal before I upload it in Google web app. Thanks in advance.! Regarda, Rjika *Proposal
2005 Dec 20
0
[LLVMdev] Struct Types and GCC compatibility
On Tue, 20 Dec 2005, Mike Emmel wrote: > Hi all I'm writing a direct llvm backend for gcjx a new java fronted for gcc. Great! > I'm now ready to tackle creating the structures to represnt classes I > read the gcc 4.0 patches and it seems that the llvm struct is padded > and aligned using the info from the gcc tree. Yes. > In my case I don't have this information.
2005 Dec 20
2
[LLVMdev] Struct Types and GCC compatibility
Hi all I'm writing a direct llvm backend for gcjx a new java fronted for gcc. I'm now ready to tackle creating the structures to represnt classes I read the gcc 4.0 patches and it seems that the llvm struct is padded and aligned using the info from the gcc tree. In my case I don't have this information. I'm willing to intially let llvm align and pad the struct but its not clear
2005 Jan 19
1
build klibc with gcc 2.96 fails
...Support ANSI C trigraphs -lang-c Assume that the input sources are in C -lang-c89 Assume that the input sources are in C89 -lang-c++ Assume that the input sources are in C++ -lang-objc Assume that the input sources are in ObjectiveC -lang-objc++ Assume that the input sources are in ObjectiveC++ -lang-asm Assume that the input sources are in assembler -lang-chill Assume that the input sources are in Chill -+ Allow parsing of C++ style features -w...
2008 May 05
14
[poll] What was your primary language before you started coding in Ruby?
This is an informal poll. If you are primarily a Ruby programmer, - What was your primary language before you started coding in Ruby? Else, - What''s your current programming language of choice? I''ll start: Perl -------------- next part -------------- An HTML attachment was scrubbed... URL: