aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/JIT/JIT.cpp
AgeCommit message (Expand)Author
2004-04-14Add a TargetData to the PassManager regardless of the TargetMachine.Brian Gaeke
2004-02-01Print an error message if there is an error materialize the bc file.Chris Lattner
2003-12-26No longer run atExit functions from run()Chris Lattner
2003-12-20This should not be needed anymoreChris Lattner
2003-12-20Implement PR135, lazy emission of global variablesChris Lattner
2003-12-20Cleanup the JIT as per PR176. This renames the VM class to JIT, and merges theChris Lattner
2003-12-20Rip JIT specific stuff out of TargetMachine, as per PR176Chris Lattner
2003-12-08Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-09Remove #include of PassManager.h which was marked FIXME, and apparently is noBrian Gaeke
2003-11-07Remove the *BIG UGLY HACK* from the JIT: PreSelection is now a FunctionPass.Misha Brukman
2003-10-29In VM::create(), comment out almost the whole function if NO_JITS_ENABLED,Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-16JIT.cpp:Misha Brukman
2003-10-14Enabling incremental bytecode loading in the JIT:Misha Brukman
2003-09-05ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/Brian Gaeke
2003-09-05Make CreateArgv part of lli rather than part of ExecutionEngine.Brian Gaeke
2003-09-03ExecutionEngine.cpp: Move execution engine creation stuff into a newBrian Gaeke
2003-08-24Targets now configure themselves based on the source module, not on theChris Lattner
2003-08-21Minor cleanups: wrap at 80 lines. Convert file comment to doxygen format andChris Lattner
2003-08-21The JIT now passes the environment pointer to the main() function when itJohn Criswell
2003-07-23Fix spaceChris Lattner
2003-07-02* If compiling on X86 or Sparc, automagically enable the JIT for that archMisha Brukman
2003-06-17Apparently "sparc" is a macro on sparcs. Ugh. :)Chris Lattner
2003-06-17Use more structured command line option processingChris Lattner
2003-06-17#ifdef out code that only applies when the HOSTARCH = sparcChris Lattner
2003-06-06::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT :::Misha Brukman
2003-06-02* Removed SparcEmitter.cpp; rolled into lib/Target/Sparc/SparcV9CodeEmitter.cppMisha Brukman
2003-06-01Move target specific code to target files. The new MachineCodeEmitterChris Lattner
2003-05-27Allow for specification of which JIT to run on the commandline.Misha Brukman
2003-05-14Add support for atexit handlers to the JIT, fixing 2003-05-14-AtExit.cChris Lattner
2003-05-12Make sure that globals are emitted AFTER the passmanager is set up for the JIT,Chris Lattner
2002-12-24Initial checkin of new LLI with JIT compilerChris Lattner