aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/ExecutionEngine.cpp
AgeCommit message (Expand)Author
2003-05-14Fix typeosChris Lattner
2003-05-14Add support for more constant expressionsChris Lattner
2003-05-13Clean up castChris Lattner
2003-05-08Add a pointersize/endianness safe load routine to match the store routineChris Lattner
2003-05-07Fix bug: Jello/2003-05-07-ArgumentTest.llxChris Lattner
2003-04-23Fix bug where pointers were assumed to always be 64 bits in size!Chris Lattner
2003-04-23* Implement access to external variables in LLIChris Lattner
2003-04-21Make stderr, stdout, stdin work with LLIChris Lattner
2003-01-13Add fixmeChris Lattner
2002-12-28Add diagnostic outputChris Lattner
2002-12-24Fixes to compile with GCC 3.2Chris Lattner
2002-12-24Initial checkin of new LLI with JIT compilerChris Lattner