Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-17Fix style and refactor for master integrationJb Evain
2017-03-10Small method body caching.Eugene Rozenfeld
2017-02-28Add support for branches past the method bodyJb Evain
2016-08-04Make sure we do not mess with the stream position when writingJb Evain
2016-07-21Only create one code readerJb Evain
2016-07-15Merge branch 'lowermemuse' into ppdb_lowermemuseJb Evain
2016-07-13Add support for the portable pdb formatJb Evain
2015-04-25Merge branch 'master' into lowermemuseJb Evain
2015-04-22Simplify headerJb Evain
2015-04-22Update copyrightsJb Evain
2012-03-01Fix ComputeStackDelta() for calli instruction.Daniel Grunwald
2012-01-30Fix handling of explicit this call convention.Jb Evain
2011-10-27revert last two experimentationsJb Evain
2011-10-27Also read the table heap from the streamJb Evain
2011-10-27First pass at a branch with reduced memory usage; Keeps an open handle on the...Jb Evain
2011-07-23Protect against null exception handler start.jbevain
2011-04-04Update copyrightjbevain
2011-02-26Remove broken FilterEndjbevain
2010-09-06add support for emitting empty method bodiesjbevain
2010-06-21properly compute the stack size when facing filter clausesjbevain
2010-06-17avoid crashing on methods who pretend to have a body but have a zero rvajbevain
2010-05-27simplify method symbols by reusing sequence pointsjbevain
2010-04-26fix computation of stack size for filter clausesjbevain
2010-04-24fix out of method offsetsjbevain
2010-04-24refactor end method alignmentjbevain
2010-04-23a method 64 bits long should have a fat header, patch by Rolf Bjarne Kvingejbevain
2010-04-20properly align method bodiesjbevain
2010-04-16fix writing of the local var token for resolved methodsjbevain
2010-04-12initial commitjbevain