llvm-6502/lib
Evan Cheng 81c102ba66 Since we have moved unified assembly, switch to ADR instruction instead of a the difficult-to-read .set + add syntax to materialize pc-relative address.
Turns out this also fixed a poor code selection on Thumb1. I have no idea why we were using a mov + add to do the same thing as ADR before.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76889 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-23 18:26:03 +00:00
..
Analysis Convert StringMap to using StringRef for its APIs. 2009-07-23 18:17:34 +00:00
Archive
AsmParser MDString 2009-07-23 02:00:51 +00:00
Bitcode MDString 2009-07-23 02:00:51 +00:00
CodeGen Convert StringMap to using StringRef for its APIs. 2009-07-23 18:17:34 +00:00
CompilerDriver
Debugger
ExecutionEngine Reverting r76825 and r76828, since they caused clang runtime errors and some build failure involving memset. 2009-07-23 01:40:54 +00:00
Linker Get rid of the Pass+Context magic. 2009-07-22 00:24:57 +00:00
MC Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as 2009-07-20 20:25:37 +00:00
Support Convert StringMap to using StringRef for its APIs. 2009-07-23 18:17:34 +00:00
System Reverting r76825 and r76828, since they caused clang runtime errors and some build failure involving memset. 2009-07-23 01:40:54 +00:00
Target Since we have moved unified assembly, switch to ADR instruction instead of a the difficult-to-read .set + add syntax to materialize pc-relative address. 2009-07-23 18:26:03 +00:00
Transforms Convert StringMap to using StringRef for its APIs. 2009-07-23 18:17:34 +00:00
VMCore Convert StringMap to using StringRef for its APIs. 2009-07-23 18:17:34 +00:00
Makefile