llvm-6502/lib
Akira Hatanaka f530aff9de [mips] First patch which adds support for micromips.
This patch adds support for recoded (meaning assembly-language compatible to
standard mips32) arithmetic 32-bit instructions.

Patch by Zoran Jovanovic.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179873 91177308-0d34-0410-b5e6-96231b3b80d8
2013-04-19 19:03:11 +00:00
..
Analysis ConstantFolding: ComputeMaskedBits wants the scalar size for vectors. 2013-04-19 16:56:24 +00:00
Archive
AsmParser Fix comment. Patch by Stephen Lin. 2013-04-18 18:30:16 +00:00
Bitcode Whitespace cleanup 2013-04-01 02:28:07 +00:00
CodeGen Revert "PR14606: debug info imported_module support" 2013-04-19 07:47:16 +00:00
DebugInfo Use StringSwitch instead of long chain of if-else. No functionality change. 2013-04-17 14:27:04 +00:00
ExecutionEngine Two small cleanups for ELF's templates. 2013-04-17 21:20:55 +00:00
IR Attributes: Don't print trailing whitespace on the function attribute comment. 2013-04-19 11:43:21 +00:00
IRReader Measure time that IR parsing took as part of the -time-passes measurement. 2013-04-03 15:33:45 +00:00
Linker
MC Relax this assert. It may not hold in all cases. 2013-04-18 23:16:46 +00:00
Object refactor the struct byte swapping to a helper function. 2013-04-19 13:45:05 +00:00
Option
Support Make the host endianness check an integer constant expression. 2013-04-15 14:44:24 +00:00
TableGen
Target [mips] First patch which adds support for micromips. 2013-04-19 19:03:11 +00:00
Transforms Keep coding stanard. Don't use "else if" after "return". 2013-04-19 01:18:04 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile