Remove RLE. It is subsumed by GVN.
[oota-llvm.git] / lib / Target /
2007-09-14 Dale JohannesenRemove the assumption that FP's are either float or
2007-09-14 Evan ChengAdd implicit def of EFLAGS on those instructions that...
2007-09-14 Dan GohmanRemove isReg, isImm, and isMBB, and change all their...
2007-09-14 Rafael EspindolaAdd support for functions with byval arguments on x86
2007-09-14 Evan ChengFix comments.
2007-09-12 Evan ChengInitial support for multi-result patterns:
2007-09-12 Dale JohannesenRevise previous patch per review comments.
2007-09-11 Bill WendlingEnable indirect encoding for the personality function
2007-09-11 Evan ChengRemove (somewhat confusing) Imp<> helper, use let Defs...
2007-09-11 Evan ChengAdded status flags register: EFLAGS.
2007-09-11 Dale JohannesenAdd APInt interfaces to APFloat (allows directly
2007-09-11 Bill WendlingAdd a bool to indicate if we should set the "indirect...
2007-09-11 Duncan SandsFold the adjust_trampoline intrinsic into
2007-09-11 Duncan SandsMy compiler warns about the semicolon.
2007-09-11 Bill WendlingThe personality function on Darwin needs a global stub...
2007-09-10 Evan Cheng80 col.
2007-09-10 Evan ChengNew entry.
2007-09-10 Chris LattnerAdd some notes about better flag handling.
2007-09-10 Evan ChengIt's not safe to rematerialize MOV32r0 etc. by simply...
2007-09-07 Evan ChengTableGen no longer emit CopyFromReg nodes for implicit...
2007-09-07 Bill WendlingAdd missing index versions of instructions to the map.
2007-09-07 Dan GohmanAvoid storing and reloading zeros and other constants...
2007-09-07 Dale JohannesenApply feedback from previous patch.
2007-09-07 Rafael EspindolaAdd support for having different alignment for objects...
2007-09-07 Owen AndersonAdd lengthof and endof templates that hide a lot of...
2007-09-06 Dale JohannesenNext round of APFloat changes.
2007-09-06 Evan ChengFix a bug in X86InstrInfo::convertToThreeAddress that...
2007-09-05 Bill WendlingLVXL and STVXL are also a load and store resp.
2007-09-05 Bill WendlingAdd the 64-bit versions of the DS* Altivec instructions.
2007-09-04 Evan ChengFix for PR1613: added 64-bit rotate left PPC instructio...
2007-09-04 Evan ChengMac OS X X86-64 ABI is same as the standard.
2007-09-03 Anton KorobeynikovReapply r41578 with proper fix
2007-08-31 Dale JohannesenRevise per review of previous patch.
2007-08-31 Rafael EspindolaInitial support for calling functions with byval argume...
2007-08-31 Rafael EspindolaAlign i64 and f64 at 8 byte on x86-64.
2007-08-31 Dale JohannesenEnhance APFloat to retain bits of NaNs (fixes oggenc).
2007-08-30 Raul HerbsterInstruction formats added used to generate multiply...
2007-08-30 Raul HerbsterUnused relocation type reloc_arm_absolute removed.
2007-08-30 Raul HerbsterComments added. It now generates V5TE multiply instruct...
2007-08-30 Raul HerbsterARM instruction table was modified by adding informatio...
2007-08-30 Raul HerbsterJITInfo now resolves function addrs and also relocation...
2007-08-30 Evan ChengAdded support to fold X86 load / store instructions...
2007-08-30 Evan ChengAdd a variant of foldMemoryOperand to fold any load...
2007-08-30 Evan ChengMark load instructions with isLoad = 1.
2007-08-30 Bill WendlingUse i64 on a PPC64 machine
2007-08-30 Dale JohannesenChange LegalFPImmediates to use APFloat.
2007-08-29 Duncan SandsMove getX86RegNum into X86RegisterInfo and use it
2007-08-28 Bruno Cardoso LopesAdded method to get Mips register numbers
2007-08-28 Bruno Cardoso LopesChanged stack allocation On LowerFORMAL_ARGUMENTS.
2007-08-28 Bruno Cardoso LopesMask directive completed with CalleeSave info
2007-08-28 Bruno Cardoso LopesAdded methods to record SPOffsets from LowerFORMAL_ARGU...
2007-08-27 Rafael EspindolaAdd a comment about using libc memset/memcpy or generat...
2007-08-27 Rafael Espindolacall libc memcpy/memset if array size is bigger then...
2007-08-25 Chris Lattnerrename isOperandValidForConstraint to LowerAsmOperandFo...
2007-08-24 Chris LattnerDisable EH generation until PPC works 100%.
2007-08-24 Chris Lattneradd a note
2007-08-23 Chris Lattneradd some notes on really poor codegen.
2007-08-23 Chris Lattnernew example
2007-08-22 Bill WendlingAdd the PCSymbol for Darwin x86 platforms.
2007-08-21 Bruno Cardoso LopesInlineAsm asm support for integer registers added
2007-08-21 Bruno Cardoso LopesInstruction Itinerary attribution fixed
2007-08-21 Anton KorobeynikovUse only 1 knob to enable exceptions on Darwin :).
2007-08-20 Rafael EspindolaPartial implementation of calling functions with byval...
2007-08-20 Chris Lattneradd a note
2007-08-18 Bruno Cardoso LopesMipsHi now has ouput flag
2007-08-18 Bruno Cardoso LopesFixed stack frame addressing bug
2007-08-18 Bruno Cardoso Lopessupport for Schedule included on Mips.td
2007-08-18 Bruno Cardoso LopesRemoved LowerRETURADDR, fixed small bug into LowerRET...
2007-08-18 Bruno Cardoso LopesCouple of small changes. Delay Slot handle header declared.
2007-08-18 Bruno Cardoso LopesAdded InstrItinClass support for instruction formats
2007-08-18 Bruno Cardoso LopesBranch Analysis and InsertNoop inserted into header...
2007-08-18 Bruno Cardoso LopescreateMipsDelaySlotFillerPass added to mips codegen...
2007-08-18 Bruno Cardoso LopesAdded Branch Analysis support
2007-08-18 Bruno Cardoso LopesLowerRETURNADDR removed since it was wrong and does...
2007-08-18 Bruno Cardoso LopesInstrItineraryData support on added.
2007-08-18 Bruno Cardoso LopesA Pass to insert Nops on intructions with DelaySlot
2007-08-18 Bruno Cardoso LopesMips generic fallback instruction schedule support!
2007-08-15 Anton KorobeynikovMove ReturnAddrIndex variable to X86MachineFunctionInfo...
2007-08-15 Chris Lattneradd a note.
2007-08-13 Evan ChengFix a typo pointd out by Maarten ter Huurne.
2007-08-13 Dan GohmanWhen x86 addresses matching exceeds its recursion limit...
2007-08-13 Chris LattnerFix PR1607
2007-08-11 Chris Lattnerexpand a note
2007-08-11 Chris LattnerWith evan's explicit flag representation, hopefully...
2007-08-11 Bill Wendling64-bit SSSE3 ops that use MMX registers don't require...
2007-08-10 Christopher LambUse subregs to improve any_extend code generation when...
2007-08-10 Christopher LambIncrease efficiency of sign_extend_inreg by using subre...
2007-08-10 Christopher LambEdit README in light of previous LEA16 commit.
2007-08-10 Christopher LambAdd 2-addr to 3-addr promotion code that allows 32...
2007-08-10 Rafael Espindolapropagate struct size and alignment of byval arguments...
2007-08-10 Bill WendlingFor kicks, I though it would be fun to use the correct...
2007-08-10 Bill WendlingAdding SSSE3 intrinsics.
2007-08-09 Evan ChengTemporarily backing out this change until we know why...
2007-08-09 Evan Chengdivb / mulb outputs to ah. Under x86-64 it's not legal...
2007-08-09 Evan ChengGR16_ sub-register class should be GR8_, not GR8. That...
2007-08-09 Dale Johannesenlong double 9 of N. This finishes up the X86-32 bits
2007-08-09 Dale JohannesenFix arguments for some Altivec instructions. From...
2007-08-07 Dale JohannesenFix spelling of mtvscr and mfvscr.
2007-08-07 Dale JohannesenLong double patch 8 of N: make it partially work in
2007-08-07 Evan ChengInitial JIT support for ARM by Raul Fernandes Herbster.
next