aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
...
* Re-enabling MCJIT object caching with memory leak fixedAndrew Kaylor2013-04-252-18/+68
* Revert "Adding object caching support to MCJIT"Rafael Espindola2013-04-252-65/+18
* Revert "Exposing MCJIT through C API"Rafael Espindola2013-04-251-48/+0
* Exposing MCJIT through C APIAndrew Kaylor2013-04-241-0/+48
* Making invalidateInstructionCache automatic in SectionMemoryManagerAndrew Kaylor2013-04-241-0/+5
* Fix dependency layering issues caused by r180112.Eric Christopher2013-04-231-1/+0
* Adding object caching support to MCJITAndrew Kaylor2013-04-232-18/+65
* Wrap.h: Define wrap / unwrap function for ExecutionEngineTom Stellard2013-04-231-1/+0
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-221-0/+22
* Two small cleanups for ELF's templates.Rafael Espindola2013-04-171-1/+1
* Make the host endianness check an integer constant expression.Rafael Espindola2013-04-152-6/+6
* Revert r179409 because it caused some warnings and some of the build bots fail.Nadav Rotem2013-04-121-277/+44
* Add support for additional vector instructions in the interpreter.Nadav Rotem2013-04-121-44/+277
* Respect Addend when processing MCJIT relocations to local/global symbols.Ulrich Weigand2013-04-051-2/+2
* Add support for vector data types in the LLVM interpreter.Nadav Rotem2013-04-013-3/+182
* Formatting, grammarAndrew Kaylor2013-02-201-3/+2
* Adding support for absolute relocations. This occurs in ELF files when a rel...Andrew Kaylor2013-02-201-7/+14
* [patch] bug 15055 Add Unistd.h to OProfileWrapper.cppWill Schmidt2013-02-071-0/+1
* Fix misplaced 'break'.Jim Grosbach2013-02-011-3/+3
* interpreter: Fix errant fallthrough.Jim Grosbach2013-01-311-1/+3
* RuntimeDyld: Fix errant fallthrough.Jim Grosbach2013-01-311-0/+1
* Formatting correctionAndrew Kaylor2013-01-291-2/+1
* Add support for source and line information to IntelJITEventListener for obje...Andrew Kaylor2013-01-281-8/+45
* Add support for applying in-memory relocations to the .debug_line section and...Andrew Kaylor2013-01-251-0/+2
* Make APFloat constructor require explicit semantics.Tim Northover2013-01-222-8/+14
* Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne2013-01-161-13/+2
* [Object][ELF] Simplify ELFObjectFile by using ELFType.Michael J. Spencer2013-01-151-41/+41
* Fix CastingDavid Greene2013-01-141-1/+2
* Fix More CastsDavid Greene2013-01-141-3/+8
* Fix bug in exception table allocation (PR13678)Eli Bendersky2013-01-111-8/+18
* PowerPC: EH adjustmentsAdhemerval Zanella2013-01-091-1/+8
* [Object][ELF] Add a maximum alignment. This is used by createELFObjectFile to...Michael J. Spencer2013-01-041-49/+51
* PowerPC: Fix eh_frame relocation for PIC Adhemerval Zanella2013-01-041-0/+6
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-0214-36/+36
* convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...Nuno Lopes2012-12-301-3/+4
* Removed "static" from "__jit_debug_descriptor" because "static" adds C++ mang...Elena Demikhovsky2012-12-241-1/+1
* Remove duplicate includes.Roman Divacky2012-12-211-1/+0
* Query section for whether it should be executable.Tim Northover2012-12-171-5/+3
* Adjust JIT target triple on OS X to match the current architecture.Bob Wilson2012-12-051-1/+11
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-046-10/+10
* RuntimeDyld: Fix up r169178. MSVC doesn't like "or".NAKAMURA Takumi2012-12-042-2/+2
* Runtime dynamic linker for MCJIT should support MIPS BigEndian architecture.Akira Hatanaka2012-12-033-3/+4
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-0315-73/+77
* Move the InstVisitor utility into VMCore where it belongs. It heavilyChandler Carruth2012-11-301-2/+2
* MCJIT depends on JIT.Benjamin Kramer2012-11-281-1/+1
* Moving SectionMemoryManager to MCJIT to avoid cross dependency between JIT an...Andrew Kaylor2012-11-283-1/+1
* Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.Andrew Kaylor2012-11-272-0/+227
* IntelJITEventsWrapper.h: Prune two members, FinalizeThreadFunc and FinalizePr...NAKAMURA Takumi2012-11-221-6/+0
* Implementing basic function-level profiling support in IntelJITEventListener.Andrew Kaylor2012-11-211-0/+75
* Add R_ARM_TARGET1 relocation to MCJIT and ensure that the runtime dyld readsAmara Emerson2012-11-162-3/+2