This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-01-28 23:52:54 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
Transforms
History
Devang Patel
5c983cb2ab
Implement support to debug inlined functions.
...
llvm-svn: 86748
2009-11-10 23:06:00 +00:00
..
Hello
CMake: Support for building llvm loadable modules.
2009-11-10 02:45:37 +00:00
Instrumentation
Remove includes of Support/Compiler.h that are no longer needed after the
2009-10-25 06:57:41 +00:00
IPO
Update computeArraySize() to use ComputeMultiple() to determine the array size associated with a malloc; also extend PerformHeapAllocSRoA() to check if the optimized malloc's arg had its highest bit set, so that it is safe for ComputeMultiple() to look through sext instructions while determining the optimized malloc's array size
2009-11-10 08:32:25 +00:00
Scalar
implement a TODO by teaching jump threading about "xor x, 1".
2009-11-10 22:39:16 +00:00
Utils
Implement support to debug inlined functions.
2009-11-10 23:06:00 +00:00
Makefile
The attached patches attempt to fix cross builds. For example, if you
2009-08-18 00:40:33 +00:00