Merge pull request #1458 from BrzVlad/feature-fat-cas
[mono.git] / mono / mini / aot-compiler.c
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-13 Zoltan Varga[aot] Fix llvm support.
2015-01-12 Zoltan Varga[aot] Implement support for separate llvm object files...
2015-01-12 Zoltan Varga[aot] Add an 'llvm-outfile=' command line argument...
2015-01-12 Marcos HenrichMerge pull request #1455 from esdrubal/caching
2015-01-11 Zoltan Varga[aot] Enable direct llvm object file emission on x86...
2015-01-11 Zoltan Varga[aot] Avoid duplicate symbol errors if two methods...
2015-01-11 Zoltan Varga[aot] Emit LLVM object files directly from llc on amd64.
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-08 Zoltan Varga[aot] Enable emission of LLVM code into a separate...
2015-01-07 Vlad BrezaeRemove IL fastpaths for Monitor Enter/Exit.
2015-01-07 Zoltan Varga[aot] Enable separate llvm modules on amd64.
2015-01-07 Zoltan Varga[aot] Enable emission of debug info for LLVM code if...
2015-01-07 Zoltan Varga[aot] Add support for emitting the llvm code separately...
2015-01-07 Zoltan Varga[aot] Allow the emission of the LLVM code into a separa...
2015-01-05 Zoltan Varga[aot] Avoid returning different names for the same...
2015-01-04 Zoltan Varga[aot] Get rid of the code offsets code since direct...
2015-01-04 Zoltan Varga[aot] Avoid creating gsharedvt synchronized wrappers...
2015-01-04 Zoltan Varga[aot] Use direct method addresses on x86/amd64.
2015-01-04 Zoltan Varga[aot] Split the unbox_trampolines table into two to...
2015-01-04 Zoltan Varga[aot] Use nops as alignment padding on amd64 instead...
2014-12-31 Alexander KöplingerMerge pull request #1081 from rneatherway/bug17537
2014-12-19 Zoltan VargaMerge pull request #1375 from echampet/cleanup
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-13 Marek SafarMerge pull request #1451 from akoeplinger/fix-winforms...
2014-12-13 Marek SafarMerge pull request #1452 from esdrubal/xmlnamespace
2014-12-12 Marcos HenrichDo not call seq_point_info_get_write_size with no seq...
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 #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 HenrichRenamed seq_point_info_write_size to seq_point_info_get...
2014-11-18 Marcos HenrichSequence points are now generated by default.
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-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-17 Marcos HenrichRenamed seq_point_info_write_size to seq_point_info_get...
2014-11-17 Marcos HenrichSequence points are now generated by default.
2014-11-17 Michael MatzSwitch ppc_r11 with ppc_r12
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 Mark ProbstMerge pull request #1385 from BrzVlad/fin-hash
2014-11-07 Alexander KöplingerMerge branch 'patch-1' of https://github.com/ReubenBond...
2014-11-05 Zoltan VargaMerge pull request #1387 from akoeplinger/improve-bug65...
2014-11-04 Zoltan Varga[llvm] Add beginnings of support for emitting dwarf...
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] Remove some obsolete TODOs.
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-29 Miguel de IcazaMerge pull request #1337 from RyanMelenaNoesis/master
2014-10-28 Marcos HenrichMerge pull request #1298 from esdrubal/uploadfileasync
2014-10-28 Marcos HenrichMerge pull request #1321 from esdrubal/currentsystemtim...
2014-10-24 Miguel de IcazaMerge pull request #1348 from ermshiperete/ImproveButto...
2014-10-24 Miguel de IcazaMerge pull request #1357 from emergent-design/master
2014-10-22 Zoltan VargaMerge pull request #1358 from madewokherd/win32build
2014-10-22 Zoltan Varga[llvm] Rewrite the way direct calls are made between...
2014-10-21 Jo ShieldsMerge pull request #1356 from martinjt/ReadEntityV2
2014-10-21 Zoltan Varga[jit] Add some micro-optimizations to speed up the...
2014-10-09 Mark ProbstMerge pull request #1326 from BrzVlad/master
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-27 Marek SafarMerge pull request #1314 from alesliehughes/master
2014-09-26 Sebastien PouliotMerge pull request #1282 from madrang/MinorChangesOfPul...
2014-09-26 Marek SafarMerge pull request #1312 from esdrubal/xmltext
2014-09-25 Zoltan Varga[aot] Pass additional arguments to llc on x86.
2014-09-24 Miguel de IcazaMerge pull request #1304 from slluis/mac-proxy-autoconfig
2014-09-23 Zoltan VargaMerge pull request #1301 from Unity-Technologies/fix...
2014-09-23 Zoltan Varga[aot] Fix running with a loadable llvm module in aot...
2014-09-23 Rodrigo KumperaMerge pull request #1299 from esdrubal/uriuserinfo
next