index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
/
JIT
/
JIT.cpp
Age
Commit message (
Expand
)
Author
2007-02-13
eliminate vector-related allocations
Chris Lattner
2007-01-30
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-20
Teach TargetData to handle 'preferred' alignment for each target, and use
Chris Lattner
2007-01-12
For PR1064:
Reid Spencer
2007-01-12
Implement review feedback for the ConstantBool->ConstantInt merge. Chris
Reid Spencer
2007-01-11
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2007-01-11
For PR1043:
Zhou Sheng
2006-12-31
For PR950:
Reid Spencer
2006-12-17
Fix PR1057 (compilation on macos 10.3), patch by Scott Michel!
Chris Lattner
2006-12-12
Change inferred cast creation calls to more specific cast creations.
Reid Spencer
2006-12-07
Removing even more <iostream> includes.
Bill Wendling
2006-10-20
For PR950:
Reid Spencer
2006-09-04
Completely rearchitect the interface between targets and the pass manager.
Chris Lattner
2006-09-03
eliminate use of TM.getName()
Chris Lattner
2006-09-01
Remove extra spaces.
Evan Cheng
2006-09-01
Last check-in was a mistake...
Evan Cheng
2006-09-01
*** empty log message ***
Evan Cheng
2006-09-01
Better comments.
Evan Cheng
2006-09-01
Yikes. This requires checking apple gcc version.
Evan Cheng
2006-08-16
initial changes to support JIT'ing from multiple module providers, implicitly
Chris Lattner
2006-07-22
Fix the build on my old and busted version of OS X
Nate Begeman
2006-07-22
Forgot to #ifdef __APPLE__
Evan Cheng
2006-07-21
Resolve __dso_handle.
Evan Cheng
2006-07-12
Remove non-portable optimization that isn't worth it
Chris Lattner
2006-07-07
Adapt to new interface function materialization interface
Chris Lattner
2006-06-01
Fix -pedantic warnings.
Chris Lattner
2006-05-12
Refactor a bunch of includes so that TargetMachine.h doesn't have to include
Owen Anderson
2006-05-08
Move some methods out of line so that MutexGuard.h isn't needed in a public h...
Chris Lattner
2006-05-04
Adjust to use proper TargetData copy ctor
Chris Lattner
2006-05-03
Refactor TargetMachine, pushing handling of TargetData into the target-specif...
Owen Anderson
2006-05-02
Do not make the JIT memory manager manage the memory for globals. Instead
Chris Lattner
2006-03-24
Get JIT/Interpreter working on Windows again.
Jeff Cohen
2006-03-22
Eliminate the dependency of ExecutionEngine on the JIT/Interpreter libraries.
Chris Lattner
2006-01-07
wrap long line
Chris Lattner
2005-07-28
Like constants, globals on some platforms are GOT relative. This means they ...
Andrew Lenharth
2005-07-27
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-12
For PR540:
Reid Spencer
2005-05-06
Make the stub functions be tail calls
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-01-08
Silence VS warnings.
Chris Lattner
2004-12-05
Properly implement a fix for PR475
Chris Lattner
2004-12-05
Revert this patch, it broke a ton of programs.
Chris Lattner
2004-12-05
Fix PR475.
Alkis Evlogimenos
2004-11-29
Use System/DynamicLibrary instead of Support/DynamicLinker
Reid Spencer
2004-11-20
This method does not exist any longer.
Chris Lattner
2004-11-15
There is no reason to try to materialize the function from bytecode if it
Chris Lattner
2004-11-07
Implement ExecutionEngine::freeMachineCodeForFunction()
Misha Brukman
2004-10-22
Use cleaner quoting and eliminate blank space
Misha Brukman
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-16
Add a special case for argc,argv
Chris Lattner
[next]