aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
AgeCommit message (Expand)Author
2005-10-23Fix a nasty bug that was causing miscompilation of global variablesChris Lattner
2005-10-23Shrinkify to match llcChris Lattner
2005-09-02Add help support for -mcpu and -mattr.Jim Laskey
2005-09-011. Use SubtargetFeatures in llc/lli.Jim Laskey
2005-08-01one cannot allocate a global, until one is done initializing the global pointersAndrew Lenharth
2005-07-30Keep tabs and trailing spaces out.Jeff Cohen
2005-07-29support near allocations for the JITAndrew Lenharth
2005-07-28Like constants, globals on some platforms are GOT relative. This means they ...Andrew Lenharth
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen
2005-07-25fix a warning on 32-bit systemsChris Lattner
2005-07-22the JIT memory manager will construct a GOT if you want it too. Also, it pla...Andrew Lenharth
2005-07-20count the number of relocations performed.Chris Lattner
2005-07-12For PR540:Reid Spencer
2005-07-11fix long linesChris Lattner
2005-06-18core changes for varargsAndrew Lenharth
2005-05-12Fix a really horrible problem that causes the JIT to miscompile any programChris Lattner
2005-05-06Make the stub functions be tail callsChris Lattner
2005-04-22Convert tabs to spacesMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-21* Remove trailing whitespaceMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-18Add support for targets that require stubs for external functions.Chris Lattner
2005-03-17Fix the missing symbols problem Bill was hitting. Patch contributed byChris Lattner
2005-03-15This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner
2005-02-27Use const iterators where possible. Patch by Evan Jones!Chris Lattner
2005-02-20Fix problems running the HowToUseJIT on powerpc, and probably problems withChris Lattner
2005-02-02This is no longer needed. Global variables with undef initializers can beChris Lattner
2005-01-21If the interpreter tries to execute an external function, kill it. Of courseChris Lattner
2005-01-16Improve compatiblity with HPUX on Itanium, patch by Duraid MadinaChris Lattner
2005-01-10Rework constant pool handling so that function constant pools are no longerChris Lattner
2005-01-08Silence warningsChris Lattner
2005-01-08Silence VS warnings.Chris Lattner
2005-01-08Silence VS warnings.Chris Lattner
2005-01-08Silence VS warningsChris Lattner
2004-12-20Be double sure about including sys/stat.h by wrapping the inclusion inReid Spencer
2004-12-17Move the #include of sys/stat.h inside the linux "hack" for the statReid Spencer
2004-12-17Only #include sys/stat.h if we're on linux where we have the PR274 problem.Reid Spencer
2004-12-13Get rid of some leaks found by VC leak detector.Reid Spencer
2004-12-05Properly implement a fix for PR475Chris Lattner
2004-12-05Revert this patch, it broke a ton of programs.Chris Lattner
2004-12-05Fix PR475.Alkis Evlogimenos
2004-12-03Remove darwin specific majikChris Lattner
2004-12-03Do not look here for elegance.Chris Lattner
2004-12-01Remove unneeded cast.Chris Lattner
2004-11-30Fix the JIT when being used from llvm-dbChris Lattner
2004-11-29Use System/DynamicLibrary instead of Support/DynamicLinkerReid Spencer
2004-11-22Rename Emitter.cpp -> JITEmitter.cppChris Lattner
2004-11-22Fix the FIXME, nuke the JIT specific forceCompilationOf method.Chris Lattner
2004-11-22These methods are obsoleteChris Lattner
2004-11-22Support targets that require stubs for external functions betterChris Lattner