More templatization.
[oota-llvm.git] / lib / ExecutionEngine /
2006-12-31 Reid SpencerFor PR950:
2006-12-23 Reid SpencerFor PR950:
2006-12-19 Chris Lattnerelimiante Statistic static ctors
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-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-12-02 Jeff CohenUnbreak VC++ build.
2006-12-01 Anton KorobeynikovIntroducing external weak linkage. Darwin codegen shoul...
2006-11-27 Bill WendlingRemoved #include <iostream> and replaced streams with...
2006-11-27 Reid SpencerFor PR950:
2006-11-16 Evan ChengAllow target to specify alignment for function stub.
2006-11-15 Chris LattnerSimplify IntrinsicLowering and clarify that it is only...
2006-11-09 Chris Lattnerif lazy compilation is disabled, print an error message...
2006-11-09 Chris Lattnerinit ivar
2006-11-08 Jim LaskeyRemove redundant <cmath>.
2006-11-08 Reid SpencerFor PR950:
2006-11-02 Reid SpencerFor PR786:
2006-11-02 Reid SpencerRemove a function prototype that is no longer needed...
2006-11-02 Reid SpencerFor PR950:
2006-11-01 Reid SpencerRemove unnecessary sign conversions made possible by...
2006-11-01 Reid SpencerFix a bug in the interpreter where divides of unmatched...
2006-10-26 Reid SpencerFor PR950:
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 LattnerSimplify TargetData ctor call
2006-06-16 Chris LattnerOnly count instructions as code size, not constant...
2006-06-16 Chris LattnerSimplify interpreter construction.
2006-06-01 Chris LattnerFix -pedantic warnings.
2006-06-01 Chris LattnerFix -pedantic warnings
2006-06-01 Chris LattnerSilence some -pedantic warnings.
2006-05-24 Reid SpencerFor PR786:
2006-05-16 Chris LattnerMake this print the right start pointer
2006-05-14 Chris LattnerLoadLibraryPermanently can theoretically throw an excep...
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-04-22 Chris LattnerFix JIT support for static ctors, which was apparently...
2006-03-24 Jeff CohenGet JIT/Interpreter working on Windows again.
2006-03-23 Chris Lattnerprune #includes
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...
2006-03-14 Reid SpencerConvert llvm.cs.uiuc.edu -> llvm.org
2006-03-08 Chris LattnerAdd a helper method for running static ctors/dtors...
2006-02-09 Chris Lattnersimplify this code now that each constant pool entry...
2006-02-09 Chris LattnerAdjust to MachineConstantPool interface change: instead...
2006-02-09 Chris Lattnerrename fields of constant pool entries
2006-02-07 Jeff CohenThe interpreter assumes that the caller of runFunction...
2006-02-07 Jeff CohenTeach the interpreter to handle global variables that...
2006-01-31 Evan ChengAllow the specification of explicit alignments for...
2006-01-22 Chris LattnerAdd #include of <iostream>
2006-01-20 Robert BocchinoFixed InitializeMemory to handle ConstantPacked.
next