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
/
IdentifierTable.cpp
Age
Commit message (
Expand
)
Author
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-05
Remove the first layer of support for "portability" warnings. This is
Chris Lattner
2008-02-19
fix the second half of PR2041: __restrict is ok in c90 mode, even if
Chris Lattner
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-01
Fixed bug in the serialization of SelectorTable where we did not register the
Ted Kremenek
2007-11-30
Implemented serialization of SelectorTable and Selectors.
Ted Kremenek
2007-11-15
Break out bool/true/false support into a LangOption
Nate Begeman
2007-11-13
Renamed all serialization "Materialize" methods to "Create" to conform with
Ted Kremenek
2007-11-10
Changed the serialization of IdentifierTable to only serialize out entries
Ted Kremenek
2007-11-09
Changed method call to reflect updated serialization API.
Ted Kremenek
2007-11-08
Rewrote serialization of IdentifierInfo and IdentifierTable to use methods Emit
Ted Kremenek
2007-11-05
Added registration to deserialization engine of IdentifierInfo* as
Ted Kremenek
2007-10-24
Modified current clients of Bitcode-Object serialization to use the
Ted Kremenek
2007-10-23
Implemented serialization for IdentifierInfo and IdentifierTable.
Ted Kremenek
2007-10-10
avoid accessing off the end of identifiers.
Chris Lattner
2007-10-07
move IdentifierTable.h from liblex to libbasic.
Chris Lattner