Revision 23 - 2012-04-23 at 09:17:06
LLVM
LLVM Documents
Retargeting
Resources
Useful Post in llvm-dev list
Libraries.
- STLPort: A port of the original STL to many platforms. Derived from the SGI implementation.
Memo
- llvm/lib/Target/ISDOpcodes.h. The target-independent operators for a SelectionDAG are defined here.
- llvm/include/llvm/CodeGen/SelectionDAGNodes.h. SDNode class and derived classes are defined here.
- TokenFactor Node
This node takes multiple tokens as input and produces a single token result. This is used to represent the fact that the operand operators are independent of each other.
Showing changes from previous revision. Removed | Added
