Skip to content
  1. Jul 08, 2011
    • Evan Cheng's avatar
      Eliminate asm parser's dependency on TargetMachine: · 4d1ca96b
      Evan Cheng authored
      - Each target asm parser now creates its own MCSubtatgetInfo (if needed).
      - Changed AssemblerPredicate to take subtarget features which tablegen uses
        to generate asm matcher subtarget feature queries. e.g.
        "ModeThumb,FeatureThumb2" is translated to
        "(Bits & ModeThumb) != 0 && (Bits & FeatureThumb2) != 0".
      
      llvm-svn: 134678
      4d1ca96b
  2. Jul 07, 2011
  3. Jun 24, 2011
  4. Jun 22, 2011
  5. Jun 19, 2011
  6. Jun 15, 2011
  7. Jun 14, 2011
  8. Jun 12, 2011
  9. Jun 10, 2011
  10. Jun 05, 2011
  11. Jun 02, 2011
  12. Jun 01, 2011
  13. May 30, 2011
  14. May 29, 2011
    • Charles Davis's avatar
      When generating against the Win64 EH scheme, set the handler to the GCC-specific · b025724b
      Charles Davis authored
      handler.
      
      At this moment, only GCC-style exceptions are supported. Other kinds
      of exceptions, including "traditional" SEH and Microsoft Visual C++ exceptions,
      need more work--and an compiler exception model that isn't specific to
      GCC-style exceptions!
      
      In particular, I imagine that it would be possible to mix "traditional" SEH
      with GCC-style EH or Microsoft C++ EH. Currently LLVM has no way (beyond some
      target-specific defaults and whole-module compiler switches) of knowing which
      scheme to use when.
      
      llvm-svn: 132283
      b025724b
  15. May 28, 2011
  16. May 27, 2011
  17. May 25, 2011
  18. May 24, 2011
  19. May 20, 2011
Loading