aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* 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
* Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor2012-11-153-3/+24
* Remove DOS line endings.Jakub Staszak2012-11-141-76/+76
* Fix build error from previous commit.Andrew Kaylor2012-11-061-1/+1
* Add interface for object-based JIT events.Andrew Kaylor2012-11-063-0/+53
* Add a method to indicate section address re-assignment is finished.Andrew Kaylor2012-11-053-7/+26
* Change resolveRelocation parameters so the relocations can find placeholder v...Andrew Kaylor2012-11-026-77/+99
* Fixed format string to avoid pointer truncation during 64-bit debugging.Andrew Kaylor2012-11-011-2/+2
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-014-14/+10
* Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.Andrew Kaylor2012-11-014-67/+1
* Fix regression in old-style JIT.Eli Friedman2012-10-301-7/+5
* Make use of common-symbol alignment info in ELF loader.Tim Northover2012-10-294-18/+47
* PowerPC: Initial support for PowerPC64 MCJITAdhemerval Zanella2012-10-254-7/+348
* Add some cleanup to the DataLayout changes requested by Chandler.Micah Villmow2012-10-241-5/+6
* Grammar.Eric Christopher2012-10-231-1/+1
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-154-12/+19