Skip to content
  1. May 22, 2007
  2. May 19, 2007
  3. May 04, 2007
  4. Apr 29, 2007
  5. Apr 28, 2007
  6. Apr 26, 2007
  7. Apr 25, 2007
  8. Apr 22, 2007
  9. Apr 21, 2007
  10. Apr 17, 2007
  11. Apr 16, 2007
  12. Apr 12, 2007
  13. Apr 11, 2007
    • Reid Spencer's avatar
      For PR1146: · a472f66d
      Reid Spencer authored
      Put the parameter attributes in their own ParamAttr name space. Adjust the
      rest of llvm as a result.
      
      llvm-svn: 35877
      a472f66d
  14. Apr 09, 2007
  15. Mar 30, 2007
    • Reid Spencer's avatar
      For PR1289: · cf2ccbff
      Reid Spencer authored
      Check at the end of the parse that there are no unresolved types and no
      undefined values. Issue errors if there are. This gets rid of the need
      for implementation or checkpoint by ensuring you can't finish a parse with
      undefined things.
      
      llvm-svn: 35499
      cf2ccbff
  16. Mar 29, 2007
  17. Mar 28, 2007
  18. Mar 22, 2007
  19. Mar 20, 2007
  20. Mar 19, 2007
    • Reid Spencer's avatar
      Fix test/Assembler/2007-03-19-NegValue.ll by using the new "isSigned" · 363fd461
      Reid Spencer authored
      parameter on ConstantInt::get to indicate the signedness of the intended
      value.
      
      llvm-svn: 35182
      363fd461
    • Reid Spencer's avatar
      For PR1248: · fe65ae88
      Reid Spencer authored
      Eliminate support for type planes in numbered values. This simplifies the
      data structures involved in managing forward definitions, etc. Instead of
      requiring maps from type to value, we can now just use a vector of values.
      These changes also required rewrites of some support functions such as
      InsertValue, getBBVal, and ResolveDefinitions. Some other cosmetic changes
      were made as well.
      
      llvm-svn: 35173
      fe65ae88
  21. Mar 01, 2007
  22. Feb 28, 2007
  23. Feb 15, 2007
    • Reid Spencer's avatar
      For PR1195: · 09575bac
      Reid Spencer authored
      Change use of "packed" term to "vector" in comments, strings, variable
      names, etc.
      
      llvm-svn: 34300
      09575bac
    • Reid Spencer's avatar
      For PR1195: · d84d35ba
      Reid Spencer authored
      Rename PackedType -> VectorType, ConstantPacked -> ConstantVector, and
      PackedTyID -> VectorTyID. No functional changes.
      
      llvm-svn: 34293
      d84d35ba
  24. Feb 13, 2007
  25. Feb 11, 2007
  26. Feb 05, 2007
    • Reid Spencer's avatar
      For PR411: · 3aaaa0b2
      Reid Spencer authored
      This patch replaces the SymbolTable class with ValueSymbolTable which does
      not support types planes. This means that all symbol names in LLVM must now
      be unique. The patch addresses the necessary changes to deal with this and
      removes code no longer needed as a result. This completes the bulk of the
      changes for this PR. Some cleanup patches will follow.
      
      llvm-svn: 33918
      3aaaa0b2
    • Reid Spencer's avatar
      ! removal was a little over zealous. Put the ! back in asserts. · 9894d6cb
      Reid Spencer authored
      llvm-svn: 33911
      9894d6cb
Loading