This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
/
ExecutionEngine
History
Chris Lattner
1fe2d2c600
Fix a hypothetical memory leak, identified by Coverity. In practice, this
...
object is never deleted though. llvm-svn: 28256
2006-05-12 18:10:12 +00:00
..
Interpreter
Refactor TargetMachine, pushing handling of TargetData into the target-specific subclasses. This has one caller-visible change: getTargetData() now returns a pointer instead of a reference.
2006-05-03 01:29:57 +00:00
JIT
Fix a hypothetical memory leak, identified by Coverity. In practice, this
2006-05-12 18:10:12 +00:00
ExecutionEngine.cpp
Move some methods out of line so that MutexGuard.h isn't needed in a public header.
2006-05-08 22:00:52 +00:00
Makefile
Change Library Names Not To Conflict With Others When Installed
2004-10-27 23:18:45 +00:00