Fix more static dtor issues
[oota-llvm.git] / lib / ExecutionEngine /
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.
2006-01-07 Chris LattnerWrap long lines.
2006-01-07 Chris Lattnerwrap long line
2005-10-23 Chris LattnerFix a nasty bug that was causing miscompilation of...
2005-10-23 Chris LattnerShrinkify to match llc
2005-09-02 Jim LaskeyAdd help support for -mcpu and -mattr.
2005-09-01 Jim Laskey1. Use SubtargetFeatures in llc/lli.
2005-08-01 Andrew Lenharthone cannot allocate a global, until one is done initial...
2005-07-30 Jeff CohenKeep tabs and trailing spaces out.
2005-07-29 Andrew Lenharthsupport near allocations for the JIT
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-25 Chris Lattnerfix a warning on 32-bit systems
2005-07-22 Andrew Lenharththe JIT memory manager will construct a GOT if you...
2005-07-20 Chris Lattnercount the number of relocations performed.
2005-07-12 Reid SpencerFor PR540:
2005-07-11 Chris Lattnerfix long lines
2005-06-18 Andrew Lenharthcore changes for varargs
2005-05-12 Chris LattnerFix a really horrible problem that causes the JIT to...
2005-05-06 Chris LattnerMake the stub functions be tail calls
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Misha Brukman* Remove trailing whitespace
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-18 Chris LattnerAdd support for targets that require stubs for external...
2005-03-17 Chris LattnerFix the missing symbols problem Bill was hitting. ...
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-02-27 Chris LattnerUse const iterators where possible. Patch by Evan...
2005-02-20 Chris LattnerFix problems running the HowToUseJIT on powerpc, and...
next