Skip to content
  1. Jul 26, 2011
  2. Jul 23, 2011
  3. Jul 22, 2011
  4. Jul 21, 2011
  5. Jul 20, 2011
    • Jim Grosbach's avatar
      ARM PKH shift ammount operand printing tweaks. · a288b1c1
      Jim Grosbach authored
      Move the shift operator and special value (32 encoded as 0 for PKHTB) handling
      into the instruction printer. This cleans up a bit of the disassembler
      special casing for these instructions, more easily handles not printing the
      operand at all for "lsl #0" and prepares for correct asm parsing of these
      operands.
      
      llvm-svn: 135626
      a288b1c1
  6. Jul 19, 2011
  7. Jul 18, 2011
  8. Jul 16, 2011
  9. Jul 15, 2011
  10. Jul 14, 2011
  11. Jul 13, 2011
  12. Jul 12, 2011
  13. Jul 11, 2011
    • David Greene's avatar
      Use get(0 Instead of Create() · cf8a603a
      David Greene authored
      Respond to some feedback asking for a name change.
      
      llvm-svn: 134921
      cf8a603a
    • Evan Cheng's avatar
      struct Init -> class Init. · 4f6b5ca3
      Evan Cheng authored
      llvm-svn: 134917
      4f6b5ca3
    • 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
Loading