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
92faff2e4c
llvm-6502
/
include
/
llvm
/
CodeGen
History
Dan Gohman
92faff2e4c
Replace a #include with a forward-declaration.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@60456
91177308-0d34-0410-b5e6-96231b3b80d8
2008-12-03 01:53:18 +00:00
..
AsmPrinter.h
Make a convenient helper for printing offsets.
2008-11-22 16:15:34 +00:00
BreakCriticalMachineEdge.h
CallingConvLower.h
DAGISelHeader.h
DwarfWriter.h
ELFRelocation.h
FastISel.h
FileWriters.h
GCMetadata.h
GCMetadataPrinter.h
GCs.h
GCStrategy.h
IntrinsicLowering.h
LatencyPriorityQueue.h
Experimental post-pass scheduling support. Post-pass scheduling
2008-11-19 23:18:57 +00:00
LinkAllAsmWriterComponents.h
LinkAllCodegenComponents.h
Move the scheduler constructor functions to SchedulerRegistry.h, to
2008-11-24 19:53:21 +00:00
LiveInterval.h
LiveRanges are represented as half-open ranges. Fix the findLiveInMBBs code
2008-11-26 05:50:31 +00:00
LiveIntervalAnalysis.h
LiveStackAnalysis.h
LiveVariables.h
Revert the part of r59145 that changed the comment about
2008-11-12 23:24:15 +00:00
MachineBasicBlock.h
MachineCodeEmitter.h
Implement support for JIT exceptions on X86_64. Relative offsets are
2008-11-18 10:44:46 +00:00
MachineConstantPool.h
Replace a #include with a forward-declaration.
2008-12-03 01:53:18 +00:00
MachineDominators.h
MachineFrameInfo.h
MachineFunction.h
MachineFunctionPass.h
MachineInstr.h
Make some methods const.
2008-11-18 19:04:29 +00:00
MachineInstrBuilder.h
MachineJumpTableInfo.h
MachineLocation.h
MachineLoopInfo.h
MachineMemOperand.h
MachineModuleInfo.h
MachineOperand.h
MachinePassRegistry.h
MachineRegisterInfo.h
MachineRelocation.h
MachORelocation.h
Passes.h
Implement stack protectors as function attributes: "ssp" and "sspreq".
2008-11-13 01:02:14 +00:00
PseudoSourceValue.h
RegAllocRegistry.h
RegisterCoalescer.h
RegisterScavenging.h
- Register scavenger should use MachineRegisterInfo and internal map to find the first use of a register after a given machine instruction.
2008-11-20 02:32:35 +00:00
RuntimeLibcalls.h
ScheduleDAG.h
Initial support for anti-dependence breaking. Currently this code does not
2008-11-25 00:52:40 +00:00
ScheduleDAGInstrs.h
Implement ComputeLatency for MachineInstr ScheduleDAGs. Factor
2008-11-21 00:12:10 +00:00
ScheduleDAGSDNodes.h
Move the scheduler constructor functions to SchedulerRegistry.h, to
2008-11-24 19:53:21 +00:00
SchedulerRegistry.h
Move the scheduler constructor functions to SchedulerRegistry.h, to
2008-11-24 19:53:21 +00:00
SelectionDAG.h
Expand getVTList, getNodeValueTypes, and SelectNodeTo to handle more value types.
2008-12-01 23:28:22 +00:00
SelectionDAGISel.h
On x86 favors folding short immediate into some arithmetic operations (e.g. add, and, xor, etc.) because materializing an immediate in a register is expensive in turns of code size.
2008-11-27 00:49:46 +00:00
SelectionDAGNodes.h
Rename SetCCResultContents to BooleanContents. In
2008-11-23 15:47:28 +00:00
ValueTypes.h
ValueTypes.td