This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
llvm-project
Watch
0
Star
0
Fork
0
You've already forked llvm-project
mirror of
https://github.com/llvm/llvm-project.git
synced
2025-05-16 05:16:07 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
/
ExecutionEngine
History
Dale Johannesen
4d7e4ee799
fix one more fp80 case (used only by Interpreter)
...
and streamline code here a bit. llvm-svn: 67636
2009-03-24 18:16:17 +00:00
..
Interpreter
Reapply patch from r62553, with a fix to avoid looking for an ffi.h that isn't
2009-02-04 06:26:47 +00:00
JIT
Fix some significant problems with constant pools that resulted in unnecessary paddings between constant pool entries, larger than necessary alignments (e.g. 8 byte alignment for .literal4 sections), and potentially other issues.
2009-03-13 07:51:59 +00:00
CMakeLists.txt
CMake: Turned some libraries into partially linked objects. Corrected
2008-10-22 02:51:53 +00:00
ExecutionEngine.cpp
fix one more fp80 case (used only by Interpreter)
2009-03-24 18:16:17 +00:00
ExecutionEngineBindings.cpp
add getPointerToGlobal to the C bindings, patch by Lennart Augustsson!
2009-01-21 18:11:10 +00:00
Makefile
Removed trailing whitespace from Makefiles.
2009-01-09 16:44:42 +00:00