Skip to content
  1. Nov 03, 2011
  2. Sep 28, 2011
  3. Sep 23, 2011
    • Garrison Venn's avatar
      Modified demo to use 3.0 resume instruction vs calling _Unwine_Resume. · 0a2eb8d3
      Garrison Venn authored
      Also conducted some reformatting. As the LLVM coding standard doc does not
      seem to touch on how to align function arguments, and format code longer than
      80 cols in general, the confusion persists. There is the golden rule, but as
      this code has gone through several styles to deal with this, the golden rule
      seems to be ignored. The latest reformatting effort tries to match the other
      source files as much as possible.
      
      Tested on OS X 10.7.1 with, and without the OLD_EXC_SYSTEM defined. Have NOT
      tested on LINUX.
      
      llvm-svn: 140379
      0a2eb8d3
  4. Sep 22, 2011
  5. Aug 24, 2011
  6. Jul 21, 2011
  7. Jul 18, 2011
  8. Jul 15, 2011
  9. Jul 14, 2011
  10. Jul 13, 2011
  11. Jul 12, 2011
  12. Jul 11, 2011
    • Garrison Venn's avatar
      Modified demo to work with non const Type parameters as is required by new · 5fb3f665
      Garrison Venn authored
      type system. However most of these modifications were due to IRBuilder
      (IRBuilderBase), not having been modified to NOT return such const qualified
      free types. If IRBuilder does not change, as can also be seen in its 
      instruction creation methods, to use const free types, it may be useful to have
      ExceptionDemo drop IRBuilder usage. Modifying builder.getInt32Ty() to
      llvm::Type::getInt32Ty(builder.getContext()) is pretty ugly.
      
      llvm-svn: 134901
      5fb3f665
  13. Jun 09, 2011
  14. Apr 15, 2011
  15. Apr 12, 2011
  16. Apr 11, 2011
  17. Apr 10, 2011
  18. Apr 08, 2011
  19. Mar 30, 2011
  20. Feb 09, 2011
  21. Dec 23, 2010
  22. Nov 16, 2010
  23. Nov 15, 2010
  24. Oct 17, 2010
  25. Sep 29, 2010
  26. Sep 15, 2010
  27. Sep 14, 2010
  28. Sep 10, 2010
  29. Sep 06, 2010
  30. Aug 30, 2010
  31. Aug 19, 2010
Loading