llvm-6502/lib
2010-03-16 06:39:08 +00:00
..
Analysis Treat copysignl like the other copysign functions. 2010-03-15 14:01:44 +00:00
Archive From PR6228: 2010-02-04 06:19:43 +00:00
AsmParser Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move some 2010-02-16 14:50:09 +00:00
Bitcode Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostream options. 2010-03-06 00:30:06 +00:00
CodeGen Use getFirstTerminator(). 2010-03-16 02:01:51 +00:00
CompilerDriver Use FindExecutable as a fall-back search method. 2010-03-05 04:46:28 +00:00
ExecutionEngine Avoid a memory leak in JITDebugRegisterer. 2010-03-16 05:54:54 +00:00
Linker Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move some 2010-02-16 14:50:09 +00:00
MC MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr. 2010-03-15 23:51:06 +00:00
Support Extend MemoryBuffer::getFile() to take an optional "stat" structure 2010-03-15 20:32:14 +00:00
System Tell Valgrind when we modify already-executed machine code so it knows 2010-03-15 04:57:55 +00:00
Target fix the same bug on the x86-64 side of the fence. 2010-03-16 06:39:08 +00:00
Transforms Skip debug info intrinsics. 2010-03-15 22:23:03 +00:00
VMCore fix some pointless layering violations. 2010-03-14 01:56:06 +00:00
Makefile