summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* modules: Add explicit dependency on intrinsics_genDuncan P. N. Exon Smith2015-06-164-0/+12
* [ExecutionEngine] ArrayRefize argument passing.Benjamin Kramer2015-06-139-50/+33
* [Orc] Fix a bug in the CompileOnDemand layer where stub decls were not clonedLang Hames2015-06-121-2/+0
* fix crashAlexei Starovoitov2015-06-101-1/+2
* Remove object_error::success and use std::error_code() insteadRui Ueyama2015-06-091-3/+3
* [Mips64][mcjit] Add R_MIPS_PC32 relocationPetar Jovanovic2015-06-081-0/+5
* Re-commit r238838, r238844 with fix for host/target endian mismatch and windo...Daniel Sanders2015-06-031-12/+25
* This reverts commit r238838, r238844 and r238888.Rafael Espindola2015-06-031-5/+1
* [mips][mcjit] Add support for R_MIPS_PC32.Daniel Sanders2015-06-021-1/+5
* Simplify now that we always use an alignment of 2 for ELF files.Rafael Espindola2015-06-021-4/+4
* [RuntimeDydlELF] Use range-based loop.Davide Italiano2015-06-021-5/+3
* add missing dependency for ExecutionEngine libSanjay Patel2015-06-012-1/+2
* Try to fix the build of IntelJITEventListener.Rafael Espindola2015-06-011-2/+1
* Simplify another function that doesn't fail.Rafael Espindola2015-06-011-6/+3
* Simplify interface of function that doesn't fail.Rafael Espindola2015-05-311-4/+2
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-293-7/+4
* [Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6Petar Jovanovic2015-05-284-9/+279
* [RuntimeDyld] Fix MachO i386 SECTDIFF relocation to support non-zero addends.Lang Hames2015-05-271-6/+5
* Remove NoFramePointerElim and NoFramePointerElimOverride from TargetOptions andAkira Hatanaka2015-05-262-4/+8
* Update ExecutionEngine/LLVMBuild.txt, to add LLVMCodeGen.NAKAMURA Takumi2015-05-231-1/+1
* Stop resetting NoFramePointerElim in TargetMachine::resetTargetOptions.Akira Hatanaka2015-05-231-1/+8
* Reapply part of r237975, "Fix Clang -Wmissing-override warning", except for D...NAKAMURA Takumi2015-05-223-12/+9
* Revert "Fix Clang -Wmissing-override warning"Tobias Grosser2015-05-223-9/+12
* Fix Clang -Wmissing-override warningDavid Blaikie2015-05-223-12/+9
* Make it easier to use DwarfContext with MCJITKeno Fischer2015-05-214-2/+8
* [RuntimeDyld] Use isInt to assert that a relocation didn't overflowDavid Majnemer2015-05-151-6/+3
* Readdress r236990, use of static members on a non-static variable.David Blaikie2015-05-111-8/+6
* [Orc] Reapply r236465 with fixes for the MSVC bots.Lang Hames2015-05-053-178/+87
* [Orc] Revert r236465 - It broke the Windows bots.Lang Hames2015-05-043-87/+178
* [Orc] Refactor the compile-on-demand layer to make module partitioning lazy,Lang Hames2015-05-043-178/+87
* Reapply [RuntimeDyldELF] Fold Placeholder into AddendKeno Fischer2015-05-013-192/+186
* [opaque pointer type] Pass GlobalAlias the actual pointer type rather than de...David Blaikie2015-04-291-3/+1
* Move DIContext.h to common DebugInfo location.Zachary Turner2015-04-231-2/+3
* [RuntimeDyld][COFF] Add external symbol resolution support to RuntimeDyldCOFF.Lang Hames2015-04-221-14/+16
* [Orc] Make the makeStub function propagate argument attributes onto the call toLang Hames2015-04-201-0/+1
* [Orc] Use the 64-bit versions of FXSAVE/FXRSTOR for JIT reentry.Lang Hames2015-04-201-16/+16
* Revert "[RuntimeDyldELF] Fold Placeholder into Addend"Pavel Labath2015-04-162-177/+187
* Revert "[RuntimeDyldELF] Fix missing cases in Placeholder processing"Pavel Labath2015-04-161-3/+1
* [RuntimeDyldELF] Fix missing cases in Placeholder processingKeno Fischer2015-04-161-1/+3
* [RuntimeDyldELF] Fold Placeholder into AddendKeno Fischer2015-04-152-187/+177
* [RuntimeDyld] Add casts to make delta computation 64-bit.Lang Hames2015-04-151-1/+2
* [RuntimeDyld] Make sure we emit MachO __eh_frame and __gcc_except_tab sections,Lang Hames2015-04-151-11/+16
* [RuntimeDyld] Make SectionEntry's Name field a std::string.Lang Hames2015-04-141-1/+1
* [RuntimeDyldELF] Improve GOT supportKeno Fischer2015-04-145-114/+89
* [Orc] During module partitioning, rename anonymous and asm-private globals.Lang Hames2015-04-121-2/+40
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-116-7/+8
* [Orc] Tidy up IndirectionUtils API a little, add some comments. NFC.Lang Hames2015-04-111-6/+15
* Reduce dyn_cast<> to isa<> or cast<> where possible.Benjamin Kramer2015-04-101-8/+8
* [jitlistener] Remove unused codeBenjamin Kramer2015-04-083-73/+0
* [RuntimeDyld] Always allocate at least 1 byte for object sections in the JIT toLang Hames2015-04-071-13/+16