summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/JIT
Commit message (Expand)AuthorAge
* Add target analysis passes to the codegen pipeline for MCJIT.Juergen Ributzka2014-01-23
* Prune redundant dependencies in LLVMBuild.txt.NAKAMURA Takumi2013-12-11
* Resolve JIT runtime linking problems on Android.Andrew Kaylor2013-11-15
* Remove dead code.Rafael Espindola2013-10-07
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-02
* Fix the build issue under ia64. Close bug #5715Sylvestre Ledru2013-08-27
* Fixed alignment of code sections in the JIT mode. Added a test to the JITMemo...Elena Demikhovsky2013-07-02
* Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed2013-05-17
* Remove dead code.Rafael Espindola2013-05-10
* Remove exception handling support from the old JIT.Rafael Espindola2013-05-07
* Make APFloat constructor require explicit semantics.Tim Northover2013-01-22
* Fix More CastsDavid Greene2013-01-14
* Fix bug in exception table allocation (PR13678)Eli Bendersky2013-01-11
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* 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