Skip to content
  1. Feb 17, 2011
  2. Feb 10, 2011
  3. Feb 09, 2011
  4. Feb 07, 2011
  5. Feb 06, 2011
  6. Feb 05, 2011
  7. Feb 04, 2011
  8. Feb 03, 2011
  9. Jan 27, 2011
  10. Jan 11, 2011
  11. Jan 07, 2011
  12. Jan 03, 2011
  13. Jan 02, 2011
  14. Dec 31, 2010
  15. Dec 22, 2010
  16. Dec 20, 2010
  17. Dec 12, 2010
  18. 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
  19. Dec 04, 2010
  20. Nov 29, 2010
  21. Nov 21, 2010
  22. Nov 18, 2010
  23. Nov 16, 2010
  24. Nov 14, 2010
  25. 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
  26. Nov 08, 2010
  27. Oct 27, 2010
  28. Oct 22, 2010
  29. 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
    • Wesley Peck's avatar
      Recommit 116986 with capitalization typo fixed. · c16f77fb
      Wesley Peck authored
      llvm-svn: 116993
      c16f77fb
    • Wesley Peck's avatar
      Reverting the commit 116986. It was breaking the build on llvm-x86_64-linux though it · 078db00f
      Wesley Peck authored
      compiles on OS X. I'll ensure that it builds on a linux machine before committing
      again.
      
      llvm-svn: 116991
      078db00f
    • Wesley Peck's avatar
      Major update of the MicroBlaze backend. The new features are: · f608ac4d
      Wesley Peck authored
          1. A delay slot filler that searches for valid instructions
             to fill the delay slot with. Previously NOPs would always
             be inserted into delay slots.
          2. Support for MC based instruction printer added.
          3. Support for MC based machine code generation and ELF
             file generation. ELF file generation does not yet
             completely work as much of the ELF support infrastructure
             is still x86/x86-64 specific.
          4. General clean up of the MBlaze backend code. Much of the
             tablegen code has been cleanup and simplified.
      
      Bug Fixes:
          1. Removed duplicate periods from subtarget feature descriptions.
          2. Many of the instructions had bad machine code information
             in the tablegen files. Much of this has been fixed.
      
      llvm-svn: 116986
      f608ac4d
Loading