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-11-10 17:07:06 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
d89347cb49
llvm-6502
/
include
/
llvm
/
CodeGen
History
Evan Cheng
9066f4c6fc
Ordering forward declarations.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@97626
91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-03 01:37:50 +00:00
..
AsmPrinter.h
Fix a few unused parameter warnings.
2010-02-17 23:55:26 +00:00
BinaryObject.h
CalcSpillWeights.h
CallingConvLower.h
DwarfWriter.h
ELFRelocation.h
FastISel.h
GCMetadata.h
GCMetadataPrinter.h
GCs.h
GCStrategy.h
IntrinsicLowering.h
JITCodeEmitter.h
LatencyPriorityQueue.h
LinkAllAsmWriterComponents.h
LinkAllCodegenComponents.h
LiveInterval.h
Use methods to determine if a LiveInterval is spillable.
2010-03-01 20:59:38 +00:00
LiveIntervalAnalysis.h
Use methods to determine if a LiveInterval is spillable.
2010-03-01 20:59:38 +00:00
LiveStackAnalysis.h
LiveVariables.h
Keep track of phi join registers explicitly in LiveVariables.
2010-02-23 22:43:58 +00:00
MachineBasicBlock.h
move isOnlyReachableByFallthrough out of MachineBasicBlock into AsmPrinter,
2010-02-17 18:52:56 +00:00
MachineCodeEmitter.h
MachineCodeInfo.h
MachineConstantPool.h
MachineDominators.h
MachineFrameInfo.h
MachineFunction.h
MachineFunctionAnalysis.h
MachineFunctionPass.h
MachineInstr.h
Swap parameters of isSafeToMove and isSafeToReMat for consistency.
2010-03-02 19:03:01 +00:00
MachineInstrBuilder.h
Further constify MDNode* references.
2010-02-26 19:39:56 +00:00
MachineJumpTableInfo.h
MachineLocation.h
MachineLoopInfo.h
MachineMemOperand.h
Add non-temporal flags to MachineMemOperand.
2010-02-15 16:48:31 +00:00
MachineModuleInfo.h
Preliminary patch to improve dwarf EH generation - Hooks to return Personality / FDE / LSDA / TType encoding depending on target / options (e.g. code model / relocation model) - MCIzation of Dwarf EH printer to use encoding information - Stub generation for ELF target (needed for indirect references) - Some other small changes here and there
2010-02-15 22:35:59 +00:00
MachineModuleInfoImpls.h
Preliminary patch to improve dwarf EH generation - Hooks to return Personality / FDE / LSDA / TType encoding depending on target / options (e.g. code model / relocation model) - MCIzation of Dwarf EH printer to use encoding information - Stub generation for ELF target (needed for indirect references) - Some other small changes here and there
2010-02-15 22:35:59 +00:00
MachineOperand.h
Ordering forward declarations.
2010-03-03 01:37:50 +00:00
MachinePassRegistry.h
MachineRegisterInfo.h
MachineRelocation.h
MachineSSAUpdater.h
MachORelocation.h
ObjectCodeEmitter.h
Passes.h
Add skeleton of a machine level cse pass.
2010-03-02 02:38:24 +00:00
ProcessImplicitDefs.h
PseudoSourceValue.h
RegAllocRegistry.h
RegisterCoalescer.h
RegisterScavenging.h
RuntimeLibcalls.h
ScheduleDAG.h
ScheduleHazardRecognizer.h
SchedulerRegistry.h
SelectionDAG.h
remove all but one version of SelectionDAG::MorphNodeTo
2010-03-01 22:20:05 +00:00
SelectionDAGISel.h
remove 300 lines of code that is now dead in the MSP430 backend
2010-03-02 22:30:08 +00:00
SelectionDAGNodes.h
When forming SSE min and max nodes for UGE and ULE comparisons, it's
2010-02-24 06:52:40 +00:00
SlotIndexes.h
TargetLoweringObjectFileImpl.h
It turned out that we failed to emit proper symbol stubs on non-x86/darwin for ages (we emitted a reference to a stub, but no stub was emitted). The code inside x86-32/macho target objfile lowering should actually be the generic one - move it there.
2010-02-21 20:28:15 +00:00
ValueTypes.h
ValueTypes.td