llvm-6502/lib
Evan Cheng 59ee62d241 - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo
and MCSubtargetInfo.
- Added methods to update subtarget features (used when targets automatically
  detect subtarget features or switch modes).
- Teach X86Subtarget to update MCSubtargetInfo features bits since the
  MCSubtargetInfo layer can be shared with other modules.
- These fixes .code 16 / .code 32 support since mode switch is updated in
  MCSubtargetInfo so MC code emitter can do the right thing.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134884 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-11 03:57:24 +00:00
..
Analysis stop using WriteTypeSymbolic. 2011-07-09 18:02:13 +00:00
Archive
AsmParser Land the long talked about "type system rewrite" patch. This 2011-07-09 17:41:24 +00:00
Bitcode Land the long talked about "type system rewrite" patch. This 2011-07-09 17:41:24 +00:00
CodeGen - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo 2011-07-11 03:57:24 +00:00
CompilerDriver
ExecutionEngine Land the long talked about "type system rewrite" patch. This 2011-07-09 17:41:24 +00:00
Linker Land the long talked about "type system rewrite" patch. This 2011-07-09 17:41:24 +00:00
MC - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo 2011-07-11 03:57:24 +00:00
Object Use memcmp. 2011-07-05 20:28:00 +00:00
Support Windows/DynamicLibrary.inc: Fix trivial warnings. Thanks to John Myers! 2011-07-09 08:41:20 +00:00
Target - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo 2011-07-11 03:57:24 +00:00
Transforms Don't duplicate the work done by a gep into a "bitcast" if the gep has 2011-07-11 03:43:47 +00:00
VMCore Silence -Wunused-variable in release builds. 2011-07-10 09:45:35 +00:00
CMakeLists.txt
Makefile