Skip to content
  1. Dec 12, 2011
  2. Dec 06, 2011
  3. Nov 07, 2011
  4. Oct 11, 2011
  5. Oct 08, 2011
  6. Oct 03, 2011
  7. Sep 29, 2011
  8. Sep 28, 2011
  9. Aug 24, 2011
  10. Aug 16, 2011
    • Akira Hatanaka's avatar
      Fix handling of double precision loads and stores when Mips1 is targeted. · 2263c109
      Akira Hatanaka authored
      Mips1 does not support double precision loads or stores, therefore two single
      precision loads or stores must be used in place of these instructions. This 
      patch treats double precision loads and stores as if they are legal
      instructions until MCInstLowering, instead of generating the single precision
      instructions during instruction selection or Prolog/Epilog code insertion.
      
      Without the changes made in this patch, llc produces code that has the same 
      problem described in r137484 or bails out when
      MipsInstrInfo::storeRegToStackSlot or loadRegFromStackSlot is called before
      register allocation.
      
      llvm-svn: 137711
      2263c109
  11. Jul 14, 2011
  12. Jul 11, 2011
    • Evan Cheng's avatar
      - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo · c5e6d2f5
      Evan Cheng authored
        and MCSubtargetInfo.
      - Added methods to update subtarget features (used when targets automatically
        detect subtarget features or switch modes).
      - Teach X86Subtarget to update MCSubtargetInfo features bits since the
        MCSubtargetInfo layer can be shared with other modules.
      - These fixes .code 16 / .code 32 support since mode switch is updated in
        MCSubtargetInfo so MC code emitter can do the right thing.
      
      llvm-svn: 134884
      c5e6d2f5
  13. Jul 08, 2011
  14. Jul 07, 2011
  15. Jul 01, 2011
  16. Jun 28, 2011
  17. Apr 15, 2011
  18. Apr 01, 2011
  19. Mar 31, 2011
  20. Mar 04, 2011
  21. Jul 17, 2010
  22. Jul 11, 2010
  23. Jun 18, 2010
    • Stuart Hastings's avatar
      Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This · 0125b641
      Stuart Hastings authored
      addresses a longstanding deficiency noted in many FIXMEs scattered
      across all the targets.
      
      This effectively moves the problem up one level, replacing eleven
      FIXMEs in the targets with eight FIXMEs in CodeGen, plus one path
      through FastISel where we actually supply a DebugLoc, fixing Radar
      7421831.
      
      llvm-svn: 106243
      0125b641
  24. May 06, 2010
  25. May 05, 2010
  26. Apr 02, 2010
  27. Jan 19, 2010
  28. Dec 05, 2009
  29. Nov 25, 2009
  30. Nov 13, 2009
Loading