Convert more assert(0)+abort() -> LLVM_UNREACHABLE,
[oota-llvm.git] / lib / ExecutionEngine / JIT / JIT.cpp
2009-07-11 Torok EdwinConvert more assert(0)+abort() -> LLVM_UNREACHABLE,
2009-07-08 Jeffrey YasskinAdd an option to allocate JITed global data separately...
2009-07-07 Torok EdwinIntroduce new error handling API.
2009-07-01 Chris Lattnerimprove the APIs for creating struct and function types...
2009-06-25 Jeffrey YasskinAdd a JITEventListener interface that gets called back...
2009-06-24 Bob WilsonFix the Ocaml bindings for the ExecutionEngine: with...
2009-06-12 Nicolas GeoffrayAfter obtaining the lock, look if the function has...
2009-05-30 Bruno Cardoso LopesFirst patch in the direction of splitting MachineCodeEm...
2009-05-18 Argyrios KyrtzidisAllow the JIT ExecutionEngine to report details about...
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingThe second part of the change from -fast to -O#. This...
2009-04-16 Chris Lattnermake sure to unlock keymgr if the JIT is created and...
2009-04-14 Evan ChengMac OS X 10.6 and above do not use key manager to regis...
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-03-07 Nate BegemanFinish cross-process JIT work, and clean up previous...
2009-03-04 Nate BegemanFix a thinko in the JIT where the address of a GV was...
2009-03-03 Chris Lattnerdon't #include a header into the middle of an anon...
2009-02-19 Dan GohmanFix the logic in this assertion to properly validate...
2009-02-19 Dan GohmanReapply r57340. VMKit does not presently rely on materi...
2009-02-18 Nate BegemanAdd support to the JIT for true non-lazy operation...
2009-02-06 Dan GohmanSplit the locking out of JIT::runJITOnFunction so that...
2009-02-01 Evan ChengFix PR3423: Link llvm on ARM EABI machines. Patch by...
2009-01-23 Nate BegemanAdd support for deleting a module provider from a JIT...
2009-01-16 Evan ChengChange isGVCompilationDisabled() semantics again. It...
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2009-01-05 Dan GohmanHandle weak_extern in the JIT. This fixes
2008-12-09 Evan ChengDisableGVCompilation should not abort on internal Globa...
2008-11-23 Chris LattnerMake JIT::runFunction handle functions with non-C calli...
2008-11-04 Evan ChengFor some targets, it's not possible to place GVs in...
2008-10-25 Nicolas GeoffraySupport for allocation of TLS variables in the JIT...
2008-10-10 Mon P WangRevert r57340 move guard mutex in getPointerToFunction...
2008-10-10 Mon P WangMoved guard mutex upwards to guard materializing a...
2008-09-24 Evan ChengAdd DisableGVCompilation which forces the JIT to assert...
2008-08-28 Nicolas GeoffrayAdd support for JIT exceptions on Darwin. Since we...
2008-08-18 Nicolas GeoffrayRegister the frame register function when allocating...
2008-08-08 Evan ChengAdd new parameter Fast to createJIT to enable the fast...
2008-08-07 Dale JohannesenRewrite JIT handling of GlobalVariables so they
2008-07-01 Dan GohmanPrune a few dependencies on MachineFunction.h.
2008-05-21 Nate BegemanFix a couple issues with the JIT and multiple modules:
2008-05-15 Gabor GreifFix a bunch of 80col violations that arose from the...
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-04-20 Nicolas GeoffrayDo not hold the JIT lock when materializing a function...
2008-04-20 Chris LattnerSwitch to using Simplified ConstantFP::get API.
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2008-03-22 Anton KorobeynikovRegister EH frames emitted in JIT when using gcc unwind...
2008-01-29 Duncan SandsUse getPreferredAlignmentLog or getPreferredAlignment
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
next