Skip to content
  1. Dec 24, 2011
  2. Dec 19, 2011
  3. Dec 12, 2011
  4. Dec 06, 2011
  5. Nov 07, 2011
  6. Oct 11, 2011
  7. Oct 08, 2011
  8. Oct 03, 2011
  9. Sep 29, 2011
  10. Sep 28, 2011
  11. Aug 24, 2011
  12. 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
  13. Jul 14, 2011
  14. 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
  15. Jul 08, 2011
  16. Jul 07, 2011
  17. Jul 01, 2011
  18. Jun 28, 2011
  19. Apr 15, 2011
  20. Apr 01, 2011
  21. Mar 31, 2011
  22. Mar 04, 2011
  23. Jul 17, 2010
  24. Jul 11, 2010
  25. 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
  26. May 06, 2010
  27. May 05, 2010
  28. Apr 02, 2010
  29. Jan 19, 2010
  30. Dec 05, 2009
Loading