index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
Basic
/
IdentifierTable.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed bug in the serialization of SelectorTable where we did not register the
Ted Kremenek
2007-12-01
1
-0
/
+9
*
Implemented serialization of SelectorTable and Selectors.
Ted Kremenek
2007-11-30
1
-2
/
+77
*
Break out bool/true/false support into a LangOption
Nate Begeman
2007-11-15
1
-4
/
+15
*
Renamed all serialization "Materialize" methods to "Create" to conform with
Ted Kremenek
2007-11-13
1
-1
/
+1
*
Changed the serialization of IdentifierTable to only serialize out entries
Ted Kremenek
2007-11-10
1
-2
/
+2
*
Changed method call to reflect updated serialization API.
Ted Kremenek
2007-11-09
1
-1
/
+1
*
Rewrote serialization of IdentifierInfo and IdentifierTable to use methods Emit
Ted Kremenek
2007-11-08
1
-45
/
+63
*
Added registration to deserialization engine of IdentifierInfo* as
Ted Kremenek
2007-11-05
1
-0
/
+2
*
Modified current clients of Bitcode-Object serialization to use the
Ted Kremenek
2007-10-24
1
-28
/
+31
*
Implemented serialization for IdentifierInfo and IdentifierTable.
Ted Kremenek
2007-10-23
1
-1
/
+65
*
avoid accessing off the end of identifiers.
Chris Lattner
2007-10-10
1
-0
/
+1
*
move IdentifierTable.h from liblex to libbasic.
Chris Lattner
2007-10-07
1
-0
/
+374