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
2025-01-06 04:31:08 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
4ee451de36
llvm-6502
/
utils
/
TableGen
History
Chris Lattner
5116784826
remove attributions from tools/utils makefiles.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@45414
91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-29 20:07:17 +00:00
..
AsmWriterEmitter.cpp
AsmWriterEmitter.h
CallingConvEmitter.cpp
CallingConvEmitter.h
CodeEmitterGen.cpp
CodeEmitterGen.h
CodeGenInstruction.h
Add flags to indicate that there are "never" side effects or that there "may be"
2007-12-14 01:48:59 +00:00
CodeGenIntrinsics.h
This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future.
2007-08-04 01:51:18 +00:00
CodeGenRegisters.h
CodeGenTarget.cpp
Add flags to indicate that there are "never" side effects or that there "may be"
2007-12-14 01:48:59 +00:00
CodeGenTarget.h
DAGISelEmitter.cpp
DAGISelEmitter.h
InstrInfoEmitter.cpp
Add flags to indicate that there are "never" side effects or that there "may be"
2007-12-14 01:48:59 +00:00
InstrInfoEmitter.h
IntrinsicEmitter.cpp
Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space.
2007-12-17 01:12:55 +00:00
IntrinsicEmitter.h
Rather than having special rules like "intrinsics cannot
2007-12-03 20:06:50 +00:00
Makefile
remove attributions from tools/utils makefiles.
2007-12-29 20:07:17 +00:00
Record.cpp
change the Init print methods to return strings, and implement
2007-11-22 21:05:25 +00:00
Record.h
change the Init print methods to return strings, and implement
2007-11-22 21:05:25 +00:00
RegisterInfoEmitter.cpp
RegisterInfoEmitter.h
SubtargetEmitter.cpp
SubtargetEmitter.h
TableGen.cpp
Rewrite the tblgen parser in a recursive descent style, eliminating the bison parser.
2007-11-22 20:49:04 +00:00
TableGenBackend.cpp
TableGenBackend.h
TGLexer.cpp
Rewrite the tblgen parser in a recursive descent style, eliminating the bison parser.
2007-11-22 20:49:04 +00:00
TGLexer.h
add missing #include
2007-11-22 23:19:05 +00:00
TGParser.cpp
Add TGParser files to VStudio project files. Removed generated files section from TableGen project file as it is no longer needed. #Include <algorithm> directly from TGParser.cpp so it can see std::reverse.
2007-11-26 23:19:59 +00:00
TGParser.h
Rewrite the tblgen parser in a recursive descent style, eliminating the bison parser.
2007-11-22 20:49:04 +00:00