llvm-6502/lib
Rui Ueyama f70f3d4708 Support: Delete {aligned_,}{u,}{little,big}8_t
The byte has no endianness, so these types don't make sense.
uint8_t should be used instead.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217631 91177308-0d34-0410-b5e6-96231b3b80d8
2014-09-11 21:46:33 +00:00
..
Analysis Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option names controlling this variable. 2014-09-10 17:58:16 +00:00
AsmParser Make CallingConv::ID an alias of "unsigned". 2014-09-10 18:00:17 +00:00
Bitcode
CodeGen [CodeGenPrepare] Teach the addressing mode matcher how to promote zext. 2014-09-11 21:22:14 +00:00
DebugInfo
ExecutionEngine [MCJIT] Add support for ARM HALF_DIFF relocations to MCJIT. 2014-09-11 19:21:14 +00:00
IR Add doInitialization/doFinalization to DataLayoutPass. 2014-09-10 21:27:43 +00:00
IRReader
LineEditor
Linker Merge alignment of common GlobalValue. 2014-09-09 17:48:18 +00:00
LTO Add doInitialization/doFinalization to DataLayoutPass. 2014-09-10 21:27:43 +00:00
MC Object: Add support for bigobj 2014-09-10 12:51:52 +00:00
Object Support: Delete {aligned_,}{u,}{little,big}8_t 2014-09-11 21:46:33 +00:00
Option
ProfileData LLVMProfileData: Update LLVMBuild.txt corresponding to r217437. 2014-09-09 15:00:13 +00:00
Support Support: improve identify_magic to recognize COFF bigobj 2014-09-11 21:09:57 +00:00
TableGen
Target [PATCH, PowerPC] Accept 'U' and 'X' constraints in inline asm 2014-09-11 20:10:03 +00:00
Transforms [C API] Make the 'lower switch' pass available via the C API. 2014-09-11 21:32:32 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile