Skip to content
Snippets Groups Projects
  1. Jul 13, 2014
  2. Feb 05, 2013
  3. Oct 18, 2012
  4. Mar 30, 2012
  5. Jul 28, 2011
  6. Jul 07, 2010
  7. Dec 12, 2009
  8. Nov 13, 2009
  9. Sep 25, 2009
  10. Feb 03, 2009
  11. Jan 17, 2009
  12. Jan 16, 2009
  13. Mar 13, 2008
  14. Mar 09, 2008
  15. Mar 05, 2008
    • Chris Lattner's avatar
      Remove the first layer of support for "portability" warnings. This is · 42e6737f
      Chris Lattner authored
      theoretically useful, but not useful in practice.  It adds a bunch of 
      complexity, and not much value.  It's best to nuke it.  One big advantage
      is that it means the target interfaces will soon lose their SLoc arguments
      and target queries can never emit diagnostics anymore (yay).  Removing this
      also simplifies some of the core preprocessor which should make it slightly
      faster.
      
      Ted, I didn't simplify TripleProcessor, which can now have at most one
      triple, and can probably just be removed.  Please poke at it when you have
      time.
      
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47930 91177308-0d34-0410-b5e6-96231b3b80d8
      42e6737f
  16. Feb 14, 2008
  17. Jan 14, 2008
  18. Dec 03, 2007
  19. Jul 11, 2007
Loading