aboutsummaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2015-02-17Merging r229343 and r229351:Hans Wennborg
2015-01-28Merging r227085:Hans Wennborg
2015-01-17Merging r226170:Daniel Sanders
2015-01-15Merging r226029:Duncan P. N. Exon Smith
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth
2015-01-14Disable -Wunknown-pragmas in a test so that Clang without -Wself-move will notRichard Trieu
2015-01-13IR: Add MDLocation classDuncan P. N. Exon Smith
2015-01-13Silence warnings about unknown pragmas for compilers that are not Clang. NFC.Aaron Ballman
2015-01-13IR/MetadataTest.cpp: Appease msc17 to avoid initializer list.NAKAMURA Takumi
2015-01-13Disable a warning for self move since the test is checking for this behavior.Richard Trieu
2015-01-13IR: Use unique_ptr, NFCDuncan P. N. Exon Smith
2015-01-13IR: Remove an invalid assertion when replacing resolved operandsDuncan P. N. Exon Smith
2015-01-13Revert "IR: Fix an inverted assertion when replacing resolved operands"Duncan P. N. Exon Smith
2015-01-13IR: Fix an inverted assertion when replacing resolved operandsDuncan P. N. Exon Smith
2015-01-12IR: Fix unit test memory leak reported by ASanDuncan P. N. Exon Smith
2015-01-12IR: Make MDNodeFwdDecl destructor publicDuncan P. N. Exon Smith
2015-01-12IR: Add test for handleChangedOperand() recursionDuncan P. N. Exon Smith
2015-01-12IR: Make temporary nodes distinctDuncan P. N. Exon Smith
2015-01-10ConvertUTFTest: fix misleading empty lineDmitri Gribenko
2015-01-07IR: Add MDNode::getDistinct()Duncan P. N. Exon Smith
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