Skip to content
  1. Jul 11, 2011
    • David Greene's avatar
      Fix Build · 39c04826
      David Greene authored
      Update the tag for Init to match how it's defined.
      
      llvm-svn: 134908
      39c04826
    • David Greene's avatar
      [AVX] Make Inits Foldable · af973b4f
      David Greene authored
      Manage Inits in a FoldingSet.  This provides several benefits:
      
      - Memory for Inits is properly managed
      
      - Duplicate Inits are folded into Flyweights, saving memory
      
      - It enforces const-correctness, protecting against certain classes
        of bugs
      
      The above benefits allow Inits to be used in more contexts, which in
      turn provides more dynamism to TableGen.  This enhanced capability
      will be used by the AVX code generator to a fold common patterns
      together.
      
      llvm-svn: 134907
      af973b4f
  2. Jun 04, 2011
Loading