X86 / Cygwin asm / alignment fixes.
[oota-llvm.git] / lib / ExecutionEngine /
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...
2005-02-02 Chris LattnerThis is no longer needed. Global variables with undef...
2005-01-21 Chris LattnerIf the interpreter tries to execute an external functio...
2005-01-16 Chris LattnerImprove compatiblity with HPUX on Itanium, patch by...
2005-01-10 Chris LattnerRework constant pool handling so that function constant...
2005-01-08 Chris LattnerSilence warnings
2005-01-08 Chris LattnerSilence VS warnings.
2005-01-08 Chris LattnerSilence VS warnings.
2005-01-08 Chris LattnerSilence VS warnings
2004-12-20 Reid SpencerBe double sure about including sys/stat.h by wrapping...
2004-12-17 Reid SpencerMove the #include of sys/stat.h inside the linux "hack...
2004-12-17 Reid SpencerOnly #include sys/stat.h if we're on linux where we...
2004-12-13 Reid SpencerGet rid of some leaks found by VC leak detector.
2004-12-05 Chris LattnerProperly implement a fix for PR475
2004-12-05 Chris LattnerRevert this patch, it broke a ton of programs.
2004-12-05 Alkis EvlogimenosFix PR475.
2004-12-03 Chris LattnerRemove darwin specific majik
2004-12-03 Chris LattnerDo not look here for elegance.
2004-12-01 Chris LattnerRemove unneeded cast.
2004-11-30 Chris LattnerFix the JIT when being used from llvm-db
2004-11-29 Reid SpencerUse System/DynamicLibrary instead of Support/DynamicLinker
2004-11-22 Chris LattnerRename Emitter.cpp -> JITEmitter.cpp
2004-11-22 Chris LattnerFix the FIXME, nuke the JIT specific forceCompilationOf...
2004-11-22 Chris LattnerThese methods are obsolete
2004-11-22 Chris LattnerSupport targets that require stubs for external functio...
2004-11-21 Chris LattnerClean up DEBUG output
2004-11-21 Chris LattnerAllow targets to avoid emitting a stub for EVERY lazily...
2004-11-20 Chris LattnerImplement relocation support by adding a target indepen...
2004-11-20 Chris LattnerThis method does not exist any longer.
2004-11-20 Chris LattnerAdd getCurrentPCOffset() and addRelocation() methods.
2004-11-20 Chris LattnerAdd accessor
2004-11-19 Chris LattnerMatch change in MachineCodeEmitter prototype.
2004-11-19 Chris LattnerThis is a horrible hack to work around libstdc++ bugs :(
next