aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* 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
* Check section type rather than assuming it's code when emitting sections whil...Andrew Kaylor2012-10-121-1/+7
* Indenting.Eric Christopher2012-10-121-11/+11
* Remove unnecessary classof()'sSean Silva2012-10-111-3/+0
* Remove buggy classof().Sean Silva2012-10-111-11/+3
* Revert 165732 for further review.Micah Villmow2012-10-114-18/+12
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-114-12/+18
* Adding comments to clarify the reason for non-standard style in these files.Andrew Kaylor2012-10-104-8/+30
* Move TargetData to DataLayout.Micah Villmow2012-10-0810-45/+45
* Implement .rel relocation for R_ARM_ABS32 in MCJIT.Tim Northover2012-10-031-2/+10
* Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor2012-10-0211-158/+157
* Support for generating ELF objects on Windows.Andrew Kaylor2012-10-021-1/+8
* Removing dependency on third party library for Intel JIT event support.Andrew Kaylor2012-09-288-10/+1350
* Fix of hang during Intel JIT profilingAndrew Kaylor2012-09-261-11/+9
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-181-2/+2
* Better const handling for RuntimeDyld and MCJIT.Jim Grosbach2012-09-133-4/+5
* MCJIT: relocation addends encoded in the target aren't quite so easy.Jim Grosbach2012-09-131-1/+6
* MCJIT: Make sure to mask off non-type-field bits.Jim Grosbach2012-09-131-1/+1
* MCJIT: Pass the i386 MachO relocation type properly.Jim Grosbach2012-09-131-1/+1
* [Object] Extract Elf_Ehdr. Patch by Hemant Kulkarni!Michael J. Spencer2012-09-101-2/+1
* Stop casting away const qualifier needlessly.Roman Divacky2012-09-051-1/+1
* MCJIT: getPointerToFunction() references target address space.Jim Grosbach2012-09-053-2/+27
* Fix comment for function RuntimeDyldImpl.resolveRelocation()Danil Malyshev2012-08-271-1/+4
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-221-2/+2