[aot] Fix the computation of LLVM code ranges.
[mono.git] / mono / mini / aot-runtime.c
2015-02-18 Zoltan Varga[aot] Fix the computation of LLVM code ranges.
2015-02-18 Zoltan Varga[aot] Handle separate blocks of llvm and jitted code...
2015-02-18 Martin BauligMerge pull request #1464 from akoeplinger/fix-portable...
2015-02-12 Rodrigo KumperaMerge pull request #1439 from BrzVlad/feature-managed...
2015-02-12 Atsushi EnoMerge pull request #1496 from echampet/serializers
2015-02-12 João MatosMerge pull request #1534 from haf/bugs/hmac-wrong-keysizes
2015-02-06 Marek SafarMerge pull request #1508 from slluis/fix-20966
2015-01-29 Rodrigo KumperaMerge pull request #1536 from esdrubal/noreuse
2015-01-28 Zoltan VargaMerge pull request #1533 from jbevain/pdb2mdb-roslyn
2015-01-28 Rodrigo KumperaMerge pull request #1510 from BrzVlad/fix-file-map
2015-01-28 Mark ProbstMerge pull request #1527 from ludovic-henry/master
2015-01-28 Alex Rønne Petersen[mini] Fix some warnings.
2015-01-22 Martin BauligMerge pull request #1156 from felfert/master
2015-01-21 Marek SafarMerge pull request #1502 from madrang/SafeHandle.CloseT...
2015-01-21 Marek SafarMerge pull request #1504 from madrang/SafeHandle.SetInv...
2015-01-20 Zoltan VargaMerge pull request #1516 from DavidKarlas/getThreadsHang
2015-01-20 Rodrigo Kumpera[runtime] Move the runtime to use the checked variants...
2015-01-19 João MatosMerge pull request #1404 from woodsb02/mono-route
2015-01-15 Rodrigo KumperaMerge pull request #1458 from BrzVlad/feature-fat-cas
2015-01-14 Mark ProbstMerge pull request #1466 from schani/stage-unified...
2015-01-13 Vlad Brezae[x86] Add monitor enter v4 fastpath.
2015-01-12 Zoltan Varga[aot] Implement support for separate llvm object files...
2015-01-12 Marcos HenrichMerge pull request #1455 from esdrubal/caching
2015-01-10 Zoltan Varga[aot] Emit a separate GOT for LLVM and JITted code...
2015-01-09 Zoltan Varga[jit] Add a MONO_PATCH_INFO_LDSTR_LIT patch type to...
2015-01-09 Zoltan VargaMerge pull request #1497 from esdrubal/sq
2015-01-08 Alexander KöplingerMerge pull request #1433 from akoeplinger/system.numeri...
2015-01-07 Vlad BrezaeRemove IL fastpaths for Monitor Enter/Exit.
2015-01-07 Zoltan Varga[aot] Allow the emission of the LLVM code into a separa...
2015-01-04 Zoltan Varga[aot] Get rid of the code offsets code since direct...
2015-01-04 Zoltan Varga[aot] Refactor the MONO_AOT_FILE_FLAG_DIRECT_METHOD_ADD...
2015-01-04 Zoltan Varga[aot] Split the unbox_trampolines table into two to...
2014-12-31 Alexander KöplingerMerge pull request #1081 from rneatherway/bug17537
2014-12-16 João MatosMerge pull request #1336 from esdrubal/datatablereadxml...
2014-12-16 João MatosMerge pull request #1349 from martinjt/MachineKeyProtect
2014-12-05 Zoltan VargaMerge pull request #980 from StephenMcConnel/bug-18638
2014-12-05 Zoltan VargaMerge pull request #1322 from StephenMcConnel/bug23532
2014-12-05 Zoltan VargaMerge pull request #1323 from StephenMcConnel/bug-23591
2014-12-03 Jo ShieldsMerge pull request #1410 from alesliehughes/master
2014-12-02 Rodrigo KumperaMerge pull request #1317 from nealef/master
2014-11-30 Zoltan VargaMerge pull request #1412 from esdrubal/stackframe
2014-11-30 Zoltan VargaMerge remote-tracking branch 'mfoliveira/ppc64el-v2'
2014-11-28 Alex Rønne PetersenMerge pull request #1401 from fquiroz01/patch-1
2014-11-27 Alex Rønne PetersenMerge pull request #1431 from esdrubal/enummap
2014-11-27 Zoltan VargaFix the build.
2014-11-27 Alexander KöplingerFix build (SHARED_EXT was renamed to MONO_SOLIB_EXT...
2014-11-27 Miguel de IcazaMerge pull request #1430 from akoeplinger/readme
2014-11-27 Alex Rønne PetersenMerge pull request #1319 from directhex/systemwide...
2014-11-26 Alex Rønne PetersenMerge pull request #1407 from chrisvire/bug-24587
2014-11-26 Alex Rønne PetersenMerge pull request #1424 from akoeplinger/remove-enable...
2014-11-26 Miguel de IcazaMerge pull request #1426 from ignacionr/webclient-delay...
2014-11-26 Miguel de IcazaMerge pull request #1398 from jwestfall69/dgv-first_row...
2014-11-26 Miguel de IcazaMerge pull request #1396 from jwestfall69/dgvrc-clear...
2014-11-24 Zoltan Varga[jit] Move the SHARED_EXT define to mono-dl.h, rename...
2014-11-22 Zoltan VargaMerge pull request #1420 from directhex/define_ssize_ma...
2014-11-21 Zoltan Varga[jit] Fix the AOT part of #24577, the epilog beginning...
2014-11-18 Marcos Henrichaot-runtime and aot-compiler now use seq_point_info_rea...
2014-11-18 Marcos HenrichMoved sequence point logic to seq-points.h and seq...
2014-11-18 Zoltan Varga[jit] Fix a class initialization race which happens...
2014-11-17 Rodrigo KumperaMerge pull request #1405 from mono/revert-1289-stackframe
2014-11-17 Rodrigo KumperaRevert "Improved exception stack frame displayed data."
2014-11-17 Rodrigo KumperaMerge pull request #1289 from esdrubal/stackframe
2014-11-14 Marcos Henrichaot-runtime and aot-compiler now use seq_point_info_rea...
2014-11-14 Marcos HenrichMoved sequence point logic to seq-points.h and seq...
2014-11-10 Marek SafarMerge pull request #1334 from ztone/delegate
2014-11-10 Miguel de IcazaMerge pull request #1390 from woodsb02/FreeBSDMacNetwor...
2014-11-07 Alexander KöplingerMerge branch 'patch-1' of https://github.com/ReubenBond...
2014-11-03 Marcos HenrichMerge pull request #1185 from esdrubal/http-reuse
2014-11-02 Miguel de IcazaMerge pull request #1347 from ermshiperete/ImproveEllip...
2014-11-02 Miguel de IcazaMerge pull request #1371 from martinjt/AddClientDisconn...
2014-11-02 Miguel de IcazaMerge pull request #1163 from AerisG222/more_mvc_fixes
2014-10-31 Miguel de IcazaMerge pull request #960 from ermshiperete/ShowHelp
2014-10-31 João MatosMerge pull request #1360 from madewokherd/winuncpath
2014-10-30 Rodrigo KumperaMerge pull request #1381 from schani/fix-23401
2014-10-30 Zoltan Varga[aot] Use the info->tramp_page_code_offsets array on...
2014-10-29 Zoltan VargaMerge pull request #944 from ermshiperete/bug-novell...
2014-10-28 Marcos HenrichMerge pull request #1298 from esdrubal/uploadfileasync
2014-10-28 Marcos HenrichMerge pull request #1321 from esdrubal/currentsystemtim...
2014-10-13 Jo ShieldsAdd a third AOT location, alongside ~/.mono/aot-cache...
2014-10-10 Marek HabersackMerge pull request #1333 from joero74/ignore-missing...
2014-10-09 Mark ProbstMerge pull request #1326 from BrzVlad/master
2014-10-08 Marek SafarMerge pull request #1330 from esdrubal/blockingcollection
2014-10-07 Marek SafarMerge pull request #1329 from esdrubal/httputility
2014-10-07 Alexis ChristoforidesMerge pull request #1327 from ermshiperete/Xamarin...
2014-10-07 Zoltan Varga[runtime] Factor out some duplicate code from the MonoJ...
2014-10-07 Rodrigo KumperaMerge pull request #1179 from ludovic-henry/pr25-threadpool
2014-10-01 Jonathan PryorMerge pull request #1306 from joelmartinez/docs-private...
2014-10-01 Zoltan Varga[jit] Make each CASTCLASS_CACHE patch unique by generat...
2014-09-28 Marek SafarMerge pull request #1315 from rjvdboon/BootstrapContext
2014-09-26 Sebastien PouliotMerge pull request #1282 from madrang/MinorChangesOfPul...
2014-09-24 Miguel de IcazaMerge pull request #1304 from slluis/mac-proxy-autoconfig
2014-09-23 Rodrigo KumperaMerge pull request #1299 from esdrubal/uriuserinfo
2014-09-23 Marek SafarMerge pull request #1300 from esdrubal/unixrelativeorab...
2014-09-23 Marcos HenrichMerge pull request #1203 from esdrubal/protect
2014-09-23 Zoltan Varga[aot] Add an 'options' argument to the AOT cache config...
2014-09-23 Zoltan Varga[aot] Add more verbose aot cache logging, fix failure...
2014-09-19 Miguel de IcazaMerge pull request #1245 from StephenMcConnel/bug-22483
2014-09-19 Miguel de IcazaMerge pull request #1273 from joelmartinez/docs-unified-fix
2014-09-12 Zoltan VargaMerge pull request #1275 from ranma42/fix-lib64
2014-09-11 Marek SafarMerge pull request #1277 from esdrubal/calendarsdaysinyear
next