llvm-6502/lib
Akira Hatanaka 0b92642767 [mips] Use ADDu instead of OR to copy general purpose registers. Also, delete
the InstAlias pattern which maps "move" to OR to resolve ambiguity in
MatchTable.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186855 91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-22 18:52:22 +00:00
..
Analysis Treat nothrow forms of ::operator delete and ::operator delete[] as 2013-07-21 23:11:42 +00:00
AsmParser Target/X86: Add explicit Win64 and System V/x86-64 calling conventions. 2013-07-12 06:02:35 +00:00
Bitcode Add a wrapper for open. 2013-07-16 19:44:17 +00:00
CodeGen Formatting. 2013-07-22 18:26:15 +00:00
DebugInfo DebugInfo: Factor out parsing compile unit DIEs to a separate function. Improve code style and comments. 2013-07-15 08:43:35 +00:00
ExecutionEngine
IR Disallow global aliases to bitcast between address spaces 2013-07-20 17:46:05 +00:00
IRReader Add 'const' qualifiers to static const char* variables. 2013-07-16 01:17:10 +00:00
Linker
MC Add a wrapper for open. 2013-07-16 19:44:17 +00:00
Object Retry submitting r186623: COFFDumper: Dump data directory entries. 2013-07-19 23:23:29 +00:00
Option Option parsing: allow aliases in groups 2013-07-22 16:18:13 +00:00
Support Fix size_t -> uint warnings with MSVC 64-bit build 2013-07-20 00:20:10 +00:00
TableGen
Target [mips] Use ADDu instead of OR to copy general purpose registers. Also, delete 2013-07-22 18:52:22 +00:00
Transforms Fix an obvious typo in the loop vectorizer where the cost model uses the wrong variable. The variable BlockCost is ignored. 2013-07-22 17:10:48 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile