summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2015-08-21AsmParser: Save and restore the parsing state for types using SlotMapping.Alex Lorenz
2015-08-19Allow Optionals to be compared to NoneDavid Blaikie
2015-08-18[PM/AA] Remove the last relics of the separate IPA library from LLVM,Chandler Carruth
2015-08-18Add unit test for isLayoutIdentical(empty, empty).Yaron Keren
2015-08-17[PM] Port ScalarEvolution to the new pass manager.Chandler Carruth
2015-08-14[PM/AA] Hoist the interface to TBAA into a dedicated header along withChandler Carruth
2015-08-13There is only one saver of strings.Rafael Espindola
2015-08-13Return ErrorOr from FileOutputBuffer::create. NFC.Rafael Espindola
2015-08-12Simplify PackedVector by removing user-defined special members that aren't an...David Blaikie
2015-08-11Fix UB in MCJIT test cases that relied on union type punningDavid Blaikie
2015-08-11Add SmallString test trying to exercise the realloc() code pathYaron Keren
2015-08-11Add support for floating-point minnum and maxnumJames Molloy
2015-08-06Thread premissions through sys::fs::create_director{y|ies}Frederic Riss
2015-08-06Fix Visual C++ error C2248: Yaron Keren
2015-08-06[PM/AA] Hoist the interface for BasicAA into a header file.Chandler Carruth
2015-08-05Add a TrailingObjects template class.James Y Knight
2015-08-05[ArrayRefTest] Work around a GCC 4.8 internal compiler error.Benjamin Kramer
2015-08-05unittests/ADT/ArrayRefTest.cpp: Suppress r243995 on g++-4.8 for now to unbrea...NAKAMURA Takumi
2015-08-04[ArrayRef] Make copy use std::uninitialized_copy.Benjamin Kramer
2015-08-03-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...David Blaikie
2015-08-03Fix memory leak in unit test of Bitcode/BitReaderTest.cppDerek Schuff
2015-08-03[MCJIT] Fix a cast warning in the unit-test introduced in r243589.Lang Hames
2015-08-03Fix testing for end of stream in bitstream reader.Derek Schuff
2015-08-03DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith
2015-08-03Linker: Move distinct MDNodes instead of cloningDuncan P. N. Exon Smith
2015-07-31DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith
2015-07-31DI: Rewrite the DIBuilder local variable APIDuncan P. N. Exon Smith
2015-07-30MCJITTests/MCJITCAPITest.cpp: Try to appease i686-win32.NAKAMURA Takumi
2015-07-30Add amdopencl environment to tripleMatt Arsenault
2015-07-30[MCJIT] Fix a memory leak in a unit test that was introduced in r243589.Lang Hames
2015-07-29[MCJIT] Fix PR20656 by teaching MCJIT to honor ExecutionEngine's global mapping.Lang Hames
2015-07-29Reapply "Add reverse(ContainerTy) range adapter."Pete Cooper
2015-07-29Revert "Add reverse(ContainerTy) range adapter."Pete Cooper
2015-07-29Add reverse(ContainerTy) range adapter.Pete Cooper
2015-07-27IR: Expose the method 'getLocalSlot' in the module slot tracker.Alex Lorenz
2015-07-24DI: Fix unit tests after r243160Duncan P. N. Exon Smith
2015-07-22[PM/AA] Extract the ModRef enums from the AliasAnalysis class inChandler Carruth
2015-07-20Miscellaneous Fixes for SparseBitVectorDaniel Berlin
2015-07-17AsmParser: Add a function to parse a standalone constant value.Alex Lorenz
2015-07-14[ExecutionEngine] Re-apply r241962 with fixes for ARM.Lang Hames
2015-07-11Revert "[ExecutionEngine] Use std::function rather than a function pointer fo...Renato Golin
2015-07-11[ExecutionEngine] Add a static cast to the unittest for r241962 to suppress aLang Hames
2015-07-11[ExecutionEngine] Remove cruft and fix a couple of warnings in the test case forLang Hames
2015-07-10[ExecutionEngine] Use std::function rather than a function pointer for theLang Hames
2015-07-10Add support for fast-math flags to the FCmp instruction.James Molloy
2015-07-06[Triple] Add a helper to switch between big/little endian variantsBenjamin Kramer
2015-07-01Change APInt comparison with uint64_t.Pawel Bylica
2015-06-30Fix memory leak in unittest added in r241101.Alexey Samsonov
2015-06-30[Cloning] Teach CloneModule about personality functionsDavid Majnemer
2015-06-30[DebugInfo] Let IRBuilder::SetInsertPoint(BB::iterator) update current debug ...Alexey Samsonov