Skip to content
  1. May 14, 2008
  2. May 13, 2008
  3. May 12, 2008
  4. May 10, 2008
  5. May 09, 2008
    • Nate Begeman's avatar
      Extend vector member references to include {.hi, .lo, .e, .o} which return a · f322eabb
      Nate Begeman authored
      vector of the same element type and half the width, with the high, low, even,
      and odd elements respectively.
      
      Allow member references to member references, so that .hi.hi gives you the high
      quarter of a vector.  This is fairly convenient syntax for some insert/extract
      operations.
      
      Remove some unnecessary methods/types in the ExtVectorElementExpr class.
      
      llvm-svn: 50892
      f322eabb
  6. May 08, 2008
  7. May 06, 2008
  8. May 04, 2008
  9. Apr 30, 2008
  10. Apr 25, 2008
  11. Apr 20, 2008
  12. Apr 19, 2008
  13. Apr 18, 2008
  14. Apr 16, 2008
    • Steve Naroff's avatar
      Remove FileVarDecl and BlockVarDecl. They are replaced by... · 08899ff8
      Steve Naroff authored
      Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVarDecl() and VarDecl::isFileVarDecl().
      
      This is a fairly mechanical/large change. As a result, I avoided making any changes/simplifications that weren't directly related. I did break two Analysis tests. I also have a couple FIXME's in UninitializedValues.cpp. Ted, can you take a look? If the bug isn't obvious, I am happy to dig in and fix it (since I broke it).
      
      llvm-svn: 49748
      08899ff8
  15. Apr 14, 2008
  16. Apr 13, 2008
  17. Apr 09, 2008
  18. Apr 08, 2008
  19. Apr 07, 2008
  20. Apr 06, 2008
  21. Apr 04, 2008
Loading