aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/JIT
AgeCommit message (Expand)Author
2006-11-02For PR786:Reid Spencer
2006-10-20For PR950:Reid Spencer
2006-09-15Unbreak the JITChris Lattner
2006-09-14Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov
2006-09-13Fix a ton of jit failuresChris Lattner
2006-09-12Reflect MachineConstantPoolEntry changes.Evan Cheng
2006-09-10Behold, more work on relocations. Things are looking pretty good now.Nate Begeman
2006-09-04Completely rearchitect the interface between targets and the pass manager.Chris Lattner
2006-09-03eliminate use of TM.getName()Chris Lattner
2006-09-01Remove extra spaces.Evan Cheng
2006-09-01Last check-in was a mistake...Evan Cheng
2006-09-01*** empty log message ***Evan Cheng
2006-09-01Better comments.Evan Cheng
2006-09-01Yikes. This requires checking apple gcc version.Evan Cheng
2006-08-16initial changes to support JIT'ing from multiple module providers, implicitlyChris Lattner
2006-07-28Fix handling of asm specifiers for external globals. This unbreaks many programsChris Lattner
2006-07-27Resolve BB references with relocation.Evan Cheng
2006-07-27Fixed a typo in Evan's submisson.Jim Laskey
2006-07-27Move synchronizeICache from TargetJITInfo into a static function in JITEmitte...Evan Cheng
2006-07-27Fix warning on linuxChris Lattner
2006-07-25- Refactor the code that resolve basic block references to a TargetJITInfoEvan Cheng
2006-07-22Fix the build on my old and busted version of OS XNate Begeman
2006-07-22Forgot to #ifdef __APPLE__Evan Cheng
2006-07-21Resolve __dso_handle.Evan Cheng
2006-07-12Remove non-portable optimization that isn't worth itChris Lattner
2006-07-07Change AllocateRWX/DeallocateRWX do not throw an exception.Chris Lattner
2006-07-07Adapt to new interface function materialization interfaceChris Lattner
2006-06-23Added jump table address relocation.Evan Cheng
2006-06-16Only count instructions as code size, not constant pools and other per-functi...Chris Lattner
2006-06-01Fix -pedantic warnings.Chris Lattner
2006-06-01Silence some -pedantic warnings.Chris Lattner
2006-05-16Make this print the right start pointerChris Lattner
2006-05-12Fix a hypothetical memory leak, identified by Coverity. In practice, thisChris Lattner
2006-05-12Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson
2006-05-12For extra sanity checking, fill free'd memory with garbage so we know thatChris Lattner
2006-05-11Fix some bugs in the freelist manipulation code.Chris Lattner
2006-05-11Significantly revamp allocation of machine code to use free lists, realChris Lattner
2006-05-08Move some methods out of line so that MutexGuard.h isn't needed in a public h...Chris Lattner
2006-05-04Adjust to use proper TargetData copy ctorChris Lattner
2006-05-03minor cleanups, no functionality changeChris Lattner
2006-05-03Suck block address tracking out of targets into the JIT Emitter. ThisChris Lattner
2006-05-03Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson
2006-05-03Align function bodies correctly.Chris Lattner
2006-05-03Simplify some code. Don't add memory blocks to the Blocks list twice.Chris Lattner
2006-05-03Change the BasicBlockAddrs map to be a vector, indexed by MBB number.Chris Lattner
2006-05-03Simplify some codeChris Lattner
2006-05-02Several related changes:Chris Lattner
2006-05-02Do not make the JIT memory manager manage the memory for globals. InsteadChris Lattner
2006-05-02Minor cleanups, no functionality change.Chris Lattner
2006-05-02Refactor the machine code emitter interface to pull the pointers for the currentChris Lattner