summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/JIT
Commit message (Expand)AuthorAge
* Add a special case for argc,argvChris Lattner2004-08-16
* Finally, add support for calling arbitrary non-varargs functions.Chris Lattner2004-08-16
* Handle all nullary functions, of any valid return type.Chris Lattner2004-08-15
* Fine, go all of the way and check that the argument types are correct as well.Chris Lattner2004-08-15
* These only really work if returning int or voidChris Lattner2004-08-15
* Handle zero arg function caseChris Lattner2004-08-15
* Simplify code a bit, print error message always instead of asserting.Chris Lattner2004-08-15
* The cleanup is done. Update comment.Chris Lattner2004-07-11
* Goodbye macro hell, hello nice clean simple extensible code. This changeChris Lattner2004-07-11
* Make error message consistent with the rest of LLVM by saying that bytecodeReid Spencer2004-07-07
* Fix for bug 391.Reid Spencer2004-07-07
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-04
* Implement PR315: abort, don't warn, when missing external functions encounteredChris Lattner2004-06-01
* Use the SystemUtils.h file to do our dirty work.Chris Lattner2004-05-28
* This code is a real mess, but at least get the JIT *building* on platformsChris Lattner2004-05-27
* Implement emitWordAt() for the JIT emitter.Brian Gaeke2004-04-23
* Add a TargetData to the PassManager regardless of the TargetMachine.Brian Gaeke2004-04-14
* My fix for PR274 broke the build on Darwin/PPC. As I'm fairly certain thisBrian Gaeke2004-03-10
* Address PR274 - '[JIT] Programs cannot resolve the fstat function'Brian Gaeke2004-03-09
* Great sparc renaming fallout IV: Sparc --> SparcV9.Brian Gaeke2004-02-25
* Great renaming part II: Sparc --> SparcV9 (also includes command-line options...Brian Gaeke2004-02-25
* There is no reason to #define fdChris Lattner2004-02-08
* Print an error message if there is an error materialize the bc file.Chris Lattner2004-02-01
* Pass around IntrinsicLowering instances as appropriate.Chris Lattner2003-12-28
* No longer run atExit functions from run()Chris Lattner2003-12-26
* This should not be needed anymoreChris Lattner2003-12-20
* Implement PR135, lazy emission of global variablesChris Lattner2003-12-20
* Cleanup the JIT as per PR176. This renames the VM class to JIT, and merges theChris Lattner2003-12-20
* Rip JIT specific stuff out of TargetMachine, as per PR176Chris Lattner2003-12-20
* Implement the ExecutionEngine::getPointerToFunctionOrStub by forwarding theChris Lattner2003-12-12
* Finegrainify namespacificationChris Lattner2003-12-08
* Emit constants to one contiguous block, but this time, respect alignment cons...Chris Lattner2003-11-30
* Go back to allocating memory for each constant separately. Since SPARCs do notMisha Brukman2003-11-30
* Emit the MachineConstantPool constants in one contiguous memory `pool'.Misha Brukman2003-11-17
* * Order #includes as per style guideMisha Brukman2003-11-17
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Remove #include of PassManager.h which was marked FIXME, and apparently is noBrian Gaeke2003-11-09
* Remove the *BIG UGLY HACK* from the JIT: PreSelection is now a FunctionPass.Misha Brukman2003-11-07
* In VM::create(), comment out almost the whole function if NO_JITS_ENABLED,Brian Gaeke2003-10-29
* Destroy MachineFunction for any Function that we are about toBrian Gaeke2003-10-24
* Added LLVM copyright header.John Criswell2003-10-21
* Added LLVM copyright notice to Makefiles.John Criswell2003-10-20
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Hrm, a relic from the past. How cute :)Chris Lattner2003-10-20
* Tidy up doxygen comment for getPointerToFunction().Brian Gaeke2003-10-17
* Refactor running the JIT passes on a single function into the new method,Brian Gaeke2003-10-17
* Fix a typo in a comment, and zap a blank line.Brian Gaeke2003-10-16
* JIT.cpp:Misha Brukman2003-10-16
* Enabling incremental bytecode loading in the JIT:Misha Brukman2003-10-14
* Make mmap's fd for anonymous memory acquisition default to -1, except onBrian Gaeke2003-10-11