1. 9c68306 Fix a really subtle bug in the macro expander caching code, where by Chris Lattner · 18 years ago
  2. d217773 At one point there were going to be lexer and parser tokens. by Chris Lattner · 18 years ago
  3. 25bdb51 simplify the lexer ctor to take a SLoc instead of a sloc and a redundant buffer*. by Chris Lattner · 18 years ago
  4. 9dc1f53 Reimplement SourceLocation. Instead of having a by Chris Lattner · 18 years ago
  5. 2b64fdc Fix a stringizing bug that Neil noticed. We should preprocess this: by Chris Lattner · 18 years ago
  6. dda75cf remove obsolete comment. by Chris Lattner · 18 years ago
  7. abca2bb Change SourceManager::getInstantiationLoc to take virtual locations, doing its by Chris Lattner · 18 years ago
  8. 9594acf Cache macro expander objects to avoid thrashing malloc in heavy expansion situations. by Chris Lattner · 18 years ago
  9. c215bd6 expose an iterator interface to getReplacementTokens instead of the datastructure itself. by Chris Lattner · 18 years ago
  10. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 18 years ago