Skip to content
  1. Nov 29, 2011
  2. Nov 27, 2011
    • Chandler Carruth's avatar
      Revert r145180 as it is causing test failures on all the bots. · 37ab257b
      Chandler Carruth authored
      Original commit message:
      Fixed ObjectFile functions:
      - getSymbolOffset() renamed as getSymbolFileOffset()
      - getSymbolFileOffset(), getSymbolAddress(), getRelocationAddress() returns same result for ELFObjectFile, MachOObjectFile and COFFObjectFile.
      - added getRelocationOffset()
      - fixed MachOObjectFile::getSymbolSize()
      - fixed MachOObjectFile::getSymbolSection()
      - fixed MachOObjectFile::getSymbolOffset() for symbols without section data.
      
      llvm-svn: 145182
      37ab257b
    • Danil Malyshev's avatar
      Fixed ObjectFile functions: · 2631f93f
      Danil Malyshev authored
      - getSymbolOffset() renamed as getSymbolFileOffset()
      - getSymbolFileOffset(), getSymbolAddress(), getRelocationAddress() returns same result for ELFObjectFile, MachOObjectFile and COFFObjectFile.
      - added getRelocationOffset()
      - fixed MachOObjectFile::getSymbolSize()
      - fixed MachOObjectFile::getSymbolSection()
      - fixed MachOObjectFile::getSymbolOffset() for symbols without section data.
      
      llvm-svn: 145180
      2631f93f
    • Chris Lattner's avatar
  3. Nov 23, 2011
  4. Nov 16, 2011
  5. Nov 15, 2011
  6. Nov 11, 2011
  7. Nov 10, 2011
  8. Nov 09, 2011
  9. Nov 08, 2011
  10. Nov 07, 2011
  11. Nov 06, 2011
  12. Nov 05, 2011
  13. Nov 04, 2011
  14. Nov 03, 2011
  15. Nov 02, 2011
    • Chandler Carruth's avatar
      Add back the top-level target for 'llvm-config' and the dependency edge · 76f9e571
      Chandler Carruth authored
      to force it to build after all library targets so it has complete
      dependency information. This should fix broken 'make install' with
      CMake.
      
      This is a partial revert of r143540, but it doesn't revert the most
      important part of that change: removing the dependency edge from LLVM
      tools to the llvm-config script.
      
      llvm-svn: 143548
      76f9e571
Loading