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
/
TargetSelect.cpp
Age
Commit message (
Expand
)
Author
2009-07-08
Add an option to allocate JITed global data separately from code. By
Jeffrey Yasskin
2009-04-29
Instead of passing in an unsigned value for the optimization level, use an enum,
Bill Wendling
2009-04-29
The second part of the change from -fast to -O#. This changes the JIT to accept
Bill Wendling
2009-01-16
Registry.h should not depend on CommandLine.h.
Mikhail Glushenkov
2009-01-16
Delete trailing whitespace.
Mikhail Glushenkov
2008-08-08
Add new parameter Fast to createJIT to enable the fast codegen path.
Evan Cheng
2008-07-07
Use empty() instead of size().
Dan Gohman
2008-05-23
Add #includes to make some dependencies explicit.
Dan Gohman
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-06
add a new ExecutionEngine::createJIT which can be used if you only want
Chris Lattner
2007-10-17
Switching TargetMachineRegistry to use the new generic Registry.
Gordon Henriksen
2007-04-20
avoid mutating a global in an accessor
Chris Lattner
2007-03-03
Deal with error handling better.
Reid Spencer
2006-12-07
Removing even more <iostream> includes.
Bill Wendling
2006-03-23
remove always-null IntrinsicLowering argument.
Chris Lattner
2006-03-23
remove the intrinsiclowering hook
Chris Lattner
2005-10-23
Shrinkify to match llc
Chris Lattner
2005-09-02
Add help support for -mcpu and -mattr.
Jim Laskey
2005-09-01
1. Use SubtargetFeatures in llc/lli.
Jim Laskey
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-07-11
The cleanup is done. Update comment.
Chris Lattner
2004-07-11
Goodbye macro hell, hello nice clean simple extensible code. This change
Chris Lattner
2004-02-25
Great sparc renaming fallout IV: Sparc --> SparcV9.
Brian Gaeke
2004-02-25
Great renaming part II: Sparc --> SparcV9 (also includes command-line options...
Brian Gaeke
2003-12-28
Pass around IntrinsicLowering instances as appropriate.
Chris Lattner
2003-12-20
Cleanup the JIT as per PR176. This renames the VM class to JIT, and merges the
Chris Lattner