Skip to content
  1. Feb 11, 2013
  2. Feb 10, 2013
  3. Feb 09, 2013
  4. Feb 08, 2013
    • Dan Gohman's avatar
      Minor cleanup. · b2f426c4
      Dan Gohman authored
      llvm-svn: 174756
      b2f426c4
    • Bob Wilson's avatar
      Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>" · bfb44ef9
      Bob Wilson authored
      This reverts r171041. This was a nice idea that didn't work out well.
      Clang warnings need to be associated with warning groups so that they can
      be selectively disabled, promoted to errors, etc. This simplistic patch didn't
      allow for that. Enhancing it to provide some way for the backend to specify
      a front-end warning type seems like overkill for the few uses of this, at
      least for now.
      
      llvm-svn: 174748
      bfb44ef9
  5. Feb 06, 2013
  6. Feb 05, 2013
  7. Feb 04, 2013
  8. 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
  9. 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
  10. Feb 01, 2013
  11. Jan 31, 2013
Loading