Regenerate.
[oota-llvm.git] / lib / Target /
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.
2007-08-07 Dale JohannesenLong double patch 7 of N, unless I lost count:).
2007-08-06 Dale JohannesenReplace 4-line function with 10-line version per review...
2007-08-06 Dale JohannesenMove lengthy conditional down 1 level per review comment.
2007-08-06 Dale JohannesenGet X86 long double calling convention to work
2007-08-06 Dale JohannesenMake 80-bit store maintain simulated FP stack correctly.
2007-08-05 Reid SpencerFix minor doxygen nits.
2007-08-05 Dale JohannesenLong double patch 4 of N: initial x87 implementation.
2007-08-04 Chandler CarruthThis is the patch to provide clean intrinsic function...
2007-08-03 Dale JohannesenMake x86 long double alignment 32 for everything but
2007-08-03 Dale Johannesenlong double patch 2 of N. Handle it in TargetData.
2007-08-03 Chris Lattneradd an observation
2007-08-02 Dan GohmanMore explicit keywords.
2007-08-02 Dan GohmanFix the alignment requirements of several unpck and...
2007-08-02 Dan GohmanFix pastos in vector arithmetic intrinsics.
2007-08-02 Dan GohmanMark the SSE and MMX load instructions that
2007-08-02 Evan ChengSwitch some multiplication instructions over to the...
2007-08-01 Evan ChengCan't handle offset and scale if rip-relative addressin...
2007-08-01 Evan ChengMac OS X X86-64 low 4G address not available.
2007-08-01 Evan ChengMac OS X X86-64 low 4G address not available.
2007-08-01 Evan ChengSome out operands were incorrectly specified as input...
2007-08-01 Evan ChengMissing Requires.
2007-08-01 Evan ChengBe more precise.
2007-08-01 Dan GohmanChange a .size directive to use a tab instead of a...
2007-08-01 Evan ChengIndexed loads each has 2 outputs.
2007-07-31 Dan GohmanChange the x86 assembly output to use tab characters...
2007-07-31 Evan ChengRedo and generalize previously removed opt for pinsrw...
2007-07-31 Evan ChengThis isn't safe when there are uses of load's chain...
2007-07-30 Dan GohmanUse tabs more consistently in assembler pseudo-ops.
2007-07-30 Dan GohmanFix the comment for getClosestTargetForJIT to reflect...
2007-07-30 Dan GohmanMore explicit keywords.
2007-07-30 Evan ChengVector fneg must be expanded into fsub -0.0, X.
2007-07-29 Christopher LambChange the x86 backend to use extract_subreg for trunca...
2007-07-28 Christopher LambAdd register info needed to use subreg sets on X86.
next