llvm-6502/lib
2009-06-30 17:06:46 +00:00
..
Analysis Fix the build on Cygwin. Patch by Aaron Gray. 2009-06-30 05:33:46 +00:00
Archive
AsmParser
Bitcode
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
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 Fix PR4485. 2009-06-30 16:40:03 +00:00
Transforms Minor code simplification. 2009-06-30 01:24:43 +00:00
VMCore Fix up header comments to make Chris happy. 2009-06-30 17:06:46 +00:00
Makefile Don't build LLVMC when configured with --disable-pic (it needs requires shared 2009-06-29 21:12:26 +00:00