Skip to content
  1. Jul 31, 2007
  2. Jul 27, 2007
  3. Jul 20, 2007
    • Reid Spencer's avatar
      For PR1553: · 314e1cb7
      Reid Spencer authored
      Change the keywords for the zext and sext parameter attributes to be 
      zeroext and signext so they don't conflict with the keywords for the
      instructions of the same name. This gets around the ambiguity.
      
      llvm-svn: 40069
      314e1cb7
  4. Jul 06, 2007
  5. Jun 05, 2007
  6. May 22, 2007
  7. May 19, 2007
  8. May 04, 2007
  9. Apr 29, 2007
  10. Apr 28, 2007
  11. Apr 26, 2007
  12. Apr 25, 2007
  13. Apr 22, 2007
  14. Apr 21, 2007
  15. Apr 17, 2007
  16. Apr 16, 2007
  17. Apr 12, 2007
  18. 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
  19. Apr 09, 2007
  20. 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
  21. Mar 29, 2007
  22. Mar 28, 2007
  23. Mar 22, 2007
  24. Mar 20, 2007
  25. 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
  26. Mar 01, 2007
  27. Feb 28, 2007
  28. 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
Loading