llvm-6502/lib
Eli Bendersky c32c110b90 Make sure NVPTX doesn't emit symbol names that aren't valid in PTX.
NVPTX, like the other backends, relies on generic symbol name sanitizing done by
MCSymbol. However, the ptxas assembler is more stringent and disallows some
additional characters in symbol names.

See PR19099 for more details.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203483 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-10 20:05:42 +00:00
..
Analysis [TTI] There is actually no realistic way to pop TTI implementations off 2014-03-10 02:45:14 +00:00
AsmParser IR: Change inalloca's grammar a bit 2014-03-09 06:41:58 +00:00
Bitcode [C++11] Add range based accessors for the Use-Def chain of a Value. 2014-03-09 03:16:01 +00:00
CodeGen [C++11] Remove 'virtual' keyword from methods marked with 'override' keyword. 2014-03-10 05:29:18 +00:00
DebugInfo
ExecutionEngine Make createObjectImage and createObjectImageFromFile static methods on the 2014-03-08 18:45:12 +00:00
IR llvm-c: expose unnamedaddr field of globals 2014-03-10 19:24:35 +00:00
IRReader
LineEditor
Linker
LTO [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-08 07:51:20 +00:00
MC MC: Appease the buildbots 2014-03-10 01:04:18 +00:00
Object
Option
Support [C++11] Remove 'virtual' keyword from methods marked with 'override' keyword. 2014-03-10 03:53:12 +00:00
TableGen
Target Make sure NVPTX doesn't emit symbol names that aren't valid in PTX. 2014-03-10 20:05:42 +00:00
Transforms SimplifyCFG: Simplify the weight scaling algorithm. 2014-03-09 14:42:55 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile