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-22 07:32:48 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
334dc1f58d
llvm-6502
/
utils
/
TableGen
History
Evan Cheng
334dc1f58d
Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-commit.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@46623
91177308-0d34-0410-b5e6-96231b3b80d8
2008-01-31 21:00:00 +00:00
..
AsmWriterEmitter.cpp
AsmWriterEmitter.h
CallingConvEmitter.cpp
Rename CCIfStruct to CCIfByVal and CCStructAssign to CCPassByVal. Remove unused parameters of CCStructAssign and add size and alignment requirement info.
2008-01-15 03:34:58 +00:00
CallingConvEmitter.h
CodeEmitterGen.cpp
CodeEmitterGen.h
CodeGenDAGPatterns.cpp
Add files to windows project files. Also include <algorithm> explicitly so that vstudio build works
2008-01-15 21:43:17 +00:00
CodeGenDAGPatterns.h
set the 'isstore' flag for instructions whose pattern is an
2008-01-06 05:36:50 +00:00
CodeGenInstruction.cpp
Start inferring side effect information more aggressively, and fix many bugs in the
2008-01-10 07:59:24 +00:00
CodeGenInstruction.h
Start inferring side effect information more aggressively, and fix many bugs in the
2008-01-10 07:59:24 +00:00
CodeGenIntrinsics.h
CodeGenRegisters.h
CodeGenTarget.cpp
Allow ComplexExpressions in InstrInfo.td files to be slightly more... complex! ComplexExpressions can now have attributes which affect how TableGen interprets
2008-01-31 07:27:46 +00:00
CodeGenTarget.h
Allow ComplexExpressions in InstrInfo.td files to be slightly more... complex! ComplexExpressions can now have attributes which affect how TableGen interprets
2008-01-31 07:27:46 +00:00
DAGISelEmitter.cpp
Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-commit.
2008-01-31 21:00:00 +00:00
DAGISelEmitter.h
rename CodegenDAGPatterns -> CodeGenDAGPatterns
2008-01-06 01:10:31 +00:00
InstrEnumEmitter.cpp
split enum emission out from InstrInfoEmitter into it's own tblgen backend.
2008-01-06 00:49:05 +00:00
InstrEnumEmitter.h
split enum emission out from InstrInfoEmitter into it's own tblgen backend.
2008-01-06 00:49:05 +00:00
InstrInfoEmitter.cpp
Simplify the side effect stuff a bit more and make licm/sinking
2008-01-10 23:08:24 +00:00
InstrInfoEmitter.h
start inferring 'no side effects'.
2008-01-10 05:39:30 +00:00
IntrinsicEmitter.cpp
IntrinsicEmitter.h
Makefile
Record.cpp
Record.h
Add interator interface to DAGInit also
2008-01-22 11:00:07 +00:00
RegisterInfoEmitter.cpp
RegisterInfoEmitter.h
SubtargetEmitter.cpp
SubtargetEmitter.h
TableGen.cpp
split enum emission out from InstrInfoEmitter into it's own tblgen backend.
2008-01-06 00:49:05 +00:00
TableGenBackend.cpp
TableGenBackend.h
TGLexer.cpp
TGLexer.h
TGParser.cpp
Fix a crash on code like: let x = 1 {x
2008-01-10 07:01:53 +00:00
TGParser.h