llvm-6502/lib
NAKAMURA Takumi 8fea8f2d82 Unix/Process.inc: Revert r72332, "Work around a page size issue on Cygwin."
Offset in mmap(3) should be aligned to gepagesize(), 64k, or mmap(3) would fail.

TODO: Invetigate places where 4096 would be required as pagesize, or 4096 would satisfy.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188903 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-21 13:47:12 +00:00
..
Analysis Add some constantness. 2013-08-20 23:04:15 +00:00
AsmParser
Bitcode
CodeGen DebugInfo: Do not use the DWARF Version for the .debug_pubnames or .debug_pubtypes version field 2013-08-21 06:13:34 +00:00
DebugInfo
ExecutionEngine memcmp is not a valid way to compare structs with padding in them. 2013-08-20 09:27:31 +00:00
IR Introduce non-const overloads for GlobalAlias::{get,resolve}AliasedGlobal. 2013-08-19 23:13:33 +00:00
IRReader
Linker
MC MC CFG: Add YAML MCModule representation to enable MC CFG testing. 2013-08-21 07:29:02 +00:00
Object Move #includes from .h to .cpp file. 2013-08-21 01:20:11 +00:00
Option
Support Unix/Process.inc: Revert r72332, "Work around a page size issue on Cygwin." 2013-08-21 13:47:12 +00:00
TableGen Add an error check for a typo I accidentally made in a td file that caused an assert to fire. 2013-08-20 04:22:09 +00:00
Target Make "mov" work for all Thumb2 MOV encodings 2013-08-21 13:14:58 +00:00
Transforms Move registering the execution of a basic block to the beginning rather than the end. 2013-08-20 23:52:00 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile