llvm-6502/lib/CompilerDriver
Sanjiv Gupta 505996fdd5 Implement _CONFIG macro to allow users to se to configuration settings on the part.
Implement _section macro to allow users to place objects in specific sections.
Implement _address macro to allow users to place objects at a particular address.
Placing objects at a memory address:
crate a unique section name from varname, address, object type and put that section at specified address. Mark this section a full (size = banksize) so that other objects do not compete for it while placing objects to sections in AsmPrinter.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74822 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-06 10:18:37 +00:00
..
Action.cpp #include <iostream> is forbidden. Remove it in favor of raw_ostream. 2009-06-30 04:07:12 +00:00
BuiltinOptions.cpp Implement _CONFIG macro to allow users to se to configuration settings on the part. 2009-07-06 10:18:37 +00:00
CMakeLists.txt
CompilationGraph.cpp #include <iostream> is forbidden. Remove it in favor of raw_ostream. 2009-06-30 04:07:12 +00:00
Main.cpp Implement _CONFIG macro to allow users to se to configuration settings on the part. 2009-07-06 10:18:37 +00:00
Makefile LLVMC can be now compiled w/o dynamic plugin support. 2009-07-04 03:55:25 +00:00
Plugin.cpp Guards for the compiler driver plugin list. 2009-06-26 00:06:28 +00:00
Tool.cpp Make -save-temps=obj play better with -o. 2009-07-04 14:23:32 +00:00