llvm-6502/lib
Ulrich Weigand fcdfd5a7ff [PowerPC] Avoid using '$' in generated assembler code
PowerPC assemblers are supposed to support a stand-alone '$' symbol
as an alternative of '.' to refer to the current PC.  This does not
work in the LLVM assembler parser yet.

To avoid bootstrap failures when using the LLVM assembler as system
assembler, this patch modifies the assembler source code generated
by LLVM to avoid using '$' (and simply use '.' instead).



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181054 91177308-0d34-0410-b5e6-96231b3b80d8
2013-05-03 19:53:04 +00:00
..
Analysis RegionInfo: Do not crash if unreachable block is found 2013-05-03 15:48:34 +00:00
Archive
AsmParser
Bitcode
CodeGen
DebugInfo
ExecutionEngine [SystemZ] Add MCJIT support 2013-05-03 14:15:35 +00:00
IR
IRReader
Linker
MC [PowerPC] Parse platform-specifc variant kinds in AsmParser 2013-05-03 19:52:35 +00:00
Object
Option
Support
TableGen
Target [PowerPC] Avoid using '$' in generated assembler code 2013-05-03 19:53:04 +00:00
Transforms Decompose GVN::processNonLocalLoad() (about 400 LOC) into smaller helper functions. No function change. 2013-05-03 19:17:26 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile