summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2015-01-07IR: Add MDNode::isDistinct()Duncan P. N. Exon Smith
2015-01-05IR: Don't drop MDNode uniquing on null operandsDuncan P. N. Exon Smith
2015-01-05Make DIE.h a public CodeGen header.Frederic Riss
2015-01-05[PM] Add names and debug logging for analysis passes to the new passChandler Carruth
2015-01-05[PM] Switch the new pass manager to use a reference-based API for IRChandler Carruth
2015-01-04[APFloat][ADT] Fix sign handling logic for FMA results that truncate to zero.Lang Hames
2015-01-01Revert r225053: Add an ArrayRef upcasting constructor from ArrayRef<U*> -> Ar...Chandler Carruth
2014-12-31Add 2x constructors for TinyPtrVector, one that takes in one elemenet and the...Michael Gottesman
2014-12-31Add a SmallMapVector class that is a MapVector with a Map of SmallDenseMap an...Michael Gottesman
2014-12-31Add an ArrayRef upcasting constructor from ArrayRef<U*> -> ArrayRef<T*> where...Michael Gottesman
2014-12-29[cmake] Start making LLVM_LIBDIR_SUFFIX effective by adding it toChandler Carruth
2014-12-23Fix a leak found by asan.Rafael Espindola
2014-12-22[C API] Expose LLVMGetGlobalValueAddress and LLVMGetFunctionAddress.Peter Zotov
2014-12-22The leak detector is dead, long live asan and valgrind.Rafael Espindola
2014-12-16Remove 'metadata' from commentsDuncan P. N. Exon Smith
2014-12-16IR: Stop printing 'metadata' in Metadata::print()Duncan P. N. Exon Smith
2014-12-16IR: Make MDNode::dump() useful by adding addressesDuncan P. N. Exon Smith
2014-12-15StringPool: Cleanup typos in unittest commentsDavid Majnemer
2014-12-15ThreadLocal: Return a mutable pointer if templated with a non-const typeDavid Majnemer
2014-12-12IR: Don't track nullptr on metadata RAUWDuncan P. N. Exon Smith
2014-12-12Move the resize file feature from mapped_file_region to the only user.Rafael Espindola
2014-12-12Pass a FD to resise_file and add a testcase.Rafael Espindola
2014-12-12Remove unused feature. NFC.Rafael Espindola
2014-12-11Remove a convoluted way of calling close by moving the call to the only caller.Rafael Espindola
2014-12-11Remove dead code. NFC.Rafael Espindola
2014-12-09IR: Split Metadata from ValueDuncan P. N. Exon Smith
2014-12-07IR: Drop uniquing for self-referencing MDNodesDuncan P. N. Exon Smith
2014-12-07IR: Remove reference to ENABLE_MDNODE_UNIQUINGDuncan P. N. Exon Smith
2014-12-04Remove dead code. NFC.Rafael Espindola
2014-12-03Silencing several "multiple copy constructors" warnings from MSVC; NFC.Aaron Ballman
2014-12-03ADT: Add SmallVector<>::emplace_back()Duncan P. N. Exon Smith
2014-12-03[MCJIT] Unique-ptrify the RTDyldMemoryManager member of MCJIT. NFC.Lang Hames
2014-11-29DebugIR: Delete -debug-irDuncan P. N. Exon Smith
2014-11-25Cleaning out google tests from MC.Colin LeMahieu
2014-11-24More long path name support on Windows, this time in program execution.Paul Robinson
2014-11-24Support: Add *cast_or_null<> for pointer wrappersDuncan P. N. Exon Smith
2014-11-21Fix a silly bug in StreamingMemoryObject.cpp.Rafael Espindola
2014-11-20Compilation test for PostOrderIterator.Michael Ilseman
2014-11-20Remove support for undocumented SpecialCaseList entries.Alexey Samsonov
2014-11-19[ADT] Fix PR20728 - Incorrect APFloat::fusedMultiplyAdd results for x86_fp80.Lang Hames
2014-11-19Remove StringMap::GetOrCreateValue in favor of StringMap::insertDavid Blaikie
2014-11-18CallGraphTest.cpp: Remove invalid tests. ++S might step over F if S == F.NAKAMURA Takumi
2014-11-17Fix the autoconf build.Rafael Espindola
2014-11-17Factor common code it Linker::init.Rafael Espindola
2014-11-17Fix GraphTraits for "const CallGraphNode *" and "const CallGraph *"Rafael Espindola
2014-11-15Dispose disassembler after use in unit test.Benjamin Kramer
2014-11-14StringMap: Test and finish off supporting perfectly forwarded values in Strin...David Blaikie
2014-11-13Fix the other build system.Rafael Espindola
2014-11-13Fix a regression on the disassembling C API.Rafael Espindola
2014-11-13Fixing some sign comparison warnings from MSVC; NFC.Aaron Ballman