Lift self-copy protection up to the header file and add self-move
[oota-llvm.git] / unittests /
2013-11-23 Chandler Carruth[PM] Complete the cross-layer interfaces with a Module...
2013-11-23 Chandler Carruth[PM] Rename TestAnalysisPass to TestFunctionAnalysis...
2013-11-23 Chandler Carruth[PM] Add support to the analysis managers to query...
2013-11-22 Chandler Carruth[PM] Switch the downward invalidation to be incremental...
2013-11-22 Chandler Carruth[PM] Teach the analysis managers to pass themselves...
2013-11-22 Chandler Carruth[PM] Remove the IRUnitT typedef requirement for analysi...
2013-11-22 Chandler Carruth[PM] Fix the analysis templates' usage of IRUnitT.
2013-11-22 Michael Gottesman[block-freq] Update data in test case to be unsigned...
2013-11-22 Chandler Carruth[PM] Switch analysis managers to be threaded through...
2013-11-21 Chandler Carruth[PM] Widen the interface for invalidate on an analysis...
2013-11-21 Chandler Carruth[PM] Add support for using SFINAE to reflect on an...
2013-11-21 Chandler Carruth[PM] Add a module analysis pass proxy for the function...
2013-11-21 Nick KledzikYAML I/O add support for validate()
2013-11-21 Nick Kledzikrevert r194655
2013-11-20 Chandler CarruthMake the moved-from SmallPtrSet be a valid, empty,...
2013-11-20 Chandler CarruthAdd a test for assignment operator behavior which was...
2013-11-20 Chandler Carruth[PM] Add the preservation system to the new pass manager.
2013-11-20 Chandler CarruthGive SmallPtrSet move semantics when we have R-value...
2013-11-20 Chandler Carruth[PM] Make the function pass manager more regular.
2013-11-20 Chandler Carruth[PM] Split the analysis manager into a function-specifi...
2013-11-19 John ThompsonYAML I/O - Added default trait support for std:string...
2013-11-19 Michael IlsemanAdd support for software expansion of 64-bit integer...
2013-11-19 Juergen Ributzka[weak vtables] Place class definitions into anonymous...
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexander KornienkoRecover gracefully when deserializing invalid YAML...
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-17 Michael Gottesman[block-freq] Add BlockFrequency::scale that returns...
2013-11-17 Chandler Carruth[PM] Completely remove support for explicit 'require...
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-15 Rui UeyamaPath: Recognize COFF import library file magic.
2013-11-15 Benjamin KramerGive unit test its own LLVMContext so MDNodes aren...
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-11-14 Rui UeyamaRecognize 0x0000 as a COFF file magic.
2013-11-14 Nick Kledzikremove extra semicolon
2013-11-14 Nick KledzikAdd dyn_cast<> support to YAML I/O's IO class
2013-11-14 Nick KledzikAdd simple support for tags in YAML I/O
2013-11-13 Rui UeyamaPath: Add tests for existing file magics.
2013-11-13 Rui UeyamaWhitespace.
2013-11-13 Chandler CarruthFix a null pointer dereference when copying a null...
2013-11-13 Chandler CarruthIntroduce an AnalysisManager which is like a pass manag...
2013-11-09 Chandler Carruth[PM] Start sketching out the new module and function...
2013-11-09 Chandler CarruthMove the old pass manager infrastructure into a legacy...
2013-11-09 Chandler CarruthSwitch to allow implicit construction. In many cases...
2013-11-09 Chandler CarruthTest the polymorphic behavior of this utility.
2013-11-09 Chandler CarruthUse something really explicit to test "move semantics...
2013-11-09 Chandler CarruthAdd the critically missing 'clone' method. =]
2013-11-09 Chandler CarruthMove the test type out of the function and into the...
2013-11-09 Chandler CarruthAdd a polymorphic_ptr<T> smart pointer data type. It...
2013-11-09 Adrian PrantlRevert "Move copying of global initializers below the...
2013-11-09 Adrian PrantlRevert "Run clang-format on file."
2013-11-07 Bill WendlingRun clang-format on file.
2013-11-07 Bill WendlingMove copying of global initializers below the cloning...
2013-11-05 Rafael EspindolaSimplify ErrorOr.
2013-10-31 Rafael EspindolaMerge CallGraph and BasicCallGraph.
2013-10-30 Rafael EspindolaAdd calls to doInitialization() and doFinalization...
2013-10-30 Rui UeyamaAdd {start,end}with_lower methods to StringRef.
2013-10-30 Nuno Lopesmake ConstantRange::signExtend() optimal
2013-10-29 Alexey SamsonovDWARF parser: propery handle DW_FORM_ref_sig8 and fix...
2013-10-28 Alexey SamsonovDWARF parser: Use ArrayRef to represent form sizes...
2013-10-28 Alexey SamsonovDebugInfo: Introduce the notion of "form classes"
2013-10-28 Rui UeyamaAdd a few tests for StringRef::{start,end}with.
2013-10-25 David BlaikieDIEHash: Summary hashing of member functions
2013-10-25 Rafael EspindolaTry to fix the build on windows.
2013-10-25 Rafael EspindolaChange MemoryBuffer::getFile to take a Twine.
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-24 John ThompsonReverting my r193344 checkin due to build breakage.
2013-10-24 John ThompsonAdded std::string as a built-in type for mapping.
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 Andrew KaylorRemoving unnecessary link component for MCJIT unittests
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-16 Rafael EspindolaFix MCDataAtom never calling remap when adding data.
2013-10-16 Rafael EspindolaAssert on duplicate registration. Don't depend on funct...
2013-10-15 David BlaikieUse ASSERT_EQ rather than ASSERT_TRUE for better unit...
2013-10-05 Aaron BallmanSilencing an MSVC warning.
2013-10-02 Tim NorthoverMCJIT: skip some more new multi-module tests on unsuppo...
2013-10-02 Filip PizloThis threads SectionName through the allocateCodeSectio...
2013-10-01 Tareq A. SirajAdd non-blocking Wait() for launched processes
2013-10-01 Andrew KaylorTests for MCJIT multiple module support
2013-09-30 Matt ArsenaultFix getOrInsertGlobal dropping the address space.
2013-09-30 Benjamin KramerIRBuilder: Add RAII objects to reset insertion points...
2013-09-29 Benjamin KramerPlug a memory leak in a unit test. Stack allocation...
2013-09-27 Dmitri GribenkoSourceMgr diagnotics printing: fix a bug where printing...
2013-09-27 Dmitri GribenkoMake SourceMgr::PrintMessage() testable and add unit...
2013-09-20 Tareq A. SirajFixed typo in CreateProcessTrailingSlash test
2013-09-11 Rui UeyamaRe-submit r190469: YAMLIO: Fix string quoting logic.
2013-09-11 Hans WennborgRevert "YAMLIO: Fix string quoting logic." (r190469)
2013-09-11 Rui UeyamaRemove trailing whitespace
2013-09-11 Rui UeyamaYAMLIO: Fix string quoting logic.
2013-09-10 Rui UeyamaTry to unbreak mingw32 buildbot.
2013-09-10 Rui UeyamaAdd getenv() wrapper that works on multibyte environmen...
next