FastISel support for unreachable.
[oota-llvm.git] / lib / ExecutionEngine / JIT /
2008-09-02 Evan ChengMMI may be null.
2008-08-28 Nicolas GeoffrayAdd support for JIT exceptions on Darwin. Since we...
2008-08-20 Evan ChengGet rid of a couple of dynamic_cast.
2008-08-19 Nicolas GeoffrayUpdate the JIT exception writer to better mimic the...
2008-08-18 Nicolas GeoffrayRegister the frame register function when allocating...
2008-08-16 Anton KorobeynikovMove SLEB/ULEB size calculation routines from AsmPrinte...
2008-08-11 Dale JohannesenSome fixes for x86-64 JIT. Make it use small code
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-08-05 Dan GohmanTrim #includes.
2008-07-29 Evan ChengFix for PR2578. Do not split off a block whose size...
2008-07-07 Dan GohmanUse empty() instead of size().
2008-07-03 Dan GohmanCorrect a comment.
2008-07-01 Dan GohmanPrune a few dependencies on MachineFunction.h.
2008-07-01 Dan GohmanSplit ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL...
2008-06-25 Chris LattnerImplement JIT support for global aliases, patch by...
2008-06-25 Chris LattnerSwitch the PPC backend and target-independent JIT to...
2008-06-21 Dan GohmanUse back() instead of [size()-1].
2008-06-21 Dan GohmanUse static_cast instead of reinterpret_cast for casting...
2008-06-17 Anton KorobeynikovProvide generic hooks for icache invalidation. Add...
2008-06-16 Chris LattnerAdd a new flag that disables symbol lookup with dlsym...
2008-05-23 Dan GohmanAdd #includes to make some dependencies explicit.
2008-05-21 Nate BegemanFix a couple issues with the JIT and multiple modules:
2008-05-18 Nate BegemanFix a backwards check in the JIT symbol table code
2008-05-15 Evan ChengDisable JIT symbol table for now.
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 GeoffrayBe pessimistic in computing the buffer size when aligning.
2008-04-20 Nicolas GeoffrayCosmetic changes, as suggested by Evan. No functionalit...
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-18 Nicolas GeoffrayEnable jitting with a known memory size.
2008-04-16 Nicolas GeoffrayCorrelate stubs with functions in JIT: when emitting...
2008-04-13 Chris LattnerFix some serious logic errors that broke the jit on...
2008-04-12 Evan ChengAdd debugging code.
2008-04-11 Chris LattnerReenable JIT symbol table.
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2008-04-05 Chris Lattnerdisable this for now.
2008-04-04 Chris LattnerProvide an initial cut at exposing JIT compiled symbols...
2008-03-25 Dan GohmanAdd explicit keywords.
2008-03-22 Anton KorobeynikovRegister EH frames emitted in JIT when using gcc unwind...
2008-03-07 Chris Lattnerfix 80 col violations
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-02-13 Nicolas GeoffrayEnable exception handling int JIT
2008-01-29 Duncan SandsUse getPreferredAlignmentLog or getPreferredAlignment
2008-01-25 Chris LattnerJITEmitter.cpp was trying to sync the icache for functi...
2008-01-05 Evan ChengX86 JIT PIC jumptable support.
2008-01-04 Evan ChengX86 PIC JIT support fixes: encoding bugs, add lazy...
2008-01-03 Chris LattnerRemove symbols that don't exist, remove tabs, fix comme...
2008-01-03 Chris LattnerFix PR1873, a problem finding stat-related symbols...
2008-01-03 Evan ChengChange MachineRelocation::DoesntNeedFnStub to NeedStub...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-29 Chris Lattnerremove attribution from lib Makefiles.
2007-12-06 Chuck Rose IIIAdjust VStudio files to add JITMemoryManager files...
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-12-05 Chris Lattnersplit the JIT memory management code out from the main...
2007-11-28 Chris Lattnerfor consistency, allow a fallthrough if the final check...
2007-11-27 Chris LattnerMake this actually work on systems that support ppc...
2007-11-27 Chris LattnerUnbreak all of the darwin/ppc32 JIT failures having...
2007-11-01 Duncan SandsExecutive summary: getTypeSize -> getTypeStoreSize...
2007-10-22 Chris Lattneradd a mechanism for the JIT to invoke a function to...
2007-10-22 Chris Lattnerllvm-gcc3 is dead, along with it __main.
2007-10-17 Gordon HenriksenSwitching TargetMachineRegistry to use the new generic...
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-19 Reid SpencerHush a noisy warning from GCC 4.2 about overflow during...
2007-07-09 Gabor Greiffix typos
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-06-30 Evan Cheng(For Chris): Fix failure where we rejected compiling...
2007-04-20 Chris Lattneravoid mutating a global in an accessor
2007-04-20 Chris Lattnerfit in 80 cols
2007-04-20 Chris Lattnerrename JIT::state -> JIT::jitstate to avoid shadowing...
2007-03-06 Anton KorobeynikovImplement PR1240
2007-03-06 Reid SpencerSimplify code as a result of the change in GenericValue...
2007-03-03 Reid SpencerDeal with error handling better.
2007-02-24 Chris LattnerFix PR1216 by cleaning up the ownership of JITResolver.
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-23 Anton KorobeynikovMoved disassembler to libSystem
2007-01-20 Chris LattnerTeach TargetData to handle 'preferred' alignment for...
2007-01-20 Chris LattnerDOUT still evaluates side effects, even though it doesn...
2007-01-19 Andrew Lenharthfix build on amd64
2007-01-19 Anton KorobeynikovAdding disassembler interface and external hook to...
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-19 Chris Lattnerremove static ctors from Statistic objects
2006-12-17 Chris LattnerFix PR1057 (compilation on macos 10.3), patch by Scott...
2006-12-14 Jim LaskeySimplify the fetching of relocation mode.
2006-12-14 Jim Laskey1. Tidy up jump table info.
2006-12-12 Reid SpencerChange inferred cast creation calls to more specific...
2006-12-07 Bill WendlingRemoving even more <iostream> includes.
next