aboutsummaryrefslogtreecommitdiff
path: root/Basic
AgeCommit message (Expand)Author
2007-08-02Fix a bug in my previous commitChris Lattner
2007-08-02Increase the macro id cache to look up several recent entries, not just the l...Chris Lattner
2007-07-24Use a smallstring instead of an std::string in FileChanged to avoid some mall...Chris Lattner
2007-07-24check in an experiment that didn't work out, to allow for future investigation.Chris Lattner
2007-07-24Add a cache to SourceManager to accellerate line # lookup. This is aChris Lattner
2007-07-22Switch TargetInfo::getTargetDefines from using an std::map<std::string, ...> ...Chris Lattner
2007-07-21Add support for reusing macroid's with negative physical loc deltas. ThisChris Lattner
2007-07-20remove some old cruftChris Lattner
2007-07-20improve comments, implement a trivial single-entry cache in Chris Lattner
2007-07-20Reimplement SourceLocation. Instead of having a Chris Lattner
2007-07-16Make octal constant lexing use AdvanceToTokenCharacter to give moreChris Lattner
2007-07-15Change SourceManager::getInstantiationLoc to take virtual locations, doing itsChris Lattner
2007-07-14A significant refactoring of the type size stuff to also Chris Lattner
2007-07-12add missing headerGabor Greif
2007-07-11Stage two of getting CFE top correct.Reid Spencer