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-13 04:30:23 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
7f0e81f736
llvm-6502
/
utils
/
TableGen
History
Mikhail Glushenkov
4d21ae7cf4
Refactoring, no functionality change.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@84450
91177308-0d34-0410-b5e6-96231b3b80d8
2009-10-18 22:51:30 +00:00
..
AsmMatcherEmitter.cpp
AsmMatcherEmitter.h
AsmWriterEmitter.cpp
Move UnescapeString to a static function for its sole client; its inefficient and broken.
2009-10-17 20:43:42 +00:00
AsmWriterEmitter.h
CallingConvEmitter.cpp
CallingConvEmitter.h
ClangDiagnosticsEmitter.cpp
Use raw_ostream::write_escaped instead of EscapeString.
2009-10-17 20:43:19 +00:00
ClangDiagnosticsEmitter.h
CMakeLists.txt
CodeEmitterGen.cpp
Introduce the TargetInstrInfo::KILL machine instruction and get rid of the
2009-09-28 20:32:26 +00:00
CodeEmitterGen.h
CodeGenDAGPatterns.cpp
CodeGenDAGPatterns.h
Report errors correctly for unselected target intrinsics.
2009-10-15 18:50:03 +00:00
CodeGenInstruction.cpp
Add instruction flags: hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq. When
2009-10-01 08:21:18 +00:00
CodeGenInstruction.h
Add instruction flags: hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq. When
2009-10-01 08:21:18 +00:00
CodeGenIntrinsics.h
CodeGenRegisters.h
CodeGenTarget.cpp
Introduce the TargetInstrInfo::KILL machine instruction and get rid of the
2009-09-28 20:32:26 +00:00
CodeGenTarget.h
DAGISelEmitter.cpp
Report errors correctly for unselected target intrinsics.
2009-10-15 18:50:03 +00:00
DAGISelEmitter.h
FastISelEmitter.cpp
FastISelEmitter.h
InstrEnumEmitter.cpp
InstrEnumEmitter.h
InstrInfoEmitter.cpp
Add instruction flags: hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq. When
2009-10-01 08:21:18 +00:00
InstrInfoEmitter.h
IntrinsicEmitter.cpp
IntrinsicEmitter.h
LLVMCConfigurationEmitter.cpp
Refactoring, no functionality change.
2009-10-18 22:51:30 +00:00
LLVMCConfigurationEmitter.h
This variable is never used.
2009-10-17 20:08:47 +00:00
Makefile
Record.cpp
convert some stuff to StringRef to avoid temporary std::strings.
2009-09-18 18:31:37 +00:00
Record.h
convert some stuff to StringRef to avoid temporary std::strings.
2009-09-18 18:31:37 +00:00
RegisterInfoEmitter.cpp
RegisterInfoEmitter.h
StringToOffsetTable.h
Use raw_ostream::write_escaped instead of EscapeString.
2009-10-17 20:43:19 +00:00
SubtargetEmitter.cpp
Make the end-of-itinerary mark explicit. Some cleanup.
2009-09-24 20:22:50 +00:00
SubtargetEmitter.h
TableGen.cpp
TableGenBackend.cpp
TableGenBackend.h
TGLexer.cpp
TGLexer.h
TGParser.cpp
TGParser.h
TGValueTypes.cpp