llvm-6502/lib/Target
Chris Lattner 27a08935ca - Two minor improvements to the MachineInstr class to reduce footprint and
overhead: Merge 3 parallel vectors into 1, change regsUsed hash_set to be a
    bitvector.  Sped up LLC a little less than 10% in a debug build!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4261 91177308-0d34-0410-b5e6-96231b3b80d8
2002-10-22 23:16:21 +00:00
..
CBackend Fix bug: CBackend/2002-10-16-External.ll 2002-10-16 20:08:47 +00:00
SparcV9 - Two minor improvements to the MachineInstr class to reduce footprint and 2002-10-22 23:16:21 +00:00
MachineFrameInfo.cpp * Removed extraneous #includes 2002-08-09 20:08:03 +00:00
Makefile *** empty log message *** 2002-07-23 17:52:38 +00:00
TargetData.cpp - Add an endianness field to the TargetData datastructure 2002-10-14 22:41:13 +00:00
TargetMachine.cpp Run LICM before GCSE! 2002-10-13 00:34:10 +00:00
TargetSchedInfo.cpp Use vectors instead of hash_maps for issueGaps and conflictLists. 2002-10-13 00:37:46 +00:00