Clean up some signedness oddities in this code noticed by clang.
[oota-llvm.git] / lib / Target / X86 / X86ISelLowering.cpp
2010-04-07 John McCallClean up some signedness oddities in this code noticed...
2010-04-05 Chris Lattnerunthread MMI from FastISel
2010-04-05 Chris Lattnerfastisel doesn't need DwarfWriter, remove some tendricles.
2010-04-04 Mon P WangReapply address space patch after fixing an issue in...
2010-04-02 Chris Lattneruse DebugLoc default ctor instead of DebugLoc::getUnkno...
2010-04-02 Evan ChengCorrectly lower memset / memcpy of undef. It should...
2010-04-02 Mon P WangRevert r100191 since it breaks objc in clang
2010-04-02 Mon P WangReapply address space patch after fixing an issue in...
2010-04-02 Eric ChristopherRemove FIXME - if there's a better way to do this it...
2010-04-02 Chandler CarruthDisambiguate conditional expression for newer GCCs.
2010-04-01 Evan ChengIn 64-bit mode, use i64 to lower memcpy / memset instea...
2010-04-01 Evan ChengAdd comments about DstAlign and SrcAlign.
2010-04-01 Evan Cheng- Avoid using floating point stores to implement memset...
2010-04-01 Evan ChengFix sdisel memcpy, memset, memmove lowering:
2010-03-30 Bob WilsonRevert Mon Ping's change 99928, since it broke all...
2010-03-30 Mon P WangAdded support for address spaces and added a isVolatile...
2010-03-30 Chris LattnerRip out the 'is temporary' nonsense from the MCContext...
2010-03-30 Eric ChristopherAdd FIXME for operand promotion.
2010-03-29 Benjamin KramerMake isInt?? and isUint?? template specializations...
2010-03-26 Evan ChengDo not sibcall if stack needs to be dynamically aligned.
2010-03-26 Evan ChengAllow trivial sibcall of vararg callee when no argument...
2010-03-24 Nate BegemanPer chris's request, add some comments.
2010-03-24 Nate BegemanBUILD_VECTOR was missing out on some prime opportunitie...
2010-03-20 Evan ChengIf call result is in ST0 and it is not being passed...
2010-03-15 Daniel DunbarMC: Allow modifiers in MCSymbolRefExpr, and eliminate...
2010-03-15 Dan GohmanRecognize code for doing vector gather/scatter index...
2010-03-15 Bill WendlingNow that the default for Darwin platforms is to place...
2010-03-15 Bill WendlingPlace the LSDA into the TEXT section for x86 Darwin...
2010-03-15 Evan ChengAvoid sibcall optimization if either caller or callee...
2010-03-14 Chris Lattnerfix PR6605, X86ISD::CMP always returns i32 (EFLAGS...
2010-03-14 Chris Lattneradd support for pentium class CPUs which do not have...
2010-03-14 Evan ChengDo not force indirect tailcall through fixed registers...
2010-03-13 Chris Lattnereliminate the now-unneeded context argument of MBB...
2010-03-12 Bill WendlingAdd a beta-test for placing the LSDA into the TEXT...
2010-03-12 Benjamin KramerUse StringRef::substr instead of std::string::substr...
2010-03-11 Dan GohmanRemove getWidenVectorType, which is no longer used.
2010-03-11 Bill Wendlingrevert r98270.
2010-03-11 Evan ChengBad bad bug. x86 force indirect tail call address into...
2010-03-11 Chris Lattneradd support, testcases, and dox for the new GHC calling
2010-03-10 Dale JohannesenProgress towards shepherding debug info through Selecti...
2010-03-10 Chris Lattnerset the temporary bit on MCSymbols correctly.
2010-03-06 Anton KorobeynikovLower dynamic stack allocation on mingw32 to separate...
2010-03-05 Evan ChengFix typo.
2010-03-05 Evan ChengFix an oops in x86 sibcall optimization. If the ByVal...
2010-03-05 Evan ChengRever 96389 and 96990. They are causing some miscompila...
2010-03-04 Dan GohmanFix recognition of 16-bit bswap for C front-ends which...
2010-03-02 Bill WendlingRemove dead parameter passing.
2010-03-01 Evan ChengRemove the optimize for code size limitation on r67917...
2010-02-27 Evan ChengRe-apply 97040 with fix. This survives a ppc self-host...
2010-02-25 Dan GohmanTruncate from i64 to i32 is "free" on x86-32, because...
2010-02-24 Daniel DunbarSpeculatively revert r97011, "Re-apply 96540 and 96556...
2010-02-24 Dan GohmanWhen forming SSE min and max nodes for UGE and ULE...
2010-02-24 Evan ChengRe-apply 96540 and 96556 with fixes.
2010-02-23 Evan ChengFix rev 96389 by restricting the xform to mask that...
2010-02-23 Chris LattnerX86InstrInfoSSE.td declares PINSRW as having type v8i16,
2010-02-22 Arnold SchwaighoferMark the return address stack slot as mutable when...
2010-02-22 Dan GohmanRemove the logic for reasoning about NaNs from the...
2010-02-22 Chris Lattnerfix an incorrect VT: eflags is always i32. The bug...
2010-02-21 Anton KorobeynikovIt turned out that we failed to emit proper symbol...
2010-02-19 Duncan SandsRevert commits 96556 and 96640, because commit 96556...
2010-02-18 Evan ChengSome dag combiner goodness:
2010-02-16 Evan ChengLook for SSE and instructions of this form: (and x...
2010-02-15 Anton KorobeynikovPreliminary patch to improve dwarf EH generation -...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-02-12 Anton KorobeynikovCleanup stdcall / fastcall name mangling.
2010-02-11 Chris Lattnerrefactor the conditional jump instructions in the ...
2010-02-10 Mon P WangThe previous fix of widening divides that trap was...
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...
next