llvm-6502/include/llvm/CodeGen
Jim Laskey 9d4209fb82 1. Add a pass to fold debug label instructions so a debug info client can detect
empty ranges.

2. Reorg how MachineDebugInfo maintains changes to debug labels.

3. Have dwarf writer use debug label info to simplify scopes and source line
coorespondence.

4. Revert the merging of compile units until I can get the bugs ironed out.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31507 91177308-0d34-0410-b5e6-96231b3b80d8
2006-11-07 19:33:46 +00:00
..
AsmPrinter.h Add a printSetLabel that takes two id's. 2006-11-01 09:23:08 +00:00
DwarfWriter.h Simplify DwarfWriter header. 2006-10-30 13:35:07 +00:00
ELFWriter.h Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean. 2006-02-22 16:23:43 +00:00
InstrScheduling.h Remove trailing whitespace 2005-04-21 20:39:54 +00:00
IntrinsicLowering.h remove ShouldEmitDebugFunctions, a hack to support llvm-db via the jit 2006-03-10 22:49:05 +00:00
LinkAllCodegenComponents.h Now that the ISel is available, it's possible to create a default instruction 2006-08-01 19:14:14 +00:00
LiveInterval.h add a prototype 2006-09-02 05:37:53 +00:00
LiveIntervalAnalysis.h Keep track of the start of MBB's in a separate map from instructions. This 2006-09-15 03:57:23 +00:00
LiveVariables.h Fix for PR929. The PHI nodes were being gone through for each instruction 2006-10-03 07:20:20 +00:00
MachineBasicBlock.h add two helper methods 2006-10-23 23:35:35 +00:00
MachineCodeEmitter.h Fix non-64-bit clean code. 2006-06-21 00:29:14 +00:00
MachineConstantPool.h Unbreak VC++ build. 2006-11-05 19:31:28 +00:00
MachineDebugInfo.h 1. Add a pass to fold debug label instructions so a debug info client can detect 2006-11-07 19:33:46 +00:00
MachineFrameInfo.h Tidy up. 2006-08-25 22:56:30 +00:00
MachineFunction.h Provide a function that ensures MBB numbering is dense and inorder. This 2006-10-03 19:18:57 +00:00
MachineFunctionPass.h Add an out-of-line virtual function to home class. 2006-07-14 23:08:47 +00:00
MachineInstr.h add a method for hacking on JTIdx's 2006-10-28 18:18:36 +00:00
MachineInstrBuilder.h Completely eliminate def&use operands. Now a register operand is EITHER a 2006-09-05 02:31:13 +00:00
MachineJumpTableInfo.h add an assertion 2006-10-28 18:21:51 +00:00
MachineLocation.h Foundation for call frame information. 2006-04-07 16:34:46 +00:00
MachinePassRegistry.h Final polish on machine pass registries. 2006-08-02 12:30:23 +00:00
MachineRelocation.h Add basic block machine relocation. 2006-07-27 18:18:13 +00:00
MachOWriter.h Behold, more work on relocations. Things are looking pretty good now. 2006-09-10 23:03:44 +00:00
Passes.h 1. Add a pass to fold debug label instructions so a debug info client can detect 2006-11-07 19:33:46 +00:00
RegAllocRegistry.h Breaking out specialized classes. 2006-08-02 12:27:50 +00:00
SchedGraphCommon.h Convert tabs to spaces 2005-04-22 03:46:24 +00:00
ScheduleDAG.h Move to operand constraints for two-address instructions. 2006-11-04 09:42:53 +00:00
SchedulerRegistry.h Breaking out specialized classes. 2006-08-02 12:27:50 +00:00
SelectionDAG.h Unbreak VC++ build. 2006-11-05 19:31:28 +00:00
SelectionDAGISel.h remove dead method 2006-10-28 18:21:29 +00:00
SelectionDAGNodes.h Fix comments. 2006-11-03 07:31:32 +00:00
SSARegMap.h add an assertion 2005-01-05 16:27:34 +00:00
ValueTypes.h Move MVT::getVectorType out of line, it is large and shouldn't be inlined. 2006-07-19 00:40:45 +00:00
ValueTypes.td add a new iPTR ValueType for tblgen use 2006-03-27 22:48:00 +00:00