index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
InstCombine
Age
Commit message (
Expand
)
Author
2012-12-13
Rename isPowerOfTwo to isKnownToBeAPowerOfTwo.
Rafael Espindola
2012-12-13
Pattern matching code for intrinsics.
Michael Ilseman
2012-12-13
Typo.
Chad Rosier
2012-12-12
Restore the PHI optimization I accidently removed
Michael Ilseman
2012-12-12
Remove trailing whitespace
Michael Ilseman
2012-12-12
Simplify negated bit test
David Majnemer
2012-12-12
The TargetData is not used for the isPowerOfTwo determination. It has never
Rafael Espindola
2012-12-12
- Fix a problematic way in creating all-the-1 APInt.
Shuxin Yang
2012-12-12
Remove redunant optimizations from InstCombine, instead call the appropriate ...
Michael Ilseman
2012-12-09
Use m_OneUse pattern instead of hasOneUse() method.
Jakub Staszak
2012-12-09
Remove trailing spaces.
Jakub Staszak
2012-12-07
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-04
For rdar://12329730, last piece.
Shuxin Yang
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
rdar://12329730 (2nd part, revised)
Shuxin Yang
2012-12-04
rdar://12329730 (2nd part)
Shuxin Yang
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-30
reversed the logic of the log2 detection routine to reduce the number of nest...
Pedro Artigas
2012-11-30
Addresses many style issues with prior checkin (r169025)
Pedro Artigas
2012-11-30
Add fast math inst combine X*log2(Y*0.5)-->X*log2(Y)-X
Pedro Artigas
2012-11-30
Move library call simplification statistic to instcombine
Meador Inge
2012-11-30
Move the InstVisitor utility into VMCore where it belongs. It heavily
Chandler Carruth
2012-11-27
instcombine: Don't replace all uses for instructions with no uses
Meador Inge
2012-11-26
Get rid of the getPointeeAlignment helper function from
Eli Friedman
2012-11-26
rdar://12329730 (defect 2)
Shuxin Yang
2012-11-20
Make the AttrListPtr object a part of the LLVMContext.
Bill Wendling
2012-11-18
Don't try to calculate the alignment of an unsigned type. Fixes PR14371!
Nick Lewycky
2012-11-16
Make this easier to understand, as suggested by Chandler.
Duncan Sands
2012-11-16
Fix PR14361: wrong simplification of A+B==B+A. You may think that the old logic
Duncan Sands
2012-11-15
InstCombineAndOrXor.cpp: Escape bracket in doxygen description. [-Wdocumentat...
NAKAMURA Takumi
2012-11-13
instcombine: Migrate math library call simplifications
Meador Inge
2012-11-11
Add method for replacing instructions to LibCallSimplifier
Meador Inge
2012-11-03
Generalize the transform that boosts GEP indices to the size of a pointer to
Duncan Sands
2012-11-01
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-10-30
Fix isEliminableCastPair to work correctly in the presence of pointers
Duncan Sands
2012-10-30
Enable some additional constant folding for PPCDoubleDouble.
Ulrich Weigand
2012-10-24
Add some cleanup to the DataLayout changes requested by Chandler.
Micah Villmow
2012-10-24
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-23
Fix typo that somehow escaped both testing and code inspection.
Duncan Sands
2012-10-23
Transform code like this
Duncan Sands
2012-10-20
InstCombine: Fix an edge case where constant icmps could sneak into ConstantF...
Benjamin Kramer
2012-10-16
[InstCombine] Teach InstCombine how to handle an obfuscated splat.
Michael Gottesman
2012-10-15
Move the Attributes::Builder outside of the Attributes class and into its own...
Bill Wendling
2012-10-15
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
Add an enum for the return and function indexes into the AttrListPtr object. ...
Bill Wendling
2012-10-15
Attributes Rewrite
Bill Wendling
2012-10-14
Remove operator cast method in favor of querying with the correct method.
Bill Wendling
2012-10-14
Remove the bitwise AND operators from the Attributes class. Replace it with t...
Bill Wendling
2012-10-13
Implement new LibCallSimplifier class
Meador Inge
[prev]
[next]