llvm-6502/lib/CodeGen
Alkis Evlogimenos c72c617a4e Add includes and use std:: for standard library calls to make code
compile on windows. This patch was contributed by Paolo Invernizzi.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16539 91177308-0d34-0410-b5e6-96231b3b80d8
2004-09-28 14:42:44 +00:00
..
InstrSched Add includes and use std:: for standard library calls to make code 2004-09-28 14:42:44 +00:00
ModuloScheduling Add includes and use std:: for standard library calls to make code 2004-09-28 14:42:44 +00:00
SelectionDAG
AsmPrinter.cpp
BranchFolding.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
IntrinsicLowering.cpp
LiveInterval.cpp Fix includes. Patch contributed by Paolo Invernizzi! 2004-09-28 02:38:58 +00:00
LiveInterval.h
LiveIntervalAnalysis.cpp Grow the map on entry so that we don't crash if joinIntervals never 2004-09-09 19:24:38 +00:00
LiveIntervalAnalysis.h Use a DenseMap for mapping reg->reg. This improves the LiveInterval 2004-09-08 03:01:50 +00:00
LiveVariables.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
MachineBasicBlock.cpp Indent to 2 spaces. 2004-09-05 18:39:20 +00:00
MachineCodeEmitter.cpp
MachineFunction.cpp Indent to 2 spaces and cleanup excess whitespace. 2004-09-05 18:41:35 +00:00
MachineInstr.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
Makefile
Passes.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
PHIElimination.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
PhysRegTracker.h
PrologEpilogInserter.cpp
RegAllocIterativeScan.cpp Change the way we choose a free register: instead of picking the first 2004-09-02 21:24:33 +00:00
RegAllocLinearScan.cpp Fixes to make LLVM compile with vc7.1. 2004-09-03 18:19:51 +00:00
RegAllocLocal.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
RegAllocSimple.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
TwoAddressInstructionPass.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
UnreachableBlockElim.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
VirtRegMap.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
VirtRegMap.h Changes For Bug 352 2004-09-01 22:55:40 +00:00