More templatization.
[oota-llvm.git] / lib / ExecutionEngine / JIT /
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.
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-11-16 Evan ChengAllow target to specify alignment for function stub.
2006-11-09 Chris Lattnerif lazy compilation is disabled, print an error message...
2006-11-02 Reid SpencerFor PR786:
2006-10-20 Reid SpencerFor PR950:
2006-09-15 Chris LattnerUnbreak the JIT
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-09-13 Chris LattnerFix a ton of jit failures
2006-09-12 Evan ChengReflect MachineConstantPoolEntry changes.
2006-09-10 Nate BegemanBehold, more work on relocations. Things are looking...
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-28 Chris LattnerFix handling of asm specifiers for external globals...
2006-07-27 Evan ChengResolve BB references with relocation.
2006-07-27 Jim LaskeyFixed a typo in Evan's submisson.
2006-07-27 Evan ChengMove synchronizeICache from TargetJITInfo into a static...
2006-07-27 Chris LattnerFix warning on linux
2006-07-25 Evan Cheng- Refactor the code that resolve basic block references...
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 LattnerChange AllocateRWX/DeallocateRWX do not throw an exception.
2006-07-07 Chris LattnerAdapt to new interface function materialization interface
2006-06-23 Evan ChengAdded jump table address relocation.
2006-06-16 Chris LattnerOnly count instructions as code size, not constant...
2006-06-01 Chris LattnerFix -pedantic warnings.
2006-06-01 Chris LattnerSilence some -pedantic warnings.
2006-05-16 Chris LattnerMake this print the right start pointer
2006-05-12 Chris LattnerFix a hypothetical memory leak, identified by Coverity...
2006-05-12 Owen AndersonRefactor a bunch of includes so that TargetMachine...
2006-05-12 Chris LattnerFor extra sanity checking, fill free'd memory with...
2006-05-11 Chris LattnerFix some bugs in the freelist manipulation code.
2006-05-11 Chris LattnerSignificantly revamp allocation of machine code to...
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 Chris Lattnerminor cleanups, no functionality change
2006-05-03 Chris LattnerSuck block address tracking out of targets into the...
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-05-03 Chris LattnerAlign function bodies correctly.
2006-05-03 Chris LattnerSimplify some code. Don't add memory blocks to the...
2006-05-03 Chris LattnerChange the BasicBlockAddrs map to be a vector, indexed...
2006-05-03 Chris LattnerSimplify some code
2006-05-02 Chris LattnerSeveral related changes:
2006-05-02 Chris LattnerDo not make the JIT memory manager manage the memory...
2006-05-02 Chris LattnerMinor cleanups, no functionality change.
2006-05-02 Chris LattnerRefactor the machine code emitter interface to pull...
2006-05-02 Chris LattnerRemove dead method
2006-04-25 Nate BegemanFix a warning
2006-04-22 Nate BegemanJumpTable support! What this represents is working...
2006-03-24 Jeff CohenGet JIT/Interpreter working on Windows again.
2006-03-23 Chris Lattnerremove always-null IntrinsicLowering argument.
2006-03-23 Chris Lattnerremove the intrinsiclowering hook
2006-03-22 Chris LattnerEliminate the dependency of ExecutionEngine on the...
next