aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/JIT/JIT.cpp
Commit message (Expand)AuthorAgeFilesLines
* Print an error message if there is an error materialize the bc file.Chris Lattner2004-02-011-1/+6
* No longer run atExit functions from run()Chris Lattner2003-12-261-14/+23
* This should not be needed anymoreChris Lattner2003-12-201-4/+0
* Implement PR135, lazy emission of global variablesChris Lattner2003-12-201-14/+63
* Cleanup the JIT as per PR176. This renames the VM class to JIT, and merges theChris Lattner2003-12-201-77/+96
* Rip JIT specific stuff out of TargetMachine, as per PR176Chris Lattner2003-12-201-7/+8
* Finegrainify namespacificationChris Lattner2003-12-081-5/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Remove #include of PassManager.h which was marked FIXME, and apparently is noBrian Gaeke2003-11-091-3/+0
* Remove the *BIG UGLY HACK* from the JIT: PreSelection is now a FunctionPass.Misha Brukman2003-11-071-15/+0
* In VM::create(), comment out almost the whole function if NO_JITS_ENABLED,Brian Gaeke2003-10-291-3/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* JIT.cpp:Misha Brukman2003-10-161-3/+4
* Enabling incremental bytecode loading in the JIT:Misha Brukman2003-10-141-5/+10
* ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/Brian Gaeke2003-09-051-1/+1
* Make CreateArgv part of lli rather than part of ExecutionEngine.Brian Gaeke2003-09-051-28/+15
* ExecutionEngine.cpp: Move execution engine creation stuff into a newBrian Gaeke2003-09-031-4/+3
* Targets now configure themselves based on the source module, not on theChris Lattner2003-08-241-3/+3
* Minor cleanups: wrap at 80 lines. Convert file comment to doxygen format andChris Lattner2003-08-211-26/+17
* The JIT now passes the environment pointer to the main() function when itJohn Criswell2003-08-211-3/+27
* Fix spaceChris Lattner2003-07-231-1/+1
* * If compiling on X86 or Sparc, automagically enable the JIT for that archMisha Brukman2003-07-021-12/+23
* Apparently "sparc" is a macro on sparcs. Ugh. :)Chris Lattner2003-06-171-4/+4
* Use more structured command line option processingChris Lattner2003-06-171-22/+28
* #ifdef out code that only applies when the HOSTARCH = sparcChris Lattner2003-06-171-1/+4
* ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT :::Misha Brukman2003-06-061-1/+14
* * Removed SparcEmitter.cpp; rolled into lib/Target/Sparc/SparcV9CodeEmitter.cppMisha Brukman2003-06-021-6/+2
* Move target specific code to target files. The new MachineCodeEmitterChris Lattner2003-06-011-3/+2
* Allow for specification of which JIT to run on the commandline.Misha Brukman2003-05-271-11/+48
* Add support for atexit handlers to the JIT, fixing 2003-05-14-AtExit.cChris Lattner2003-05-141-1/+5
* Make sure that globals are emitted AFTER the passmanager is set up for the JIT,Chris Lattner2003-05-121-0/+1
* Initial checkin of new LLI with JIT compilerChris Lattner2002-12-241-0/+53