oota-llvm.git
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
2005-03-29 Chris LattnerFix a problem where we not marking incoming arguments...
2005-03-29 Chris LattnerFix a bug that andrew noticed where we do not correctly...
2005-03-29 Chris Lattnerthere is no point comparing against null pointer.
2005-03-29 Chris LattnerFix a major problem with global variable initializers...
2005-03-29 Chris Lattnerfix a warning in the optimized build
2005-03-29 Chris Lattneradd some more functions, ignore setcc for constraints!
2005-03-29 Chris Lattnerdisable this transformation in the one obscure case...
2005-03-29 Chris Lattnerthere is no reason to run -instcombine -instcombine!
2005-03-29 Chris LattnerHandle "known" external calls context sensitively,...
2005-03-29 Nate BegemanImplement div, rem, and frameindex
2005-03-28 Nate BegemanPattern ISel: fix argument loading for i64s (thanks...
2005-03-28 Nate BegemanRemove fake instruction 'subc' (mnemonic for subfc).
2005-03-28 Chris Lattnerimplement legalization of build_pair for nate
2005-03-28 Andrew LenharthFirst step in adding pcmarker intrinsic. Second step...
2005-03-28 Nate BegemanImplement proper loads and zero-extends of all types
2005-03-28 Duraid MadinaEmit .global @function and .global @object entries...
2005-03-28 Chris LattnerTeach andersens that non-escaping memory cannot be...
2005-03-28 Misha BrukmanFix grammar
2005-03-28 Chris LattnerMake anders-aa much more precise by not being completel...
2005-03-28 Jeff CohenFix VC++ build breakage
2005-03-28 Alkis EvlogimenosRename createPromoteMemoryToRegister() to
2005-03-27 Chris Lattnerwrap some long lines
2005-03-27 Chris Lattnerremove ...
2005-03-27 Chris Lattnerspeed up steens by using spliceFrom, improve its precis...
next