summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2014-04-23[LCG] Add the first round of mutation support to the lazy call graph.Chandler Carruth
2014-04-23[LCG] Implement Tarjan's algorithm correctly this time. We have to walkChandler Carruth
2014-04-23[LCG] Add a unittest for the LazyCallGraph. I had a weak moment andChandler Carruth
2014-04-22This reverts r206828 until David has time to figure out that is going on.Quentin Colombet
2014-04-21Use unique_ptr to handle ownership of Value*s in Cloning unit tests.David Blaikie
2014-04-17Make the User::value_op_iterator a random access iterator. I had writtenChandler Carruth
2014-04-16[Allocator] Make BumpPtrAllocator movable and move assignable.Chandler Carruth
2014-04-15verify-di: Implement DebugInfoVerifierDuncan P. N. Exon Smith
2014-04-15[Allocator] Finally, finish nuking the redundant code that led me hereChandler Carruth
2014-04-14[Allocator] Make the underlying allocator a template instead of anChandler Carruth
2014-04-14[Allocator] Switch the BumpPtrAllocator to use a vector of pointers toChandler Carruth
2014-04-12Retire llvm::array_endof in favor of non-member std::end.Benjamin Kramer
2014-04-12Move MDBuilder's methods out of line.Benjamin Kramer
2014-04-10YAMLIO: Allow scalars to dictate quotation rulesDavid Majnemer
2014-04-09Revert "Revert "YAMLIO: Encode ambiguous hex strings explicitly""David Majnemer
2014-04-09Revert "YAMLIO: Encode ambiguous hex strings explicitly"Filipe Cabecinhas
2014-04-09YAMLIO: Encode ambiguous hex strings explicitlyDavid Majnemer
2014-04-06Changes in IntelJITEventListener - By Arch RobinsonElena Demikhovsky
2014-04-05Simplify compression API by compressing into a SmallVector rather than a Memo...David Blaikie
2014-04-05Simplify compression API by decompressing into a SmallVector rather than a Me...David Blaikie
2014-03-31MCJIT: ensure that cygwin is identified properlySaleem Abdulrasool
2014-03-31Support: generalise object type handling for WindowsSaleem Abdulrasool
2014-03-30[Allocator] Lift the slab size and size threshold into templateChandler Carruth
2014-03-30[Allocator] Simplify unittests by using the default size parameters inChandler Carruth
2014-03-30ARM64: remove -m32/-m64 mapping with ARM.Tim Northover
2014-03-30Support: correct Windows normalisationSaleem Abdulrasool
2014-03-29ARM64: initial backend importTim Northover
2014-03-27Canonicalise Windows target triple spellingsSaleem Abdulrasool
2014-03-27Untabify.NAKAMURA Takumi
2014-03-27SmallVector<3> may be used here.NAKAMURA Takumi
2014-03-27IRTests/InstructionsTest.cpp: Avoid initializer list.NAKAMURA Takumi
2014-03-26CloneFunction: Clone all attributes, including the CCReid Kleckner
2014-03-26Add a unit test for Invoke iteration, similar to the one for CallEli Bendersky
2014-03-26Fix bot breakage in InstructionsTest.Eli Bendersky
2014-03-26Fix problem with r204836Eli Bendersky
2014-03-25Fix these tests on windows.Rafael Espindola
2014-03-23SupportTests.LockFileManagerTest: Add assertions for Win32.NAKAMURA Takumi
2014-03-22Suppress SupportTests.LockFileManagerTest on win32 for investigating.NAKAMURA Takumi
2014-03-21[Support] Make sure LockFileManager works correctly with relative paths.Argyrios Kyrtzidis
2014-03-21[Support] Make sure sys::fs::remove can remove symbolic links and make sure L...Argyrios Kyrtzidis
2014-03-20Object: Don't double-escape empty hexdataDavid Majnemer
2014-03-18DebugIRTests: Fixup for r204130.NAKAMURA Takumi
2014-03-18[C++11] Change DebugInfoFinder to use range-based loopsAlon Mishne
2014-03-13[PM] As was pointed out in review, I need to define a custom swap inChandler Carruth
2014-03-12unittests: Fix -Werror buildJustin Bogner
2014-03-12Add parens around && clauses in a || to appease the compiler.Eli Bendersky
2014-03-12Cloning a function now also clones its debug metadata if 'ModuleLevelChanges'...Alon Mishne
2014-03-11support: add a utility function to normalise path separatorsSaleem Abdulrasool
2014-03-11Cleanup the interface for creating soft or hard links.Rafael Espindola
2014-03-11MultiJITTest.cpp: Tweak getPointerToNamedFunction() to be aware of also Windo...NAKAMURA Takumi