Skip to content
  1. Jul 21, 2013
  2. Jul 16, 2013
  3. May 15, 2013
  4. May 07, 2013
  5. May 05, 2013
  6. May 01, 2013
  7. Apr 26, 2013
  8. Jan 13, 2013
  9. Jan 02, 2013
  10. Dec 04, 2012
  11. Nov 26, 2012
  12. Oct 24, 2012
  13. Oct 23, 2012
  14. Oct 12, 2012
  15. Oct 08, 2012
  16. 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
  17. Jun 22, 2012
  18. Jun 02, 2012
  19. Apr 19, 2012
    • Michael J. Spencer's avatar
      Remove llvm-ld and llvm-stub (which is only used by llvm-ld). · 9125493e
      Michael J. Spencer authored
      llvm-ld is no longer useful and causes confusion and so it is being removed.
      
      * Does not work very well on Windows because it must call a gcc like driver to
        assemble and link.
      * Has lots of hard coded paths which are wrong on many systems.
      * Does not understand most of ld's options.
      * Can be partially replaced by llvm-link | opt | {llc | as, llc -filetype=obj} |
        ld, or fully replaced by Clang.
      
      I know of no production use of llvm-ld, and hacking use should be
      replaced by Clang's driver.
      
      llvm-svn: 155147
      9125493e
  20. Feb 20, 2012
  21. Feb 06, 2012
  22. Feb 04, 2012
  23. Jan 31, 2012
  24. Dec 12, 2011
  25. Dec 08, 2011
  26. Nov 03, 2011
  27. Sep 28, 2011
  28. 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
  29. Sep 22, 2011
  30. Aug 24, 2011
  31. Jul 21, 2011
  32. Jul 18, 2011
  33. Jul 15, 2011
  34. Jul 14, 2011
  35. Jul 13, 2011
  36. 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
Loading