index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
llvmc
/
ConfigLexer.h
Age
Commit message (
Expand
)
Author
2008-05-04
Drop llvmc also, it will be replaced by shiny new llvmc2
Anton Korobeynikov
2007-12-29
remove attributions from tools.
Chris Lattner
2007-07-05
Here is the bulk of the sanitizing.
Gabor Greif
2006-05-29
silly cleanup
Chris Lattner
2006-05-24
Patches to make the LLVM sources more -pedantic clean. Patch provided
Chris Lattner
2005-05-19
For PR514:
Reid Spencer
2005-04-22
Remove trailing whitespace
Misha Brukman
2004-11-23
SPACE is a legitimate token now, to separate option words.
Reid Spencer
2004-10-28
Remove the FORCE token, rename VERSION to VERSION_TOK so it doesn't
Reid Spencer
2004-09-14
Support substitution options for the W, M, and f options.
Reid Spencer
2004-09-01
Make sure <cassert> is included for platforms that don't include it via
Reid Spencer
2004-08-30
Implement the "setIncludePaths" and "setSymbolDefines" interface methods.
Reid Spencer
2004-08-29
Convert llvmc to use the lib/System interface instead of directly
Reid Spencer
2004-08-24
- Alphabetize the list of token enumerators.
Reid Spencer
2004-08-22
Add the VERSION token.
Reid Spencer
2004-08-19
Implement many new features for llvmc. This is the first version that will
Reid Spencer
2004-08-15
More Functionality:
Reid Spencer
2004-08-14
Converted to use flex for tokenizing input so we can use an easier to
Reid Spencer