Displaying 8 results from an estimated 8 matches for "www_subsubsect".
2013 Dec 02
3
[LLVMdev] Please update LDC references on LLVM website
...contents with
<li><a href="#LDC">LDC - the LLVM-based D Compiler</a></li>
and replace the existing section with
<div class="www_subsection">
<a name="LDC">LDC - the LLVM-based D Compiler</a>
</div>
<div class="www_subsubsection">
By the <a href="http://wiki.dlang.org/LDC/">LDC Community</a>
</div>
<div class="www_text">
<p><a href="http://dlang.org/">D</a> is a language with C-like syntax
and static
typing. It pragmatically combines e...
2013 Dec 03
0
[LLVMdev] Please update LDC references on LLVM website
...quot;#LDC">LDC - the LLVM-based D Compiler</a></li>
>
> and replace the existing section with
>
> <div class="www_subsection">
> <a name="LDC">LDC - the LLVM-based D Compiler</a>
> </div>
>
> <div class="www_subsubsection">
> By the <a href="http://wiki.dlang.org/LDC/">LDC Community</a>
> </div>
>
> <div class="www_text">
> <p><a href="http://dlang.org/">D</a> is a language with C-like syntax and
> static
> typ...
2013 Dec 03
1
[LLVMdev] Please update LDC references on LLVM website
...M-based D Compiler</a></li>
>>
>> and replace the existing section with
>>
>> <div class="www_subsection">
>> <a name="LDC">LDC - the LLVM-based D Compiler</a>
>> </div>
>>
>> <div class="www_subsubsection">
>> By the <a href="http://wiki.dlang.org/LDC/">LDC Community</a>
>> </div>
>>
>> <div class="www_text">
>> <p><a href="http://dlang.org/">D</a> is a language with C-like syntax and
>...
2013 Dec 03
2
[LLVMdev] Please update LDC references on LLVM website
...M-based D Compiler</a></li>
>>
>> and replace the existing section with
>>
>> <div class="www_subsection">
>> <a name="LDC">LDC - the LLVM-based D Compiler</a>
>> </div>
>>
>> <div class="www_subsubsection">
>> By the <a href="http://wiki.dlang.org/LDC/">LDC Community</a>
>> </div>
>>
>> <div class="www_text">
>> <p><a href="http://dlang.org/">D</a> is a language with C-like syntax and
>...
2013 Dec 03
0
[LLVMdev] Please update LDC references on LLVM website
.../li>
>>>
>>> and replace the existing section with
>>>
>>> <div class="www_subsection">
>>> <a name="LDC">LDC - the LLVM-based D Compiler</a>
>>> </div>
>>>
>>> <div class="www_subsubsection">
>>> By the <a href="http://wiki.dlang.org/LDC/">LDC Community</a>
>>> </div>
>>>
>>> <div class="www_text">
>>> <p><a href="http://dlang.org/">D</a> is a language with C...
2015 Mar 04
2
[LLVMdev] Google Summer of Code
Please provide a patch to Open Projects list.
On Wed, Mar 4, 2015 at 8:25 PM, Vassil Vassilev <vvasilev at cern.ch> wrote:
> On 17/02/15 09:47, Anton Korobeynikov wrote:
>>
>> John,
>>
>> Yes, I'm taking care about application as usual.
>
> I saw the the LLVM mentoring org was accepted. Congrats!
> Anton, could you tell me what is the procedure of
2015 Mar 09
2
[LLVMdev] Google Summer of Code
+Easily, some of the code snippets end up being copied dozens of
+times, which leads to worse maintainability, understandability and logical
+design.
The project description stresses code maintainability and logical design more than bug finding due to omissions in copy and pasted code. Reading this made me think of a check that would suggest people to replace copy and pasted code with a function
2015 Mar 11
2
[LLVMdev] Google Summer of Code
> On Mar 11, 2015, at 2:14 AM, Vassil Vassilev <vvasilev at cern.ch> wrote:
>
> On 10/03/15 19:13, Anna Zaks wrote:
>>
>>> On Mar 10, 2015, at 1:03 AM, Vassil Vassilev <vvasilev at cern.ch <mailto:vvasilev at cern.ch>> wrote:
>>>
>>> On 09/03/15 21:52, Anna Zaks wrote:
>>>>
>>>> +Easily, some of the code