Skip to content
  1. Nov 24, 2007
    • Chris Lattner's avatar
      6a49593a
    • Chris Lattner's avatar
      remove bogus assertion that broke CodeGen/Generic/cast-fp.ll on x86 · f72ad162
      Chris Lattner authored
      among others.
      
      llvm-svn: 44302
      f72ad162
    • Chris Lattner's avatar
      Several changes: · f81d5886
      Chris Lattner authored
      1) Change the interface to TargetLowering::ExpandOperationResult to 
         take and return entire NODES that need a result expanded, not just
         the value.  This allows us to handle things like READCYCLECOUNTER,
         which returns two values.
      2) Implement (extremely limited) support in LegalizeDAG::ExpandOp for MERGE_VALUES.
      3) Reimplement custom lowering in LegalizeDAGTypes in terms of the new
         ExpandOperationResult.  This makes the result simpler and fully 
         general.
      4) Implement (fully general) expand support for MERGE_VALUES in LegalizeDAGTypes.
      5) Implement ExpandOperationResult support for ARM f64->i64 bitconvert and ARM
         i64 shifts, allowing them to work with LegalizeDAGTypes.
      6) Implement ExpandOperationResult support for X86 READCYCLECOUNTER and FP_TO_SINT,
         allowing them to work with LegalizeDAGTypes.
      
      LegalizeDAGTypes now passes several more X86 codegen tests when enabled and when
      type legalization in LegalizeDAG is ifdef'd out.
      
      llvm-svn: 44300
      f81d5886
    • Chris Lattner's avatar
      add a note · ab98c413
      Chris Lattner authored
      llvm-svn: 44299
      ab98c413
  2. Nov 21, 2007
  3. Nov 19, 2007
  4. Nov 17, 2007
  5. Nov 16, 2007
  6. Nov 14, 2007
  7. Nov 13, 2007
  8. Nov 12, 2007
  9. Nov 11, 2007
  10. Nov 10, 2007
  11. Nov 09, 2007
  12. Nov 08, 2007
  13. Nov 07, 2007
  14. Nov 06, 2007
  15. Nov 05, 2007
  16. Nov 04, 2007
Loading