Skip to content
  1. Feb 20, 2011
  2. Feb 19, 2011
  3. Feb 18, 2011
  4. Feb 17, 2011
  5. Feb 10, 2011
  6. Feb 09, 2011
  7. Feb 07, 2011
  8. Feb 06, 2011
  9. Feb 05, 2011
  10. Feb 04, 2011
  11. Feb 03, 2011
  12. Jan 27, 2011
  13. Jan 11, 2011
  14. Jan 07, 2011
  15. Jan 03, 2011
  16. Jan 02, 2011
  17. Dec 31, 2010
  18. Dec 22, 2010
  19. Dec 20, 2010
  20. Dec 12, 2010
  21. Dec 10, 2010
    • NAKAMURA Takumi's avatar
      Add dependency to "make check". · a8c1c3fe
      NAKAMURA Takumi authored
      cmake/modules/AddLLVM.cmake: Add empty "phony" target in add_llvm_loadable_module() even if loadable module were not supported.
      
      llvm-svn: 121455
      a8c1c3fe
  22. Dec 04, 2010
  23. Nov 29, 2010
  24. Nov 21, 2010
  25. Nov 18, 2010
  26. Nov 16, 2010
  27. Nov 14, 2010
  28. Nov 13, 2010
    • Wesley Peck's avatar
      1. Finishing MBlaze MC asm parser test cases · c5422486
      Wesley Peck authored
      2. Parsing .word directive in MBlaze asm parser
      3. Fixing hack where memory instructions reversed order of last two parameters
      4. Fixing many improperly encoded instructions
      5. Support parsing special instructions (MFS,MTS,etc.)
      6. Removing unused functions from inst printer
      
      llvm-svn: 118941
      c5422486
  29. Nov 08, 2010
  30. Oct 27, 2010
  31. Oct 22, 2010
  32. Oct 21, 2010
    • Wesley Peck's avatar
      Adding initial AsmParser implementation for the MBlaze backend. It is · a7f6150c
      Wesley Peck authored
      mostly based on the ARM AsmParser at this time and is not particularly
      functional.
      
      Changed the MBlaze data layout from:
          "E-p:32:32-i8:8:8-i16:16:16-i64:32:32-f64:32:32-v64:32:32-v128:32:32-n32"
      to:
          "E-p:32:32:32-i8:8:8-i16:16:16"
      because the MicroBlaze doesn't have i64, f64, v64, or v128 data types.
      
      Cleaned up the MBlaze source code:
          1. The floating point register class has been removed. The
             MicroBlaze does not have floating point registers. Floating
             point values are simply stored in integer registers.
          2. Renaming the CPURegs register class to GPR to reflect the
             standard naming.
          3. Removing a lot of stale code from AsmPrinter after
             the conversion to InstPrinter.
          4. Simplified sign extended loads by marking them as
             expanded in ISelLowering.
      
      llvm-svn: 117054
      a7f6150c
Loading