index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
ExecutionEngine
/
JIT
/
JIT.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
For PR950:
Reid Spencer
2006-10-20
1
-12
/
+12
*
Completely rearchitect the interface between targets and the pass manager.
Chris Lattner
2006-09-04
1
-5
/
+5
*
eliminate use of TM.getName()
Chris Lattner
2006-09-03
1
-2
/
+1
*
Remove extra spaces.
Evan Cheng
2006-09-01
1
-2
/
+2
*
Last check-in was a mistake...
Evan Cheng
2006-09-01
1
-4
/
+6
*
*** empty log message ***
Evan Cheng
2006-09-01
1
-2
/
+2
*
Better comments.
Evan Cheng
2006-09-01
1
-1
/
+4
*
Yikes. This requires checking apple gcc version.
Evan Cheng
2006-09-01
1
-2
/
+4
*
initial changes to support JIT'ing from multiple module providers, implicitly
Chris Lattner
2006-08-16
1
-1
/
+12
*
Fix the build on my old and busted version of OS X
Nate Begeman
2006-07-22
1
-1
/
+6
*
Forgot to #ifdef __APPLE__
Evan Cheng
2006-07-22
1
-0
/
+2
*
Resolve __dso_handle.
Evan Cheng
2006-07-21
1
-0
/
+8
*
Remove non-portable optimization that isn't worth it
Chris Lattner
2006-07-12
1
-5
/
+1
*
Adapt to new interface function materialization interface
Chris Lattner
2006-07-07
1
-9
/
+5
*
Fix -pedantic warnings.
Chris Lattner
2006-06-01
1
-11
/
+11
*
Refactor a bunch of includes so that TargetMachine.h doesn't have to include
Owen Anderson
2006-05-12
1
-0
/
+1
*
Move some methods out of line so that MutexGuard.h isn't needed in a public h...
Chris Lattner
2006-05-08
1
-5
/
+1
*
Adjust to use proper TargetData copy ctor
Chris Lattner
2006-05-04
1
-1
/
+1
*
Refactor TargetMachine, pushing handling of TargetData into the target-specif...
Owen Anderson
2006-05-03
1
-2
/
+2
*
Do not make the JIT memory manager manage the memory for globals. Instead
Chris Lattner
2006-05-02
1
-4
/
+16
*
Get JIT/Interpreter working on Windows again.
Jeff Cohen
2006-03-24
1
-0
/
+5
*
Eliminate the dependency of ExecutionEngine on the JIT/Interpreter libraries.
Chris Lattner
2006-03-22
1
-1
/
+4
*
wrap long line
Chris Lattner
2006-01-07
1
-1
/
+2
*
Like constants, globals on some platforms are GOT relative. This means they ...
Andrew Lenharth
2005-07-28
1
-1
/
+2
*
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-27
1
-1
/
+1
*
For PR540:
Reid Spencer
2005-07-12
1
-6
/
+14
*
Make the stub functions be tail calls
Chris Lattner
2005-05-06
1
-1
/
+2
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-7
/
+7
*
Silence VS warnings.
Chris Lattner
2005-01-08
1
-1
/
+2
*
Properly implement a fix for PR475
Chris Lattner
2004-12-05
1
-13
/
+0
*
Revert this patch, it broke a ton of programs.
Chris Lattner
2004-12-05
1
-4
/
+0
*
Fix PR475.
Alkis Evlogimenos
2004-12-05
1
-0
/
+4
*
Use System/DynamicLibrary instead of Support/DynamicLinker
Reid Spencer
2004-11-29
1
-2
/
+2
*
This method does not exist any longer.
Chris Lattner
2004-11-20
1
-4
/
+0
*
There is no reason to try to materialize the function from bytecode if it
Chris Lattner
2004-11-15
1
-9
/
+12
*
Implement ExecutionEngine::freeMachineCodeForFunction()
Misha Brukman
2004-11-07
1
-0
/
+6
*
Use cleaner quoting and eliminate blank space
Misha Brukman
2004-10-22
1
-3
/
+3
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
Add a special case for argc,argv
Chris Lattner
2004-08-16
1
-2
/
+13
*
Finally, add support for calling arbitrary non-varargs functions.
Chris Lattner
2004-08-16
1
-9
/
+58
*
Handle all nullary functions, of any valid return type.
Chris Lattner
2004-08-15
1
-7
/
+46
*
Fine, go all of the way and check that the argument types are correct as well.
Chris Lattner
2004-08-15
1
-13
/
+27
*
These only really work if returning int or void
Chris Lattner
2004-08-15
1
-17
/
+21
*
Handle zero arg function case
Chris Lattner
2004-08-15
1
-1
/
+5
*
Simplify code a bit, print error message always instead of asserting.
Chris Lattner
2004-08-15
1
-16
/
+19
*
Make error message consistent with the rest of LLVM by saying that bytecode
Reid Spencer
2004-07-07
1
-2
/
+2
*
Fix for bug 391.
Reid Spencer
2004-07-07
1
-0
/
+3
*
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-07-04
1
-0
/
+2
*
Add a TargetData to the PassManager regardless of the TargetMachine.
Brian Gaeke
2004-04-14
1
-0
/
+3
*
Print an error message if there is an error materialize the bc file.
Chris Lattner
2004-02-01
1
-1
/
+6
[next]