OSDN Git Service

[AArch64] Add a test for float argument passing to win64 vararg functions
[android-x86/external-llvm.git] / unittests / CodeGen /
2017-06-30 Kristof Beyls[GlobalISel] Make multi-step legalization work.
2017-06-15 Galina KistanovaAdded braces to work around gcc warning in googletest...
2017-06-07 Zachary TurnerMove Object format code to lib/BinaryFormat.
2017-06-06 Chandler CarruthRe-sort #include lines for unittests. This uses a sligh...
2017-04-20 Amara Emerson[SVE] Fix mismatched sign comparison warning in unit...
2017-04-20 Amara Emerson[MVT][SVE] Scalable vector MVTs (3/3)
2017-04-19 Kristof Beyls[GlobalISel] Support vector-of-pointers in LLT
2017-04-18 Kristof BeylsRevert "[GlobalISel] Support vector-of-pointers in...
2017-04-18 Kristof Beyls[GlobalISel] Support vector-of-pointers in LLT
2017-03-07 Daniel SandersRecommit: [globalisel] Change LLT constructor string...
2017-03-07 Daniel SandersRevert r297177: Change LLT constructor string into...
2017-03-07 Daniel Sanders[globalisel] Change LLT constructor string into an...
2017-02-28 Daniel SandersRevert r296474 - [globalisel] Change LLT constructor...
2017-02-28 Daniel Sanders[globalisel] Change LLT constructor string into an...
2017-02-07 Duncan P. N. Exon... ADT: Add explicit conversions for reverse ilist iterators
2016-10-14 Tim NorthoverGlobalISel: rename legalizer components to match others.
2016-10-14 Diana Picus[GlobalISel] Get the AArch64 tests to work on Linux
2016-10-06 Tim NorthoverGlobalISel: fix misuse of using declaration in test.
2016-09-15 Tim NorthoverGlobalISel: remove "unsized" LLT
2016-09-15 Tim NorthoverGlobalISel: cache pointer sizes in LLT
2016-09-11 Duncan P. N. Exon... CodeGen: Give MachineBasicBlock::reverse_iterator a...
2016-09-11 Duncan P. N. Exon... CodeGen: Assert that bundle iterators are valid
2016-09-11 Duncan P. N. Exon... CodeGen: Turn on sentinel tracking for MachineInstr...
2016-08-29 Tim NorthoverGlobalISel: use multi-dimensional arrays for legalize...
2016-08-26 Tim NorthoverGlobalISel: legalize sdiv and srem operations.
2016-08-23 Tim NorthoverGlobalISel: extend legalizer interface to handle multip...
2016-08-15 Tim NorthoverGlobalISel: support loads and stores of strange types.
2016-08-12 Duncan P. N. Exon... ADT: Remove all ilist_iterator => pointer casts, NFC
2016-08-04 Tim NorthoverGlobalISel: refuse to halve size of 1-byte & odd-sized...
2016-07-29 Ahmed Bougacha[GlobalISel] Add missing link components to r277160...
2016-07-29 Ahmed Bougacha[GlobalISel] Add LLT::operator!=().
2016-07-29 Ahmed Bougacha[GlobalISel] Fix LLT::unsized to match LLT(LabelTy).
2016-07-29 Ahmed Bougacha[GlobalISel] Add unittests for LowLevelType.
2016-07-20 Tim NorthoverGlobalISel: implement Legalization querying framework.
2016-07-13 Justin LebarFix header comment in unittests/CodeGen/DIEHashTest...
2016-01-26 Chris BienemanRemove autoconf support
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...