1. 68072a7 Fixed bug in the serialization of SelectorTable where we did not register the by Ted Kremenek · 17 years ago
  2. bdbb285 Implemented serialization of SelectorTable and Selectors. by Ted Kremenek · 17 years ago
  3. 8aebcb7 Break out bool/true/false support into a LangOption by Nate Begeman · 17 years ago
  4. 0f84c00 Renamed all serialization "Materialize" methods to "Create" to conform with by Ted Kremenek · 17 years ago
  5. eae5cd0 Changed the serialization of IdentifierTable to only serialize out entries by Ted Kremenek · 17 years ago
  6. 3b0eff8 Changed method call to reflect updated serialization API. by Ted Kremenek · 17 years ago
  7. 93a9ab4 Rewrote serialization of IdentifierInfo and IdentifierTable to use methods Emit by Ted Kremenek · 17 years ago
  8. c19b998 Added registration to deserialization engine of IdentifierInfo* as by Ted Kremenek · 17 years ago
  9. a2bfb91 Modified current clients of Bitcode-Object serialization to use the by Ted Kremenek · 17 years ago
  10. c637e6b Implemented serialization for IdentifierInfo and IdentifierTable. by Ted Kremenek · 17 years ago
  11. a31f030 avoid accessing off the end of identifiers. by Chris Lattner · 17 years ago
  12. c7229c3 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 17 years ago[Renamed (99%) from Lex/IdentifierTable.cpp]
  13. dbf388b implement the Token class in the Lexer.cpp file instead of IdentifierInfo.cpp by Chris Lattner · 17 years ago
  14. cc1a875 improve layering: by Chris Lattner · 17 years ago
  15. 387b98d Remove the PPID bitfield from IdentifierInfo, shrinking it by a word by Chris Lattner · 17 years ago
  16. 4365a7e First step to fixing a long lived layering violation: this by Chris Lattner · 17 years ago
  17. ff38491 simplify the interfaces to create selectors: getSelector can take any by Chris Lattner · 17 years ago
  18. f836e3f simplify some Selector interfaces. by Chris Lattner · 17 years ago
  19. 8599426 Implement DenseMapInfo for Selector, allowing use of DenseMap/DenseSet of by Chris Lattner · 17 years ago
  20. 29238a0 by Steve Naroff · 17 years ago
  21. 5b6b72f by Steve Naroff · 17 years ago
  22. bcfb06a by Steve Naroff · 17 years ago
  23. 4cbcb89 by Steve Naroff · 17 years ago
  24. 68d331a by Steve Naroff · 17 years ago
  25. 21d5a95 by Steve Naroff · 17 years ago
  26. 3f128ad by Steve Naroff · 17 years ago
  27. 861cf3e by Steve Naroff · 17 years ago
  28. 938867c Make sure to initialize an ivar, patch by Benoit Boissinot. by Chris Lattner · 17 years ago
  29. d4b80f1 Add support for C++'0x keywords, patch by Doug Gregor by Chris Lattner · 17 years ago
  30. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago