llvm-6502/lib
Johnny Chen 69a8c7f497 Modified encoding bits specification for VFP instructions. In particular, the D
bit (Inst{22}) and the M bit (Inst{5}) should be left unspecified.  For binary
format instructions, Inst{6} and Inst{4} need to specified for proper decodings.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94855 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-29 23:21:10 +00:00
..
Analysis
Archive
AsmParser Kill ModuleProvider and ghost linkage by inverting the relationship between 2010-01-27 20:34:15 +00:00
Bitcode We were not writing bitcode for function-local metadata whose operands have been erased (making it not have any more function-local operands) 2010-01-29 21:19:19 +00:00
CodeGen
CompilerDriver
ExecutionEngine
Linker Need to recurse for all operands of function-local metadata; and handle Instructions (which map to themselves) 2010-01-27 22:03:03 +00:00
MC use EmitLinkage for functions as well as globals. One output 2010-01-26 23:51:52 +00:00
Support
System
Target Modified encoding bits specification for VFP instructions. In particular, the D 2010-01-29 23:21:10 +00:00
Transforms Preserve load alignment in instcombine transformations. I've been unable to 2010-01-29 22:39:21 +00:00
VMCore Print a comment next to "materializable" global values, to distinguish 2010-01-29 23:12:36 +00:00
Makefile