Skip to content
  1. Dec 19, 2013
  2. Dec 18, 2013
  3. Dec 17, 2013
  4. Dec 13, 2013
  5. Dec 09, 2013
    • Vladimir Medic's avatar
      Method parseSetAssignment treats every operand with '$' sign as register and... · 0d02be37
      Vladimir Medic authored
      Method parseSetAssignment treats every operand with '$' sign as register and the parsing is directed to set alias for register. This will result in errors reported when expressions containing label references are parsed(for example long jumps)
      As we can't make a complete solution now it has been decided to enable .set directive to handle long jump expressions. This will cause parser to report errors when parsing integer based register assignments, for example:
         .set r3, will be reported as error. Still, the need for expressions is higher priority as the integer based register assignments are Mips specific and can be avoided using register names.
      
      llvm-svn: 196773
      0d02be37
  6. Dec 05, 2013
  7. Nov 30, 2013
  8. Nov 29, 2013
  9. Nov 19, 2013
    • Jack Carter's avatar
      reverts 195057 per request · 6ef6cc5c
      Jack Carter authored
      llvm-svn: 195152
      6ef6cc5c
    • Jack Carter's avatar
      [Mips] Support for MicroMips STO refactoring. · b9fd457a
      Jack Carter authored
      No true functional changes.
      
      Change the "hack" name of emitMipsHackSTOCG to emitSymSTO.
      
      Remove demonstration code in AsmParser for emitMipsHackSTOCG and
      emitMipsHackELFFlags. The STO field is in an ELF symbol and is not
      an explicit directive. That said, we are missing the compliment call
      in AsmParser and that will need to be addressed soon.
      
      XFAIL dummy tests for emitMipsHackELFFlags and emitMipsHackELFFlags.
      These will built out with following patches.
      
      llvm-svn: 195067
      b9fd457a
  10. Nov 18, 2013
  11. Nov 15, 2013
  12. Nov 13, 2013
  13. Nov 08, 2013
  14. Nov 06, 2013
  15. Nov 04, 2013
  16. Oct 29, 2013
  17. Oct 24, 2013
  18. Oct 23, 2013
  19. Oct 22, 2013
  20. Oct 21, 2013
  21. Oct 15, 2013
  22. Oct 14, 2013
Loading