This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/RPCS3/llvm.git
synced
2024-12-14 15:39:06 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
d5fe57d2f9
llvm
/
utils
/
TableGen
History
Dan Gohman
d5fe57d2f9
Basic fast-isel support for instructions with constant int operands.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@55099
91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-21 01:41:07 +00:00
..
AsmWriterEmitter.cpp
Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating
2008-07-01 00:05:16 +00:00
AsmWriterEmitter.h
CallingConvEmitter.cpp
Wrap MVT::ValueType in a struct to get type safety
2008-06-06 12:08:01 +00:00
CallingConvEmitter.h
CodeEmitterGen.cpp
Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating
2008-07-01 00:05:16 +00:00
CodeEmitterGen.h
CodeGenDAGPatterns.cpp
Added support for overloading intrinsics (atomics) based on pointers
2008-07-30 04:36:53 +00:00
CodeGenDAGPatterns.h
Added support for overloading intrinsics (atomics) based on pointers
2008-07-30 04:36:53 +00:00
CodeGenInstruction.cpp
CodeGenInstruction.h
CodeGenIntrinsics.h
- Add "Commutative" property to intrinsics. This allows tblgen to generate the commuted variants for dagisel matching code.
2008-06-16 20:29:38 +00:00
CodeGenRegisters.h
Wrap MVT::ValueType in a struct to get type safety
2008-06-06 12:08:01 +00:00
CodeGenTarget.cpp
Factor the code for determining the target-specific instruction
2008-08-20 21:45:57 +00:00
CodeGenTarget.h
Factor the code for determining the target-specific instruction
2008-08-20 21:45:57 +00:00
DAGISelEmitter.cpp
Factor the code for determining the target-specific instruction
2008-08-20 21:45:57 +00:00
DAGISelEmitter.h
FastISelEmitter.cpp
Basic fast-isel support for instructions with constant int operands.
2008-08-21 01:41:07 +00:00
FastISelEmitter.h
Begin making more use of the FastISelEmitter class.
2008-08-21 00:19:05 +00:00
InstrEnumEmitter.cpp
InstrEnumEmitter.h
InstrInfoEmitter.cpp
Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating
2008-07-01 00:05:16 +00:00
InstrInfoEmitter.h
IntrinsicEmitter.cpp
Added support for overloading intrinsics (atomics) based on pointers
2008-07-30 04:36:53 +00:00
IntrinsicEmitter.h
LLVMCConfigurationEmitter.cpp
LLVMCConfigurationEmitter.h
Makefile
Record.cpp
Remove some debug output from tblgen. This fixes a test.
2008-06-10 14:53:49 +00:00
Record.h
Add explicit keywords.
2008-07-07 18:00:37 +00:00
RegisterInfoEmitter.cpp
Speed up addRegisterDead by adding more fast checks before performing the expensive
2008-08-14 18:34:18 +00:00
RegisterInfoEmitter.h
SubtargetEmitter.cpp
SubtargetEmitter.h
TableGen.cpp
Initial checkin of the new "fast" instruction selection support. See
2008-08-13 20:19:35 +00:00
TableGenBackend.cpp
TableGenBackend.h
TGLexer.cpp
TGLexer.h
TGParser.cpp
TGParser.h