Skip to content
  1. Oct 30, 2009
  2. Oct 18, 2009
  3. Sep 09, 2009
  4. Jul 13, 2009
  5. May 25, 2009
    • Chris Lattner's avatar
      Fix a couple of bugs: · 83bd8281
      Chris Lattner authored
      1. When we accept "#garbage" in asm-with-cpp mode, change the token kind
         of the # to unknown so that the preprocessor won't try to process it as
         a real #.  This fixes a crash on the attached example
      2. Fix macro definition extents processing to handle #foo at the end of a
         macro to say the definition ends with the foo, not the #.
      
      This is a follow-on fix to r72283, and rdar://6916026
      
      llvm-svn: 72388
      83bd8281
  6. May 22, 2009
  7. May 21, 2009
  8. Apr 21, 2009
  9. Apr 19, 2009
  10. Apr 18, 2009
  11. Apr 14, 2009
  12. Apr 13, 2009
  13. Apr 12, 2009
  14. Apr 08, 2009
  15. Mar 27, 2009
  16. Mar 18, 2009
  17. Mar 13, 2009
  18. Mar 06, 2009
  19. Feb 20, 2009
  20. Feb 04, 2009
  21. Feb 03, 2009
  22. Jan 29, 2009
  23. Jan 27, 2009
  24. Jan 26, 2009
    • Chris Lattner's avatar
      remove my hacks that aggressively threw away multiple · 357b57d7
      Chris Lattner authored
      instantiation history in an effort to speed up c99-intconst-1.c.
      Now that multiple nested instantiations are allowed, we just
      make them and don't pay the cost of lookups.  With the other
      changes that went in before this, reverting this is actually
      a speedup for c99-intconst-1.c, speeding it up from 1.96s to 1.80s,
      and preserves much better loc info.
      
      llvm-svn: 63036
      357b57d7
Loading