summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAge
* Fix EXPECT_* to not produce a compile warning.Eli Bendersky2014-03-07
* [ADT] Update PointerIntPair to handle pointer types with more than 31 bits free.Jordan Rose2014-03-07
* [C++11] Now that the users are gone, rip out the duplicated traits from type_...Benjamin Kramer2014-03-07
* [C++11] Replace LLVM-style type traits with C++11 standard ones.Benjamin Kramer2014-03-07
* Support: split object format out of environmentSaleem Abdulrasool2014-03-06
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [Layering] Sink Linker.h into a Linker subdirectory to make itChandler Carruth2014-03-06
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-06
* [Layering] Move DIBuilder.h into the IR library where its implementationChandler Carruth2014-03-06
* Fix an inconsistency in treatment of trailing / in path::const_iteratorBen Langmuir2014-03-05
* [C++11] Add overloads for externally used OwningPtr functions.Ahmed Charles2014-03-05
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* [C++11] Add release() to OwningPtr.Ahmed Charles2014-03-05
* Hey, we can stop depending on the IR library from the Support unittestsChandler Carruth2014-03-04
* [Modules] Move the LeakDetector header into the IR library where theChandler Carruth2014-03-04
* [Modules] Move the ConstantRange class into the IR library. This isChandler Carruth2014-03-04
* [Modules] Move the NoFolder into the IR library as it createsChandler Carruth2014-03-04
* [Modules] Move ValueMap to the IR library. While this class does notChandler Carruth2014-03-04
* [Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth2014-03-04
* [Modules] Move the LLVM IR pattern match header into the IR library, itChandler Carruth2014-03-04
* [Modules] Move InstIterator out of the Support library, where it had noChandler Carruth2014-03-04
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-04
* Cleaning up a bunch of pre-Visual C++ 2012 build hacks.Yaron Keren2014-03-04
* Give APInt move semantics.Benjamin Kramer2014-03-02
* [C++11] Replace LLVM_STATIC_ASSERT with static_assert, we now haveChandler Carruth2014-03-02
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* [C++11] Switch all uses of the llvm_move macro to use std::moveChandler Carruth2014-03-02
* [C++11] Add support for OwningPtr<T> to be converted to and fromChandler Carruth2014-03-02
* [C++11] Add unit tests for OwningPtr<T> in preparation for changes to makeChandler Carruth2014-03-02
* [C++11] Remove LLVM_HAS_CXX11_STDLIB now that it is just on.Chandler Carruth2014-03-01
* [C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from the unittests.Chandler Carruth2014-03-01
* 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