This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-12-20 09:30:43 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
f47b32ed76
llvm-6502
/
utils
/
TableGen
History
Craig Topper
fa0cf99585
Remove special FP opcode maps and instead add enough MRM_XX formats to handle all the FP operations. This increases format by 1 bit, but decreases opcode map by 1 bit so the TSFlags size doesn't change.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@201649
91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-19 08:25:02 +00:00
..
AsmMatcherEmitter.cpp
AsmWriterEmitter.cpp
AsmWriterInst.cpp
AsmWriterInst.h
CallingConvEmitter.cpp
LLVM-1163: AAPCS-VFP violation when CPRC allocated to stack
2014-02-07 11:19:53 +00:00
CMakeLists.txt
CodeEmitterGen.cpp
CodeGenDAGPatterns.cpp
CodeGenDAGPatterns.h
CodeGenInstruction.cpp
Shrink the size of CodeGenInstruction a little bit by using bitfields. 32 bools seemed excessive.
2014-02-05 09:10:40 +00:00
CodeGenInstruction.h
Shrink the size of CodeGenInstruction a little bit by using bitfields. 32 bools seemed excessive.
2014-02-05 09:10:40 +00:00
CodeGenIntrinsics.h
CodeGenMapTable.cpp
CodeGenRegisters.cpp
CodeGenRegisters.h
CodeGenSchedule.cpp
CodeGenSchedule.h
CodeGenTarget.cpp
Delete all of the CodeGenInstructions from CodeGenTarget destructor.
2014-02-06 06:27:59 +00:00
CodeGenTarget.h
CTagsEmitter.cpp
Remove unnecessary include.
2014-02-09 07:55:19 +00:00
DAGISelEmitter.cpp
DAGISelMatcher.cpp
DAGISelMatcher.h
DAGISelMatcherEmitter.cpp
DAGISelMatcherGen.cpp
DAGISelMatcherOpt.cpp
DFAPacketizerEmitter.cpp
DisassemblerEmitter.cpp
FastISelEmitter.cpp
Rename a DebugLoc variable to DbgLoc and a DataLayout to DL.
2014-02-18 22:05:46 +00:00
FixedLenDecoderEmitter.cpp
Remove unnecessary include.
2014-02-09 07:55:19 +00:00
InstrInfoEmitter.cpp
IntrinsicEmitter.cpp
LLVMBuild.txt
Makefile
OptParserEmitter.cpp
PseudoLoweringEmitter.cpp
RegisterInfoEmitter.cpp
SequenceToOffsetTable.h
SetTheory.cpp
SetTheory.h
SubtargetEmitter.cpp
TableGen.cpp
TableGenBackends.h
tdtags
X86DisassemblerShared.h
Remove filtering concept from X86 disassembler table generation. It's no longer necessary.
2014-02-13 07:07:16 +00:00
X86DisassemblerTables.cpp
Remove A6/A7 opcode maps. They can all be handled with a TB map, opcode of 0xa6/0xa7, and adding MRM_C0/MRM_E0 forms. Removes 376K from the disassembler tables.
2014-02-19 05:34:21 +00:00
X86DisassemblerTables.h
Remove A6/A7 opcode maps. They can all be handled with a TB map, opcode of 0xa6/0xa7, and adding MRM_C0/MRM_E0 forms. Removes 376K from the disassembler tables.
2014-02-19 05:34:21 +00:00
X86ModRMFilters.cpp
X86ModRMFilters.h
X86RecognizableInstr.cpp
Remove special FP opcode maps and instead add enough MRM_XX formats to handle all the FP operations. This increases format by 1 bit, but decreases opcode map by 1 bit so the TSFlags size doesn't change.
2014-02-19 08:25:02 +00:00
X86RecognizableInstr.h
Remove unused method declaration.
2014-02-13 07:12:40 +00:00