aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/JIT
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-028-3169/+0
* Update LLVM for rebase to r212749.Stephen Hines2014-07-213-47/+51
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-294-62/+59
* Update to LLVM 3.5a.Stephen Hines2014-04-245-97/+99
* Merge remote-tracking branch 'upstream/release_34' into merge-20140211Stephen Hines2014-02-112-159/+4
|\
| * Resolve JIT runtime linking problems on Android.Andrew Kaylor2013-11-151-1/+1
| * Remove dead code.Rafael Espindola2013-10-071-156/+0
| * This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-021-2/+3
| * Fix the build issue under ia64. Close bug #5715Sylvestre Ledru2013-08-271-1/+1
* | Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807Stephen Hines2013-08-071-2/+7
|\ \ | |/
| * Fixed alignment of code sections in the JIT mode. Added a test to the JITMemo...Elena Demikhovsky2013-07-021-2/+7
* | Update LLVM for merge to r183849.Stephen Hines2013-06-131-1/+0
* | Merge commit '100fbdd06be7590b23c4707a98cd605bdb519498' into merge_20130612Stephen Hines2013-06-125-752/+2
|\ \ | |/
| * Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed2013-05-171-1/+1
| * Remove dead code.Rafael Espindola2013-05-102-82/+0
| * Remove exception handling support from the old JIT.Rafael Espindola2013-05-074-669/+1
* | Merge commit 'b3201c5cf1e183d840f7c99ff779d57f1549d8e5' into merge_20130226Stephen Hines2013-03-053-12/+28
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'upstream/master' into merge-llvmStephen Hines2013-01-215-67/+66
|\ \ | |/
| * 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
* | Merge branch 'upstream' into merge-2012_09_10Stephen Hines2012-09-101-2/+2
|\ \ | |/
| * Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-221-2/+2
* | Merge branch 'upstream' into merge_2Stephen Hines2012-08-232-3/+11
|\ \ | |/
| * 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
* | Merge with LLVM upstream r160668 (Jul 24th 2012)Shih-wei Liao2012-08-032-5/+10
|\ \ | |/
| * 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
* | Merge with LLVM upstream r155090.Shih-wei Liao2012-04-243-19/+18
|\ \ | |/
| * 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
* | Migrate external/llvm to LLVM-153224-20120321.Shih-wei Liao2012-03-241-17/+1
* | Merge branch 'upstream' into sliao_dShih-wei Liao2012-03-246-359/+179
|\ \ | |/
| * 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
* | Merge with upstream LLVM @152063Stephen Hines2012-03-051-1/+0