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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Be double sure about including sys/stat.h by wrapping the inclusion in
Reid Spencer
2004-12-20
1
-0
/
+3
*
Move the #include of sys/stat.h inside the linux "hack" for the stat
Reid Spencer
2004-12-17
1
-3
/
+1
*
Only #include sys/stat.h if we're on linux where we have the PR274 problem.
Reid Spencer
2004-12-17
1
-0
/
+2
*
Get rid of some leaks found by VC leak detector.
Reid Spencer
2004-12-13
1
-0
/
+5
*
Properly implement a fix for PR475
Chris Lattner
2004-12-05
2
-13
/
+15
*
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
*
Remove darwin specific majik
Chris Lattner
2004-12-03
1
-24
/
+0
*
Do not look here for elegance.
Chris Lattner
2004-12-03
1
-0
/
+24
*
Remove unneeded cast.
Chris Lattner
2004-12-01
1
-1
/
+0
*
Fix the JIT when being used from llvm-db
Chris Lattner
2004-11-30
1
-1
/
+1
*
Use System/DynamicLibrary instead of Support/DynamicLinker
Reid Spencer
2004-11-29
4
-12
/
+20
*
Rename Emitter.cpp -> JITEmitter.cpp
Chris Lattner
2004-11-22
1
-20
/
+20
*
Fix the FIXME, nuke the JIT specific forceCompilationOf method.
Chris Lattner
2004-11-22
1
-11
/
+0
*
These methods are obsolete
Chris Lattner
2004-11-22
1
-21
/
+1
*
Support targets that require stubs for external functions better
Chris Lattner
2004-11-22
1
-2
/
+18
*
Clean up DEBUG output
Chris Lattner
2004-11-21
1
-5
/
+5
*
Allow targets to avoid emitting a stub for EVERY lazily resolved call. In
Chris Lattner
2004-11-21
1
-9
/
+30
*
Implement relocation support by adding a target independent resolver interface.
Chris Lattner
2004-11-20
1
-12
/
+133
*
This method does not exist any longer.
Chris Lattner
2004-11-20
1
-4
/
+0
*
Add getCurrentPCOffset() and addRelocation() methods.
Chris Lattner
2004-11-20
1
-6
/
+40
*
Add accessor
Chris Lattner
2004-11-20
1
-0
/
+4
*
Match change in MachineCodeEmitter prototype.
Chris Lattner
2004-11-19
1
-2
/
+2
*
This is a horrible hack to work around libstdc++ bugs :(
Chris Lattner
2004-11-19
1
-2
/
+6
*
Now that we have ghost linkage, we can force resolution of external symbols
Chris Lattner
2004-11-15
1
-3
/
+8
*
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
3
-0
/
+15
*
When emitting debug msgs for function stubs, don't truncate the
Brian Gaeke
2004-10-29
1
-1
/
+1
*
Fix library name.
Reid Spencer
2004-10-28
2
-2
/
+2
*
Change Library Names Not To Conflict With Others When Installed
Reid Spencer
2004-10-27
1
-1
/
+1
*
Changes to support rand48 tests
Reid Spencer
2004-10-27
1
-0
/
+15
*
Fix the interpreter crash that Michael McCracken found
Chris Lattner
2004-10-26
1
-0
/
+1
*
Use cleaner quoting and eliminate blank space
Misha Brukman
2004-10-22
1
-3
/
+3
*
We won't use automake
Reid Spencer
2004-10-22
6
-2170
/
+0
*
Initial automake generated Makefile template
Reid Spencer
2004-10-18
3
-0
/
+2097
*
Add support for unreachable
Chris Lattner
2004-10-16
2
-0
/
+6
*
Add support for undef
Chris Lattner
2004-10-16
1
-1
/
+3
*
Update to reflect changes in Makefile rules.
Reid Spencer
2004-10-13
3
-12
/
+14
*
Initial version of automake Makefile.am file.
Reid Spencer
2004-10-10
3
-0
/
+71
*
Convert code to compile with vc7.1.
Reid Spencer
2004-09-15
1
-2
/
+3
*
Simplify the sys::Memory interface per Chris' request.
Reid Spencer
2004-09-13
1
-2
/
+2
*
Convert the Emitter to use the lib/System "Memory" interface instead of the
Reid Spencer
2004-09-11
1
-2
/
+5
*
Changes For Bug 352
Reid Spencer
2004-09-01
7
-12
/
+12
*
Add a special case for argc,argv
Chris Lattner
2004-08-16
1
-2
/
+13
*
Don't pass too many arguments into runFunction
Chris Lattner
2004-08-16
1
-8
/
+15
*
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
[next]