X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FProgrammersManual.html;h=464618aa37af24cfbb5acb942c15427290c6a729;hb=ca6aa2f70ca1325d8cc4af3d6a7d99ab693e5456;hp=b539e34d73e47db1b9bd66054eb19bc20df13167;hpb=9355b479c36a857b44862e8a4621f963b2991aef;p=oota-llvm.git diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index b539e34d73e..464618aa37a 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -1,847 +1,2243 @@ - -LLVM Programmer's Manual + + + + LLVM Programmer's Manual + + + + +
+ LLVM Programmer's Manual +
- - - - - -
  LLVM Programmer's Manual
-
    -
  1. Introduction +
  2. Introduction
  3. General Information - -
  4. The Core LLVM Class Heirarchy - +
  5. -III.1 Useful links that introduce the STL -III.2 isa<>, cast<>, dyn_cast<> -III.3 Makefiles, useful options -III.4 How to use opt & analyze to debug stuff -III.5 How to write a regression test -III.6 DEBUG() and Statistics (-debug & -stats) -III.7 The -time-passes option -III.8 ... more as needed ... +
  6. Advanced Topics +
  7. -

    Written by Dinakar Dhurjati - and Chris Lattner

    +

  8. The Core LLVM Class Hierarchy Reference + +
+
+

Written by Chris Lattner, + Dinakar Dhurjati, + Joel Stanley, and + Reid Spencer

+
- -
-Introduction -
-
-General Information -
-
   - -The C++ Standard Template Library -
-
-The Core LLVM Class Heirarchy -
-
   - -The Value class -


Important Public Members of -the Value class

-
   - -The User class -


Important Public Members of -the User class

-
   - -The Instruction class -


Important Public Members of -the Instruction class

-
   - -The BasicBlock class -


Important Public Members of -the BasicBlock class

-
   - -The GlobalValue class -


Important Public Members of -the GlobalValue class

-
   - -The Function class -


Important Public Members of -the Function class

-
   - -The GlobalVariable class -


Important Public Members of -the GlobalVariable class

-
   - -The Constant class and subclasses -


Important Public Methods

-
   - -The Type class and Derived Types -


Important Public Methods