This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
3de5b8e4c19104f245dfd95ff808de9c9fcb2f60
clang-p2996
/
llvm
/
lib
/
ExecutionEngine
/
JIT
History
NAKAMURA Takumi
45620380b5
EE: Provide the symbol "lseek64" explicitly with <unistd.h> on Linux glibc.
...
With libcxx, it seems <unistd.h> would not be provided. Thanks to Ryuta Suzuki. llvm-svn: 137567
2011-08-14 00:34:04 +00:00
..
CMakeLists.txt
Rewrite the CMake build to use explicit dependencies between libraries,
2011-07-29 00:14:25 +00:00
Intercept.cpp
EE: Provide the symbol "lseek64" explicitly with <unistd.h> on Linux glibc.
2011-08-14 00:34:04 +00:00
JIT.cpp
land David Blaikie's patch to de-constify Type, with a few tweaks.
2011-07-18 04:54:35 +00:00
JIT.h
- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.
2011-07-20 07:51:56 +00:00
JITDebugRegisterer.cpp
Fix a C++0x portability issue with std::make_pair. Explicitly providing template arguments no longer works when the call arguments are lvalues.
2011-04-29 16:57:12 +00:00
JITDebugRegisterer.h
Merge System into Support.
2010-11-29 18:16:10 +00:00
JITDwarfEmitter.cpp
Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for
2011-07-18 22:29:13 +00:00
JITDwarfEmitter.h
Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for
2011-07-18 22:29:13 +00:00
JITEmitter.cpp
Silence a bunch (but not all) "variable written but not read" warnings
2011-08-12 14:54:45 +00:00
JITMemoryManager.cpp
Merge System into Support.
2010-11-29 18:16:10 +00:00
Makefile
…
OProfileJITEventListener.cpp
Trailing whitespace.
2011-03-22 15:21:58 +00:00