summaryrefslogtreecommitdiffstats
path: root/llvm/unittests
Commit message (Expand)AuthorAgeFilesLines
* IR: Add MDNode::getDistinct()Duncan P. N. Exon Smith2015-01-071-0/+38
* IR: Add MDNode::isDistinct()Duncan P. N. Exon Smith2015-01-071-0/+27
* IR: Don't drop MDNode uniquing on null operandsDuncan P. N. Exon Smith2015-01-051-0/+20
* Make DIE.h a public CodeGen header.Frederic Riss2015-01-051-1/+1
* [PM] Add names and debug logging for analysis passes to the new passChandler Carruth2015-01-051-0/+5
* [PM] Switch the new pass manager to use a reference-based API for IRChandler Carruth2015-01-051-15/+15
* [APFloat][ADT] Fix sign handling logic for FMA results that truncate to zero.Lang Hames2015-01-041-0/+41
* Revert r225053: Add an ArrayRef upcasting constructor from ArrayRef<U*> -> Ar...Chandler Carruth2015-01-011-35/+0
* Add 2x constructors for TinyPtrVector, one that takes in one elemenet and the...Michael Gottesman2014-12-311-0/+26
* Add a SmallMapVector class that is a MapVector with a Map of SmallDenseMap an...Michael Gottesman2014-12-311-0/+218
* Add an ArrayRef upcasting constructor from ArrayRef<U*> -> ArrayRef<T*> where...Michael Gottesman2014-12-311-0/+35
* [cmake] Start making LLVM_LIBDIR_SUFFIX effective by adding it toChandler Carruth2014-12-291-1/+1
* Fix a leak found by asan.Rafael Espindola2014-12-231-2/+3
* [C API] Expose LLVMGetGlobalValueAddress and LLVMGetFunctionAddress.Peter Zotov2014-12-221-0/+38
* The leak detector is dead, long live asan and valgrind.Rafael Espindola2014-12-222-32/+0
* Remove 'metadata' from commentsDuncan P. N. Exon Smith2014-12-161-4/+4
* IR: Stop printing 'metadata' in Metadata::print()Duncan P. N. Exon Smith2014-12-161-4/+4
* IR: Make MDNode::dump() useful by adding addressesDuncan P. N. Exon Smith2014-12-161-0/+39
* StringPool: Cleanup typos in unittest commentsDavid Majnemer2014-12-151-2/+2
* ThreadLocal: Return a mutable pointer if templated with a non-const typeDavid Majnemer2014-12-151-2/+21
* IR: Don't track nullptr on metadata RAUWDuncan P. N. Exon Smith2014-12-121-0/+47
* Move the resize file feature from mapped_file_region to the only user.Rafael Espindola2014-12-121-3/+6
* Pass a FD to resise_file and add a testcase.Rafael Espindola2014-12-121-0/+10
* Remove unused feature. NFC.Rafael Espindola2014-12-121-3/+2
* Remove a convoluted way of calling close by moving the call to the only caller.Rafael Espindola2014-12-111-12/+3
* Remove dead code. NFC.Rafael Espindola2014-12-111-10/+7
* IR: Split Metadata from ValueDuncan P. N. Exon Smith2014-12-092-24/+71
* IR: Drop uniquing for self-referencing MDNodesDuncan P. N. Exon Smith2014-12-071-0/+40
* IR: Remove reference to ENABLE_MDNODE_UNIQUINGDuncan P. N. Exon Smith2014-12-071-4/+0
* Remove dead code. NFC.Rafael Espindola2014-12-042-21/+1
* Silencing several "multiple copy constructors" warnings from MSVC; NFC.Aaron Ballman2014-12-031-1/+0
* ADT: Add SmallVector<>::emplace_back()Duncan P. N. Exon Smith2014-12-031-0/+131
* [MCJIT] Unique-ptrify the RTDyldMemoryManager member of MCJIT. NFC.Lang Hames2014-12-032-4/+4
* DebugIR: Delete -debug-irDuncan P. N. Exon Smith2014-11-295-334/+1
* Cleaning out google tests from MC.Colin LeMahieu2014-11-253-73/+0
* More long path name support on Windows, this time in program execution.Paul Robinson2014-11-241-0/+50
* Support: Add *cast_or_null<> for pointer wrappersDuncan P. N. Exon Smith2014-11-241-0/+96
* Fix a silly bug in StreamingMemoryObject.cpp.Rafael Espindola2014-11-212-0/+31
* Compilation test for PostOrderIterator.Michael Ilseman2014-11-202-0/+38
* Remove support for undocumented SpecialCaseList entries.Alexey Samsonov2014-11-201-19/+1
* [ADT] Fix PR20728 - Incorrect APFloat::fusedMultiplyAdd results for x86_fp80.Lang Hames2014-11-191-0/+12
* Remove StringMap::GetOrCreateValue in favor of StringMap::insertDavid Blaikie2014-11-191-6/+4
* CallGraphTest.cpp: Remove invalid tests. ++S might step over F if S == F.NAKAMURA Takumi2014-11-181-3/+0
* Fix the autoconf build.Rafael Espindola2014-11-171-1/+1
* Factor common code it Linker::init.Rafael Espindola2014-11-172-0/+21
* Fix GraphTraits for "const CallGraphNode *" and "const CallGraph *"Rafael Espindola2014-11-173-1/+65
* Dispose disassembler after use in unit test.Benjamin Kramer2014-11-151-0/+2
* StringMap: Test and finish off supporting perfectly forwarded values in Strin...David Blaikie2014-11-141-1/+15
* Fix the other build system.Rafael Espindola2014-11-131-1/+1
* Fix a regression on the disassembling C API.Rafael Espindola2014-11-132-0/+65
OpenPOWER on IntegriCloud