index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Basic
Age
Commit message (
Expand
)
Author
2007-08-02
Fix a bug in my previous commit
Chris Lattner
2007-08-02
Increase the macro id cache to look up several recent entries, not just the l...
Chris Lattner
2007-07-24
Use a smallstring instead of an std::string in FileChanged to avoid some mall...
Chris Lattner
2007-07-24
check in an experiment that didn't work out, to allow for future investigation.
Chris Lattner
2007-07-24
Add a cache to SourceManager to accellerate line # lookup. This is a
Chris Lattner
2007-07-22
Switch TargetInfo::getTargetDefines from using an std::map<std::string, ...> ...
Chris Lattner
2007-07-21
Add support for reusing macroid's with negative physical loc deltas. This
Chris Lattner
2007-07-20
remove some old cruft
Chris Lattner
2007-07-20
improve comments, implement a trivial single-entry cache in
Chris Lattner
2007-07-20
Reimplement SourceLocation. Instead of having a
Chris Lattner
2007-07-16
Make octal constant lexing use AdvanceToTokenCharacter to give more
Chris Lattner
2007-07-15
Change SourceManager::getInstantiationLoc to take virtual locations, doing its
Chris Lattner
2007-07-14
A significant refactoring of the type size stuff to also
Chris Lattner
2007-07-12
add missing header
Gabor Greif
2007-07-11
Stage two of getting CFE top correct.
Reid Spencer