llvm-6502/lib
Kevin Enderby d82ed5b734 In llvm-mc parse a Hash token as a full line comment. Allows handling of
preprocessed .s files and matches darwin gas.  rdar://8798690
Also fix a comment on the next line of AsmParser.cpp after this new code.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122531 91177308-0d34-0410-b5e6-96231b3b80d8
2010-12-24 00:12:02 +00:00
..
Analysis Change all self assignments X=X to (void)X, so that we can turn on a 2010-12-23 00:58:24 +00:00
Archive
AsmParser
Bitcode
CodeGen flags -> glue for selectiondag 2010-12-23 17:24:32 +00:00
CompilerDriver
ExecutionEngine
Linker
MC In llvm-mc parse a Hash token as a full line comment. Allows handling of 2010-12-24 00:12:02 +00:00
Object
Support Change all self assignments X=X to (void)X, so that we can turn on a 2010-12-23 00:58:24 +00:00
Target Use a StringSwitch<> instead of a manually constructed string matcher. 2010-12-24 00:03:39 +00:00
Transforms When determining if we can fold (x >> C1) << C2, the bits that we need to verify are zero 2010-12-23 23:56:24 +00:00
VMCore Change all self assignments X=X to (void)X, so that we can turn on a 2010-12-23 00:58:24 +00:00
Makefile