summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/JIT
Commit message (Expand)AuthorAge
* Remove duplicate includes.Roman Divacky2012-12-21
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor2012-11-15
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-01
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-15
* Remove buggy classof().Sean Silva2012-10-11
* Revert 165732 for further review.Micah Villmow2012-10-11
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-11
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-22
* Fixed a problem in the JIT memory allocator whereSean Callanan2012-08-15
* JIT::runFunction(): add a fast path for functions with a single argument that...Nuno Lopes2012-08-02
* You cannot call removeModule on a JIT with no modules. Patch by VerenaChad Rosier2012-07-25
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-28
* Disable the right instance of TheJIT, this one is only used in asserts.Benjamin Kramer2012-06-16
* Guard private fields that are unused in Release builds with #ifndef NDEBUG.Benjamin Kramer2012-06-16
* Fix some formatting, grammar and style issues and add a couple of missing com...Eli Bendersky2012-04-29
* Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev2012-03-28
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-22
* Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...Danil Malyshev2012-03-21
* Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky2012-03-13
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka2012-02-03
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* MCJIT support for non-function sections.Jim Grosbach2012-01-16
* Remove the old ELF writer.Rafael Espindola2012-01-05
* A small re-factored JIT/MCJIT::getPointerToNamedFunction(), so it could be ca...Danil Malyshev2012-01-05
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-12
* ExecutionEngine: refactor interfaceDylan Noblesmith2011-12-12
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-02
* ExecutionEngine: honor optimization levelDylan Noblesmith2011-12-01
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-29
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-15
* build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...Daniel Dunbar2011-11-12
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-03
* Adding dependencies to allow -DBUILD_SHARED_LIBS=true to complete.Joe Abbey2011-10-19
* EE: Provide the symbol "lseek64" explicitly with <unistd.h> on Linux glibc.NAKAMURA Takumi2011-08-14
* Silence a bunch (but not all) "variable written but not read" warningsDuncan Sands2011-08-12
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-20
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-19
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-18
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-15
* ExecutionEngine: move createJIT() definition (v2)Dylan Noblesmith2011-05-13
* ExecutionEngine: push TargetMachine creation into clients (v2)Dylan Noblesmith2011-05-13
* ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)Dylan Noblesmith2011-05-13
* Revert ExecutionEngine patches, they either failed to build or broke unit tests.Jakob Stoklund Olesen2011-05-07
* ExecutionEngine: delete duplicated filesDylan Noblesmith2011-05-06