1 Programming Documentation
\r
2 =========================
\r
4 For developers of applications which use LLVM as a library.
\r
12 HowToSetUpLLVMStyleRTTI
\r
17 ScudoHardenedAllocator
\r
22 Information about LLVM's concurrency model.
\r
24 :doc:`ProgrammersManual`
\r
25 Introduction to the general layout of the LLVM sourcebase, important classes
\r
26 and APIs, and some tips & tricks.
\r
29 LLVM-specific extensions to tools and formats LLVM seeks compatibility with.
\r
32 Provides information on using the command line parsing library.
\r
34 :doc:`HowToSetUpLLVMStyleRTTI`
\r
35 How to make ``isa<>``, ``dyn_cast<>``, etc. available for clients of your
\r
38 :doc:`ExtendingLLVM`
\r
39 Look here to see how to add instructions and intrinsics to LLVM.
\r
42 A library for writing in-process guided fuzzers.
\r
45 Information on writing and using Fuzzers to find bugs in LLVM.
\r
47 :doc:`ScudoHardenedAllocator`
\r
48 A library that implements a security-hardened `malloc()`.
\r
51 A command line option for debugging optimization-induced failures.
\r
54 A sampled heap memory error detection toolkit designed for production use.