llvm-6502/include/llvm/CodeGen
Bob Wilson a27ea9e89f Combine PPC's GetConstantBuildVectorBits and isConstantSplat functions to a new
method in a BuildVectorSDNode "pseudo-class".


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65747 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-01 01:13:55 +00:00
..
AsmPrinter.h Overhaul my earlier submission due to feedback. It's a large patch, but most of 2009-02-24 08:30:20 +00:00
BreakCriticalMachineEdge.h
CallingConvLower.h
DAGISelHeader.h
DebugLoc.h Print out a new label only if the debug location *tuple* is different. The debug 2009-02-19 09:16:38 +00:00
DwarfWriter.h Clean up dwarf writer, part 1. This eliminated the horrible recursive getGlobalVariablesUsing and replaced it something readable. It eliminated use of slow UniqueVector and replaced it with StringMap, SmallVector, and DenseMap, etc. It also fixed some non-deterministic behavior. 2009-02-25 07:04:34 +00:00
ELFRelocation.h
FastISel.h
FileWriters.h
GCMetadata.h
GCMetadataPrinter.h
GCs.h
GCStrategy.h
IntrinsicLowering.h
LatencyPriorityQueue.h
LinkAllAsmWriterComponents.h
LinkAllCodegenComponents.h
LiveInterval.h Strengthen the previous check. 2009-02-08 08:24:28 +00:00
LiveIntervalAnalysis.h Fix PR3486. Fix a bug in code that manually patch physical register live interval after its sub-register is coalesced with a virtual register. 2009-02-08 11:04:35 +00:00
LiveStackAnalysis.h
LiveVariables.h
MachineBasicBlock.h
MachineCodeEmitter.h Add support to the JIT for true non-lazy operation. When a call to a function 2009-02-18 08:31:02 +00:00
MachineConstantPool.h
MachineDominators.h
MachineFrameInfo.h
MachineFunction.h Add a default debug location object to the Machine Function. It's used to emit a default debugging label at the beginning of a function. 2009-02-20 00:42:52 +00:00
MachineFunctionPass.h
MachineInstr.h
MachineInstrBuilder.h Factor out the code to add a MachineOperand to a MachineInstrBuilder. 2009-02-18 05:45:50 +00:00
MachineJumpTableInfo.h
MachineLocation.h
MachineLoopInfo.h Eliminate several more unnecessary intptr_t casts. 2009-02-18 05:09:16 +00:00
MachineMemOperand.h
MachineModuleInfo.h
MachineOperand.h
MachinePassRegistry.h
MachineRegisterInfo.h
MachineRelocation.h
MachORelocation.h
Passes.h
PseudoSourceValue.h
RegAllocRegistry.h
RegisterCoalescer.h
RegisterScavenging.h Don't pass BitVectors by value, pass them by reference. 2009-02-06 09:16:15 +00:00
RuntimeLibcalls.h
ScheduleDAG.h Unbreak the build on win32. 2009-02-14 16:06:42 +00:00
ScheduleHazardRecognizer.h
SchedulerRegistry.h When scheduling a block in parts, keep track of the overall 2009-02-11 04:27:20 +00:00
SelectionDAG.h Revert BuildVectorSDNode related patches: 65426, 65427, and 65296. 2009-02-25 22:49:59 +00:00
SelectionDAGISel.h When scheduling a block in parts, keep track of the overall 2009-02-11 04:27:20 +00:00
SelectionDAGNodes.h Combine PPC's GetConstantBuildVectorBits and isConstantSplat functions to a new 2009-03-01 01:13:55 +00:00
ValueTypes.h
ValueTypes.td