Skip to content
  1. Sep 14, 2005
  2. Sep 13, 2005
  3. Sep 12, 2005
  4. Sep 10, 2005
  5. Sep 09, 2005
  6. Sep 08, 2005
  7. Sep 07, 2005
  8. Sep 06, 2005
  9. Sep 03, 2005
  10. Aug 27, 2005
    • Reid Spencer's avatar
      Implement PR614: · dfb3fb4a
      Reid Spencer authored
      These changes modify the makefiles so that the output of flex and bison are
      placed in the SRC directory, not the OBJ directory. It is intended that they
      be checked in as any other LLVM source so that platforms without convenient
      access to flex/bison can be compiled. From now on, if you change a .y or
      .l file you *must* also commit the generated .cpp and .h files.
      
      llvm-svn: 23115
      dfb3fb4a
  11. Aug 26, 2005
  12. Aug 19, 2005
    • Chris Lattner's avatar
      · 96d02348
      Chris Lattner authored
      Emit this:
      
      static const TargetOperandInfo OperandInfo6[] = { { &PPC32::CRRCRegClass }, { 0 }, };
      
      instead of this:
      
      static const TargetOperandInfo OperandInfo6[] = { { PPC32::CRRCRegisterClass }, { 0 }, };
      
      For operand information, which does not require dynamic (startup-time)
      initialization.
      
      llvm-svn: 22931
      96d02348
Loading