llvm-6502/lib
Roman Divacky 2a66cea1b8 Introduce adjustFixupOffset that adjusts the fixup offset of a relocation.
This is meant to be overriden by backends. Implement an override on PowerPC
which adjusts the offset by 2 for ha16/lo16 relocation kinds. This removes
a commented out hack and enables hello world to be compiled on PowerPC.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136905 91177308-0d34-0410-b5e6-96231b3b80d8
2011-08-04 19:08:19 +00:00
..
Analysis Fix what seems an obvious typo. Patch by Ivan Krasin. Problem 2011-08-04 10:02:21 +00:00
Archive Rewrite the CMake build to use explicit dependencies between libraries, 2011-07-29 00:14:25 +00:00
AsmParser Remove unused variables. 2011-08-03 19:53:48 +00:00
Bitcode Add the 'resume' instruction for the new EH rewrite. 2011-07-31 06:30:59 +00:00
CodeGen Add counter. 2011-08-04 18:45:38 +00:00
CompilerDriver Build CompilerDriver library. 2011-03-12 22:01:42 +00:00
ExecutionEngine Rewrite the CMake build to use explicit dependencies between libraries, 2011-07-29 00:14:25 +00:00
Linker Rewrite the CMake build to use explicit dependencies between libraries, 2011-07-29 00:14:25 +00:00
MC Introduce adjustFixupOffset that adjusts the fixup offset of a relocation. 2011-08-04 19:08:19 +00:00
Object Rewrite the CMake build to use explicit dependencies between libraries, 2011-07-29 00:14:25 +00:00
Support Added several architecture names. 2011-07-30 01:29:54 +00:00
Target Fix an obvious type. Patch by Ivan Krasin. 2011-08-04 18:38:15 +00:00
Transforms Fix an obvious type. Patch by Ivan Krasin. 2011-08-04 18:40:26 +00:00
VMCore fix PR10286, a problem with the .ll printer handling block addresses that are out-of-scope. 2011-08-03 06:15:41 +00:00
CMakeLists.txt Build CompilerDriver library. 2011-03-12 22:01:42 +00:00
Makefile