llvm-6502/lib
David Goodwin c9a59b5960 Improve Thumb-2 jump table support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74549 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-30 19:50:22 +00:00
..
Analysis Fix the build on Cygwin. Patch by Aaron Gray. 2009-06-30 05:33:46 +00:00
Archive Avoid leaking memory in an error path. Noticed 2009-06-11 08:09:49 +00:00
AsmParser Address review comments: add 3 ARM calling conventions. 2009-06-16 18:50:49 +00:00
Bitcode Fix PR4336: Iterating over use-def chains doesn't seem to be deterministic. 2009-06-16 05:15:21 +00:00
CodeGen Temporarily restore the scavenger implicit_def checking code. MachineOperand isUndef mark is not being put on implicit_def of physical registers (created for parameter passing, etc.). 2009-06-30 09:19:42 +00:00
CompilerDriver #include <iostream> is forbidden. Remove it in favor of raw_ostream. 2009-06-30 04:07:12 +00:00
Debugger
ExecutionEngine Get rid of unnecessary global variables. 2009-06-26 16:46:15 +00:00
Linker
MC llvm-mc: Parse .{,b,p2}align{,w,l} directives. 2009-06-29 23:46:59 +00:00
Support Temporarily revert r74494. It was causing failures in the unit tests. 2009-06-30 07:05:27 +00:00
System Fixed assert that checks return value of TlsSetValue. 2009-06-30 14:12:28 +00:00
Target Improve Thumb-2 jump table support. 2009-06-30 19:50:22 +00:00
Transforms Minor code simplification. 2009-06-30 01:24:43 +00:00
VMCore Add wrappers for type construction to LLVMContext. 2009-06-30 17:50:28 +00:00
Makefile Don't build LLVMC when configured with --disable-pic (it needs requires shared 2009-06-29 21:12:26 +00:00