summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAge
* With rpaths being set correctly, SHLIBPATH_VAR is not needed anymore.Rafael Espindola2014-02-28
* Correctly set rpath for unittests.Rafael Espindola2014-02-28
* Use the overloaded std::abs rather than C's abs(int) to address Clang's -Wabs...David Blaikie2014-02-26
* fix crash in SmallDenseMap copy constructorDuncan P. N. Exon Smith2014-02-25
* Fix resetting the DataLayout in a Module.Rafael Espindola2014-02-25
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-25
* Disable old JIT unittests for AARch64Renato Golin2014-02-25
* Disable an MCJIT test on older Darwins until we have a better interface.Andrew Trick2014-02-24
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* Fix windows unittest I missed in the raw_fd_ostream constructor change.Rafael Espindola2014-02-24
* Simplify remove, create_directory and create_directories.Rafael Espindola2014-02-23
* Move get[S|U]LEB128Size() to LEB128.h.Logan Chien2014-02-22
* This test was failing on non-X86-64 platforms because stackmaps only work on ...Filip Pizlo2014-02-21
* Stackmaps are used for OSR exits, which is a custom kind of unwinding. Hence,...Filip Pizlo2014-02-20
* Add support for hashing attributes with DW_FORM_block. This requiredEric Christopher2014-02-20
* This tests DW_FORM_sdata, not DW_FORM_block. Make the test say so.Eric Christopher2014-02-20
* Fix commit thinkos from splitting out patches.Eric Christopher2014-02-20
* Add support for hashing DW_FORM_sdata and a small testcase.Eric Christopher2014-02-20
* Format.Eric Christopher2014-02-20
* Remove tautological test line (unsigneds are always >=0).Lang Hames2014-02-15
* Tweak an _MSC_VER ifdef to use typename with clang in a unittestReid Kleckner2014-02-13
* Fix misleading comment.Lang Hames2014-02-13
* The new MCJIT C-API unit test is generating objects without constant dataLang Hames2014-02-13
* Extend RTDyld API to enable optionally precomputing the total amount of memoryLang Hames2014-02-12
* Remove TimeValue::toPosixTime() -- it is buggy, semantics are unclear, and itsDmitri Gribenko2014-02-11
* Make succ_iterator a real random access iterator and clean up a couple of users.Benjamin Kramer2014-02-10
* Fix layering StringRef copy using BumpPtrAllocator.Nick Kledzik2014-02-05
* [PM] Don't require analysis results to be const in the new pass manager.Chandler Carruth2014-02-05
* Silence a warning:Chandler Carruth2014-02-04
* Implemented support for Process::GetRandomNumber on Windows.Aaron Ballman2014-02-04
* Introduce line editor library.Peter Collingbourne2014-01-31
* Introduce llvm::sys::path::home_directory.Peter Collingbourne2014-01-31
* Clean up whitespaceDuncan P. N. Exon Smith2014-01-31
* Add support for DW_FORM_flag and DW_FORM_flag_present to the DIE hashingEric Christopher2014-01-31
* Fix name of nested type in comment to match code.Eric Christopher2014-01-31
* Remove C++11ism from r200407.Jordan Rose2014-01-29
* [CommandLine] Aliases require an value if their target requires a value.Jordan Rose2014-01-29
* Add BumpPtrAllocator::allocateCopy() utilitiesNick Kledzik2014-01-28
* Roll back the ConstStringRef change for nowAlp Toker2014-01-27
* StringRef: Extend constexpr capabilities and introduce ConstStringRefAlp Toker2014-01-27
* Fix known typosAlp Toker2014-01-24
* Bug 18228 - Fix accepting bitcasts between vectors of pointers with aMatt Arsenault2014-01-22
* [APInt] Fix nearestLogBase2 to return correct answers for very large APInt an...Michael Gottesman2014-01-19
* [APInt] Fixed bug where APInt(UINT32_MAX, 0) would blow up when being constru...Michael Gottesman2014-01-19
* [PM] Make the verifier work independently of any pass manager.Chandler Carruth2014-01-19
* Use LLVM_EXPLICIT instead of a function pointer as bool.Rafael Espindola2014-01-16
* Reapply r194218 with fix:Bill Wendling2014-01-16
* Update getLazyBitcodeModule to use ErrorOr for error handling.Rafael Espindola2014-01-13
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-13
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13