llvm-6502/utils/TableGen
Dan Gohman eabaed26c3 Give FunctionLoweringInfo an MBB member, avoiding the need to pass it
around everywhere, and also give it an InsertPt member, to enable isel
to operate at an arbitrary position within a block, rather than just
appending to a block.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107791 91177308-0d34-0410-b5e6-96231b3b80d8
2010-07-07 16:47:08 +00:00
..
ARMDecoderEmitter.cpp An attempt to fix the problem Anton reported with 2010-06-18 20:44:28 +00:00
ARMDecoderEmitter.h
AsmMatcherEmitter.cpp
AsmMatcherEmitter.h
AsmWriterEmitter.cpp
AsmWriterEmitter.h
AsmWriterInst.cpp
AsmWriterInst.h
CallingConvEmitter.cpp
CallingConvEmitter.h
ClangASTNodesEmitter.cpp
ClangASTNodesEmitter.h
ClangAttrEmitter.cpp Remove unused variables. 2010-06-25 09:35:33 +00:00
ClangAttrEmitter.h Add preliminary clang attribute generation support. 2010-06-16 23:45:50 +00:00
ClangDiagnosticsEmitter.cpp
ClangDiagnosticsEmitter.h
CMakeLists.txt Don't link against libm and libpthread which don't exist in BeOS/Haiku. Also, 2010-06-23 06:48:34 +00:00
CodeEmitterGen.cpp Clean up TargetOpcodes.h a bit, and limit the number of places where the full 2010-07-02 21:44:22 +00:00
CodeEmitterGen.h
CodeGenDAGPatterns.cpp
CodeGenDAGPatterns.h
CodeGenInstruction.cpp Remove isTwoAddress from llvm. 2010-06-21 20:35:09 +00:00
CodeGenInstruction.h
CodeGenIntrinsics.h
CodeGenRegisters.h
CodeGenTarget.cpp Add a new target independent COPY instruction and code to lower it. 2010-07-02 22:29:50 +00:00
CodeGenTarget.h
DAGISelEmitter.cpp
DAGISelEmitter.h
DAGISelMatcher.cpp
DAGISelMatcher.h
DAGISelMatcherEmitter.cpp generate better code in CheckComplexPattern 2010-06-14 22:33:34 +00:00
DAGISelMatcherGen.cpp
DAGISelMatcherOpt.cpp
DisassemblerEmitter.cpp
DisassemblerEmitter.h
EDEmitter.cpp Add support for the x86 instructions "pusha" and "popa". 2010-06-23 20:00:58 +00:00
EDEmitter.h
FastISelEmitter.cpp Give FunctionLoweringInfo an MBB member, avoiding the need to pass it 2010-07-07 16:47:08 +00:00
FastISelEmitter.h
InstrEnumEmitter.cpp
InstrEnumEmitter.h
InstrInfoEmitter.cpp Start TargetRegisterClass indices at 0 instead of 1, so that 2010-06-18 18:13:55 +00:00
InstrInfoEmitter.h
IntrinsicEmitter.cpp
IntrinsicEmitter.h
LLVMCConfigurationEmitter.cpp
LLVMCConfigurationEmitter.h
Makefile
NeonEmitter.cpp Change array references to match my previous change to use the public type 2010-06-24 22:21:19 +00:00
NeonEmitter.h Add generic vector support for bitselect & element byteswap 2010-06-12 03:09:49 +00:00
OptParserEmitter.cpp
OptParserEmitter.h
Record.cpp Fix a tblgen bug. 2010-06-23 19:50:39 +00:00
Record.h
RegisterInfoEmitter.cpp Start TargetRegisterClass indices at 0 instead of 1, so that 2010-06-18 18:13:55 +00:00
RegisterInfoEmitter.h
StringToOffsetTable.h
SubtargetEmitter.cpp
SubtargetEmitter.h
TableGen.cpp Modify tablegen to support generating all NEON code used by clang at once. 2010-06-17 04:15:13 +00:00
TableGenBackend.cpp
TableGenBackend.h
TGLexer.cpp
TGLexer.h
TGParser.cpp Fix a subtle multiclass bug: when using class inheritance on 2010-06-22 20:30:50 +00:00
TGParser.h
TGValueTypes.cpp
X86DisassemblerShared.h
X86DisassemblerTables.cpp
X86DisassemblerTables.h
X86ModRMFilters.h
X86RecognizableInstr.cpp More AVX instructions ({ADD,SUB,MUL,DIV}{SS,SD}rm) 2010-06-11 23:50:47 +00:00
X86RecognizableInstr.h