Skip to content
  1. Jan 01, 2008
    • Chris Lattner's avatar
      Fix a problem where lib/Target/TargetInstrInfo.h would include and use · 25568e4c
      Chris Lattner authored
      a header file from libcodegen.  This violates a layering order: codegen
      depends on target, not the other way around.  The fix to this is to 
      split TII into two classes, TII and TargetInstrInfoImpl, which defines
      stuff that depends on libcodegen.  It is defined in libcodegen, where 
      the base is not.
      
      llvm-svn: 45475
      25568e4c
    • Chris Lattner's avatar
      Factor out makefile dependency generation better. · c23e6351
      Chris Lattner authored
      Don't include system headers in the .d files.
      Don't use $@ in the makefile rules, as there are two possible targets it could resolve to: use the one that we need explicitly.
      
      llvm-svn: 45473
      c23e6351
  2. Dec 31, 2007
  3. Dec 30, 2007
Loading