llvm-6502/lib
2008-05-08 18:26:56 +00:00
..
Analysis Remove dead return. Thanks to Bill for the review! 2008-05-08 18:26:56 +00:00
Archive Change the MemoryBuffer::getFile* methods to take just a pointer to the 2008-04-01 18:04:03 +00:00
AsmParser regenerate 2008-05-04 17:18:47 +00:00
Bitcode Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 2008-04-25 16:53:59 +00:00
CodeGen Get exception handling working again on 64 bit 2008-05-08 12:33:11 +00:00
Debugger Make these variables static. 2008-04-23 23:15:23 +00:00
ExecutionEngine PR2202: LLVMCreateInterpreter creates a JIT 2008-04-25 02:52:30 +00:00
Linker Turn StripPointerCast() into a method 2008-05-07 22:54:15 +00:00
Support Remove uses of llvm/System/IncludeFile.h that are no longer needed. 2008-05-06 01:32:53 +00:00
System Fix renamePathOnDisk on Win32, patch from David Leon. This fixes problems with 2008-05-06 03:42:21 +00:00
Target Handle vector move / load which zero the destination register top bits (i.e. movd, movq, movss (addr), movsd (addr)) with X86 specific dag combine. 2008-05-08 00:57:18 +00:00
Transforms Improve pass documentation and comments. 2008-05-08 17:46:35 +00:00
VMCore add a new Instruction::mayReadFromMemory predicate, make 2008-05-08 17:16:51 +00:00
Makefile