summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/JIT
Commit message (Expand)AuthorAgeFilesLines
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-0210-2060/+0
* Return a std::unique_ptr when creating a new MemoryBuffer.Rafael Espindola2014-08-271-3/+3
* Pass a std::unique_ptr<MemoryBuffer>& to getLazyBitcodeModule.Rafael Espindola2014-08-261-3/+2
* IntelJITEventListener updates to fix breaks by recent changes to EngineBuilde...Elena Demikhovsky2014-08-211-1/+1
* BumpPtrAllocator: don't accept 0 for the alignment parameterHans Wennborg2014-08-191-1/+1
* Modernize the .ll parsing interface.Rafael Espindola2014-08-192-12/+9
* Make it explicit that ExecutionEngine takes ownership of the modules.Rafael Espindola2014-08-193-47/+48
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-0710-0/+2063
* Nuke the old JIT.Rafael Espindola2014-08-0710-2063/+0
* [CMake] Update libdeps.NAKAMURA Takumi2014-07-141-0/+1
* 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-083-26/+26
* Replace a virtual with an override.Rafael Espindola2014-05-071-2/+2
* Changes in IntelJITEventListener - By Arch RobinsonElena Demikhovsky2014-04-061-1/+1
* 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-065-39/+39
* [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
* Disable old JIT unittests for AARch64Renato Golin2014-02-253-5/+7
* 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
* 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-101-4/+7
* Assert on duplicate registration. Don't depend on function pointer equality.Rafael Espindola2013-10-161-12/+0
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-022-11/+15
* Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc."Rafael Espindola2013-07-261-2/+1
* [PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc.Bill Schmidt2013-07-261-1/+2
* Fix -Wsign-compare warning and remove windows-style line endings introduced b...David Blaikie2013-07-021-17/+17
* Fixed alignment of code sections in the JIT mode. Added a test to the JITMemo...Elena Demikhovsky2013-07-021-0/+23
* Alternative fix for problem addressed in r182233Ulrich Weigand2013-05-211-42/+19
* Partially revert change in r181200 that tried to simplify JIT unit test #ifdefs.Bob Wilson2013-05-201-3/+25
* Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed2013-05-171-1/+1
* Remove exception handling support from the old JIT.Rafael Espindola2013-05-071-110/+0
* [SystemZ] Set up JIT/MCJIT test casesUlrich Weigand2013-05-063-6/+9
* Simplify JIT unit test #ifdefsUlrich Weigand2013-05-062-28/+10
* Explicitly add -Wl,--export-all-symbols on mingw/cygwin.Rafael Espindola2013-04-041-0/+3
* Don't export symbols in every binary on linux.Rafael Espindola2013-04-041-3/+1
* Add support for source and line information to IntelJITEventListener for obje...Andrew Kaylor2013-01-282-1/+3
* Fix bug in exception table allocation (PR13678)Eli Bendersky2013-01-111-3/+50
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-025-26/+26
* Sort the #include lines for unittest/...Chandler Carruth2012-12-046-32/+27
* Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor2012-11-151-2/+3
* Disable all old-JIT unit tests on PowerPC.Ulrich Weigand2012-10-312-21/+22
* Use an export list when building JIT unittests. <rdar://problem/12473675>Bob Wilson2012-10-181-0/+7
* Marked this variable as 'used' so that LTO doesn't get rid of it.Bill Wendling2012-10-171-1/+1
OpenPOWER on IntegriCloud