Revert 74164. We'll want to use this method later.
[oota-llvm.git] / lib / Target / X86 / X86ISelLowering.cpp
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...
2009-03-11 Mon P WangFor yonah, fix a vector shuffle case for v16i8 where...
2009-03-11 Mon P WangFixed a v8i16 shuffle case that should generate a pshuf...
2009-03-11 Chris Lattnerformatting change, reduce indentation. No functionalit...
2009-03-07 Dan GohmanArithmetic instructions don't set EFLAGS bits OF and...
2009-03-05 Dan GohmanWhen creating X86ISD::INC and X86ISD::DEC nodes, only...
2009-03-05 Dan GohmanFix the "test" optimization to recognize "dec" as an...
2009-03-04 Dan GohmanRe-apply 66008, now that the unfoldMemoryOperand bug...
2009-03-04 Dan GohmanRevert r66004 for now; it's causing a variety of test...
2009-03-04 Dan GohmanTeach the x86 backend to eliminate "test" instructions...
2009-02-27 Rafael EspindolaRefactor TLS code and add some tests. The tests and...
2009-02-25 Evan ChengRevert BuildVectorSDNode related patches: 65426, 65427...
2009-02-23 Evan ChengOnly v1i16 (i.e. _m64) is returned via RAX / RDX.
2009-02-23 Nate BegemanGenerate better code for v8i16 shuffles on SSE2
2009-02-22 Scott MichelIntroduce the BuildVectorSDNode class that encapsulates...
2009-02-22 Evan ChengBe bug compatible with gcc by returning MMX values...
2009-02-20 Evan ChengSupport return of MMX values in 64-bit mode.
2009-02-17 Scott MichelRemove trailing whitespace to reduce later commit patch...
2009-02-13 Evan ChengTeach x86 target -soft-float.
2009-02-12 Dale JohannesenArrange to print constants that match "n" and "i" const...
2009-02-07 Dale JohannesenUse getDebugLoc forwarder instead of getNode()->getDebu...
2009-02-07 Dan GohmanConstify TargetInstrInfo::EmitInstrWithCustomInserter...
2009-02-07 Dale JohannesenGet rid of the last non-DebugLoc versions of getNode!
2009-02-06 Dale JohannesenRemove more non-DebugLoc getNode variants. Use
2009-02-06 Dale JohannesenRemove more non-DebugLoc versions of getNode.
2009-02-06 Dale JohannesenGet rid of one more non-DebugLoc getNode and
2009-02-04 Dale JohannesenRemove non-DebugLoc versions of getLoad and getStore.
2009-02-04 Dan GohmanMinor code cleanups; no functionality change.
2009-02-04 Mon P WangFixes a case where we generate an incorrect mask for...
2009-02-04 Dale JohannesenPatch up omissions in DebugLoc propagation.
2009-02-03 Dale JohannesenAdd some DL propagation to places that didn't
2009-02-03 Dale JohannesenDebugLoc propagation. done with file.
2009-02-03 Dale JohannesenDebugLoc propagation. 2/3 through file.
2009-02-02 Evan ChengADD / SUB / SMUL / UMUL with overflow second result...
2009-02-02 Evan ChengAdd comment.
2009-02-02 Evan ChengTeach LowerBRCOND to recognize (xor (setcc x), 1)....
2009-02-01 Torok EdwinImplement -mno-sse: if SSE is disabled on x86-64, don...
2009-02-01 Duncan SandsFix PR3453 and probably a bunch of other potential
2009-01-30 Dale JohannesenMake LowerCallTo and LowerArguments take a DebugLoc
2009-01-30 Bill WendlingGet rid of the non-DebugLoc-ified getNOT() method.
next