remove the now-dead TM argument to these methods.
[oota-llvm.git] / lib / Target / X86 / X86Subtarget.cpp
2009-07-10 Chris Lattnerremove the now-dead TM argument to these methods.
2009-07-10 Chris Lattnermake PIC vs DynamicNoPIC be explicit in PICStyles.
2009-07-10 Chris Lattnersome minor simplifications.
2009-07-10 Chris Lattneradd a couple of predicates to test for "stub style...
2009-07-10 Chris Lattnersimplify fast isel by using ClassifyGlobalReference...
2009-07-10 Chris Lattnereliminate GVRequiresRegister, replacing it with predica...
2009-07-10 Chris Lattnermove some classification logic around. Now GVRequiresE...
2009-07-10 Chris LattnerGVRequiresExtraLoad is now never used for calls, simpli...
2009-07-10 Chris Lattneractually, just eliminate PCRelGVRequiresExtraLoad....
2009-07-10 Chris LattnerThere is only one case where GVRequiresExtraLoad return...
2009-07-10 Chris Lattnerthe "isDirectCall" operand of GVRequiresRegister is...
2009-07-09 Chris Lattnersimplify some code based on the fact that picstyles...
2009-07-09 Chris LattnerReduce indentation in GVRequiresExtraLoad. Return...
2009-06-26 David GreeneAdd feature flags for AVX and FMA and fix some SSE4A...
2009-06-08 Anton KorobeynikovThe attached patches implement most of the ARM AAPCS...
2009-05-26 Stefanus Du ToitUpdate CPU capabilities for AMD machines
2009-05-20 Evan ChengTry again. Allow call to immediate address for ELF...
2009-04-25 Chris Lattneradd support for detecting process features on win64...
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-02-28 Mon P WangAdded another darwin subtarget
2009-02-03 Dan GohmanTevert part of the x86 subtarget logic changes: when...
2009-02-03 Dan GohmanChange Feature64Bit to not imply FeatureSSE2. All x86...
2009-02-02 Torok EdwinOnly force SSE level if it is not correct.
2009-02-02 Torok Edwinremove #if 0 code on Bill's request.
2009-02-01 Torok EdwinImplement -mno-sse: if SSE is disabled on x86-64, don...
2009-01-25 Torok Edwinshould have removed the + when manually applying a...
2009-01-25 Torok Edwinrevert this patch for now, because Codegen does still...
2009-01-25 Torok EdwinIf user explicitly asks not to use SSE, don't force...
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-05 Evan ChengAtom and Core i7 do not have same model number after...
2009-01-03 Evan ChengAdd Intel processors core i7 and atom.
2009-01-03 Evan ChengFix PR3210: Detect more Intel processors. Patch by...
2009-01-02 Evan ChengDo not isel load folding bt instructions for pentium...
2009-01-02 Evan ChengFix x86 CPU id detection to identify Penryn (and future...
2008-12-16 Dan GohmanAdd initial support for back-scheduling address computa...
2008-12-08 Evan ChengRe-apply 60689 now my head is screwed on right.
2008-12-08 Dan GohmanRevert 60689. It caused many regressions on Darwin...
2008-12-08 Evan ChengPerform cheap checks first.
2008-12-05 Dale JohannesenMake LoopStrengthReduce smarter about hoisting things...
2008-12-05 Evan ChengRe-did 60519. It turns out Darwin's handling of hidden...
2008-12-04 Bill WendlingTemporarily revert r60519. It was causing a bootstrap...
2008-12-04 Evan ChengVisibility hidden GVs do not require extra load of...
2008-11-28 Duncan SandsFix build with gcc-4.4: it doesn't like PICStyle
2008-10-14 Dan GohmanFix command-line option printing to print two spaces...
2008-09-30 Bill WendlingJust don't transform this memset into "bzero" if no...
2008-09-30 Bill WendlingAdd the new `-no-builtin' flag. This flag is meant...
2008-07-16 Evan Chengx86-64 PIC JIT fixes: do not generate the extra load...
2008-07-09 Anton KorobeynikovRevert accidentially added stuff
2008-07-09 Anton KorobeynikovSwitch to new section name handling facility
2008-07-03 Evan ChengBack out 53091 for now.
2008-07-03 Anton Korobeynikovllvm-gcc sometimes marks external declarations hidden...
2008-06-02 Rafael EspindolaDon't use the GOT for symbols that are not externally...
2008-05-14 Dale JohannesenAdd CommonLinkage; currently tentative definitions
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-05-05 Mon P WangAdded addition atomic instrinsics and, or, xor, min...
2008-05-05 Dan GohmanFix IsLinux being uninitialized on non-Linux targets.
2008-05-05 Dan GohmanUse a dedicated IsLinux flag instead of an ELFLinux...
2008-05-05 Dan GohmanAdd AsmPrinter support for emitting a directive to...
2008-04-23 Anton KorobeynikovMake stack alignment options global for all targets
2008-04-23 Anton KorobeynikovProvide ABI-correct stack alignment
2008-04-16 Evan ChengInitialize X863DNowLevel.
2008-04-12 Anton KorobeynikovProvide option for stack alignment override
2008-04-01 Dan GohmanSpeculatively micro-optimize memory-zeroing calls on...
2008-03-22 Anton KorobeynikovHonour built-in defines on win64 targets for automatica...
2008-03-22 Anton KorobeynikovRecognize "windows" in target triple, not only "win32"
2008-02-20 Anton KorobeynikovRemove bunch of gcc 4.3-related warnings from Target
2008-02-15 Dale JohannesenRemove warning about 64-bit code on processor
2008-02-07 Evan ChengFix a x86-64 codegen deficiency. Allow gv + offset...
2008-02-03 Nate BegemanSSE 4.1 Intrinsics and detection
2008-01-20 Anton KorobeynikovEnable PIC codegen on x86-64/linux
2008-01-08 Duncan SandsUse size_t to store Pos, avoid truncating value
2008-01-02 Chris Lattnerdarwin9 and above support aligned common symbols.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-10-31 Rafael EspindolaMake ARM an X86 memcpy expansion more similar to each...
2007-08-01 Evan ChengMac OS X X86-64 low 4G address not available.
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-04-16 Jeff CohenIn the event that some really old non-Intel or -AMD...
2007-04-16 Jeff CohenBefore assuming that the original code didn't work...
2007-04-10 Bill WendlingAdd support for our first SSSE3 instruction "pmulhrsw".
2007-03-23 Anton KorobeynikovAutodetect MMX & SSE stuff for AMD processors
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-28 Anton KorobeynikovPropagate changes from my local tree. This patch includes:
2007-01-22 Evan ChengLinux GOT indirect reference is only necessary in PIC...
2007-01-17 Anton Korobeynikov* Fix one more bug in PIC codegen: extra load is needed...
2007-01-12 Anton Korobeynikov* PIC codegen for X86/Linux has been implemented
2007-01-03 Anton KorobeynikovReally big cleanup.
2006-12-22 Anton KorobeynikovRefactored JIT codegen for mingw32. Now we're using...
2006-12-20 Anton KorobeynikovFixed 80 cols & style violation
2006-12-20 Anton KorobeynikovFixed dllimported symbols support during JIT'ing. JIT...
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-11-30 Anton KorobeynikovFactor out GVRequiresExtraLoad() from .h to .cpp
2006-11-29 Evan Cheng16-byte stack alignment for X86-64 ELF. Patch by Dan...
2006-11-20 Chris LattnerFix codegen for x86-64 on systems (like ppc or i386...
2006-11-08 Evan ChengUse movl+xchgl instead of pushl+popl.
2006-10-17 Evan ChengProper fix.
2006-10-16 Evan ChengProper fix for rdar://problem/4770604 Thanks to Stuar...
2006-10-06 Evan Cheng80 col violation.
2006-10-06 Evan ChengStill need to support -mcpu=<> or cross compilation...
2006-10-06 Evan ChengDo away with CPU feature list. Just use CPUID to detect...
2006-10-06 Evan ChengIt appears the inline asm in GetCpuIDAndInfo() may...
next