.. |
CMakeLists.txt
|
|
|
InstCombine.h
|
add a new pass to instrument loads and stores for run-time bounds checking
|
2012-05-22 17:19:09 +00:00 |
InstCombineAddSub.cpp
|
add a new pass to instrument loads and stores for run-time bounds checking
|
2012-05-22 17:19:09 +00:00 |
InstCombineAndOrXor.cpp
|
Fix suspicous hasOneUse() check, found by PVS Studio (PR12357).
|
2012-05-28 20:52:48 +00:00 |
InstCombineCalls.cpp
|
switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients.
|
2012-05-28 01:47:44 +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
|
Fix a minor logic mistake transforming compares in instcombine. PR12514.
|
2012-05-11 01:32:59 +00:00 |
InstCombineLoadStoreAlloca.cpp
|
Teach InstCombine to nuke a common alloca pattern -- an alloca which has
|
2012-04-08 14:36:56 +00:00 |
InstCombineMulDivRem.cpp
|
Remove some dead code and tidy things up now that vectors use ConstantDataVector
|
2012-02-06 21:56:39 +00:00 |
InstCombinePHI.cpp
|
|
|
InstCombineSelect.cpp
|
InstCombine: Fix infinite loop when encountering switch on trivial icmp.
|
2012-05-28 19:18:16 +00:00 |
InstCombineShifts.cpp
|
PR12967: Don't crash when trying to fold a shift that's larger than the type's size.
|
2012-05-27 22:03:32 +00:00 |
InstCombineSimplifyDemanded.cpp
|
Always compute all the bits in ComputeMaskedBits.
|
2012-04-04 12:51:34 +00:00 |
InstCombineVectorOps.cpp
|
continue making the world safe for ConstantDataVector. At this point,
|
2012-01-27 03:08:05 +00:00 |
InstCombineWorklist.h
|
Use an iterator instead of calling .size() on the worklist every time, which is wasteful.
|
2012-03-15 11:19:41 +00:00 |
InstructionCombining.cpp
|
add a new pass to instrument loads and stores for run-time bounds checking
|
2012-05-22 17:19:09 +00:00 |
LLVMBuild.txt
|
LLVMBuild: Remove trailing newline, which irked me.
|
2011-12-12 19:48:00 +00:00 |
Makefile
|
|
|