1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/lib/Transforms/InstCombine
Nuno Lopes 3d7a8137ee objectsize:
refactor code a bit to enable future changes to support run-time information
add support to compute allocation sizes at run-time if penalty > 1 (e.g., malloc(x), calloc(x, y), and VLAs)

llvm-svn: 156515
2012-05-09 21:30:57 +00:00
..
CMakeLists.txt
InstCombine.h
InstCombineAddSub.cpp Add instcombine patterns for the following transformations: 2012-04-26 23:29:14 +00:00
InstCombineAndOrXor.cpp Add instcombine patterns for the following transformations: 2012-04-26 23:29:14 +00:00
InstCombineCalls.cpp objectsize: 2012-05-09 21:30:57 +00:00
InstCombineCasts.cpp Small fix in InstCombineCasts.cpp. Restored "alloca + bitcast" reducing for case when alloca's size is calculated within the "add/sub/... nsw". 2012-05-05 07:09:40 +00:00
InstCombineCompares.cpp
InstCombineLoadStoreAlloca.cpp
InstCombineMulDivRem.cpp
InstCombinePHI.cpp
InstCombineSelect.cpp
InstCombineShifts.cpp
InstCombineSimplifyDemanded.cpp
InstCombineVectorOps.cpp
InstCombineWorklist.h
InstructionCombining.cpp Remove trailing spaces. 2012-05-06 13:52:31 +00:00
LLVMBuild.txt
Makefile