llvm-6502/include/llvm/CodeGen
Evan Cheng aea20f50e5 Added x86 integer vector types: 64-bit packed byte integer (v16i8), 64-bit
packed word integer (v8i16), and 64-bit packed doubleword integer (v2i32).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26294 91177308-0d34-0410-b5e6-96231b3b80d8
2006-02-20 22:34:53 +00:00
..
AsmPrinter.h Add support for assembler directives that wrap inline asm 2006-02-08 23:41:56 +00:00
DwarfWriter.h Changing model for the construction of debug information. 2006-02-06 15:33:21 +00:00
ELFWriter.h Fix some truncation warnings. 2006-02-07 03:34:35 +00:00
InstrScheduling.h
IntrinsicLowering.h add a flag 2005-11-16 07:21:15 +00:00
LiveInterval.h Improve compatibility with VC2005, patch by Morten Ofstad! 2006-01-26 20:41:32 +00:00
LiveIntervalAnalysis.h revert an accidental commit 2006-01-29 07:59:37 +00:00
LiveVariables.h add a comment that I should have written a long time ago 2006-01-04 07:29:33 +00:00
MachineBasicBlock.h
MachineCodeEmitter.h new is not a valid default anywhere, so make this pure virtual 2005-07-28 18:13:59 +00:00
MachineConstantPool.h instead of keeping track of Constant/alignment pairs, actually compute the 2006-02-09 04:44:32 +00:00
MachineDebugInfo.h Sync up the tag numbers with gcc4. 2006-02-13 16:56:43 +00:00
MachineFrameInfo.h Change a comment slightly 2005-11-06 17:40:18 +00:00
MachineFunction.h Move MachineDebugInfo to module level location. 2006-01-04 13:44:43 +00:00
MachineFunctionPass.h
MachineInstr.h Mark these as V9 specific 2005-08-01 20:38:31 +00:00
MachineInstrBuilder.h
MachineRelocation.h
Passes.h Remove a prototype 2005-10-24 04:13:21 +00:00
SchedGraphCommon.h
ScheduleDAG.h Get rid of some memory leaks identified by Valgrind 2006-02-04 06:49:00 +00:00
SelectionDAG.h add a new method 2006-02-17 21:57:00 +00:00
SelectionDAGISel.h Do some code refactoring on Jim's scheduler in preparation of the new list 2006-01-21 02:32:06 +00:00
SelectionDAGNodes.h kill ADD_PARTS & SUB_PARTS and replace them with fancy new ADDC, ADDE, SUBC 2006-02-17 05:43:56 +00:00
SSARegMap.h
ValueSet.h
ValueTypes.h Added x86 integer vector types: 64-bit packed byte integer (v16i8), 64-bit 2006-02-20 22:34:53 +00:00