aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-01Merge pull request #1009 from waywardmonkeys/another-libcxx-update1.3.6Alon Zakai
Another libcxx update
2013-04-01update test_chunkingAlon Zakai
2013-03-31fix test_cases/caall.ll in asmAlon Zakai
2013-03-31differentiate better the ambiguous case of llvm call (where the type can be ↵Alon Zakai
either just the return type, or the entire function type): ** and above are certainly just the return type
2013-03-31fix resource.h for C++ usageAlon Zakai
2013-03-31check both original short ident and redirected ident for being a library ↵Alon Zakai
function, so redirects to Math.* work
2013-03-31invalidate renderers using strideAlon Zakai
2013-03-31GL_UNSAFE_OPTS tweaksAlon Zakai
2013-03-31do not fix offsets in renderers; fixes test_gl_renderersAlon Zakai
2013-03-31fix gl_renderers.pngAlon Zakai
2013-03-31fix attribute offsets when they start at >0 and there is an array bufferAlon Zakai
2013-03-31improve test setup for test_gl_renderersAlon Zakai
2013-03-31refactor gl_renderers.cAlon Zakai
2013-03-31do not fix stride in renderersAlon Zakai
2013-03-31Added a test that creates two vertex buffers with different strides and ↵Michael Bishop
pointers and tests that the renderer can handle the changing strides and pointers. The resulting image should be a fat diamond with colored vertices as seen in the included image.
2013-03-30headers fix; fixes #1013Alon Zakai
2013-03-30do not concatenate funcs_js parts, keep them separateAlon Zakai
2013-03-30Merge pull request #1005 from waywardmonkeys/fix-cache-debuggingAlon Zakai
There's no configuration global now.
2013-03-30Merge pull request #1014 from waywardmonkeys/reinstate-testsAlon Zakai
Reinstate tests
2013-03-30fix -nostdinc++Alon Zakai
2013-03-30Merge pull request #1004 from waywardmonkeys/fix-nostdincxxAlon Zakai
-nostdinc++ is needed to not pick up system C++ headers.
2013-03-30Merge pull request #997 from waywardmonkeys/remove-extractAlon Zakai
Remove unused llvm-extract stuff.
2013-03-30rephrase commentAlon Zakai
2013-03-30Merge pull request #1008 from michaeljbishop/update-dead-functions-commentAlon Zakai
Updated comment for DEAD_FUNCTIONS.
2013-03-29Bump version.Bruce Mitchener
2013-03-29Update symbols.Bruce Mitchener
2013-03-29Update libcxx to work with emscripten.Bruce Mitchener
2013-03-29Update to r178253 from March 29, 2013.Bruce Mitchener
2013-03-28Updated comment for DEAD_FUNCTIONS.Michael Bishop
2013-03-27There's no configuration global now.Bruce Mitchener
2013-03-27-nostdinc++ is needed to not pick up system C++ headers.Bruce Mitchener
The comment here isn't quite accurate as at least current clang requires that -nostdinc++ be passed for the correct behavior. This was reported by Marcos Scriven.
2013-03-26Adjust the distance model and rolloff factor for OpenALEhsan Akhgari
2013-03-26Remove unused llvm-extract stuff.Bruce Mitchener
2013-03-25Merge pull request #898 from MichaelRiss/selectFixAlon Zakai
select function: return error condition when network connection fails
2013-03-25Merge pull request #993 from waywardmonkeys/reinstate-attributesAlon Zakai
Re-instate _ATTRIBUTE() usages.
2013-03-25simplify handling of anonymous entry blocks; fixes #948Alon Zakai
2013-03-25Merge pull request #989 from waywardmonkeys/fix-strtofAlon Zakai
Don't infinitely recurse in strtof().
2013-03-25Merge pull request #986 from caiiiycuk/offsets_testAlon Zakai
SDL mouse offsets test
2013-03-25test fixesAlon Zakai
2013-03-25remove symbol removing hack; export all malloc symbols as weak; add test for ↵1.3.5Alon Zakai
a case where symbol removing made us not merge llvm constructors properly
2013-03-25Get exceptions working as they were before.Bruce Mitchener
This no longer uses headers from libcxxabi and in fact uses libcxxabi a bit less than before. This no longer lets some new C++11 stuff such as exception_ptr work as the support for that relies upon libcxxabi code.
2013-03-25Bump version.1.3.4Bruce Mitchener
2013-03-25Get things working with the new libcxx / libcxxabi.Bruce Mitchener
2013-03-25Build libcxx and libcxxabi with C++11.Bruce Mitchener
2013-03-25Remove unused makefiles.Bruce Mitchener
2013-03-25update libcxxabi.Bruce Mitchener
2013-03-25Update to current libcxx.Bruce Mitchener
This doesn't work yet as it needs to be customized for use with emscripten still.
2013-03-25Clean up lists of files, building libcxx / libcxxabi.Bruce Mitchener
2013-03-23remove unneeded check from relooper1.3.3Alon Zakai
2013-03-23test_mmap works with Node now.Bruce Mitchener