[Support] Add saturating multiply-add support function
[oota-llvm.git] / unittests / CodeGen /
2015-06-25 Duncan P. N. Exon... AsmPrinter: Use an intrusively linked list for DIE...
2015-06-25 Duncan P. N. Exon... AsmPrinter: Convert DIE::Values to a linked list
2015-05-27 Duncan P. N. Exon... Reapply "AsmPrinter: Change DIEValue to be stored by...
2015-05-27 Duncan P. N. Exon... Revert "AsmPrinter: Change DIEValue to be stored by...
2015-05-27 Duncan P. N. Exon... AsmPrinter: Change DIEValue to be stored by value
2015-05-24 Duncan P. N. Exon... AsmPrinter: Make DIEString small
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-05 Frederic RissMake DIE.h a public CodeGen header.
2014-04-25 David BlaikieDIE: Pass ownership of children via std::unique_ptr...
2014-04-25 David BlaikieDIEEntry: Refer to the specified DIE via reference...
2014-04-25 David BlaikiePR19554: Fix some memory leaks in DIEHashTest.cpp
2014-02-20 Eric ChristopherAdd support for hashing attributes with DW_FORM_block...
2014-02-20 Eric ChristopherThis tests DW_FORM_sdata, not DW_FORM_block. Make the...
2014-02-20 Eric ChristopherFix commit thinkos from splitting out patches.
2014-02-20 Eric ChristopherAdd support for hashing DW_FORM_sdata and a small testcase.
2014-02-20 Eric ChristopherFormat.
2014-01-31 Eric ChristopherAdd support for DW_FORM_flag and DW_FORM_flag_present...
2014-01-31 Eric ChristopherFix name of nested type in comment to match code.
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
2013-10-25 David BlaikieDIEHash: Summary hashing of member functions
2013-10-25 David BlaikieDIEHash: Summary hashing of nested types
2013-10-24 David BlaikieDIEHash: Const correct and use references where non...
2013-10-24 David BlaikieDIEHash: Do not use shallow type hashing for unnamed...
2013-10-22 David BlaikieDWARF type hashing: pointers to members
2013-10-21 David BlaikieDWARF Type Hashing: Include reference and rvalue refere...
2013-10-21 David BlaikieDWARF type hashing: begin implementing Step 5, summary...
2013-10-21 David BlaikieDIEHashTest: Correct the order of operands to the TEST...
2013-10-21 David BlaikieDWARF type hashing: Handle multiple (including recursiv...
2013-10-17 David BlaikieDIEHash: Support for simple (non-recursive, non-reused...
2013-10-17 David BlaikieDIEHash: Include the type's context in the type hash.
2013-10-16 David BlaikieDIEHash: Use DW_FORM_sdata for integers, per spec.
2013-10-16 David BlaikieInvert arguments to ASSERT_EQ to match gtest diagnostic...
2013-10-16 David BlaikieDIEHash: Include the trailing zero byte after the child...
2013-10-15 David BlaikieUse ASSERT_EQ rather than ASSERT_TRUE for better unit...
2013-09-29 Benjamin KramerPlug a memory leak in a unit test. Stack allocation...
2013-09-04 Eric ChristopherIt's a very large constant. Say so.
2013-09-03 Eric ChristopherFix copy and pasto with CMake files for unittest.
2013-09-03 Eric ChristopherAdd a hashing routine that handles hashing types. Add...