[PM] Add names to passes under the new pass manager, and a debug output
[oota-llvm.git] / unittests / CodeGen /
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...