summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
...
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-132-6/+6
* ADT: remove MinGW32 and Cygwin OSType enumSaleem Abdulrasool2014-08-092-3/+0
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-0717-3/+2072
* fix configure+make buildRafael Espindola2014-08-072-2/+2
* Nuke the old JIT.Rafael Espindola2014-08-0715-2070/+1
* [CMake] Update libdeps.NAKAMURA Takumi2014-07-143-0/+3
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-6/+7
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-7/+6
* Remove the last uses of 'using std::error_code'Rafael Espindola2014-06-131-2/+1
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* [C++11] Use 'nullptr'.Craig Topper2014-06-088-70/+70
* Fix build when no native target is enabledAlp Toker2014-06-081-3/+4
* Add C API for thread yielding callback.Juergen Ributzka2014-05-161-0/+27
* Revert "[PM] Add pass run listeners to the pass manager."Juergen Ributzka2014-05-151-28/+0
* Replace a virtual with an override.Rafael Espindola2014-05-071-2/+2
* [PM] Add pass run listeners to the pass manager.Juergen Ributzka2014-04-281-0/+28
* Changes in IntelJITEventListener - By Arch RobinsonElena Demikhovsky2014-04-061-1/+1
* MCJIT: ensure that cygwin is identified properlySaleem Abdulrasool2014-03-313-2/+12
* MultiJITTest.cpp: Tweak getPointerToNamedFunction() to be aware of also Windo...NAKAMURA Takumi2014-03-111-0/+8
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-0610-87/+77
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-061-1/+1
* [Layering] Move DIBuilder.h into the IR library where its implementationChandler Carruth2014-03-061-1/+1
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-053-41/+41
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-041-2/+2
* Disable old JIT unittests for AARch64Renato Golin2014-02-253-5/+7
* Disable an MCJIT test on older Darwins until we have a better interface.Andrew Trick2014-02-241-0/+4
* This test was failing on non-X86-64 platforms because stackmaps only work on ...Filip Pizlo2014-02-211-0/+9
* Stackmaps are used for OSR exits, which is a custom kind of unwinding. Hence,...Filip Pizlo2014-02-203-1/+92
* Remove tautological test line (unsigneds are always >=0).Lang Hames2014-02-151-1/+0
* Fix misleading comment.Lang Hames2014-02-131-1/+1
* The new MCJIT C-API unit test is generating objects without constant dataLang Hames2014-02-131-1/+1
* Extend RTDyld API to enable optionally precomputing the total amount of memoryLang Hames2014-02-121-1/+132
* Update getLazyBitcodeModule to use ErrorOr for error handling.Rafael Espindola2014-01-131-4/+5
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-072-2/+2
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-073-3/+3
* Port r198087 and r198089 (strip dead code by default) from make to cmake.Nico Weber2013-12-301-0/+3
* Attempt to fix JIT unit tests after r198087.Nico Weber2013-12-271-0/+3
* Remove some dead codeRichard Barton2013-12-121-2/+0
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-103-9/+19
* Add JIT to LINK_COMPONENTS in MCJITTests/Makefile.NAKAMURA Takumi2013-12-101-1/+1
* [weak vtables] Place class definitions into anonymous namespaces to prevent w...Juergen Ributzka2013-11-193-28/+15
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-193-12/+24
* Revert r194865 and r194874.Alexey Samsonov2013-11-183-22/+12
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-153-12/+22
* Removing unnecessary link component for MCJIT unittestsAndrew Kaylor2013-10-212-2/+1
* Assert on duplicate registration. Don't depend on function pointer equality.Rafael Espindola2013-10-161-12/+0
* MCJIT: skip some more new multi-module tests on unsupported platforms.Tim Northover2013-10-021-0/+8
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-024-26/+32
* Tests for MCJIT multiple module supportAndrew Kaylor2013-10-014-75/+556
* Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc."Rafael Espindola2013-07-261-2/+1
OpenPOWER on IntegriCloud