Skip to content
  1. Feb 06, 2013
  2. Feb 05, 2013
  3. Feb 04, 2013
  4. Feb 03, 2013
    • Michael Gottesman's avatar
      Added instance variable/initializers/getter/setters for new keyword externally... · 4c4ffd77
      Michael Gottesman authored
      Added instance variable/initializers/getter/setters for new keyword externally initialized to GlobalVariable. No *TRUE* functionality change.
      
      I am going to add in the actual test cases with the actual functionality
      changes in a later patch because I want to include some test cases.
      
      To be clear when I say no *TRUE* functionality change I mean that this
      patch (like it says in the title) only contains getters/setters and sets
      up a default initial value of the instance variable to false so that
      this patch does not affect any other uses of Global Variable.h.
      
      llvm-svn: 174295
      4c4ffd77
  5. Feb 02, 2013
    • David Blaikie's avatar
      Remove the (apparently) unnecessary debug info metadata indirection. · 33111dfe
      David Blaikie authored
      The main lists of debug info metadata attached to the compile_unit had an extra
      layer of metadata nodes they went through for no apparent reason. This patch
      removes that (& still passes just as much of the GDB 7.5 test suite). If anyone
      can show evidence as to why these extra metadata nodes are there I'm open to
      reverting this patch & documenting why they're there.
      
      llvm-svn: 174266
      33111dfe
    • Bill Wendling's avatar
      Remove AttrBuilder::Raw(). · 91226183
      Bill Wendling authored
      llvm-svn: 174251
      91226183
    • Bill Wendling's avatar
      Use the AttributeSet's iterators. · 9ca01da5
      Bill Wendling authored
      Use the AttributeSet's iterators in AttrBuilder::hasAttributes() when
      determining of the intersection of the AttrBuilder and AttributeSet is non-null.
      
      llvm-svn: 174250
      9ca01da5
  6. Feb 01, 2013
  7. Jan 31, 2013
  8. Jan 30, 2013
  9. Jan 29, 2013
Loading