Announce that we don't support mem ops yet.
[oota-llvm.git] / lib / Target / X86 /
2005-01-11 Chris LattnerAnnounce that we don't support mem ops yet.
2005-01-11 Chris LattnerTeach the address selector to make 'reg+reg' addressing...
2005-01-11 Chris LattnerEmit NOT instructions.
2005-01-11 Chris LattnerFix a bug emitting branches that broke a lot of programs.
2005-01-11 Chris LattnerBe more careful where we set ContainsFPCode. We were...
2005-01-11 Chris LattnerFix a major bug in setcc/cmov folding, where we acciden...
2005-01-11 Chris LattnerTake register pressure into account when we have to...
2005-01-10 Chris LattnerFold setcc instructions into selects.
2005-01-10 Chris LattnerAdd conditional moves for the parity flag.
2005-01-10 Chris LattnerImplement 8-bit multiply for X86.
2005-01-09 Chris LattnerCodegen (Reg|imm)+&GV as an LEA, because we cannot...
2005-01-09 Chris LattnerFix copy and pasto's for FP -> Int. This fixes fldry
2005-01-09 Chris LattnerInitial implementation of FP->INT and INT->FP casts
2005-01-09 Chris LattnerFix a subtle bug involving constant expr casts from...
2005-01-09 Chris LattnerImplement varargs and returnaddress/frameaddress intrin...
2005-01-08 Chris LattnerOkay 15th time is the charm. Looking at the vector...
2005-01-08 Chris LattnerOkay, my off by one was actually off by two. This...
2005-01-08 Chris LattnerFix off by one error
2005-01-08 Chris LattnerAdjust to changes in LowerCallTo interface
2005-01-08 Chris LattnerWrap long line.
2005-01-08 Chris LattnerThe X86 instruction selector already handles codegen of:
2005-01-07 Chris LattnerAllow the selection-dag based selector to be diabled...
2005-01-07 Chris LattnerReimplementation of the X86 pattern isel. This is...
2005-01-07 Chris LattnerThis file is now dead.
2005-01-07 Chris LattnerAdd a new prototype
2005-01-06 Chris LattnerCodegen -1 and -0.0 more efficiently. This implements...
2005-01-05 Chris Lattner1. If a double FP constant must be put into a constant...
2005-01-05 Chris LattnerMinor optimization to allocate R8 registers in a better...
2005-01-03 Jeff CohenRevert elimination of global variable hack... still...
2005-01-03 Chris LattnerADC and IMUL are also commutable.
2005-01-02 Jeff CohenEliminate the use of the global variable hack in the...
2005-01-02 Chris LattnerDisable 2->3 address promotion of add and inc instructi...
2005-01-02 Chris LattnerAdd a new method.
2005-01-02 Chris LattnerAdd support for SETNPr to lower to memory form.
2005-01-02 Chris LattnerImplement the convertToThreeAddress method, add support...
2005-01-02 Chris LattnerTwo changes here:
2004-12-17 Chris LattnerRemove unused enum value
2004-12-17 Chris LattnerChange the sentinal
2004-12-17 Chris LattnerCreate a stack slot for the return address lazily inste...
2004-12-16 Chris LattnerAdjust to changes in asmwriter filenames
2004-12-13 Chris LattnerSet the rounding mode for the X86 FPU to 64-bits instea...
2004-12-12 Chris LattnerUse the target triple to pick this target.
2004-12-03 Chris LattnerFix a regression caused by the previous patch
2004-12-02 Chris LattnerSpill/restore X86 floating point stack registers with...
2004-12-02 Chris LattnerConsider 64-bit registers to be FP as well.
2004-12-01 Tanya LattnerReverting this patch:
2004-11-29 Chris LattnerRevamp long/ulong comparisons to use a much more effici...
2004-11-22 Chris LattnerDo not push two return addresses on the stack when...
2004-11-21 Chris LattnerThere is no reason to emit function stubs for direct...
2004-11-21 Chris Lattnerignore generated files
2004-11-20 Chris LattnerRemove all JIT specific code and switch the code genera...
2004-11-20 Chris LattnerImplement the X86 JIT interfaces
2004-11-20 Chris LattnerDescribe the X86 target-specific relocations.
2004-11-20 Chris LattnerWe implement these interfaces
2004-11-19 Chris LattnerDont' forget to switch back to decimal output
2004-11-16 Chris LattnerFix a major bug in the signed shr code, which apparentl...
2004-11-16 Chris LattnerRemove a dead function, which died when we got GAS...
2004-11-16 Chris LattnerImplement a simple FIXME: if we are emitting a basic...
2004-11-16 Chris Lattner* Merge some win32 ifdefs together
2004-11-15 Chris LattnerAdd debug-only=jit printout, so we see when lazily...
2004-11-15 Chris LattnerSimplify and rearrange long shift code
2004-11-14 Misha BrukmanGhostLinkage should not reach asm printing stage
2004-11-13 Chris LattnerDon't print unneeded labels
2004-11-13 Chris Lattnershld is a very high latency operation. Instead of emitt...
2004-11-13 Chris LattnerAdd missing check
2004-11-13 Chris LattnerCompile:
2004-11-10 John CriswellCorrect the name of stosd for the AT&T syntax:
2004-11-05 John CriswellFix compilation problem; make the cast and the LHS...
2004-11-05 Chris LattnerQuiet VC++ warnings
2004-11-02 Chris LattnerFix a warning
2004-11-01 Chris LattnerAdd placeholder variable to make Win32 work, applied...
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-22 Reid SpencerAdjust to changes in Makefile.rules
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-18 Chris LattnerImprove compatibility with VC++, patch contributed...
2004-10-17 Chris LattnerDon't print stuff out from the code generator. This...
2004-10-17 Chris LattnerRewrite support for cast uint -> FP. In particular...
2004-10-17 Chris LattnerUnify handling of constant pool indexes with the other...
2004-10-17 Chris LattnerGive the asmprinter the ability to print memrefs with...
2004-10-17 Chris Lattnerfold:
2004-10-16 Chris LattnerTeach the X86 backend about unreachable and undef....
2004-10-15 Chris LattnerInstruction select globals with offsets better. For...
2004-10-15 Chris LattnerGive the X86 JIT the ability to encode global+disp...
2004-10-15 Chris LattnerGive the X86 asm printer the ability to print out addre...
2004-10-15 Chris LattnerAllow X86 addressing modes to represent globals with...
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-10-08 Chris LattnerThe person who was planning to add SSE support isn...
2004-10-08 Chris LattnerFix a major regression from the bugfix for 2004-10...
2004-10-08 Chris LattnerFix bug: 2004-10-08-SelectSetCCFold.llx. Normally...
2004-10-06 Chris LattnerRemove debugging code, fix encoding problem. This...
2004-10-06 Chris LattnerCodegen signed mod by 2 or -2 more efficiently. Instea...
2004-10-06 Chris LattnerFix a scary bug with signed division by a power of...
2004-10-06 Chris LattnerCodegen signed divides by 2 and -2 more efficiently...
2004-10-06 Chris LattnerAdd some new instructions. Fix the asm string for...
2004-10-04 Chris Lattner* Prune #includes
2004-10-04 Chris LattnerAdd support for emitting AT&T style .s files, and make...
2004-10-04 Chris LattnerConvert some missed patterns to support AT&T style
2004-10-04 Chris LattnerApparently the GNU assembler has a HUGE hack to be...
next