Skip to content
  1. Nov 14, 2004
  2. Nov 09, 2004
  3. Nov 08, 2004
  4. Nov 07, 2004
  5. Oct 30, 2004
  6. Oct 28, 2004
  7. Oct 25, 2004
  8. Oct 22, 2004
  9. Oct 19, 2004
  10. Oct 18, 2004
  11. Oct 13, 2004
  12. Oct 10, 2004
  13. Oct 04, 2004
  14. Sep 28, 2004
  15. Sep 20, 2004
  16. Sep 02, 2004
    • Reid Spencer's avatar
      Changes For Bug 352 · 7c16caa3
      Reid Spencer authored
      Move include/Config and include/Support into include/llvm/Config,
      include/llvm/ADT and include/llvm/Support. From here on out, all LLVM
      public header files must be under include/llvm/.
      
      llvm-svn: 16137
      7c16caa3
  17. Sep 01, 2004
  18. Aug 29, 2004
  19. Aug 16, 2004
  20. Aug 13, 2004
    • Reid Spencer's avatar
      Allow any cl::opt to use the method getPosition() to retrieve the option's · 2027a6ff
      Reid Spencer authored
      absolute position on the command line. Similarly allow any cl::list to
      use the method getPosition(n) to retrieve the absolute position of the nth
      option in the list. This provides support for two things: (a) options like
      -l that are actually positional and their order of occurrence matters when
      they are intermixed with positional arguments like "a.o"; and (b) options
      like -x LANG which affect only the positional arguments that come after
      the option. In both cases, knowing the absolute position of a given option
      helps.
      
      llvm-svn: 15725
      2027a6ff
  21. Aug 04, 2004
  22. Jul 25, 2004
  23. Jul 24, 2004
  24. Jul 21, 2004
  25. Jul 19, 2004
  26. Jul 18, 2004
  27. Jul 16, 2004
  28. Jul 15, 2004
Loading