aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* 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
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153208 91177308-0d34...Danil Malyshev2012-03-211-0/+5
* Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...Danil Malyshev2012-03-219-329/+200
* RuntimeDyldMachO has the ability to keep track ofSean Callanan2012-03-202-0/+49
* Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky2012-03-1314-60/+677
* llvm::SwitchInstStepan Dyatkovskiy2012-03-111-1/+1
* Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy2012-03-081-5/+3
* Improved support in RuntimeDyldMachO for generatingSean Callanan2012-03-072-22/+69
* Fixed the 32-bit runtime dynamic loader to allocateSean Callanan2012-03-011-1/+1
* EE/Interpreter/ExternalFunctions.cpp: Staticize lle_X_() entries. They can be...NAKAMURA Takumi2012-02-241-0/+8
* EE/Interpreter/ExternalFunctions.cpp: Prune "C" linkage to suppress warnings ...NAKAMURA Takumi2012-02-241-22/+0
* Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles2012-02-192-2/+1
* Using the new external-linkage warning recently added instead of disabling al...Aaron Ballman2012-02-141-1/+1
* Fixing warning due to the new "UTD return type in extern 'C'".Aaron Ballman2012-02-141-2/+9
* Remove duplicate code in this header file which seemed to undergo a copy/past...Ahmed Charles2012-02-131-96/+0
* Fix various issues (or do cleanups) found by enabling certain MSVC warnings.Ahmed Charles2012-02-131-1/+0
* Expose the ELFObjectFile class directly in the Object/ELF.h header, similarlyEli Bendersky2012-02-121-0/+388
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-076-19/+12
* [unwind removal] We no longer have 'unwind' instructions being generated, soBill Wendling2012-02-062-19/+0
* Explain to the compiler why TargetAddr is not used uninitialized later.Duncan Sands2012-02-051-2/+2
* Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka2012-02-031-0/+3
* SwitchInst refactoring.Stepan Dyatkovskiy2012-02-011-2/+2
* add more support for ConstantDataSequentialChris Lattner2012-01-241-11/+27
* Remove extraneous ';'s.Bill Wendling2012-01-231-1/+1
* Split the lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h header to smaller...Eli Bendersky2012-01-226-135/+373
* RuntimeDyld alignment adjustment from MachO file.Jim Grosbach2012-01-211-2/+4
* Fix inverted condition.Jim Grosbach2012-01-201-1/+1
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-206-8/+0
* Fix MCJIT memory leak of owned TargetMachine.Jim Grosbach2012-01-171-0/+1
* Tidy up.Jim Grosbach2012-01-164-5/+5
* ExecutionEngine interface to re-map addresses for engines that support it.Jim Grosbach2012-01-164-1/+31
* MCJIT handle a few more simple x86 relocations for MachO.Jim Grosbach2012-01-161-4/+5
* MCJIT support for non-function sections.Jim Grosbach2012-01-166-266/+447
* A fix for the previous commit: "integer constant is too large for ‘long’ ...Eli Bendersky2012-01-161-2/+2
* Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is curren...Eli Bendersky2012-01-164-5/+373
* Fix typo in stringEli Bendersky2012-01-061-1/+1
* Remove the old ELF writer.Rafael Espindola2012-01-054-355/+3
* A small re-factored JIT/MCJIT::getPointerToNamedFunction(), so it could be ca...Danil Malyshev2012-01-053-4/+10
* Fix up the CMake build for the new files added in r146960, they'reChandler Carruth2011-12-201-0/+1
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-202-0/+15
* LLVMBuild: Introduce a common section which currently has a list of theDaniel Dunbar2011-12-121-0/+3
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-125-5/+0
* ExecutionEngine: refactor interfaceDylan Noblesmith2011-12-126-35/+28
* EngineBuilder: support for custom TargetOptions. Fixes thePeter Collingbourne2011-12-072-2/+5
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-071-1/+1
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-023-5/+13
* ExecutionEngine: honor optimization levelDylan Noblesmith2011-12-013-8/+9