oota-llvm.git
2005-04-06 Nate BegemanTurn off the div -> mul optimization until it works...
2005-04-06 Nate BegemanAdd support for MULHS and MULHU nodes
2005-04-06 Nate BegemanExpand SREM and UREM for targets that claim not to...
2005-04-05 Nate BegemanAdd MULHU and MULHS nodes for the high part of an ...
2005-04-05 Andrew Lenharthadded lowerargs support for varargs
2005-04-05 Nate BegemanBehold, rlwinm with certain immediate arguments is...
2005-04-05 Nate BegemanFix cut & paste errors (32->64), and codegen float...
2005-04-05 Tanya LattnerUpdated to use dep analyzer.
2005-04-05 Nate BegemanRemove 64 bit simple ISel, it never worked correctly
2005-04-05 Nate BegemanBack out the previous change to SelectBranchCC, since...
2005-04-05 Nate BegemanRename canUseAsImmediateForOpcode to getImmediateForOpc...
2005-04-05 Chris Lattnerdo not crash when using -debug
2005-04-05 Nate BegemanImplement SDIV by power of 2 as srawi/addze rather...
2005-04-04 Nate BegemanPattern match fp mul-add, mul-sub, neg-mul-add, and...
2005-04-04 Nate BegemanAdd support for multiply-add, multiply-sub, and their...
2005-04-04 Chris Lattnerdo not dereference an extra layer of pointers to determ...
2005-04-04 Chris Lattnernew testcase
2005-04-04 Nate BegemanMake sure that arg regs used by the call instruction...
2005-04-04 Nate BegemanRemove unnecessary register copy now that regalloc...
2005-04-04 Chris LattnerMake sure to notice that explicit physregs are used...
2005-04-04 Nate Begemani1 loads should also be from the low byte of the argume...
2005-04-04 Nate BegemanFix i64 return, fix CopyFromReg
2005-04-04 Duraid Madinafix SREM/UREM, which gave incorrect results for x%y...
2005-04-04 Duraid Madinaadd implicit use op
2005-04-04 Nate BegemanHandle expanding arguments to ISD::TRUNCATE. This...
2005-04-03 Chris LattnerFix sign_extend and zero_extend of promoted value types...
2005-04-03 Nate BegemanFull varargs support. All of UnitTests now passes
2005-04-03 Nate BegemanPass the correct value for the chain to the store
2005-04-03 Nate BegemanFix SHL_PARTS
2005-04-03 Andrew Lenharthis this simpler? I think it is simpler.
2005-04-03 Andrew Lenharthfix 101 regressions
2005-04-03 Duraid Madinaa wise man once said:
2005-04-03 Duraid Madina.bss is no problem here.
2005-04-03 Nate BegemanKeeping up with the Joneses.
2005-04-02 Andrew LenharthSelect optimization
2005-04-02 Andrew LenharthTry several things. 1) drop /i from FP ops 2) factor...
2005-04-02 Chris Lattnerfix some VC compilation problems, thanks to Jeff C...
2005-04-02 Chris LattnerEquivClassGraphs is now in DataStructure.h
2005-04-02 Chris Lattnermerge EquivClassGraphs.h into DataStructure.h with...
2005-04-02 Chris Lattneruse a callee_iterator typedef.
2005-04-02 Chris Lattneradd and use a callee_iterator typedef
2005-04-02 Chris LattnerChange the ActualCallees callgraph from hash_multimap...
2005-04-02 Chris LattnerChange the ActualCallees callgraph from hash_multimap...
2005-04-02 Andrew LenharthFNEG/FABS/UNDEF
2005-04-02 Andrew LenharthFNEG/FABS
2005-04-02 Chris Lattnerthis has now been fixed
2005-04-02 Duraid Madinaia64 asmprinter fixes:
2005-04-02 Duraid Madinaadd support for prefix/suffix strings to go around...
2005-04-02 Duraid Madinasupport IDEF, fnegabs (thanks sampo)
2005-04-02 Duraid Madinaadd fnegabs op
2005-04-02 Nate BegemanSet shift amount to Extend
2005-04-02 Chris Lattnerdon't forget to use the right code generator :)
2005-04-02 Chris Lattnernew testcase
2005-04-02 Chris Lattneradd support for FABS and FNEG
2005-04-02 Chris Lattnertransform fabs/fabsf calls into FABS nodes.
2005-04-02 Chris LattnerExpand fabs into fneg
2005-04-02 Duraid Madinaadd support FNEG and FABS
2005-04-02 Chris LattnerTurn -0.0 - X -> fneg
2005-04-02 Chris LattnerThis target doesn't support fabs/fneg yet.
2005-04-02 Chris LattnerSeveral changes mixed up here. First when legalizing...
2005-04-02 Chris Lattnerprint fneg/fabs
2005-04-02 Chris LattnerAdd two happy new nodes for FABS and FNEG
2005-04-02 Chris Lattneradd an fabs instr
2005-04-02 Chris LattnerAdd support for 64-bit shifts.
2005-04-02 Chris Lattnerfix some bugs in the implementation of SHL_PARTS and...
2005-04-02 Chris Lattnerfix a comment
2005-04-02 Chris LattnerTurn expanded shift operations into (e.g.) SHL_PARTS...
2005-04-02 Chris LattnerPrint some new nodes
2005-04-02 Chris Lattneradd some new nodes.
2005-04-02 Chris LattnerFix a bug when inserting a libcall into a function...
2005-04-02 Chris Lattnernew generic testcsae
2005-04-02 Nate BegemanFix i64 returns
2005-04-02 Nate BegemanFix a warning about an unhandled switch case
2005-04-01 John CriswellFor Sparc, this xfails. I don't think sparc has the...
2005-04-01 Chris LattnerAdd support for ISD::UNDEF to the X86 be
2005-04-01 Nate BegemanAdd ISD::UNDEF node
2005-04-01 Chris LattnerFix another PATypeHolder error, contributed by Bill...
2005-04-01 Duraid Madinarepair mindless SELECT waste.
2005-04-01 Nate BegemanFix Olden/bh, CR0 was being set in the wrong order
2005-04-01 Nate BegemanAlso apply Chris's fix to FP select and SETCC
2005-04-01 Chris Lattnernew testcase
2005-04-01 Chris LattnerMove the selection of the arms of the select operation...
2005-04-01 Chris Lattnerprint the machine CFG in the -print-machineinstrs dump
2005-04-01 Nate BegemanFix stores to global addresses
2005-04-01 Nate BegemanSupport indexed loads and stores. This drops Shootout...
2005-04-01 Nate BegemanImplement FP_TO_SINT and FP_TO_UINT
2005-04-01 Nate BegemanAdd support for adding 0.0 and -0.0 to the constant...
2005-04-01 Nate BegemanFactor out common code, support FP comparison in folded...
2005-03-31 Nate Begemanfsel generation for f32 and f64 select
2005-03-31 Andrew Lenharthmake fp div trick dependend on flag
2005-03-31 Misha BrukmanFix spelling of `corresponds'
2005-03-31 Andrew LenharthPCMarker support for DAG and Alpha
2005-03-31 Duraid MadinaAssorted fixes:
2005-03-31 Duraid Madina* declare local common symbols as such (.lcomm, not...
2005-03-31 Duraid Madinadaintyness
2005-03-31 Duraid Madinaadd what we need to fudge a 'floating point conditional...
2005-03-31 Nate BegemanPass the correct values to the chain argument for node...
2005-03-31 Nate BegemanRewrite LowerCallTo and Select(ISD::CALL) to properly...
2005-03-30 Nate BegemanFix calls whose arguments fit entirely in registers...
2005-03-30 Misha Brukman* Put command-line switches and function names in <tt>
next