Skip to content
  1. Jan 27, 2011
  2. Jan 21, 2011
  3. Jan 17, 2011
  4. Jan 15, 2011
  5. Jan 13, 2011
  6. Jan 11, 2011
  7. Jan 09, 2011
  8. Jan 07, 2011
  9. Jan 03, 2011
  10. Jan 02, 2011
  11. Dec 31, 2010
  12. Dec 22, 2010
  13. Dec 20, 2010
  14. Dec 12, 2010
  15. 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
  16. Dec 04, 2010
  17. Dec 03, 2010
  18. Nov 29, 2010
  19. Nov 21, 2010
  20. Nov 18, 2010
  21. Nov 16, 2010
  22. Nov 14, 2010
  23. 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
  24. Nov 08, 2010
  25. Oct 27, 2010
  26. Oct 22, 2010
  27. Oct 21, 2010
    • Michael J. Spencer's avatar
      Support: Add Endian.h · b550b665
      Michael J. Spencer authored
      llvm-svn: 117057
      b550b665
    • 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