This bug is also present in MSVC10. Requested by Elrood on IRC.
[oota-llvm.git] / lib / Target / X86 / X86Subtarget.cpp
2010-05-27 Dan GohmanFastISel doesn't yet handle callee-pop functions.
2010-04-28 Evan ChengEnable i16 to i32 promotion by default.
2010-04-21 Evan Chengisel (i32 anyext i16) as insert_subreg when 16-bit...
2010-04-02 Eric ChristopherSeparate out the AES-NI instructions from the SSE4...
2010-04-01 Evan ChengNehalem unaligned memory access is fast.
2010-03-18 Evan ChengTurning off post-ra scheduling for x86. It isn't a...
2010-03-14 Chris Lattnerno really, all 64-bit cpu's have cmov support. This...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-11 David GreeneImplement a feature (-vector-unaligned-mem) to allow...
2010-01-05 David GreeneChange errs() to dbgs().
2009-12-22 Evan ChengRemove target attribute break-sse-dep. Instead, do...
2009-12-18 Evan ChengOn recent Intel u-arch's, folding loads into some unary...
2009-12-07 Dan GohmanDon't enable the post-RA scheduler on x86 except at...
2009-11-20 Dan GohmanTarget-independent support for TargetFlags on BlockAddr...
2009-11-14 Daniel DunbarAdd llvm::sys::getHostCPUName, for detecting the LLVM...
2009-11-13 David GoodwinAllow target to specify regclass for which antideps...
2009-11-10 David GoodwinFixed to address code review. No functional changes.
2009-10-15 Evan ChengRemove X86Subtarget::IsLinux. It's no longer being...
2009-09-03 Evan ChengReference to hidden symbols do not have to go through...
2009-09-03 Daniel DunbarMake these functions static and local.
2009-09-03 Evan ChengX86JITInfo::getLazyResolverFunction() should not read...
2009-09-02 Chris LattnerAdd support for modeling whether or not the processor...
2009-08-28 Anton KorobeynikovShort-term workaround for frame-related weirdness on...
2009-08-11 Chris Lattnerchange the -x86-asm-syntax=intel/att flag to be in...
2009-08-05 Daniel DunbarRemove some dead code.
2009-08-03 Bill Wendling- s/DOUT/DEBUG(errs()/g
2009-08-02 Daniel DunbarNormalize Subtarget constructors to take a target tripl...
2009-07-19 Daniel DunbarFix some minor MSVC compiler warnings.
2009-07-16 Evan ChengGV with ghost linkage (module being lazily streamed...
2009-07-10 Chris Lattnerfix indentation
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
next