llvm-6502/lib
Lang Hames a1e78888d9 Fixed parameter name.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143594 91177308-0d34-0410-b5e6-96231b3b80d8
2011-11-02 23:37:04 +00:00
..
Analysis
Archive
AsmParser
Bitcode
CodeGen An array of chars of length 8 will also cause the stack protector to be inserted 2011-11-02 23:20:58 +00:00
DebugInfo
ExecutionEngine rename getHostTriple into getDefaultTargetTriple 2011-11-01 21:32:20 +00:00
Linker Add support to the linker to lazily link in functions. This change only links functions marked with specific linkage (internal, private, linker_private, linker_private_weak, linker_private_weak_def_auto, linkonce, linkonce_odr, and available_externally) if they have uses in the destination module. Instead of automatically linking, these functions are placed onto a worklist to be processed in the final stage of linking. We iterate over the list and if any functions on the list have uses in the destination module, we link them in and repeat the process until no changes in the state (uses) has changed. This means that any functions in the LazilyLink worklist that have a use in the destination module will be linked in and none that don't. 2011-11-02 00:24:56 +00:00
MC Replace tabs I added in this new line of code with spaces. 2011-11-02 17:56:38 +00:00
Object Removed unused variable. 2011-11-02 23:21:55 +00:00
Support rename getHostTriple into getDefaultTargetTriple 2011-11-01 21:32:20 +00:00
TableGen
Target Fixed parameter name. 2011-11-02 23:37:04 +00:00
Transforms Rewrite LinearFunctionTestReplace to handle pointer-type IVs. 2011-11-02 17:19:57 +00:00
VMCore Don't print two 0x prefixes when printing an address. 2011-11-02 17:24:36 +00:00
CMakeLists.txt
Makefile