Fix "the the" and similar typos.
[oota-llvm.git] / lib / Target / X86 / X86ISelLowering.cpp
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-02-08 Chris Lattnerswitch ELF @GOTOFF references to use X86MCTargetExpr.
2010-02-08 Dan GohmanRename the PerformTailCallOpt variable to GuaranteedTai...
2010-02-06 Evan ChengDo not emit callseq instructions around sibcalls. This...
2010-02-05 Chris Lattnerconstant propagate a method away.
2010-02-05 Chris Lattnerchange getSizeOfImm and getBaseOpcodeFor to just take
2010-02-05 Evan ChengHandle tail call with byval arguments.
2010-02-04 Evan ChengRe-enable x86 tail call optimization.
2010-02-04 Evan ChengIndirect tail call has to go through a call preserved...
2010-02-03 Evan ChengSpeculatively disable x86 automatic tail call optimizat...
2010-02-03 Evan ChengAllow all types of callee's to be tail called. But...
2010-02-02 Evan ChengByVal frame object size should be that of the byval...
2010-02-02 Evan ChengRevert 95130.
2010-02-02 Evan ChengPass callsite return type to TargetLowering::LowerCall...
2010-02-02 Evan ChengPerform sibcall in some cases when arguments are passes...
2010-02-01 Evan ChengFix PR6196. GV callee may not be a function.
2010-02-01 Evan ChengUndo r94946 now all the tests are passing again.
2010-01-31 Evan ChengFix a missing check from my last commit.
2010-01-31 Evan ChengAvoid recursive sibcall's.
2010-01-30 Evan ChengAllow more tailcall optimization: calls with inputs...
2010-01-29 Evan ChengCatch more trivial tail call opportunities: no inputs...
2010-01-28 Evan ChengFix a bug introduced by r94490 where it created a X86IS...
2010-01-27 Evan ChengPerform trivial tail call optimization for callees...
2010-01-27 Evan ChengEliminate target hook IsEligibleForTailCallOptimization.
2010-01-26 Evan ChengDelete blank lines that bug me.
2010-01-26 Evan ChengDelete dead code.
2010-01-26 Evan ChengCode refactoring, no functionality change.
2010-01-26 Chris LattnerMove getJTISymbol from MachineJumpTableInfo to MachineF...
2010-01-26 Chris Lattnerimplement X86 @GOTOFF jump table entries with the new...
2010-01-26 Evan ChengImplement cond ? -1 : 0 with sbb.
2010-01-25 Chris Lattnerin 32-bit pic mode for targets with a GOT, x86 emits...
2010-01-25 Chris Lattnerremove dead code: the x86 target never sets usesGlobalO...
2010-01-24 Mon P WangImproved widening loads by adding support for wider...
2010-01-23 Eric ChristopherDon't lower splat vector load to relative to the esp...
2010-01-15 Dan GohmanFix a typo that Anton noticed.
2010-01-11 Benjamin KramerReimplement getToken and SplitString as "StringRef...
2010-01-09 Jeffrey YasskinFix llvm.org/PR5729: x86-64 tail calls were putting...
2010-01-08 Evan ChengFix a critical bug in 64-bit atomic operation lowering...
2010-01-08 Evan ChengFix comment.
2010-01-07 Evan ChengFix a minor regression from my dag combiner changes...
2010-01-06 Evan ChengTeach dag combine to fold the following transformation...
2010-01-05 Benjamin KramerMove remaining stuff to the isInteger predicate.
2010-01-05 Benjamin KramerConvert a ton of simple integer type equality tests...
2010-01-05 Evan ChengCode refactoring.
2010-01-04 Evan ChengPerform this folding as a target specific dag combine:
2010-01-04 Dan GohmanA use by operand 1 or 2 of a SELECT is not a FLAGS...
2009-12-29 Benjamin KramerReplace a few more SmallVectors with arrays.
2009-12-22 Bill WendlingAdd more plumbing. This time in the LowerArguments...
2009-12-17 Ken DyckIn LowerEXTRACT_VECTOR_ELT, force an i32 value type...
2009-12-16 Evan ChengRe-enable 91381 with fixes.
2009-12-15 Evan ChengDisable 91381 for now. It's miscompiling ARMISelDAG2DAG...
2009-12-15 Evan ChengUse sbb x, x to materialize carry bit in a GPR. The...
2009-12-14 Dan GohmanFix integer cast code to handle vector types.
2009-12-11 Dan GohmanImplement vector widening, splitting, and scalarizing...
2009-12-11 Anton KorobeynikovHonour setHasCalls() set from isel.
2009-12-09 Evan ChengOptimize splat of a scalar load into a shuffle of a...
2009-12-09 Evan ChengTeach InferPtrAlignment to infer GV+cst alignment and...
2009-12-09 Evan ChengMove isConsecutiveLoad to SelectionDAG. It's not target...
2009-11-30 Mon P WangAdded support to allow clients to custom widen. For...
2009-11-23 Dan GohmanRemove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are...
2009-11-21 Devang PatelWe are not using DBG_STOPPOINT anymore.
2009-11-20 Dan GohmanTarget-independent support for TargetFlags on BlockAddr...
2009-11-16 Jeffrey YasskinMake X86-64 in the Large model always emit 64-bit calls.
2009-11-12 David GreeneAdd a bool flag to StackObjects telling whether they...
2009-11-12 Benjamin KramerAdd compare_lower and equals_lower methods to StringRef...
2009-11-07 Nate Begemanx86 vector shuffle cleanup/fixes:
2009-11-07 Kenneth UildriksAdd code to check at SelectionDAGISel::LowerArguments...
2009-10-30 Dan GohmanInitial x86 support for BlockAddresses.
2009-10-28 Evan ChengAdd a second ValueType argument to isFPImmLegal.
2009-10-27 Evan ChengDo away with addLegalFPImmediate. Add a target hook...
2009-10-20 Dan GohmanMake TranslateX86CC return COND_INVALID instead of...
2009-10-19 Nate BegemanAdd support for matching shuffle patterns with palignr.
2009-10-18 Evan Cheng-Revert parts of 84326 and 84411. Distinquishing betwee...
2009-10-18 Evan ChengOnly fixed stack objects and spill slots should be...
2009-10-17 Evan ChengRevert 84315 for now. Re-thinking the patch.
2009-10-17 Evan ChengRename getFixedStack to getStackObject. The stack objec...
2009-10-12 Dan GohmanDon't forget to mark RAX as live-out of the function...
2009-10-07 Dale JohannesenFix handling of x86 'R' constraint.
2009-09-25 Dan GohmanImprove MachineMemOperand handling.
2009-09-23 Dan GohmanRename several variables from EVT to more descriptive...
2009-09-21 Dan GohmanRecognize SSE min and max opportunities in even more...
2009-09-20 Daniel DunbarTabs -> spaces, and remove trailing whitespace.
2009-09-19 Evan ChengFix PR4926. When target hook EmitInstrWithCustomInserte...
2009-09-18 Evan ChengEnhance EmitInstrWithCustomInserter() so target can...
2009-09-18 Chris LattnerMake a new X8632_MachoTargetObjectFile TLOF implementat...
2009-09-18 Dan GohmanAdd support for using the FLAGS result of or, xor,...
2009-09-16 Chris LattnerBig change #1 for personality function references:
2009-09-13 Chris Lattneradd some special case handling for strangely named...
2009-09-06 Duncan SandsRemove a left over bit of code with no effect.
2009-09-06 Duncan SandsRemove some not-really-used variables, as warned
2009-09-03 Dan GohmanRecognize more opportunities to use SSE min and max...
2009-09-03 Mon P WangFixed a few problems with vector shifts
2009-09-03 Dan GohmanAdd a -disable-16bit flag and associated support for...
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-09-02 Chris Lattnerrefactor select 'sched insertion' out to its own method.
2009-08-31 Duncan SandsRevert commit 80428. It completely broke exception
2009-08-29 Bill Wendling- Add target lowering methods to get the preferred...
2009-08-27 Eric ChristopherAdd FIXME for when we support more specific XMM registers.
2009-08-27 Eric ChristopherNuke trailing whitespace.
2009-08-27 Dan GohmanExpand i8 selects into control flow instead of 16-bit...
next