Skip to content
  1. Feb 06, 2012
  2. Feb 05, 2012
  3. Feb 04, 2012
  4. Jan 31, 2012
  5. Jan 29, 2012
  6. Jan 28, 2012
  7. Jan 25, 2012
  8. Jan 23, 2012
  9. Jan 20, 2012
  10. Jan 19, 2012
  11. Jan 17, 2012
  12. Jan 15, 2012
    • Chandler Carruth's avatar
      Remove SetWorkingDirectory from the Process interface. Nothing in LLVM · da22f30e
      Chandler Carruth authored
      or Clang is using this, and it would be hard to use it correctly given
      the thread hostility of the function. Also, it never checked the return
      which is rather dangerous with chdir. If someone was in fact using this,
      please let me know, as well as what the usecase actually is so that
      I can add it back and make it more correct and secure to use. (That
      said, it's never going to be "safe" per-se, but we could at least
      document the risks...)
      
      llvm-svn: 148211
      da22f30e
    • David Blaikie's avatar
      Remove dead code. · fdcd669b
      David Blaikie authored
      llvm-svn: 148206
      fdcd669b
  13. Jan 11, 2012
  14. Jan 10, 2012
  15. Jan 05, 2012
  16. Jan 04, 2012
  17. Jan 03, 2012
  18. Dec 27, 2011
  19. Dec 23, 2011
  20. Dec 22, 2011
  21. Dec 21, 2011
    • Manuel Klimek's avatar
      Changes the JSON parser to use the SourceMgr. · 25eb0ac4
      Manuel Klimek authored
      Diagnostics are now emitted via the SourceMgr and we use MemoryBuffer
      for buffer management. Switched the code to make use of the trailing
      '0' that MemoryBuffer guarantees where it makes sense.
      
      llvm-svn: 147063
      25eb0ac4
  22. Dec 20, 2011
  23. Dec 16, 2011
  24. Dec 14, 2011
Loading