Skip to content
  1. Nov 21, 2012
  2. Nov 14, 2012
  3. Nov 09, 2012
  4. Nov 05, 2012
  5. Nov 01, 2012
  6. Oct 26, 2012
  7. Oct 25, 2012
    • Chad Rosier's avatar
      [ms-inline asm] Add support for creating AsmRewrites in the target specific · f0e87200
      Chad Rosier authored
      AsmParser logic.  To be used/tested in a subsequent commit.
      
      llvm-svn: 166714
      f0e87200
    • Adhemerval Zanella's avatar
      Initial TOC support for PowerPC64 object creation · f2aceda8
      Adhemerval Zanella authored
      This patch adds initial PPC64 TOC MC object creation using the small mcmodel
      (a single 64K TOC) adding the some TOC relocations (R_PPC64_TOC,
      R_PPC64_TOC16, and R_PPC64_TOC16DS).
      
      The addition of 'undefinedExplicitRelSym' hook on 'MCELFObjectTargetWriter'
      is meant to avoid the creation of an unreferenced ".TOC." symbol (used in
      the .odp creation) as well to set the R_PPC64_TOC relocation target as the
      temporary ".TOC." symbol. On PPC64 ABI, the R_PPC64_TOC relocation should
      not point to any symbol.
      
      llvm-svn: 166677
      f2aceda8
  8. Oct 24, 2012
  9. Oct 23, 2012
  10. Oct 22, 2012
  11. Oct 20, 2012
  12. Oct 19, 2012
  13. Oct 18, 2012
  14. Oct 16, 2012
  15. Oct 15, 2012
  16. Oct 13, 2012
    • Chad Rosier's avatar
      [ms-inline asm] Remove the MatchInstruction() function. Previously, this was · 49963555
      Chad Rosier authored
      the interface between the front-end and the MC layer when parsing inline
      assembly.  Unfortunately, this is too deep into the parsing stack. Specifically,
      we're unable to handle target-independent assembly (i.e., assembly directives,
      labels, etc.).  Note the MatchAndEmitInstruction() isn't the correct
      abstraction either.  I'll be exposing target-independent hooks shortly, so this
      is really just a cleanup.
      
      llvm-svn: 165858
      49963555
  17. Oct 09, 2012
  18. Oct 08, 2012
  19. Oct 04, 2012
  20. Oct 03, 2012
  21. Oct 02, 2012
Loading