summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
AgeCommit message (Expand)AuthorFilesLines
2012-08-27Fix comment for function RuntimeDyldImpl.resolveRelocation()Danil Malyshev1-1/+4
2012-08-22Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper1-2/+2
2012-08-21MCJIT: Tidy up the constructor.Jim Grosbach3-13/+8
2012-08-20Fix coding style violations in 162135 and 162136.Akira Hatanaka2-10/+10
2012-08-17Correct MCJIT functionality for MIPS32 architecture.Akira Hatanaka4-5/+121
2012-08-15Fixed a problem in the JIT memory allocator whereSean Callanan1-0/+3
2012-08-07Enable lazy compilation in MCJITAndrew Kaylor2-13/+55
2012-08-02JIT::runFunction(): add a fast path for functions with a single argument that...Nuno Lopes1-2/+7
2012-07-27Fixing problems with X86_64_32 relocations and making the assertions more rea...Andrew Kaylor1-5/+4
2012-07-27Test commit, clean up commentAndrew Kaylor1-1/+1
2012-07-27Test commit, clean up commentAndrew Kaylor1-1/+1
2012-07-25You cannot call removeModule on a JIT with no modules. Patch by VerenaChad Rosier1-1/+1
2012-07-23Fix a typo (the the => the)Sylvestre Ledru1-1/+1
2012-07-22ExecutionEngine/TargetSelect.cpp: Override default triple as LLVM_HOSTTRIPLE.NAKAMURA Takumi1-1/+1
2012-07-19Remove tabs.Bill Wendling1-2/+2
2012-06-28Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling4-5/+5
2012-06-24llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi1-0/+2
2012-06-23Optimized usage of new SwitchInst case values (IntegersSubset type) in Local....Stepan Dyatkovskiy1-9/+29
2012-06-16Disable the right instance of TheJIT, this one is only used in asserts.Benjamin Kramer1-8/+8
2012-06-16Guard private fields that are unused in Release builds with #ifndef NDEBUG.Benjamin Kramer1-1/+6
2012-06-06Round 2 of dead private variable removal.Benjamin Kramer2-8/+4
2012-06-02Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer1-1/+1
2012-06-02PR1255: case ranges.Stepan Dyatkovskiy1-2/+2
2012-06-01PR1255: case ranges.Stepan Dyatkovskiy1-2/+2
2012-05-29ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...Stepan Dyatkovskiy1-2/+2
2012-05-28PR1255: Case RangesStepan Dyatkovskiy1-2/+5
2012-05-21Make it so that the MArch, MCPU, MAttrs passed to EngineBuilder are actually ...Owen Anderson1-4/+0
2012-05-21PR1255 (case ranges: work with ConstantRangesSet instead of ConstantInt) rela...Stepan Dyatkovskiy1-4/+10
2012-05-16Added LLIMCJITMemoryManager to the lli. This manager will be used for MCJIT i...Danil Malyshev1-2/+2
2012-05-10ExecutionEngine: Check for NULL ErrorStr before using it.Jim Grosbach1-2/+3
2012-05-07Make IntelJITEvents and OProfileJIT as optional libraries and addPreston Gurd2-2/+2
2012-05-01RuntimeDyld cleanup:Eli Bendersky4-65/+77
2012-05-01RuntimeDyld code cleanup:Eli Bendersky6-30/+38
2012-04-30It doesn't make sense to move symbol relocations to section relocations whenEli Bendersky2-26/+27
2012-04-30Code cleanup in RuntimeDyld:Eli Bendersky4-72/+95
2012-04-29Fix some formatting, grammar and style issues and add a couple of missing com...Eli Bendersky5-28/+30
2012-04-17Fix incorrect call of resolveRelocation() for ARM ELF stub relocations.Danil Malyshev1-2/+2
2012-04-16Add files which were not included by commit 154868.Preston Gurd3-0/+316
2012-04-16Implement GDB integration for source level debugging of code JITed usingPreston Gurd7-24/+226
2012-04-12This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd4-59/+162
2012-04-08EngineBuilder::create is expected to take ownership of the TargetMachine pass...Benjamin Kramer1-3/+5
2012-04-01Removing a file that's no longer being used after the recent refactoringsEli Bendersky1-388/+0
2012-03-30Re-factored RuntimeDyLd:Danil Malyshev7-1046/+753
2012-03-29Revert r153694. It was causing failures in the buildbots.Bill Wendling7-753/+1046
2012-03-29Re-factored RuntimeDyld.Danil Malyshev7-1046/+753
2012-03-28Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev10-332/+208
2012-03-26Made RuntimeDyldMachO support vanilla i386Sean Callanan2-0/+44
2012-03-23Make it feasible for clients using EngineBuilder to capture the TargetMachine...Owen Anderson2-38/+42
2012-03-22Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth16-952/+1371
2012-03-21Re-factored RuntimeDyld.Danil Malyshev7-1044/+749