llvm-6502/lib
Reed Kotler b0ee97a366 Fix a regression I introduced when I expanded the complex pseudos in
the Mips16 port. A few of the psuedos could either take signed
or unsigned arguments and I did not distinguish the case and improperly
rejected some valid cases that the assembler had previously accepted
when they were pure pseudos that expanded as assembly instructions.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183633 91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-09 23:23:46 +00:00
..
Analysis Silencing an MSVC warning about */ being found outside of a comment. 2013-06-04 01:01:56 +00:00
Archive
AsmParser
Bitcode
CodeGen TargetLowering: Clean up method description comments 2013-06-08 23:51:45 +00:00
DebugInfo Handle relocations that don't point to symbols. 2013-06-05 01:33:53 +00:00
ExecutionEngine Handle (at least don't crash on) relocations with no symbols. 2013-06-05 02:55:01 +00:00
IR DIBuilder: No functionality change. 2013-06-07 18:35:53 +00:00
IRReader
Linker
MC
Object Don't artifically restrict input object size. 2013-06-08 04:32:59 +00:00
Option
Support sys::process::get_id() now returns the process ID instead of a process handle on Windows. Patch thanks to Kim Gräsman! 2013-06-08 20:29:03 +00:00
TableGen
Target Fix a regression I introduced when I expanded the complex pseudos in 2013-06-09 23:23:46 +00:00
Transforms Make DeadArgumentElimination more conservative on variadic functions 2013-06-09 02:17:27 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile