Adding dllimport, dllexport and external weak linkage types.
[oota-llvm.git] / lib / Target / X86 / X86Subtarget.h
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-09-08 Evan ChengCommitting X86-64 support.
2006-09-07 Chris Lattneradd a new value for the command line optn
2006-09-07 Jim LaskeyMake the x86 asm flavor part of the subtarget info.
2006-09-04 Chris LattnerAdd accessor
2006-02-18 Evan Chengx86 / Darwin PIC support.
2006-02-16 Evan ChengA bit more memset / memcpy optimization.
2006-01-31 Chris Lattner* Fix 80-column violations
2006-01-27 Evan Chengx86 CPU detection and proper subtarget support
2006-01-26 Evan ChengAdded preliminary x86 subtarget support.
2005-11-21 Chris LattnerSimplify the subtarget info, allow the asmwriter to...
2005-11-21 Chris LattnerMake the X86 subtarget compute the basic target type...
2005-09-01 Jim Laskey1. Use SubtargetFeatures in llc/lli.
2005-08-04 Nate BegemanAdd Subtarget support to PowerPC. Next up, using it.
2005-07-27 Jeff CohenEliminate tabs and trailing spaces.
2005-07-12 Chris LattnerMinor changes to improve comments and fix the build...
2005-07-12 Nate BegemanImplement Subtarget support