llvm-6502/lib
Chad Rosier 42536af5ce Add support for passing i1, i8, and i16 call parameters. Also, be sure to
zero-extend the constant integer encoding.  Test case provides testing for
both call parameters and materialization of i1, i8, and i16 types.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143821 91177308-0d34-0410-b5e6-96231b3b80d8
2011-11-05 20:16:15 +00:00
..
Analysis Teach instsimplify to simplify calls to undef. 2011-11-04 18:32:42 +00:00
Archive
AsmParser
Bitcode
CodeGen Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 encoding from the DWARF asm printer. 2011-11-05 11:52:44 +00:00
DebugInfo Audited all the format strings in libDebugInfo and fixed those that didn't match the types. 2011-11-05 16:01:13 +00:00
ExecutionEngine
Linker
MC Twinify. 2011-11-05 13:11:25 +00:00
Object MachOObject: Use DataExtractor's uleb parser instead of rolling our own. 2011-11-05 12:13:21 +00:00
Support Add more PRI.64 macros for MSVC and use them throughout the codebase. 2011-11-05 08:57:40 +00:00
TableGen
Target Add support for passing i1, i8, and i16 call parameters. Also, be sure to 2011-11-05 20:16:15 +00:00
Transforms Do simple cross-block DSE when we encounter a free statement. Fixes PR11240. 2011-11-05 10:48:42 +00:00
VMCore
CMakeLists.txt
LLVMBuild.txt
Makefile