oota-llvm.git
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>
2005-03-30 Andrew Lenharthyea, fine Duraid
2005-03-30 Duraid MadinaAdd section for Itanium
2005-03-30 Nate BegemanFix frame index code to generate legal PowerPC instruct...
2005-03-30 Nate BegemanFix external symbol printing in the AsmPrinter. Tell...
2005-03-30 Misha Brukman* Add section for Alpha
2005-03-30 Chris LattnerInstead of setting up the CFG edges at selectiondag...
2005-03-30 Chris Lattnerdon't depend on the cfg being set up yet
2005-03-29 Nate BegemanFix BranchCC (it's still dumb), and implement FP select...
2005-03-29 Nate BegemanImplement integer select and i1 sign extend
2005-03-29 Nate BegemanImplement SetCC, fix ZERO_EXTEND_INREG
2005-03-29 Chris Lattnerimport all of the rest of the stubs that dsa uses for...
2005-03-29 Tanya LattnerCompare dependence analysis with llvm instructions...
2005-03-29 Tanya LattnerDependence analyzer that just determines dependences...
2005-03-29 Chris Lattnerlearn about some more functions.
2005-03-29 Andrew LenharthFix up some types and constants
next