remove the now-dead TM argument to these methods.
[oota-llvm.git] / lib / Target / X86 / X86ISelLowering.cpp
2009-07-10 Chris Lattnerremove the now-dead TM argument to these methods.
2009-07-10 Chris Lattneradd a couple of predicates to test for "stub style...
2009-07-10 Chris Lattnereliminate GVRequiresRegister, replacing it with predica...
2009-07-10 Chris Lattnerchange a bunch of logic in LowerGlobalAddress to levera...
2009-07-10 Chris Lattnermove some classification logic around. Now GVRequiresE...
2009-07-10 Chris Lattnerchange isGlobalStubReference to take target flags inste...
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 Owen AndersonThread LLVMContext through MVT and related parts of...
2009-07-09 Chris Lattnersimplify this logic a bit more.
2009-07-09 Chris Lattnermove reasoning about darwin $non_lazy_ptr stubs from...
2009-07-09 Chris Lattnermake isel use MO_PIC_BASE_OFFSET when lowering globalva...
2009-07-09 Chris Lattnermake isel decide whether to emit $stub's on darwin...
2009-07-09 Chris LattnerMake isel determine where to emit PLT-relative calls...
2009-07-09 Chris Lattnersimplify some code based on the fact that picstyles...
2009-07-09 Chris Lattnerall this logic always returns true because GOT mode...
2009-07-09 Chris LattnerisPICStyleRIPRel() and friends are never true in -stati...
2009-07-09 Chris LattnerWhen in -static mode, force the PIC style to none....
2009-07-09 Chris Lattnermerge two identical functions and simplify things that...
2009-07-09 Chris Lattnerhoist check for IsTailCall to callers. Eliminate redun...
2009-07-09 Chris Lattnerchange a few methods to be static functions.
2009-07-09 Chris Lattnermove handling of dllimport linkage in isel, not in...
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-07-08 Torok EdwinConvert more abort() calls to llvm_report_error().
2009-07-08 Torok EdwinStart converting to new error handling API.
2009-07-07 Dale JohannesenDon't accept globals as matching 'i' constraint
2009-07-03 Tilmann SchellerAdd NumFixedArgs attribute to CallSDNode which indicate...
2009-07-01 Bill WendlingUpdate comments to make it clear that the function...
2009-06-30 Bill WendlingAdd an "alignment" field to the MachineFunction object...
2009-06-29 David GreeneAdd a 256-bit register class and YMM registers.
2009-06-29 Owen AndersonAdd a target-specific DAG combine on X86 to fold the...
2009-06-29 David GreeneAdd more vector ValueTypes for AVX and other extended...
2009-06-27 Chris Lattnerpull @GOT, @GOTOFF, @GOTPCREL handling into isel from...
2009-06-27 Chris LattnerReimplement rip-relative addressing in the X86-64 backe...
2009-06-26 Chris LattnerMove all the TLS processing logic into isel, don't...
2009-06-26 Chris Lattnermove magic for PIC constantpool references from asmprin...
2009-06-26 Chris Lattnerstart adding logic in isel to determine asm printer...
2009-06-21 Chris Lattnerindentation fix
2009-06-16 Eli FriedmanMisc accumulated tweaks to legalization logic for vario...
2009-06-15 Chris LattnerI got J and K backward, many thanks to Eli for spotting...
2009-06-15 Chris Lattnerimplement support for the 'K' asm constraint, PR4347
2009-06-12 Arnold SchwaighoferFix Bug 4278: X86-64 with -tailcallopt calling convention
2009-06-09 Anton KorobeynikovSilence a warning
2009-06-07 Eli FriedmanGet rid of some unnecessary code.
2009-06-07 Eli FriedmanSlightly generalize the code that handles shuffles...
2009-06-06 Eli FriedmanAvoid crashing on a variable-index insertelement with...
2009-06-06 Eli FriedmanGet rid of some bogus patterns for X86vzmovl. Don...
2009-06-06 Eli FriedmanPR2598: make sure to expand illegal forms of integer...
2009-06-05 Devang PatelAdd new function attribute - noimplicitfloat
2009-06-05 Nate BegemanAdapt the x86 build_vector dagcombine to the current...
2009-06-05 Devang PatelEvan thinks NoImplicitFloat check is not required here.
2009-06-03 Dan GohmanRemove unnecessary #includes.
2009-06-02 Dale JohannesenRevert 72707 and 72709, for the moment.
2009-06-01 Dale JohannesenMake the implicit inputs and outputs of target-independent
2009-05-30 Bill WendlingUntabification.
2009-05-28 Evan ChengAdded optimization that narrow load / op / store and...
2009-05-27 Eli FriedmanGer rid of some dead code.
2009-05-27 Eli FriedmanDon't abuse the quirky behavior of LegalizeDAG for...
2009-05-26 Daniel DunbarBack out r72431, it is causing a number of compilation...
2009-05-26 Eli FriedmanDon't abuse the quirky behavior of LegalizeDAG for...
2009-05-23 Eli FriedmanMake the X86 backend mark EXTRACT_SUBVECTOR as Expand...
2009-05-23 Eli FriedmanMake the x86 backend custom-lower UINT_TO_FP and FP_TO_...
2009-05-13 Evan ChengRun code placement optimization for targets that want...
2009-05-08 Chris LattnerFix PR4152: asm constraint validation happens before...
2009-04-29 Nate BegemanFix infinite recursion in the C++ code which handles...
2009-04-29 Nate BegemanImplement review feedback for vector shuffle work.
2009-04-27 Nate Begeman2nd attempt, fixing SSE4.1 issues and implementing...
2009-04-24 Rafael EspindolaFix PR 4004 by including the call to __tls_get_addr...
2009-04-24 Rafael EspindolaRevert 69952. Causes testsuite failures on linux x86-64.
2009-04-24 Nate BegemanPR2957
2009-04-21 Duncan SandsGet rid of what looks like a copy-and-pasted typo.
2009-04-20 Bob WilsonMove duplicated AddLiveIn function from X86 and ARM...
2009-04-17 Rafael EspindolaFor general dynamic TLS access we must use
2009-04-13 Rafael EspindolaX86-64 TLS support for local exec and initial exec.
2009-04-09 Dan GohmanRemove the obsolete SelectionDAG::getNodeValueTypes...
2009-04-09 Dan GohmanFix grammaros in comments.
2009-04-08 Rafael EspindolaRe-apply 68552.
2009-04-08 Rafael EspindolaAvoid a hard coded constant.
2009-04-08 Dan GohmanImplement support for using modeling implicit-zero...
2009-04-07 Bill WendlingTemporarily revert r68552. This was causing a failure...
2009-04-07 Rafael EspindolaReduce code duplication on the TLS implementation.
2009-04-03 Mon P WangAdded a x86 dag combine to increase the chances to...
2009-04-01 Chris Lattnersilence warning in release-asserts build.
2009-03-31 Evan Chengi128 shift libcalls are not available on x86.
2009-03-30 Evan ChengWhen optimzing a mul by immediate into two, the resulti...
2009-03-28 Rafael EspindolaHave only one definition of X86AddrNumOperands.
2009-03-28 Evan ChengOptimize some 64-bit multiplication by constants into...
2009-03-27 Rafael EspindolaI am trying to add a segment to the X86 addresses match...
2009-03-26 Evan Cheng-no-implicit-float means explicit fp operations are...
2009-03-26 Bill WendlingPull transform from target-dependent code into target...
2009-03-26 Bill WendlingMatch this pattern so that we can generate simpler...
2009-03-13 Bill WendlingThese instructions have special lowering that may lower...
2009-03-13 Evan ChengFix some significant problems with constant pools that...
2009-03-13 Chris Lattnergeneralize the previous code to use the full generality...
2009-03-13 Chris Lattneroptimize the case of cond ? 42 : 41 and friends. This...
2009-03-12 Chris LattnerMove 3 "(add (select cc, 0, c), x) -> (select cc, x...
2009-03-12 Evan ChengOn x86, if the only use of a i64 load is a i64 store...
2009-03-11 Bill WendlingAdd a -no-implicit-float flag. This acts like -soft...
next