llvm-6502/lib
Chris Lattner 9899ae3ae8 Further revisions of the FDHandle idea. In this version we use ownership
semantics that are the same as those used by std::auto_ptr.  This allows
copying of FDHandle's, but copying transfers ownership.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10646 91177308-0d34-0410-b5e6-96231b3b80d8
2003-12-30 02:45:16 +00:00
..
Analysis Add a note 2003-12-28 04:03:49 +00:00
Archive
AsmParser Right, fix the problem with invoke instructions, not just call instructions 2003-12-23 22:18:36 +00:00
Bytecode Factor FDHandle out of the bytecode reader into the FileUtilities.h support 2003-12-29 21:35:05 +00:00
CodeGen Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering 2003-12-28 21:23:38 +00:00
ExecutionEngine Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering 2003-12-28 21:23:38 +00:00
Linker
Support Further revisions of the FDHandle idea. In this version we use ownership 2003-12-30 02:45:16 +00:00
Target Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering 2003-12-28 21:23:38 +00:00
Transforms Merging constants can cause further room for improvement. Iterate until 2003-12-28 07:19:08 +00:00
VMCore Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering 2003-12-28 21:23:38 +00:00
Makefile