sirit/src
ReinUsesLisp 1e665afa36 operand: Implement operand hashing and use hashed set for declarations
Instead of manually searching each element in the declarations vector,
use an unordered_set to emplace new declarations avoiding repetition.
2019-06-08 05:23:15 -03:00
..
instructions Pass std::string by value where applicable. 2019-03-14 04:30:39 -03:00
.gitignore Ignore sirit.h symlink 2018-10-23 04:51:34 -03:00
CMakeLists.txt CMakeLists: Apply compilation flags to the sirit target 2019-03-14 19:30:54 -03:00
common_types.h Upgrade from LGPLv2.1 to LGPLv3 2018-11-16 04:10:10 -03:00
literal_number.cpp operand: Implement operand hashing and use hashed set for declarations 2019-06-08 05:23:15 -03:00
literal_number.h operand: Implement operand hashing and use hashed set for declarations 2019-06-08 05:23:15 -03:00
literal_string.cpp operand: Implement operand hashing and use hashed set for declarations 2019-06-08 05:23:15 -03:00
literal_string.h operand: Implement operand hashing and use hashed set for declarations 2019-06-08 05:23:15 -03:00
op.cpp operand: Implement operand hashing and use hashed set for declarations 2019-06-08 05:23:15 -03:00
op.h operand: Implement operand hashing and use hashed set for declarations 2019-06-08 05:23:15 -03:00
operand.cpp operand: Implement operand hashing and use hashed set for declarations 2019-06-08 05:23:15 -03:00
operand.h operand: Implement operand hashing and use hashed set for declarations 2019-06-08 05:23:15 -03:00
sirit.cpp operand: Implement operand hashing and use hashed set for declarations 2019-06-08 05:23:15 -03:00
stream.cpp stream: Insert supplied string in one operation 2019-03-16 02:51:35 -03:00
stream.h stream: Change std::string overload for Write to use a std::string_view 2019-03-16 02:51:35 -03:00