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-29 10:32:47 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
f416d72973
llvm-6502
/
utils
/
TableGen
History
Craig Topper
367b67df3e
[X86] Don't print 'dword ptr' or 'qword ptr' on the operand to some of the LEA variants in Intel syntax. The memory operand is inherently unsized.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@225432
91177308-0d34-0410-b5e6-96231b3b80d8
2015-01-08 07:41:30 +00:00
..
AsmMatcherEmitter.cpp
Fix some formatting in tablegen output.
2015-01-03 08:16:29 +00:00
AsmWriterEmitter.cpp
On behalf of Matthew Wahab:
2014-12-16 18:16:17 +00:00
AsmWriterInst.cpp
AsmWriterInst.h
CallingConvEmitter.cpp
CMakeLists.txt
CodeEmitterGen.cpp
CodeGenDAGPatterns.cpp
CodeGenDAGPatterns.h
CodeGenInstruction.cpp
CodeGenInstruction.h
CodeGenIntrinsics.h
CodeGenMapTable.cpp
CodeGenRegisters.cpp
CodeGenRegisters.h
CodeGenSchedule.cpp
CodeGenSchedule.h
CodeGenTarget.cpp
Masked Load/Store - Changed the order of parameters in intrinsics.
2014-12-25 07:49:20 +00:00
CodeGenTarget.h
CTagsEmitter.cpp
DAGISelEmitter.cpp
Use unique_ptr to remove explicit delete.
2014-12-15 00:40:07 +00:00
DAGISelMatcher.cpp
DAGISelMatcher.h
Use unique_ptr to remove explicit delete.
2014-12-15 00:40:07 +00:00
DAGISelMatcherEmitter.cpp
DAGISelMatcherGen.cpp
DAGISelMatcherOpt.cpp
Use unique_ptr to remove explicit delete.
2014-12-15 00:40:07 +00:00
DFAPacketizerEmitter.cpp
DisassemblerEmitter.cpp
FastISelEmitter.cpp
FixedLenDecoderEmitter.cpp
Use range-based for loops.
2014-12-13 05:12:19 +00:00
InstrInfoEmitter.cpp
IntrinsicEmitter.cpp
Masked Load/Store - Changed the order of parameters in intrinsics.
2014-12-25 07:49:20 +00:00
LLVMBuild.txt
Makefile
module.modulemap
OptParserEmitter.cpp
PseudoLoweringEmitter.cpp
RegisterInfoEmitter.cpp
SequenceToOffsetTable.h
SubtargetEmitter.cpp
TableGen.cpp
TableGenBackends.h
tdtags
X86DisassemblerShared.h
X86DisassemblerTables.cpp
[X86] Disassembler support for move to/from %rax with a 32-bit memory offset is REX.W and AdSize prefix are both present.
2015-01-03 00:00:20 +00:00
X86DisassemblerTables.h
[X86] Make the instructions that use AdSize16/32/64 co-exist together without using mode predicates.
2015-01-02 07:02:25 +00:00
X86ModRMFilters.cpp
X86ModRMFilters.h
X86RecognizableInstr.cpp
[X86] Don't print 'dword ptr' or 'qword ptr' on the operand to some of the LEA variants in Intel syntax. The memory operand is inherently unsized.
2015-01-08 07:41:30 +00:00
X86RecognizableInstr.h
[X86] Remove the single AdSize indicator and replace it with separate AdSize16/32/64 flags.
2014-12-24 06:05:22 +00:00