aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-01-09fix crash bug in processing a mathop with a param2 without an identAlon Zakai
2012-01-09tweak unrolling parameters and add copy benchmark that uses ta2Alon Zakai
2012-01-09notice alignment in byval paramsAlon Zakai
2012-01-09optimize memcpy/memset in ta0/1Alon Zakai
2012-01-08fix safe heap usage in memcpy for ta0Alon Zakai
2012-01-08optimize ta2 memset/memcpy loopsAlon Zakai
2012-01-08fix ta1 breakageAlon Zakai
2012-01-08fix breakage in ta0 and ta1Alon Zakai
2012-01-08fix bugs with aligned memcpy/memset with an unaligned number of bytes operate...Alon Zakai
2012-01-08support alignment in memset and memcpy in ta2Alon Zakai
2012-01-08fix and optimize cached header handling in test runnerAlon Zakai
2012-01-07tweak memory growth parameter to 2Alon Zakai
2012-01-07postfix temp vars in makeCopyValues for ta2Alon Zakai
2012-01-07fix safe heap bug with memmoveAlon Zakai
2012-01-07optimize guard_acquire and guard_release and note that llvm violates SAFE_HEA...Alon Zakai
2012-01-06fix PGO breakageAlon Zakai
2012-01-06restore some PGO code to investigate a speed regression in skinningAlon Zakai
2012-01-06optimize memmoveAlon Zakai
2012-01-06disable handling of -1 in mmap, fixes breakage of test_dlmallocAlon Zakai
2012-01-06fix some spacingAlon Zakai
2012-01-06Merge pull request #166 from jterrace/pthread_pagesize_prAlon Zakai
2012-01-06put some PGO code behind and ifdefAlon Zakai
2012-01-06prevent stack from being exhausted due to allocas and byval argumentsAlon Zakai
2012-01-06Allow stream to be -1 in mmapJeff Terrace
2012-01-06Merge pull request #164 from FishingCactus/static_variableAlon Zakai
2012-01-06Added pthread function stubs and added getpagesize()Jeff Terrace
2012-01-07Fix read/write of variable in __cxa_guard_{acquire|release}julien.hamaide
2012-01-06Fix handling of static variable inside functionjulien.hamaide
2012-01-05properly handle implicit entry labels + phi also in the unoptimized phi caseAlon Zakai
2012-01-05handle various possible namings for an implicitly named entryAlon Zakai
2012-01-05handle the case where there is no explicit label for the entry, and the name ...Alon Zakai
2012-01-05add debug output of which functions are being processed in side passesAlon Zakai
2012-01-04enlarge stack size default to 5MBAlon Zakai
2012-01-04better error when running out of stackAlon Zakai
2012-01-04fix bug with investigating types in the main pass, and in rare cases defining...Alon Zakai
2012-01-04support empty strings in llvm metadata for namespacesAlon Zakai
2012-01-03tweak loop hoistingAlon Zakai
2012-01-03hoist even large entries into loopsAlon Zakai
2012-01-02do not set label when continue-ing to a loop with one entryAlon Zakai
2012-01-02use BRNOL in loops tooAlon Zakai
2012-01-02do not set label when leaving a multiple with one post-entry, and properly op...Alon Zakai
2012-01-01improve loop hoisting and add testAlon Zakai
2012-01-01do not set __label__ if a loop has only one entry in its externalsAlon Zakai
2012-01-01hoist some externals into loopsAlon Zakai
2012-01-01unset to undo set in utility.jsAlon Zakai
2011-12-31override print() by default, to avoid errors when using the browser print() (...Alon Zakai
2011-12-31handle truncation inside ptrtoint when needed, and fix some potential bugs (a...Alon Zakai
2011-12-31support ptrtoint into i64 in i64 mode 1Alon Zakai
2011-12-30makeSetValue debugging stuff, and fix some missing ;'s for makeSetValueAlon Zakai
2011-12-26add missing srem for i64 mode 1Alon Zakai