llvm-6502/include/llvm/CodeGen
Alkis Evlogimenos bd16ef84bf Make MachineOperand's immediate value an int and save 4 bytes out of
each MachineOperand. We don't really need an int64_t immediate :-).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11906 91177308-0d34-0410-b5e6-96231b3b80d8
2004-02-27 15:05:28 +00:00
..
InstrForest.h
InstrScheduling.h
InstrSelection.h Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering 2003-12-28 21:23:38 +00:00
InstrSelectionSupport.h
IntrinsicLowering.h Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering 2003-12-28 21:23:38 +00:00
LiveIntervalAnalysis.h Abstract merging of ranges away from number of slots per instruction. 2004-02-22 04:05:13 +00:00
LiveVariables.h ADd a method for when an instruction moves 2004-02-19 18:28:22 +00:00
MachineBasicBlock.h Refactor rewinding code for finding the first terminator of a basic 2004-02-23 18:14:48 +00:00
MachineCodeEmitter.h
MachineCodeForInstruction.h
MachineConstantPool.h
MachineFrameInfo.h finegrainify namespacification 2004-02-15 05:52:36 +00:00
MachineFunction.h Change MachineBasicBlock's vector of MachineInstr pointers into an 2004-02-12 02:27:10 +00:00
MachineFunctionInfo.h
MachineFunctionPass.h
MachineInstr.h Make MachineOperand's immediate value an int and save 4 bytes out of 2004-02-27 15:05:28 +00:00
MachineInstrAnnot.h
MachineInstrBuilder.h Move MOTy::UseType enum into MachineOperand. This eliminates the 2004-02-22 19:23:26 +00:00
Passes.h Include <iosfwd> and <string> instead of <iostream>. 2004-02-04 21:41:10 +00:00
SchedGraphCommon.h SchedGraph doesn't need to be friends with SchedGraphNodeCommon anymore. 2004-02-09 18:43:06 +00:00
SelectionDAG.h
SparcRegInfo.h
SSARegMap.h Add DenseMap template and actually use it for for mapping virtual regs 2004-02-25 21:55:45 +00:00
ValueSet.h
ValueTypes.h