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-14 23:50:50 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
Transforms
History
Michael Gottesman
a00a81d4cc
Fixed a few debug messages in ObjCARC and added one.
...
llvm-svn: 172298
2013-01-12 02:57:16 +00:00
..
Hello
Move all of the header files which are involved in modelling the LLVM IR
2013-01-02 11:36:10 +00:00
InstCombine
Teach InstCombine to hoist FABS and FNEG through FPTRUNC instructions. The application of these operations commutes with the truncation, so we should prefer to do them in the smallest size we can, to save register space, use smaller constant pool entries, etc.
2013-01-10 22:06:52 +00:00
Instrumentation
[msan] Change va_start/va_copy shadow memset alignment to 8.
2013-01-10 22:36:33 +00:00
IPO
Fixed whitespace.
2013-01-11 23:08:52 +00:00
Scalar
Fixed a few debug messages in ObjCARC and added one.
2013-01-12 02:57:16 +00:00
Utils
Make sure we don't emit instructions before a landingpad instruction.
2013-01-08 10:51:32 +00:00
Vectorize
ARM Cost Model: We need to detect the max bitwidth of types in the loop in order to select the max vectorization factor.
2013-01-11 07:11:59 +00:00
CMakeLists.txt
Add a basic-block autovectorization pass.
2012-02-01 03:51:43 +00:00
LLVMBuild.txt
Add a basic-block autovectorization pass.
2012-02-01 03:51:43 +00:00
Makefile
Add a basic-block autovectorization pass.
2012-02-01 03:51:43 +00:00