Skip to content
  1. Feb 19, 2011
    • John McCall's avatar
      Warn about code that uses variables and functions with internal linkage · 83779675
      John McCall authored
      without defining them.  This should be an error, but I'm paranoid about
      "uses" that end up not actually requiring a definition.  I'll revisit later.
      
      Also, teach IR generation to not set internal linkage on variable
      declarations, just for safety's sake.  Doing so produces an invalid module
      if the variable is not ultimately defined.
      
      Also, fix several places in the test suite where we were using internal
      functions without definitions.
      
      llvm-svn: 126016
      83779675
    • Devang Patel's avatar
      Start using enums from DIBuilder. · 2d6390d4
      Devang Patel authored
      llvm-svn: 125990
      2d6390d4
  2. Feb 18, 2011
  3. Feb 17, 2011
  4. Feb 16, 2011
  5. Feb 15, 2011
  6. Feb 14, 2011
  7. Feb 13, 2011
  8. Feb 12, 2011
  9. Feb 11, 2011
  10. Feb 10, 2011
Loading