aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/JIT
Commit message (Expand)AuthorAgeFilesLines
* Remove dead code.Rafael Espindola2013-05-102-82/+0
* Remove exception handling support from the old JIT.Rafael Espindola2013-05-074-669/+1
* Make APFloat constructor require explicit semantics.Tim Northover2013-01-221-1/+2
* Fix More CastsDavid Greene2013-01-141-3/+8
* Fix bug in exception table allocation (PR13678)Eli Bendersky2013-01-111-8/+18
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-024-13/+13
* Remove duplicate includes.Roman Divacky2012-12-211-1/+0
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-035-37/+41
* Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor2012-11-151-1/+5
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-011-8/+6
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-151-6/+8
* Remove buggy classof().Sean Silva2012-10-111-11/+3
* Revert 165732 for further review.Micah Villmow2012-10-111-8/+6
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-111-6/+8
* Move TargetData to DataLayout.Micah Villmow2012-10-084-20/+20
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-221-2/+2
* Fixed a problem in the JIT memory allocator whereSean Callanan2012-08-151-0/+3
* JIT::runFunction(): add a fast path for functions with a single argument that...Nuno Lopes2012-08-021-2/+7
* You cannot call removeModule on a JIT with no modules. Patch by VerenaChad Rosier2012-07-251-1/+1
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-281-2/+2
* 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
* Fix some formatting, grammar and style issues and add a couple of missing com...Eli Bendersky2012-04-291-1/+1
* Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev2012-03-285-167/+179
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-225-179/+166
* Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...Danil Malyshev2012-03-215-166/+179
* Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...Eli Bendersky2012-03-132-193/+0
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-072-6/+5
* Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka2012-02-031-0/+3
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-1/+0
* MCJIT support for non-function sections.Jim Grosbach2012-01-161-0/+44
* 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-051-2/+2
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-121-1/+0
* ExecutionEngine: refactor interfaceDylan Noblesmith2011-12-122-6/+3
* 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-022-5/+11
* ExecutionEngine: honor optimization levelDylan Noblesmith2011-12-011-3/+3
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-291-10/+0
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-151-1/+1
* build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...Daniel Dunbar2011-11-122-2/+3
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-031-0/+23
* Adding dependencies to allow -DBUILD_SHARED_LIBS=true to complete.Joe Abbey2011-10-191-0/+1
* EE: Provide the symbol "lseek64" explicitly with <unistd.h> on Linux glibc.NAKAMURA Takumi2011-08-141-0/+1
* Silence a bunch (but not all) "variable written but not read" warningsDuncan Sands2011-08-121-0/+1
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-0/+8
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-201-1/+1
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-191-1/+2
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-182-8/+6
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-182-6/+6