summaryrefslogtreecommitdiff
path: root/src/jit
AgeCommit message (Expand)AuthorFilesLines
2015-03-02More typo fixes.Lubomir Litchev2-5/+2
2015-03-02Fixed typos.Lubomir Litchev3-5/+2
2015-03-02Merge remote-tracking branch 'upstream/master'Lubomir Litchev29-283/+601
2015-03-02Fix stack homing of register parameter offsets bugs.Lubomir Litchev5-72/+93
2015-02-27Merge remote-tracking branch 'upstream/master' into managedehSergiy Kuryata27-279/+590
2015-02-27Implement basic support for managed exception handling.Sergiy Kuryata3-5/+12
2015-02-25FI from $/DevDiv/FXMain to $/DevDiv/FX/Product/ProjectK **FI_LABEL=22625.00**dotnet-bot27-279/+590
2015-02-24Fix a problem with accessing caller passed arguments on SystemV systems.Lubomir Litchev4-22/+91
2015-02-13Merge pull request #259 from janvorli/linux-issue177Jan Vorlicek1-2/+2
2015-02-13Modify the windows amd64 unwinder to work as jitted code unwinder on UnixJan Vorlicek1-2/+2
2015-02-10Fix assignment of float register when this present for System V systemsLubomir Litchev1-10/+11
2015-02-08Merge pull request #138 from kangaroo/va_list_safetySergiy Kuryata3-9/+24
2015-02-08precompile common headers to reduce build time for win builds. With this buil...Rahul Kumar1-0/+3
2015-02-08Merge pull request #146 from poizan42/fix-writeable-stringsSergiy Kuryata6-15/+15
2015-02-08Minor code structure refactoring as requested by @jkotas in PR #138Geoff Norton2-13/+11
2015-02-08Merge remote-tracking branch 'origin/master' into va_list_safetyGeoff Norton2-2/+1
2015-02-08Fix writeable string warnings. Closes #139Kasper F. Brandt6-15/+15
2015-02-07Remove excess arguments to endfunction() and else()Ben Boeckel1-1/+1
2015-02-07Fix undefined symbols in release build of libcoreclr on LinuxSergiy Kuryata1-1/+0
2015-02-07Ensure that every usage of va_start is complemented by a va_endGeoff Norton3-5/+22
2015-02-06Merge pull request #86 from maksqwe/assertion_search_fixSenthil1-1/+1
2015-02-05Fix non-null assertion search in assertion tableMaks Naumov1-1/+1
2015-02-04Fixed typosPascal Borreli1-3/+3
2015-02-03Remove non ASCII characters from source filesMatt Ellis6-11/+11
2015-02-02This change fixes a potential problem in unwinding on Linux. PUSH and POP ins...Lubomir Litchev4-17/+62
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot194-0/+321000