llvm-6502/lib
Rafael Espindola 4186005edc Print a=b as an assignment.
In assembly the expression a=b is parsed as an assignment, so it should be
printed as one.

This remove a truly horrible hack for producing a label with "a=.". It would
be used by codegen but would never be reached by the asm parser. Sorry I
missed this when it was first committed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211639 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-24 22:45:16 +00:00
..
Analysis Support: Move class ScaledNumber 2014-06-24 00:38:09 +00:00
AsmParser
Bitcode Make ObjectFile and BitcodeReader always own the MemoryBuffer. 2014-06-23 21:53:12 +00:00
CodeGen Print a=b as an assignment. 2014-06-24 22:45:16 +00:00
DebugInfo
ExecutionEngine Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy. 2014-06-24 13:56:32 +00:00
IR Add new debug kind LocTrackingOnly. 2014-06-24 17:02:03 +00:00
IRReader
LineEditor
Linker
LTO Print a=b as an assignment. 2014-06-24 22:45:16 +00:00
MC Print a=b as an assignment. 2014-06-24 22:45:16 +00:00
Object Replace two release calls with std::move. I missed this on the previous commit. 2014-06-24 14:25:17 +00:00
Option ArgList: use MakeArgList overloads in subclasses and clean up some calls. 2014-06-20 04:36:29 +00:00
ProfileData
Support Revert: r211588 - [mips] Use __clear_cache builtin instead of cacheflush() in Unix Memory::InvalidateInstructionCache() 2014-06-24 13:53:56 +00:00
TableGen Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the assert. 2014-06-19 06:10:58 +00:00
Target Print a=b as an assignment. 2014-06-24 22:45:16 +00:00
Transforms InstCombine: Disable umul.with.overflow recognition for vectors. 2014-06-24 10:47:52 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile