llvm-6502/lib
Rafael Espindola 5426a9ee37 GCC uses a different encoding of pointers in the FDE when using
-fno-dwarf2-cfi-asm. Implement the same behavior.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130637 91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-01 04:49:54 +00:00
..
Analysis
Archive
AsmParser
Bitcode
CodeGen GCC uses a different encoding of pointers in the FDE when using 2011-05-01 04:49:54 +00:00
CompilerDriver
ExecutionEngine Fix a C++0x portability issue with std::make_pair. Explicitly providing template arguments no longer works when the call arguments are lvalues. 2011-04-29 16:57:12 +00:00
Linker
MC GCC uses a different encoding of pointers in the FDE when using 2011-05-01 04:49:54 +00:00
Object
Support Include <pthread.h> before we use pthread_self/pthread_kill 2011-04-29 16:12:17 +00:00
Target GCC uses a different encoding of pointers in the FDE when using 2011-05-01 04:49:54 +00:00
Transforms InstCombine: Turn (zext A) udiv (zext B) into (zext (A udiv B)). Same for urem or constant B. 2011-04-30 18:16:07 +00:00
VMCore Print new instructions without DebugLoc. 2011-04-29 21:36:04 +00:00
CMakeLists.txt
Makefile