aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/JIT/JIT.cpp
AgeCommit message (Expand)Author
2007-02-13eliminate vector-related allocationsChris Lattner
2007-01-30For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer
2007-01-20Teach TargetData to handle 'preferred' alignment for each target, and useChris Lattner
2007-01-12For PR1064:Reid Spencer
2007-01-12Implement review feedback for the ConstantBool->ConstantInt merge. ChrisReid Spencer
2007-01-11Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer
2007-01-11For PR1043:Zhou Sheng
2006-12-31For PR950:Reid Spencer
2006-12-17Fix PR1057 (compilation on macos 10.3), patch by Scott Michel!Chris Lattner
2006-12-12Change inferred cast creation calls to more specific cast creations.Reid Spencer
2006-12-07Removing even more <iostream> includes.Bill Wendling
2006-10-20For PR950:Reid Spencer
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-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-07Adapt to new interface function materialization interfaceChris Lattner
2006-06-01Fix -pedantic warnings.Chris Lattner
2006-05-12Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson
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-03Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson
2006-05-02Do not make the JIT memory manager manage the memory for globals. InsteadChris Lattner
2006-03-24Get JIT/Interpreter working on Windows again.Jeff Cohen
2006-03-22Eliminate the dependency of ExecutionEngine on the JIT/Interpreter libraries.Chris Lattner
2006-01-07wrap long lineChris Lattner
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-12For PR540:Reid Spencer
2005-05-06Make the stub functions be tail callsChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-01-08Silence VS warnings.Chris Lattner
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-11-29Use System/DynamicLibrary instead of Support/DynamicLinkerReid Spencer
2004-11-20This method does not exist any longer.Chris Lattner
2004-11-15There is no reason to try to materialize the function from bytecode if itChris Lattner
2004-11-07Implement ExecutionEngine::freeMachineCodeForFunction()Misha Brukman
2004-10-22Use cleaner quoting and eliminate blank spaceMisha Brukman
2004-09-01Changes For Bug 352Reid Spencer
2004-08-16Add a special case for argc,argvChris Lattner