.. |
AsmMatcherEmitter.cpp
|
Make MnemonicTable const again. That part of r152202 was OK.
|
2012-03-15 21:22:53 +00:00 |
AsmMatcherEmitter.h
|
|
|
AsmWriterEmitter.cpp
|
Rip out emission of the regIsInRegClass function for the asm printer.
|
2012-03-30 23:13:40 +00:00 |
AsmWriterEmitter.h
|
Rip out emission of the regIsInRegClass function for the asm printer.
|
2012-03-30 23:13:40 +00:00 |
AsmWriterInst.cpp
|
|
|
AsmWriterInst.h
|
|
|
CallingConvEmitter.cpp
|
Convert more static tables of registers used by calling convention to uint16_t to reduce space.
|
2012-03-11 07:57:25 +00:00 |
CallingConvEmitter.h
|
|
|
CMakeLists.txt
|
Update tblgen command guide. Remove unused tblgen InstrEnumEmitter files.
|
2012-02-27 02:31:09 +00:00 |
CodeEmitterGen.cpp
|
TableGen/CodeEmitterGen.cpp: Fix an expression of generating bitmask.
|
2012-03-09 14:52:44 +00:00 |
CodeEmitterGen.h
|
|
|
CodeGenDAGPatterns.cpp
|
Include cstdio in a few place that depended on getting it transitively through StringExtras.h
|
2012-03-23 11:35:30 +00:00 |
CodeGenDAGPatterns.h
|
Convert assert(0) to llvm_unreachable
|
2012-02-05 07:21:30 +00:00 |
CodeGenInstruction.cpp
|
|
|
CodeGenInstruction.h
|
|
|
CodeGenIntrinsics.h
|
|
|
CodeGenRegisters.cpp
|
Add more constness to CodeGenRegisters.
|
2012-03-29 18:03:59 +00:00 |
CodeGenRegisters.h
|
Add more constness to CodeGenRegisters.
|
2012-03-29 18:03:59 +00:00 |
CodeGenTarget.cpp
|
Revert "Emit the SubRegTable with the smallest possible integer type."
|
2012-03-01 17:30:35 +00:00 |
CodeGenTarget.h
|
Revert "Emit the SubRegTable with the smallest possible integer type."
|
2012-03-01 17:30:35 +00:00 |
DAGISelEmitter.cpp
|
|
|
DAGISelEmitter.h
|
|
|
DAGISelMatcher.cpp
|
|
|
DAGISelMatcher.h
|
|
|
DAGISelMatcherEmitter.cpp
|
Convert assert(0) to llvm_unreachable
|
2012-02-05 07:21:30 +00:00 |
DAGISelMatcherGen.cpp
|
fix a failure path to print the right thing, part of PR12357
|
2012-03-26 19:11:51 +00:00 |
DAGISelMatcherOpt.cpp
|
|
|
DFAPacketizerEmitter.cpp
|
DFAPacketizerEmitter: Prune includes.
|
2012-03-12 21:32:58 +00:00 |
DFAPacketizerEmitter.h
|
DFAPacketizerEmitter: Prune includes.
|
2012-03-12 21:32:58 +00:00 |
DisassemblerEmitter.cpp
|
|
|
DisassemblerEmitter.h
|
|
|
EDEmitter.cpp
|
Spill DPair registers, not just QPR.
|
2012-03-28 21:20:32 +00:00 |
EDEmitter.h
|
|
|
FastISelEmitter.cpp
|
|
|
FastISelEmitter.h
|
|
|
FixedLenDecoderEmitter.cpp
|
More const-correcting of FixedLenDecoderEmitter.
|
2012-03-16 06:52:56 +00:00 |
FixedLenDecoderEmitter.h
|
Const-correct the FixedLenDecoderEmitter. Pass a few things by const reference instead of value to avoid some copying.
|
2012-03-16 05:58:09 +00:00 |
InstrInfoEmitter.cpp
|
Include cstdio in a few place that depended on getting it transitively through StringExtras.h
|
2012-03-23 11:35:30 +00:00 |
InstrInfoEmitter.h
|
|
|
IntrinsicEmitter.cpp
|
TableGen: Don't emit the llvm intrinsic -> gcc builtin table, its only user was the c backend.
|
2012-03-26 11:08:03 +00:00 |
IntrinsicEmitter.h
|
TableGen: Don't emit the llvm intrinsic -> gcc builtin table, its only user was the c backend.
|
2012-03-26 11:08:03 +00:00 |
LLVMBuild.txt
|
|
|
Makefile
|
|
|
PseudoLoweringEmitter.cpp
|
Reserve number of MI operands to accom,odate complex patterns.
|
2012-03-20 21:07:51 +00:00 |
PseudoLoweringEmitter.h
|
|
|
RegisterInfoEmitter.cpp
|
Reapply 153764 and 153761 with a fix.
|
2012-03-30 20:24:14 +00:00 |
RegisterInfoEmitter.h
|
|
|
SequenceToOffsetTable.h
|
Use SequenceToOffsetTable in emitRegisterNameString.
|
2012-03-30 21:12:52 +00:00 |
SetTheory.cpp
|
|
|
SetTheory.h
|
|
|
StringMatcher.cpp
|
|
|
StringMatcher.h
|
|
|
StringToOffsetTable.h
|
Revert r152202: "Use uint16_t to store InstrNameIndices in MCInstrInfo."
|
2012-03-15 18:05:57 +00:00 |
SubtargetEmitter.cpp
|
|
|
SubtargetEmitter.h
|
|
|
TableGen.cpp
|
|
|
TGValueTypes.cpp
|
|
|
X86DisassemblerShared.h
|
|
|
X86DisassemblerTables.cpp
|
Use uint8_t instead of enums to store values in X86 disassembler table. Shaves 150k off the size of X86DisassemblerDecoder.o
|
2012-03-04 02:16:41 +00:00 |
X86DisassemblerTables.h
|
|
|
X86ModRMFilters.cpp
|
|
|
X86ModRMFilters.h
|
|
|
X86RecognizableInstr.cpp
|
Fix the x86 disassembler to at least print the lock prefix if it is the first
|
2012-03-09 17:52:49 +00:00 |
X86RecognizableInstr.h
|
X86 disassembler support for jcxz, jecxz, and jrcxz. Fixes PR11643. Patch by Kay Tiong Khoo.
|
2012-02-27 01:54:29 +00:00 |