aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* 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
* MCJIT: Tidy up the constructor.Jim Grosbach2012-08-213-13/+8
* Fix coding style violations in 162135 and 162136.Akira Hatanaka2012-08-202-10/+10
* Correct MCJIT functionality for MIPS32 architecture.Akira Hatanaka2012-08-174-5/+121
* Fixed a problem in the JIT memory allocator whereSean Callanan2012-08-151-0/+3
* Enable lazy compilation in MCJITAndrew Kaylor2012-08-072-13/+55
* JIT::runFunction(): add a fast path for functions with a single argument that...Nuno Lopes2012-08-021-2/+7
* Fixing problems with X86_64_32 relocations and making the assertions more rea...Andrew Kaylor2012-07-271-5/+4
* Test commit, clean up commentAndrew Kaylor2012-07-271-1/+1
* Test commit, clean up commentAndrew Kaylor2012-07-271-1/+1
* You cannot call removeModule on a JIT with no modules. Patch by VerenaChad Rosier2012-07-251-1/+1
* Fix a typo (the the => the)Sylvestre Ledru2012-07-231-1/+1
* ExecutionEngine/TargetSelect.cpp: Override default triple as LLVM_HOSTTRIPLE.NAKAMURA Takumi2012-07-221-1/+1
* Remove tabs.Bill Wendling2012-07-191-2/+2
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-284-5/+5
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-241-0/+2
* Optimized usage of new SwitchInst case values (IntegersSubset type) in Local....Stepan Dyatkovskiy2012-06-231-9/+29
* Disable the right instance of TheJIT, this one is only used in asserts.Benjamin Kramer2012-06-161-8/+8
* Guard private fields that are unused in Release builds with #ifndef NDEBUG.Benjamin Kramer2012-06-161-1/+6
* Round 2 of dead private variable removal.Benjamin Kramer2012-06-062-8/+4
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-021-1/+1
* PR1255: case ranges.Stepan Dyatkovskiy2012-06-021-2/+2
* PR1255: case ranges.Stepan Dyatkovskiy2012-06-011-2/+2
* ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...Stepan Dyatkovskiy2012-05-291-2/+2
* PR1255: Case RangesStepan Dyatkovskiy2012-05-281-2/+5
* Make it so that the MArch, MCPU, MAttrs passed to EngineBuilder are actually ...Owen Anderson2012-05-211-4/+0
* PR1255 (case ranges: work with ConstantRangesSet instead of ConstantInt) rela...Stepan Dyatkovskiy2012-05-211-4/+10
* Added LLIMCJITMemoryManager to the lli. This manager will be used for MCJIT i...Danil Malyshev2012-05-161-2/+2
* ExecutionEngine: Check for NULL ErrorStr before using it.Jim Grosbach2012-05-101-2/+3
* Make IntelJITEvents and OProfileJIT as optional libraries and addPreston Gurd2012-05-072-2/+2
* RuntimeDyld cleanup:Eli Bendersky2012-05-014-65/+77
* RuntimeDyld code cleanup:Eli Bendersky2012-05-016-30/+38
* It doesn't make sense to move symbol relocations to section relocations whenEli Bendersky2012-04-302-26/+27
* Code cleanup in RuntimeDyld:Eli Bendersky2012-04-304-72/+95
* Fix some formatting, grammar and style issues and add a couple of missing com...Eli Bendersky2012-04-295-28/+30
* Fix incorrect call of resolveRelocation() for ARM ELF stub relocations.Danil Malyshev2012-04-171-2/+2
* Add files which were not included by commit 154868.Preston Gurd2012-04-163-0/+316
* Implement GDB integration for source level debugging of code JITed usingPreston Gurd2012-04-167-24/+226
* This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd2012-04-124-59/+162
* EngineBuilder::create is expected to take ownership of the TargetMachine pass...Benjamin Kramer2012-04-081-3/+5
* Removing a file that's no longer being used after the recent refactoringsEli Bendersky2012-04-011-388/+0
* Re-factored RuntimeDyLd:Danil Malyshev2012-03-307-1046/+753
* Revert r153694. It was causing failures in the buildbots.Bill Wendling2012-03-297-753/+1046
* Re-factored RuntimeDyld.Danil Malyshev2012-03-297-1046/+753
* Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev2012-03-2810-332/+208
* Made RuntimeDyldMachO support vanilla i386Sean Callanan2012-03-262-0/+44
* Make it feasible for clients using EngineBuilder to capture the TargetMachine...Owen Anderson2012-03-232-38/+42
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-2216-952/+1371
* Re-factored RuntimeDyld.Danil Malyshev2012-03-217-1044/+749