Skip to content
  1. Jul 21, 2013
  2. May 15, 2013
  3. May 07, 2013
  4. May 05, 2013
  5. May 01, 2013
  6. Apr 26, 2013
  7. Jan 13, 2013
  8. Jan 02, 2013
  9. Dec 04, 2012
  10. Nov 26, 2012
  11. Oct 24, 2012
  12. Oct 12, 2012
  13. Oct 08, 2012
  14. Jun 29, 2012
    • Chandler Carruth's avatar
      Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h · aafe0918
      Chandler Carruth authored
      This was always part of the VMCore library out of necessity -- it deals
      entirely in the IR. The .cpp file in fact was already part of the VMCore
      library. This is just a mechanical move.
      
      I've tried to go through and re-apply the coding standard's preferred
      header sort, but at 40-ish files, I may have gotten some wrong. Please
      let me know if so.
      
      I'll be committing the corresponding updates to Clang and Polly, and
      Duncan has DragonEgg.
      
      Thanks to Bill and Eric for giving the green light for this bit of cleanup.
      
      llvm-svn: 159421
      aafe0918
  15. Jun 02, 2012
  16. Feb 06, 2012
  17. Feb 04, 2012
  18. Dec 08, 2011
  19. Sep 28, 2011
  20. 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
  21. Sep 22, 2011
  22. Aug 24, 2011
  23. Jul 18, 2011
  24. Jul 12, 2011
    • Garrison Venn's avatar
      Reverted 134901 because of 134959. Did not use svn merge -r but rather: · 76310ac9
      Garrison Venn authored
      1,$s/llvm::Type::getInt\(..\)Ty(builder.getContext())/builder.getInt\1Ty()/g
      1,$s/builder.getInt\(..*\)Ty()->getPointerTo()/builder.getInt\1PtrTy()/g
      
      vi sub commands (second one was not a reversion but requested by 
      Tobias Grosser.
      
      Mod was tested, but other examples have failed to build as they are currently 
      being thrashed with the const qualifier removal change.
      
      llvm-svn: 134985
      76310ac9
  25. 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
  26. Apr 15, 2011
  27. Apr 12, 2011
  28. Apr 11, 2011
  29. Apr 10, 2011
  30. Apr 08, 2011
  31. Nov 15, 2010
  32. Oct 17, 2010
  33. Sep 14, 2010
  34. Sep 10, 2010
  35. Jun 15, 2010
Loading