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-18 10:31:57 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
1689e0cf55
llvm-6502
/
include
/
llvm
/
CodeGen
History
Jakob Stoklund Olesen
4a0f08c5fc
Add MachineFrameInfo::getPristineRegisters(MBB) method.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@78911
91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-13 16:19:33 +00:00
..
AsmPrinter.h
Add support for printing loop structure information in asm comments.
2009-08-10 16:38:07 +00:00
BinaryObject.h
ELF improvements:
2009-08-08 17:29:04 +00:00
BreakCriticalMachineEdge.h
CallingConvLower.h
Rename MVT to EVT, in preparation for splitting SimpleValueType out into its own struct type.
2009-08-10 22:56:29 +00:00
DAGISelHeader.h
Split EVT into MVT and EVT, the former representing _just_ a primitive type, while
2009-08-11 20:47:22 +00:00
Dump.h
DwarfWriter.h
ELFRelocation.h
FastISel.h
Split EVT into MVT and EVT, the former representing _just_ a primitive type, while
2009-08-11 20:47:22 +00:00
FileWriters.h
GCMetadata.h
GCMetadataPrinter.h
GCs.h
GCStrategy.h
IntrinsicLowering.h
JITCodeEmitter.h
LatencyPriorityQueue.h
LazyLiveness.h
LinkAllAsmWriterComponents.h
LinkAllCodegenComponents.h
LiveInterval.h
Modified VNInfo. The "copy" member is now a union which holds the copy for a register interval, or the defining register for a stack interval. Access is via getCopy/setCopy and getReg/setReg.
2009-08-10 23:43:28 +00:00
LiveIntervalAnalysis.h
LiveStackAnalysis.h
LiveVariables.h
MachineBasicBlock.h
MachineCodeEmitter.h
MachineCodeInfo.h
MachineConstantPool.h
MachineDominators.h
MachineFrameInfo.h
Add MachineFrameInfo::getPristineRegisters(MBB) method.
2009-08-13 16:19:33 +00:00
MachineFunction.h
SjLj based exception handling unwinding support. This patch is nasty, brutish
2009-08-11 00:09:57 +00:00
MachineFunctionAnalysis.h
MachineFunctionPass.h
Add a comment about the additional meaning of setPreservesCFG() for
2009-08-11 15:50:56 +00:00
MachineInstr.h
MachineInstrBuilder.h
MachineJumpTableInfo.h
MachineLocation.h
MachineLoopInfo.h
MachineMemOperand.h
MachineModuleInfo.h
MachineOperand.h
Use the default copy-ctor, copy-assignment, and destructor.
2009-08-11 15:52:30 +00:00
MachinePassRegistry.h
MachineRegisterInfo.h
MachineRelocation.h
MachORelocation.h
ObjectCodeEmitter.h
Passes.h
PseudoSourceValue.h
RegAllocRegistry.h
RegisterCoalescer.h
RegisterScavenging.h
Rebuild RegScavenger::DistanceMap each time it is needed.
2009-08-11 06:25:12 +00:00
RuntimeLibcalls.h
Rename MVT to EVT, in preparation for splitting SimpleValueType out into its own struct type.
2009-08-10 22:56:29 +00:00
ScheduleDAG.h
Add callback to allow target to adjust latency of schedule dependency edge.
2009-08-13 16:05:04 +00:00
ScheduleHazardRecognizer.h
Post RA scheduler changes. Introduce a hazard recognizer that uses the target schedule information to accurately model the pipeline. Update the scheduler to correctly handle multi-issue targets.
2009-08-10 15:55:25 +00:00
SchedulerRegistry.h
SelectionDAG.h
Split EVT into MVT and EVT, the former representing _just_ a primitive type, while
2009-08-11 20:47:22 +00:00
SelectionDAGISel.h
Rename MVT to EVT, in preparation for splitting SimpleValueType out into its own struct type.
2009-08-10 22:56:29 +00:00
SelectionDAGNodes.h
Split EVT into MVT and EVT, the former representing _just_ a primitive type, while
2009-08-11 20:47:22 +00:00
ValueTypes.h
Add contexts to some of the MVT APIs. No functionality change yet, just the infrastructure work needed to get the contexts to where they need to be first.
2009-08-12 00:36:31 +00:00
ValueTypes.td
Add a new overloaded EVT::vAny type for use in TableGen to allow intrinsic
2009-08-11 01:14:02 +00:00