Revert "X86 memcpy lowering: use "rep movs" even when esi is used as base pointer...
[oota-llvm.git] / unittests /
2014-03-25 Rafael EspindolaFix these tests on windows.
2014-03-23 NAKAMURA TakumiSupportTests.LockFileManagerTest: Add assertions for...
2014-03-22 NAKAMURA TakumiSuppress SupportTests.LockFileManagerTest on win32...
2014-03-21 Argyrios Kyrtzidis[Support] Make sure LockFileManager works correctly...
2014-03-21 Argyrios Kyrtzidis[Support] Make sure sys::fs::remove can remove symbolic...
2014-03-20 David MajnemerObject: Don't double-escape empty hexdata
2014-03-18 NAKAMURA TakumiDebugIRTests: Fixup for r204130.
2014-03-18 Alon Mishne[C++11] Change DebugInfoFinder to use range-based loops
2014-03-13 Chandler Carruth[PM] As was pointed out in review, I need to define...
2014-03-12 Justin Bognerunittests: Fix -Werror build
2014-03-12 Eli BenderskyAdd parens around && clauses in a || to appease the...
2014-03-12 Alon MishneCloning a function now also clones its debug metadata...
2014-03-11 Saleem Abdulrasoolsupport: add a utility function to normalise path separ...
2014-03-11 Rafael EspindolaCleanup the interface for creating soft or hard links.
2014-03-11 NAKAMURA TakumiMultiJITTest.cpp: Tweak getPointerToNamedFunction(...
2014-03-10 NAKAMURA TakumiADT/PointerIntPairTest.cpp: Appease msc17.
2014-03-10 Chandler Carruth[PM] While I'm here, fix a few other clang-format issue...
2014-03-09 Chandler Carruth[C++11] Now that we have C++11 and I've replaced the...
2014-03-09 Chandler Carruth[PM] Switch new pass manager from polymorphic_ptr to...
2014-03-09 Ahmed Charles[C++11] Add llvm::make_unique, according to N3656.
2014-03-09 David BlaikieRevert "Clean up SmallString a bit"
2014-03-09 David BlaikieClean up SmallString a bit
2014-03-08 Ahmed CharlesFix 80 cols.
2014-03-07 Eli BenderskyFix EXPECT_* to not produce a compile warning.
2014-03-07 Jordan Rose[ADT] Update PointerIntPair to handle pointer types...
2014-03-07 Benjamin Kramer[C++11] Now that the users are gone, rip out the duplic...
2014-03-07 Benjamin Kramer[C++11] Replace LLVM-style type traits with C++11 stand...
2014-03-06 Saleem AbdulrasoolSupport: split object format out of environment
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-06 Chandler Carruth[Layering] Sink Linker.h into a Linker subdirectory...
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-06 Chandler Carruth[Layering] Move DIBuilder.h into the IR library where...
2014-03-05 Ben LangmuirFix an inconsistency in treatment of trailing / in...
2014-03-05 Ahmed Charles[C++11] Add overloads for externally used OwningPtr...
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-03-05 Ahmed Charles[C++11] Add release() to OwningPtr.
2014-03-04 Chandler CarruthHey, we can stop depending on the IR library from the...
2014-03-04 Chandler Carruth[Modules] Move the LeakDetector header into the IR...
2014-03-04 Chandler Carruth[Modules] Move the ConstantRange class into the IR...
2014-03-04 Chandler Carruth[Modules] Move the NoFolder into the IR library as...
2014-03-04 Chandler Carruth[Modules] Move ValueMap to the IR library. While this...
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2014-03-04 Chandler Carruth[Modules] Move the LLVM IR pattern match header into...
2014-03-04 Chandler Carruth[Modules] Move InstIterator out of the Support library...
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-03-04 Yaron KerenCleaning up a bunch of pre-Visual C++ 2012 build hacks.
2014-03-02 Benjamin KramerGive APInt move semantics.
2014-03-02 Chandler Carruth[C++11] Replace LLVM_STATIC_ASSERT with static_assert...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-03-02 Chandler Carruth[C++11] Switch all uses of the llvm_move macro to use...
2014-03-02 Chandler Carruth[C++11] Add support for OwningPtr<T> to be converted...
2014-03-02 Chandler Carruth[C++11] Add unit tests for OwningPtr<T> in preparation...
2014-03-01 Chandler Carruth[C++11] Remove LLVM_HAS_CXX11_STDLIB now that it is...
2014-03-01 Chandler Carruth[C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from...
2014-02-28 Rafael EspindolaWith rpaths being set correctly, SHLIBPATH_VAR is not...
2014-02-28 Rafael EspindolaCorrectly set rpath for unittests.
2014-02-26 David BlaikieUse the overloaded std::abs rather than C's abs(int...
2014-02-25 Duncan P. N. Exon... fix crash in SmallDenseMap copy constructor
2014-02-25 Rafael EspindolaFix resetting the DataLayout in a Module.
2014-02-25 Rafael EspindolaMake DataLayout a plain object, not a pass.
2014-02-25 Renato GolinDisable old JIT unittests for AARch64
2014-02-24 Andrew TrickDisable an MCJIT test on older Darwins until we have...
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-02-24 Rafael EspindolaFix windows unittest I missed in the raw_fd_ostream...
2014-02-23 Rafael EspindolaSimplify remove, create_directory and create_directories.
2014-02-22 Logan ChienMove get[S|U]LEB128Size() to LEB128.h.
2014-02-21 Filip PizloThis test was failing on non-X86-64 platforms because...
2014-02-20 Filip PizloStackmaps are used for OSR exits, which is a custom...
2014-02-20 Eric ChristopherAdd support for hashing attributes with DW_FORM_block...
2014-02-20 Eric ChristopherThis tests DW_FORM_sdata, not DW_FORM_block. Make the...
2014-02-20 Eric ChristopherFix commit thinkos from splitting out patches.
2014-02-20 Eric ChristopherAdd support for hashing DW_FORM_sdata and a small testcase.
2014-02-20 Eric ChristopherFormat.
2014-02-15 Lang HamesRemove tautological test line (unsigneds are always...
2014-02-13 Reid KlecknerTweak an _MSC_VER ifdef to use typename with clang...
2014-02-13 Lang HamesFix misleading comment.
2014-02-13 Lang HamesThe new MCJIT C-API unit test is generating objects...
2014-02-12 Lang HamesExtend RTDyld API to enable optionally precomputing...
2014-02-11 Dmitri GribenkoRemove TimeValue::toPosixTime() -- it is buggy, semanti...
2014-02-10 Benjamin KramerMake succ_iterator a real random access iterator and...
2014-02-05 Nick KledzikFix layering StringRef copy using BumpPtrAllocator.
2014-02-05 Chandler Carruth[PM] Don't require analysis results to be const in...
2014-02-04 Chandler CarruthSilence a warning:
2014-02-04 Aaron BallmanImplemented support for Process::GetRandomNumber on...
2014-01-31 Peter CollingbourneIntroduce line editor library.
2014-01-31 Peter CollingbourneIntroduce llvm::sys::path::home_directory.
2014-01-31 Duncan P. N. Exon... Clean up whitespace
2014-01-31 Eric ChristopherAdd support for DW_FORM_flag and DW_FORM_flag_present...
2014-01-31 Eric ChristopherFix name of nested type in comment to match code.
2014-01-29 Jordan RoseRemove C++11ism from r200407.
2014-01-29 Jordan Rose[CommandLine] Aliases require an value if their target...
2014-01-28 Nick KledzikAdd BumpPtrAllocator::allocateCopy() utilities
2014-01-27 Alp TokerRoll back the ConstStringRef change for now
2014-01-27 Alp TokerStringRef: Extend constexpr capabilities and introduce...
2014-01-24 Alp TokerFix known typos
2014-01-22 Matt ArsenaultBug 18228 - Fix accepting bitcasts between vectors...
2014-01-19 Michael Gottesman[APInt] Fix nearestLogBase2 to return correct answers...
2014-01-19 Michael Gottesman[APInt] Fixed bug where APInt(UINT32_MAX, 0) would...
2014-01-19 Chandler Carruth[PM] Make the verifier work independently of any pass...
next