llvm-6502/lib/Transforms
Reid Spencer 42fe455d37 For PR780:
1. Change the usage of LOADABLE_MODULE so that it implies all the things
   necessary to make a loadable module. This reduces the user's burdern to
   get a loadable module correctly built.
2. Document the usage of LOADABLE_MODULE in the MakefileGuide
3. Adjust the makefile for lib/Transforms/Hello to use the new specification
   for building loadable modules
4. Adjust the sample project to not attempt to build a shared library for
   its little library. This was just wasteful and not instructive at all.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29551 91177308-0d34-0410-b5e6-96231b3b80d8
2006-08-07 23:12:15 +00:00
..
Hello For PR780: 2006-08-07 23:12:15 +00:00
Instrumentation Patches to make the LLVM sources more -pedantic clean. Patch provided 2006-05-24 17:04:05 +00:00
IPO Make it fit into 80 cols. 2006-07-20 18:03:39 +00:00
Scalar Changes: 2006-08-03 06:34:50 +00:00
Utils Fix PR867 (and maybe 868) and testcsae: 2006-08-03 21:40:24 +00:00
ExprTypeConvert.cpp Remove dead stuff 2006-05-12 23:32:01 +00:00
LevelRaise.cpp remove dead variables 2006-05-14 18:33:57 +00:00
Makefile DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now 2005-10-24 02:26:13 +00:00
TransformInternals.cpp Remove dead #include 2005-10-29 04:41:30 +00:00
TransformInternals.h ConvertibleToGEP always returns 0, remove some old crufty code which 2005-07-26 16:38:28 +00:00