aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* I don't remember what this test is forcomex2016-11-151-0/+100
|
* fix some ARM stuff including calls, and test itcomex2016-11-1511-29/+82
| | | | wow this code sucks
* fix bool arguments with false defaultcomex2016-11-151-1/+3
|
* Merge pull request #16 from yifanlu/fix-t2-blcomex2016-11-151-6/+6
|\ | | | | Fix bad handling of thumb2 BL/BLX
| * Fixed extraction for BL/BLX thumb2Yifan Lu2016-11-031-4/+4
| |
| * Bad handling of t2 BL/BLXYifan Lu2016-11-031-2/+2
|/ | | | Fixes #1
* make ln command more robustcomex2016-07-121-1/+1
|
* replace broken gen-manual-mach.sh with a Python versioncomex2016-07-124-196/+129
| | | | | it was dropping the #pragma pack(4) declarations, rendering it broken for like most of the last year
* commentcomex2016-04-191-1/+2
|
* commentcomex2016-04-191-1/+1
|
* remove old drama from README.mdcomex2016-01-271-157/+0
|
* Fix incorrect handling if there is no local symbol info in the cache.comex2016-01-271-1/+4
|
* Update mconfig.py and fix the debug info option with multiple machines; ↵comex2016-01-272-29/+88
| | | | update configure and add a symlink in out/ so (DY)LD_LIBRARY_PATH works
* bettercomex2015-10-272-41/+8
|
* fixed.comex2015-10-272-37/+95
|
* lol, mach awk failcomex2015-10-274-47/+322
|
* avoid overflowing Version into debian_revisioncomex2015-08-171-1/+1
|
* mconfig quick fixescomex2015-08-172-2/+6
|
* stuffcomex2015-08-175-3/+87
|
* formattingcomex2015-08-072-93/+94
|
* add VEC_STORAGE_INIT_STATIC to match the HTAB onecomex2015-08-072-1/+6
|
* fix vec.h bugcomex2015-08-074-3/+5
|
* add the missing ability to specify --disable-x and --without-x ;pcomex2015-08-071-1/+15
|
* fixescomex2015-08-072-4/+7
|
* future proofingcomex2015-07-183-1/+11
|
* formattingcomex2015-07-171-1/+1
|
* fix memory leak in unlikely (bug) scenariocomex2015-07-171-1/+5
|
* race condition fixcomex2015-07-171-1/+1
|
* show the name of slow commandscomex2015-07-171-1/+12
|
* fix iOS detection properly.comex2015-07-172-16/+39
|
* add more correct 'is iOS' heuristic, and use itcomex2015-07-172-5/+34
| | | | fixes missing -miphoneos-version-min=8.0
* update readme for fixed and maybe-fixed issuescomex2015-07-161-3/+1
|
* add now-unnecessary but nice-for-consistency 'static'scomex2015-07-161-15/+19
|
* fix hang caused by -fvisibility=hidden x.xcomex2015-07-161-0/+1
|
* baton fixcomex2015-07-162-3/+10
|
* optimizationcomex2015-07-161-2/+5
|
* fix idiotic mistake from the <redacted> symbols commitcomex2015-07-161-1/+1
|
* fix some build stuffcomex2015-07-162-14/+39
|
* Revert <stdatomic.h> dependency.comex2015-07-161-10/+8
| | | | | | | | it was added in the otherwise cosmetic dfd16cc1f759a103707ebd27743abc621486e131 because I didn't change the generated code at all - just switched to the standard aliases of the functions I was already using. But I forgot that <stdatomic.h> isn't present in relatively recent Xcode, so I'm switching back for now.
* save/load statecomex2015-07-161-2/+82
|
* PSH thread safety fix/minor cleanupcomex2015-07-161-10/+17
|
* improve readmecomex2015-07-161-33/+32
|
* Add options field to struct substitute_{function,import}_hook.comex2015-07-161-2/+12
| | | | | | | | | | | | I will probably need to add an option to deal with GCC 5.2's new optimization - to not save caller-saved registers if the called function is known not to use them, which would break with hooked functions. Don't want to emit the required stub by default because it will likely be slow. I need to verify that Clang doesn't currently have such an optimization... (ABI break - need to avoid this once it gets widely distributed Soon, obviously)
* style policecomex2015-07-1612-45/+94
|
* work around (incorrect, since it's not code) alignment warningcomex2015-07-162-4/+4
|
* fix accidentally exported symbolscomex2015-07-165-13/+17
|
* typocomex2015-07-161-1/+1
|
* orderingcomex2015-07-161-8/+8
|
* Import some code to handle <redacted> syms.comex2015-07-164-12/+304
|
* add verbose thingycomex2015-07-161-0/+2
|