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-19 01:34:32 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
709d19fb66
llvm-6502
/
include
/
llvm
/
CodeGen
History
Evan Cheng
709d19fb66
Document an implementation detail about EXTRACT_SUBREG and INSERT_SUBREG sub-register operand.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@48283
91177308-0d34-0410-b5e6-96231b3b80d8
2008-03-12 07:52:15 +00:00
..
AsmPrinter.h
Don't fill eh frames even though these are text sections.
2008-02-29 19:36:59 +00:00
BreakCriticalMachineEdge.h
CallingConvLower.h
Increase ISD::ParamFlags to 64 bits. Increase the ByValSize
2008-03-10 02:17:22 +00:00
Collector.h
CollectorMetadata.h
Collectors.h
DwarfWriter.h
ELFRelocation.h
FileWriters.h
Use PassManagerBase instead of FunctionPassManager for functions
2008-03-11 22:29:46 +00:00
IntrinsicLowering.h
LinkAllCodegenComponents.h
LiveInterval.h
LiveIntervalAnalysis.h
When the register allocator runs out of registers, spill a physical register around the def's and use's of the interval being allocated to make it possible for the interval to target a register and spill it right away and restore a register for uses. This likely generates terrible code but is before than aborting.
2008-03-11 07:19:34 +00:00
LiveVariables.h
Refactor code. Remove duplicated functions that basically do the same thing as
2008-03-05 00:59:57 +00:00
MachineBasicBlock.h
Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to 16-byte boundaries.
2008-02-28 00:43:03 +00:00
MachineCodeEmitter.h
MachineConstantPool.h
MachineDominators.h
MachineFrameInfo.h
Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to 16-byte boundaries.
2008-02-28 00:43:03 +00:00
MachineFunction.h
MachineFunctionPass.h
MachineInstr.h
Refactor code. Remove duplicated functions that basically do the same thing as
2008-03-05 00:59:57 +00:00
MachineInstrBuilder.h
MachineJumpTableInfo.h
MachineLocation.h
MachineLoopInfo.h
MachineModuleInfo.h
MachineOperand.h
MachinePassRegistry.h
MachineRegisterInfo.h
MachineRelocation.h
MachORelocation.h
MemOperand.h
Passes.h
Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to 16-byte boundaries.
2008-02-28 00:43:03 +00:00
PseudoSourceValue.h
RegAllocRegistry.h
RegisterCoalescer.h
RegisterScavenging.h
When setting the "unused" info, take into account something like this:
2008-03-06 23:22:43 +00:00
RuntimeLibcalls.h
Implement more support for fp-to-i128 and i128-to-fp conversions.
2008-03-10 23:03:31 +00:00
SchedGraphCommon.h
ScheduleDAG.h
SchedulerRegistry.h
SelectionDAG.h
SelectionDAGISel.h
SelectionDAGNodes.h
Document an implementation detail about EXTRACT_SUBREG and INSERT_SUBREG sub-register operand.
2008-03-12 07:52:15 +00:00
ValueTypes.h
Add MVT::is128BitVector and is64BitVector. Shrink
2008-03-01 03:40:57 +00:00
ValueTypes.td