Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / ExecutionEngine / JIT / JIT.cpp
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-06 Chris Lattneradd a new ExecutionEngine::createJIT which can be used...
2007-12-06 Chris Lattnersimplify creation of the interpreter, make ExecutionEng...
2007-11-01 Duncan SandsExecutive summary: getTypeSize -> getTypeStoreSize...
2007-09-17 Dale JohannesenImplement x86 long double in jit (not really
2007-09-06 Dale JohannesenNext round of APFloat changes.
2007-08-13 Chris Lattnermove assertion into mutex guard, a partial fix for...
2007-08-08 Chris Lattnereliminate redundant conditions from the signless types...
2007-08-01 David GreeneNew CallInst interface to address GLIBCXX_DEBUG errors...
2007-07-30 Anton KorobeynikovAdd detection of __dso_handle presence during configure...
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-04-20 Chris Lattnerrename JIT::state -> JIT::jitstate to avoid shadowing...
2007-03-06 Reid SpencerSimplify code as a result of the change in GenericValue...
2007-02-14 Chris LattnerGeneralize TargetData strings, to support more interest...
2007-02-13 Chris Lattnereliminate vector-related allocations
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-20 Chris LattnerTeach TargetData to handle 'preferred' alignment for...
2007-01-12 Reid SpencerFor PR1064:
2007-01-12 Reid SpencerImplement review feedback for the ConstantBool->Constan...
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2007-01-11 Zhou ShengFor PR1043:
2006-12-31 Reid SpencerFor PR950:
2006-12-17 Chris LattnerFix PR1057 (compilation on macos 10.3), patch by Scott...
2006-12-12 Reid SpencerChange inferred cast creation calls to more specific...
2006-12-07 Bill WendlingRemoving even more <iostream> includes.
2006-10-20 Reid SpencerFor PR950:
2006-09-04 Chris LattnerCompletely rearchitect the interface between targets...
2006-09-03 Chris Lattnereliminate use of TM.getName()
2006-09-01 Evan ChengRemove extra spaces.
2006-09-01 Evan ChengLast check-in was a mistake...
2006-09-01 Evan Cheng*** empty log message ***
2006-09-01 Evan ChengBetter comments.
2006-09-01 Evan ChengYikes. This requires checking apple gcc version.
2006-08-16 Chris Lattnerinitial changes to support JIT'ing from multiple module...
2006-07-22 Nate BegemanFix the build on my old and busted version of OS X
2006-07-22 Evan ChengForgot to #ifdef __APPLE__
2006-07-21 Evan ChengResolve __dso_handle.
2006-07-12 Chris LattnerRemove non-portable optimization that isn't worth it
2006-07-07 Chris LattnerAdapt to new interface function materialization interface
2006-06-01 Chris LattnerFix -pedantic warnings.
2006-05-12 Owen AndersonRefactor a bunch of includes so that TargetMachine...
2006-05-08 Chris LattnerMove some methods out of line so that MutexGuard.h...
2006-05-04 Chris LattnerAdjust to use proper TargetData copy ctor
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-05-02 Chris LattnerDo not make the JIT memory manager manage the memory...
2006-03-24 Jeff CohenGet JIT/Interpreter working on Windows again.
2006-03-22 Chris LattnerEliminate the dependency of ExecutionEngine on the...
2006-01-07 Chris Lattnerwrap long line
2005-07-28 Andrew LenharthLike constants, globals on some platforms are GOT relat...
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-12 Reid SpencerFor PR540:
2005-05-06 Chris LattnerMake the stub functions be tail calls
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-08 Chris LattnerSilence VS warnings.
2004-12-05 Chris LattnerProperly implement a fix for PR475
2004-12-05 Chris LattnerRevert this patch, it broke a ton of programs.
2004-12-05 Alkis EvlogimenosFix PR475.
2004-11-29 Reid SpencerUse System/DynamicLibrary instead of Support/DynamicLinker
2004-11-20 Chris LattnerThis method does not exist any longer.
2004-11-15 Chris LattnerThere is no reason to try to materialize the function...
2004-11-07 Misha BrukmanImplement ExecutionEngine::freeMachineCodeForFunction()
2004-10-22 Misha BrukmanUse cleaner quoting and eliminate blank space
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-16 Chris LattnerAdd a special case for argc,argv
2004-08-16 Chris LattnerFinally, add support for calling arbitrary non-varargs...
2004-08-15 Chris LattnerHandle all nullary functions, of any valid return type.
2004-08-15 Chris LattnerFine, go all of the way and check that the argument...
2004-08-15 Chris LattnerThese only really work if returning int or void
2004-08-15 Chris LattnerHandle zero arg function case
2004-08-15 Chris LattnerSimplify code a bit, print error message always instead...
2004-07-07 Reid SpencerMake error message consistent with the rest of LLVM...
2004-07-07 Reid SpencerFix for bug 391.
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-04-14 Brian GaekeAdd a TargetData to the PassManager regardless of the...
2004-02-01 Chris LattnerPrint an error message if there is an error materialize...
2003-12-26 Chris LattnerNo longer run atExit functions from run()
2003-12-20 Chris LattnerThis should not be needed anymore
2003-12-20 Chris LattnerImplement PR135, lazy emission of global variables
2003-12-20 Chris LattnerCleanup the JIT as per PR176. This renames the VM...
2003-12-20 Chris LattnerRip JIT specific stuff out of TargetMachine, as per...
2003-12-08 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-09 Brian GaekeRemove #include of PassManager.h which was marked FIXME...
2003-11-07 Misha BrukmanRemove the *BIG UGLY HACK* from the JIT: PreSelection...
2003-10-29 Brian GaekeIn VM::create(), comment out almost the whole function...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-16 Misha BrukmanJIT.cpp:
2003-10-14 Misha BrukmanEnabling incremental bytecode loading in the JIT:
2003-09-05 Brian GaekeExecutionEngine.h, GenericValue.h --> include/llvm...
2003-09-05 Brian GaekeMake CreateArgv part of lli rather than part of Executi...
2003-09-03 Brian GaekeExecutionEngine.cpp: Move execution engine creation...
2003-08-24 Chris LattnerTargets now configure themselves based on the source...
2003-08-21 Chris LattnerMinor cleanups: wrap at 80 lines. Convert file comment...
2003-08-21 John CriswellThe JIT now passes the environment pointer to the main...
2003-07-23 Chris LattnerFix space
2003-07-02 Misha Brukman* If compiling on X86 or Sparc, automagically enable...
2003-06-17 Chris LattnerApparently "sparc" is a macro on sparcs. Ugh. :)
2003-06-17 Chris LattnerUse more structured command line option processing
2003-06-17 Chris Lattner#ifdef out code that only applies when the HOSTARCH...
2003-06-06 Misha Brukman::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK...
next