llvm-6502/lib
Kevin Enderby 12ce0de462 Added support for X86 instruction prefixes so llvm-mc can assemble them. The
Lock prefix, Repeat string operation prefixes and the Segment override prefixes.
Also added versions of the move string and store string instructions without the
repeat prefixes to X86InstrInfo.td. And finally marked the rep versions of
move/store string records in X86InstrInfo.td as isCodeGenOnly = 1 so tblgen is
happy building the disassembler files.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95252 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-03 21:04:42 +00:00
..
Analysis Provide interface to identifiy artificial methods. 2010-02-03 19:57:19 +00:00
Archive
AsmParser
Bitcode
CodeGen Emit appropriate expression to find virtual base offset. 2010-02-03 20:08:48 +00:00
CompilerDriver
ExecutionEngine r94686 changed all ModuleProvider parameters to Modules, which made the 2010-02-03 19:18:04 +00:00
Linker
MC llvm-mc: Add --show-inst option, for showing the MCInst inline with the assembly 2010-02-03 18:18:30 +00:00
Support
System
Target Added support for X86 instruction prefixes so llvm-mc can assemble them. The 2010-02-03 21:04:42 +00:00
Transforms Adjust the heuristics used to decide when SROA is likely to be profitable. 2010-02-03 17:23:56 +00:00
VMCore
Makefile