summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/sbe/sbe_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70844 Fix vm::CodeFragment::toString()Anna Wawrzyniak2022-11-101-40/+10
* SERVER-70844 Add stable printing of sbe vm::CodeFragmentAnna Wawrzyniak2022-11-081-39/+27
* SERVER-70693 Avoid pushing named variables onto the VM stackMartin Neupauer2022-11-041-17/+16
* SERVER-69969 Avoid pushing constant argument values on the VM stackMartin Neupauer2022-09-291-7/+7
* SERVER-69020 Update sbe_stage_builder_expression.cpp to use traversePDrew Paroski2022-08-301-5/+10
* SERVER-66842 Fix pcPointer for instructions that take arguments in CodeFragme...Parker Felix2022-06-221-0/+80
* SERVER-57751 Make hashValue return identical value for any Decimal NaN and do...Nikita Lapkov2021-06-301-7/+24
* Revert "SERVER-57751 Make hashValue return identical value for any Decimal Na...Nikita Lapkov2021-06-251-22/+7
* SERVER-57751 Make hashValue return identical value for any Decimal NaN and do...Nikita Lapkov2021-06-241-7/+22
* SERVER-55601 Improve performance of Queries.CoveredBlockingSort benchmark in SBENikita Lapkov2021-05-211-0/+48
* SERVER-55180 Convert SBE from std::string_view to StringDataBilly Donahue2021-03-211-13/+12
* Revert "SERVER-55180 Convert SBE from std::string_view to StringData"XueruiFa2021-03-191-12/+13
* SERVER-55180 Convert SBE from std::string_view to StringDataBilly Donahue2021-03-191-13/+12
* SERVER-50386 Testing and documentation for ByteArrayDeprecated subtypeJustin Seyster2021-01-271-0/+154
* SERVER-51455 Fix SBE hashValue for the double type valuesMartin Neupauer2020-10-141-0/+49
* SERVER-50594 [SBE] Fix bool/int32_t issue on big-endian systemsDrew Paroski2020-10-081-1/+1
* SERVER-50361 Support Object, Array, and BinData in value::hashValue.Martin Neupauer2020-09-191-0/+40
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-0/+162