llvm-6502/lib
NAKAMURA Takumi ad3ea3d85f lib/Support/regexec.c: Let Regex LLP64-aware.
On LLP64 Win64, 'states1' (for small version) was expanded to 'char *' for large version. Thus small version would be mischosen when nstates > 32 regardless of sizeof(long) on Win64.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121942 91177308-0d34-0410-b5e6-96231b3b80d8
2010-12-16 01:48:15 +00:00
..
Analysis Enable TBAA by default. 2010-12-15 23:58:44 +00:00
Archive Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code &ec. And fix clients. 2010-12-09 17:36:48 +00:00
AsmParser Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code &ec. And fix clients. 2010-12-09 17:36:48 +00:00
Bitcode Generalize the darwin wrapper hack to work with generic macho triples as well as darwin ones. 2010-11-29 23:29:54 +00:00
CodeGen Start using SplitKit and MachineLoopRanges in RegAllocGreedy in preparation of 2010-12-15 23:46:13 +00:00
CompilerDriver Now to chant the magical incantation that will exorcise the System library 2010-11-29 19:44:50 +00:00
ExecutionEngine Remove unneeded zero arrays. 2010-12-04 15:28:22 +00:00
Linker Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code &ec. And fix clients. 2010-12-09 17:36:48 +00:00
MC Better fix for opt build 2010-12-15 23:14:45 +00:00
Object Mach-O: Tweak field name. 2010-12-10 06:19:39 +00:00
Support lib/Support/regexec.c: Let Regex LLP64-aware. 2010-12-16 01:48:15 +00:00
Target Delete an extra "Imm5 = ", caught by GCC's -Wsequence-point but not by Clang 2010-12-16 01:34:26 +00:00
Transforms Preserve TBAA tags when doing load PRE. 2010-12-15 23:53:55 +00:00
VMCore Move Value::getUnderlyingObject to be a standalone 2010-12-15 20:02:24 +00:00
Makefile