llvm-6502/lib/CodeGen
Anton Korobeynikov a6199c87c2 Fix DWARF debugging information on x86/Linux and (hopefully)
Mingw32/Cygwin targets. This fixes PR978


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35000 91177308-0d34-0410-b5e6-96231b3b80d8
2007-03-07 02:47:57 +00:00
..
SelectionDAG big endian 32-bit systems (e.g. ppc32) want to return the high reg first, not 2007-03-06 20:01:06 +00:00
AsmPrinter.cpp Small eye-candy: use asciz directive everywhere, where possible. 2007-03-06 19:25:02 +00:00
BranchFolding.cpp
DwarfWriter.cpp Fix DWARF debugging information on x86/Linux and (hopefully) 2007-03-07 02:47:57 +00:00
ELFWriter.cpp
ELFWriter.h
IntrinsicLowering.cpp Lower eh filter intrinsic. 2007-03-01 20:24:30 +00:00
LiveInterval.cpp
LiveIntervalAnalysis.cpp Watch out for cases like this: 2007-03-03 02:18:00 +00:00
LiveVariables.cpp
LLVMTargetMachine.cpp Now LoopStrengthReduce is a LoopPass. 2007-03-06 21:14:09 +00:00
MachineBasicBlock.cpp
MachineFunction.cpp
MachineInstr.cpp
MachineModuleInfo.cpp Collect eh filter info. 2007-03-01 20:25:32 +00:00
MachinePassRegistry.cpp
MachOWriter.cpp Remove unneeded header file. 2007-03-04 04:41:04 +00:00
MachOWriter.h
Makefile
Passes.cpp
PHIElimination.cpp
PhysRegTracker.h
PrologEpilogInserter.cpp If target decides to create an emergency spill slot, make sure it's closest to SP or frame pointer. 2007-03-06 10:02:38 +00:00
RegAllocLinearScan.cpp
RegAllocLocal.cpp
RegAllocSimple.cpp
RegisterScavenging.cpp Minor bug fix. 2007-03-06 21:58:15 +00:00
TwoAddressInstructionPass.cpp
UnreachableBlockElim.cpp
VirtRegMap.cpp Only propagate IsKill if the last use is a kill. 2007-03-03 06:32:37 +00:00
VirtRegMap.h