In principle, having a Wiki like this would be valuable. In practice,
I think there will need to be some sanity checking to make sure
incorrect or misleading information is not added to it.
The old Wiki below isn't up any more. We can set one up on llvm.org.
--Vikram
Associate Professor, Computer Science
University of Illinois at Urbana-Champaign
http://llvm.org/~vadve
On Mar 11, 2009, at 8:56 AM, Gordon Henriksen wrote:
> Reid Spencer had set one up at one point, but it never got much
> traction. It seems to be broken at the moment:
>
> http://wiki.llvm.org/
>
> On 2009-03-11, at 02:22, someguy wrote:
>
>> Hi all,
>>
>> I'm pretty new to LLVM and am slowly learning the code-base and
>> architecture, mostly as a result of my efforts to implement a target
>> backend.
>>
>> There are a number of resources (read: documents) available which
>> deal
>> with some parts of backend development (and LLVM development in
>> general), but sadly they are not at all comprehensive.
>>
>> I'd like to propose that a wiki be made available so that people
who
>> work out how to do stuff can document their findings. I'd like to
see
>> sections devoted to frontend, backend and misc. pass implementation,
>> with both explanations of how LLVM works under the hood, and
>> 'recipes'
>> for common tasks/issues.
>>
>> For example, I would be more than happy to write up a set of howtos
>> for the various questions and tasks I've encountered during my
>> backend
>> development, ranging from a 'What's the bare minimum?' to
more
>> complex
>> issues like 'Implementing conditional branching' and
'calling
>> conventions', 'emitting binary (object) code' etc.
>>
>> Thoughts?
>>
>> someguy
>> _______________________________________________
>> LLVM Developers mailing list
>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev