summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAge
* Rework constant pool handling so that function constant pools are no longerChris Lattner2005-01-10
* Silence warningsChris Lattner2005-01-08
* Silence VS warnings.Chris Lattner2005-01-08
* Silence VS warnings.Chris Lattner2005-01-08
* Silence VS warningsChris Lattner2005-01-08
* Be double sure about including sys/stat.h by wrapping the inclusion inReid Spencer2004-12-20
* Move the #include of sys/stat.h inside the linux "hack" for the statReid Spencer2004-12-17
* Only #include sys/stat.h if we're on linux where we have the PR274 problem.Reid Spencer2004-12-17
* Get rid of some leaks found by VC leak detector.Reid Spencer2004-12-13
* Properly implement a fix for PR475Chris Lattner2004-12-05
* Revert this patch, it broke a ton of programs.Chris Lattner2004-12-05
* Fix PR475.Alkis Evlogimenos2004-12-05
* Remove darwin specific majikChris Lattner2004-12-03
* Do not look here for elegance.Chris Lattner2004-12-03
* Remove unneeded cast.Chris Lattner2004-12-01
* Fix the JIT when being used from llvm-dbChris Lattner2004-11-30
* Use System/DynamicLibrary instead of Support/DynamicLinkerReid Spencer2004-11-29
* Rename Emitter.cpp -> JITEmitter.cppChris Lattner2004-11-22
* Fix the FIXME, nuke the JIT specific forceCompilationOf method.Chris Lattner2004-11-22
* These methods are obsoleteChris Lattner2004-11-22
* Support targets that require stubs for external functions betterChris Lattner2004-11-22
* Clean up DEBUG outputChris Lattner2004-11-21
* Allow targets to avoid emitting a stub for EVERY lazily resolved call. InChris Lattner2004-11-21
* Implement relocation support by adding a target independent resolver interface.Chris Lattner2004-11-20
* This method does not exist any longer.Chris Lattner2004-11-20
* Add getCurrentPCOffset() and addRelocation() methods.Chris Lattner2004-11-20
* Add accessorChris Lattner2004-11-20
* Match change in MachineCodeEmitter prototype.Chris Lattner2004-11-19
* This is a horrible hack to work around libstdc++ bugs :(Chris Lattner2004-11-19
* Now that we have ghost linkage, we can force resolution of external symbolsChris Lattner2004-11-15
* There is no reason to try to materialize the function from bytecode if itChris Lattner2004-11-15
* Implement ExecutionEngine::freeMachineCodeForFunction()Misha Brukman2004-11-07
* When emitting debug msgs for function stubs, don't truncate theBrian Gaeke2004-10-29
* Fix library name.Reid Spencer2004-10-28
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-27
* Changes to support rand48 testsReid Spencer2004-10-27
* Fix the interpreter crash that Michael McCracken foundChris Lattner2004-10-26
* Use cleaner quoting and eliminate blank spaceMisha Brukman2004-10-22
* We won't use automakeReid Spencer2004-10-22
* Initial automake generated Makefile templateReid Spencer2004-10-18
* Add support for unreachableChris Lattner2004-10-16
* Add support for undefChris Lattner2004-10-16
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-13
* Initial version of automake Makefile.am file.Reid Spencer2004-10-10
* Convert code to compile with vc7.1.Reid Spencer2004-09-15
* Simplify the sys::Memory interface per Chris' request.Reid Spencer2004-09-13
* Convert the Emitter to use the lib/System "Memory" interface instead of theReid Spencer2004-09-11
* Changes For Bug 352Reid Spencer2004-09-01
* Add a special case for argc,argvChris Lattner2004-08-16
* Don't pass too many arguments into runFunctionChris Lattner2004-08-16