Skip to content
  1. Mar 28, 2009
  2. Mar 23, 2009
  3. Mar 19, 2009
  4. Mar 17, 2009
  5. Mar 16, 2009
  6. Mar 13, 2009
  7. Mar 10, 2009
  8. Mar 06, 2009
  9. Mar 05, 2009
  10. Mar 04, 2009
  11. Feb 17, 2009
  12. Feb 14, 2009
    • Cedric Venet's avatar
      Unbreak the build on win32. · d1e179d9
      Cedric Venet authored
      Cleanup some warning.
      
      Remark: when struct/class are declared differently than they are defined, this make problem for VC++ since it seems to mangle class differently that struct. These error are very hard to understand and find. So please, try to keep your definition/declaration in sync.
      
      Only tested with VS2008. hope it does not break anything. feel free to revert.
      
      llvm-svn: 64554
      d1e179d9
  13. Feb 13, 2009
  14. Feb 07, 2009
  15. Feb 02, 2009
  16. Jan 30, 2009
  17. Jan 28, 2009
  18. Jan 27, 2009
  19. Jan 26, 2009
  20. Jan 23, 2009
    • Devang Patel's avatar
      Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_flags. · ccfacfff
      Devang Patel authored
      DW_AT_APPLE_optimized flag is set when a compile_unit is optimized. The debugger takes advantage of this information some way.
      
      DW_AT_APPLE_flags encodes command line options when certain env. variable is set. This is used by build engineers to track various gcc command lines used by by  a project, irrespective of whether the project used makefile, Xcode or something else.
      
      llvm-gcc patch is next.
      
      llvm-svn: 62888
      ccfacfff
  21. Jan 21, 2009
  22. Jan 20, 2009
  23. Jan 19, 2009
Loading