index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
/
JIT
/
TargetSelect.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Registry.h should not depend on CommandLine.h.
Mikhail Glushenkov
2009-01-16
1
-1
/
+2
*
Delete trailing whitespace.
Mikhail Glushenkov
2009-01-16
1
-2
/
+2
*
Add new parameter Fast to createJIT to enable the fast codegen path.
Evan Cheng
2008-08-08
1
-2
/
+2
*
Use empty() instead of size().
Dan Gohman
2008-07-07
1
-1
/
+1
*
Add #includes to make some dependencies explicit.
Dan Gohman
2008-05-23
1
-0
/
+1
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
add a new ExecutionEngine::createJIT which can be used if you only want
Chris Lattner
2007-12-06
1
-4
/
+5
*
Switching TargetMachineRegistry to use the new generic Registry.
Gordon Henriksen
2007-10-17
1
-2
/
+3
*
avoid mutating a global in an accessor
Chris Lattner
2007-04-20
1
-5
/
+6
*
Deal with error handling better.
Reid Spencer
2007-03-03
1
-2
/
+9
*
Removing even more <iostream> includes.
Bill Wendling
2006-12-07
1
-4
/
+3
*
remove always-null IntrinsicLowering argument.
Chris Lattner
2006-03-23
1
-1
/
+1
*
remove the intrinsiclowering hook
Chris Lattner
2006-03-23
1
-2
/
+2
*
Shrinkify to match llc
Chris Lattner
2005-10-23
1
-3
/
+3
*
Add help support for -mcpu and -mattr.
Jim Laskey
2005-09-02
1
-3
/
+3
*
1. Use SubtargetFeatures in llc/lli.
Jim Laskey
2005-09-01
1
-1
/
+24
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-2
/
+2
*
The cleanup is done. Update comment.
Chris Lattner
2004-07-11
1
-5
/
+2
*
Goodbye macro hell, hello nice clean simple extensible code. This change
Chris Lattner
2004-07-11
1
-55
/
+13
*
Great sparc renaming fallout IV: Sparc --> SparcV9.
Brian Gaeke
2004-02-25
1
-1
/
+1
*
Great renaming part II: Sparc --> SparcV9 (also includes command-line options...
Brian Gaeke
2004-02-25
1
-5
/
+5
*
Pass around IntrinsicLowering instances as appropriate.
Chris Lattner
2003-12-28
1
-3
/
+4
*
Cleanup the JIT as per PR176. This renames the VM class to JIT, and merges the
Chris Lattner
2003-12-20
1
-0
/
+92