llvm-6502/lib
Bob Wilson 507df402b0 Leave some NEON instruction encoding bits unspecified instead of setting
a default value of zero.  This is important for decoding the instructions.
Patch by Johnny Chen, with some changes from me, too.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84730 91177308-0d34-0410-b5e6-96231b3b80d8
2009-10-21 02:15:46 +00:00
..
Analysis Fix another place that calls Loop::contains a lot to construct a sorted 2009-10-20 20:41:13 +00:00
Archive
AsmParser Cosmetic changes. 2009-10-20 22:50:27 +00:00
Bitcode simplify. 2009-10-19 05:51:03 +00:00
CodeGen Revert r84658 and r84691. They were causing llvm-gcc bootstrap to fail. 2009-10-21 01:44:44 +00:00
CompilerDriver First draft of the OptionPreprocessor. 2009-10-17 20:09:29 +00:00
ExecutionEngine Delete the MacOSJITEventListener per echristo's request. It was disabled by 2009-10-21 00:43:48 +00:00
Linker
MC add a twine version of MCContext::GetOrCreateSymbol. 2009-10-19 22:49:00 +00:00
Support Move UnescapeString to a static function for its sole client; its inefficient and broken. 2009-10-17 20:43:42 +00:00
System
Target Leave some NEON instruction encoding bits unspecified instead of setting 2009-10-21 02:15:46 +00:00
Transforms alternate fix for PR5258 which avoids worklist problems, with reduced testcase. 2009-10-20 20:27:49 +00:00
VMCore Cosmetic changes. 2009-10-20 22:50:27 +00:00
Makefile