Merge pull request #2247 from ivmai/match-ext-libgc-api
[mono.git] / mono / mini / mini-llvm.c
2015-12-07 Aleksey Kliger ... Merge pull request #2247 from ivmai/match-ext-libgc-api
2015-12-07 Rodrigo KumperaMerge pull request #2237 from xmcclure/container-owner
2015-12-07 Zoltan VargaMerge pull request #2290 from akoeplinger/msvc-mono...
2015-12-06 Rodrigo KumperaMerge pull request #2276 from lambdageek/dev/bug-36283
2015-12-05 Rodrigo KumperaMerge pull request #2289 from lewurm/arm-sgen-bridge
2015-12-05 Miguel de IcazaMerge pull request #2286 from migueldeicaza/master
2015-12-04 Zoltan Varga[llvm] Add beginnings of support for gsharedvt.
2015-12-03 Rodrigo KumperaMerge pull request #2260 from xmcclure/fix-testwaitany
2015-12-02 Miguel de IcazaMerge pull request #2282 from joelmartinez/docs-multias...
2015-12-02 Rodrigo KumperaMerge pull request #2231 from ludovic-henry/coop-sync...
2015-12-01 João MatosMerge pull request #2223 from lobrien/master
2015-12-01 João MatosMerge pull request #2256 from joelmartinez/docs-morenetdocs
2015-12-01 João MatosMerge pull request #2258 from protel-opensource/protelm...
2015-12-01 João MatosMerge pull request #2269 from dellis1972/xmlpeek
2015-12-01 João MatosMerge pull request #2265 from directhex/pthread_tls_on_mips
2015-11-30 João MatosMerge pull request #2271 from BrzVlad/fix-sizeof-monoarray
2015-11-29 Zoltan Varga[llvm] Fix the passing of the this argument which got...
2015-11-24 Jonathan PryorMerge pull request #2264 from xmcclure/fix-testwaitany...
2015-11-24 Alexander KöplingerMerge pull request #2208 from martinbooth/dataannotatio...
2015-11-24 Alexander KöplingerMerge pull request #2248 from barsgroup/bugfix/35980
2015-11-24 Zoltan Varga[llvm] Fix the mapping of byref types.
2015-11-22 Alexander KöplingerMerge pull request #2255 from directhex/override-mono...
2015-11-21 Zoltan Varga[ji] Add a mini-llvm.h header file for the functions...
2015-11-19 Jonathan PryorMerge pull request #2183 from joelmartinez/monodoc...
2015-11-17 Alexander KöplingerMerge pull request #2236 from akoeplinger/add-dataflow
2015-11-17 Rolf Bjarne KvingeMerge pull request #2201 from rolfbjarne/linker-better...
2015-11-17 Zoltan Varga[jit] Add a header file for aot-compiler.c.
2015-11-13 Rodrigo KumperaMerge pull request #2227 from esdrubal/tzparse
2015-11-11 Mark ProbstMerge pull request #2198 from BrzVlad/feature-concurren...
2015-11-10 mhutchMerge pull request #2124 from mhutch/mono-api-info...
2015-11-09 Andi McClureMerge pull request #2200 from xmcclure/image-audit...
2015-11-06 Martin BauligMerge pull request #2102 from AdamBurgess/master
2015-11-06 Zoltan Varga[llvm] Use LLVMArgNormal for scalars passed by value...
2015-11-06 Zoltan Varga[llvm] Add a 'type' field to LLVMArgInfo, use it to...
2015-11-04 Ludovic HenryMerge pull request #2196 from alexischr/coop-gc_stackda...
2015-11-04 Zoltan Varga[llvm] Get rid of the 'pindexes' array in LLVMCallInfo...
2015-11-04 Zoltan Varga[llvm] Add new llvm argument passing conventions for...
2015-11-02 Vlad BrezaeMerge pull request #2081 from BrzVlad/feature-concurren...
2015-10-30 Jonathan PryorMerge pull request #2152 from joelmartinez/mdoc-preserver
2015-10-30 Zoltan Varga[llvm] Add names for some temporary variables represent...
2015-10-29 Rodrigo KumperaMerge pull request #2180 from kumpera/loader-error...
2015-10-29 Zoltan Varga[llvm] Cleanup the code in process_call () a bit.
2015-10-29 João MatosMerge pull request #2182 from lewurm/fix-arm-build
2015-10-29 Bernhard Urbanmini-llvm: fix wrong usage
2015-10-29 Zoltan Varga[llvm] Split sig_to_llvm_sig () into two versions,...
2015-10-29 Zoltan Varga[llvm] Clean up the naming convention in the backend...
2015-10-29 Zoltan Varga[llvm] Merge LLVMCallInfo and LLVMSigInfo.
2015-10-28 Zoltan Varga[llvmonly] Add support for direct calls to icalls.
2015-10-27 Andi McClureMerge pull request #2175 from xmcclure/pre-image-audit
2015-10-26 Zoltan Varga[llvm] Fix aot support in non-llvmonly mode.
2015-10-26 Zoltan Varga[llvmonly] Avoid disabling llvm for methods with pinvok...
2015-10-26 Zoltan Varga[llvm] Move the EH support code into mini-exceptions...
2015-10-22 João MatosMerge pull request #2154 from BrennanConroy/bug_30018
2015-10-19 Alexander KöplingerMerge pull request #2148 from akoeplinger/remove-old...
2015-10-19 Zoltan Varga[llvm] Fix the handling of r4 arguments during calls...
2015-10-19 Marcos HenrichMerge pull request #2136 from esdrubal/uridotsegment
2015-10-19 Zoltan Vargajit] Replace a few more #ifdefs with flags.
2015-10-17 Marcos HenrichMerge pull request #2139 from akoeplinger/symbolicate...
2015-10-17 Zoltan Varga[llvm] Fix returning of values in a register pair.
2015-10-17 Zoltan Varga[llvm] Fix JIT support.
2015-10-15 Rodrigo KumperaMerge pull request #2113 from ludovic-henry/coop-socket...
2015-10-15 Rodrigo KumperaMerge pull request #2123 from kumpera/verifier-fix
2015-10-15 Miguel de IcazaMerge pull request #2127 from joelmartinez/mdoc-multias...
2015-10-15 Alexander KöplingerMerge pull request #2134 from akoeplinger/bug-34334
2015-10-15 Zoltan Varga[llvmonly] Call methods in the same assembly directly.
2015-10-15 Zoltan Varga[llvmonly] Update comments.
2015-10-15 Zoltan Varga[llvmonly] Use the PreserveAll calling convention for...
2015-10-15 Zoltan Varga[llvmonly] Factor out the initialization code into...
2015-10-14 João MatosMerge pull request #2106 from lambdageek/dev/bug-29108...
2015-10-14 Zoltan Varga[aot] Rework the handling of preinitialized got slots...
2015-10-14 Zoltan Varga[llvmonly] Skip initalization of methods if they only...
2015-10-14 Zoltan Varga[llvmonly] Emit initialization code for a method only...
2015-10-13 Sandy ArmstrongMerge pull request #2130 from sandyarmstrong/mt-runtime...
2015-10-13 Marcos HenrichMerge pull request #2121 from esdrubal/socketreuse
2015-10-12 Zoltan Varga[llvmonly] Simplify the handling of init_bb a bit.
2015-10-12 Marek SafarMerge pull request #2119 from lambdageek/dev/bug-17571
2015-10-12 Rodrigo KumperaMerge pull request #2101 from tritao/stack-coop-gc
2015-10-09 Zoltan Varga[llvmonly] Fix the build.
2015-10-09 Zoltan VargaMerge remote-tracking branch 'origin/bitcode-premerge'
2015-10-09 Zoltan VargaFix regressions caused by the llvmonly changes so norma...
2015-10-09 Zoltan VargaAvoid passing the ex_tag around when throwing exception...
2015-10-09 Zoltan VargaAvoid installing an unhandled exception handler in...
2015-10-09 Zoltan VargaEmulate ckfinite in llvmonly mode. Implement support...
2015-10-09 Zoltan VargaMake parts of the jit c++ clean.
2015-10-09 Zoltan VargaMore nesting issues with EH clauses. Fix stack traces.
2015-10-09 Zoltan VargaFix a crash if an assembly contains no EH.
2015-10-09 Zoltan VargaImplement mono_raise_exception () for LLVM.
2015-10-09 Zoltan VargaAvoid sorting the clauses, they are already sorted...
2015-10-09 Zoltan VargaFix the matching of exceptions in llvmonly mode. Add...
2015-10-09 Zoltan VargaProperly initialize the grouped_clauses array.
2015-10-09 Alexander Kyte[runtime] Make sure that the group index is available...
2015-10-09 Zoltan VargaRemove empty phi nodes, this can happen if all their...
2015-10-09 Zoltan VargaFix the LLVM_FAILURE message on OP_ATOMIC_STORE opcodes.
2015-10-09 Alexander Kyte[runtime][llvmonlyexceptions] Fixed whitespace mentione...
2015-10-09 Zoltan VargaImplement the throwing of corlib exceptions.
2015-10-09 Zoltan VargaAvoid emitting calls to the llvm.mono.load/store intrin...
2015-10-09 Zoltan VargaAvoid disabling llvm for methods with an lmf.
2015-10-09 Zoltan Varga[llvm] Emit an unreachable instruction after llvm throws.
2015-10-09 Zoltan Varga[runtime] Merge origin/kyte/llvmonly-exceptions-pr.
2015-10-09 Zoltan VargaRemove the REALLY_LLVONLY flag, enable it by default...
next