index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
InstCombine
/
InstCombine.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tidy up whitespace with clang-format prior to making significant
Chandler Carruth
2014-05-07
1
-45
/
+41
*
[InstCombine] Add optimization of redundant insertvalue instructions.
Michael Zolotukhin
2014-05-07
1
-0
/
+1
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-5
/
+5
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+4
*
Revert "Revert r206045, "Fix shift by constants for vector.""
Matt Arsenault
2014-04-14
1
-1
/
+1
*
Revert r206045, "Fix shift by constants for vector."
NAKAMURA Takumi
2014-04-14
1
-1
/
+1
*
Fix shift by constants for vector.
Matt Arsenault
2014-04-11
1
-1
/
+1
*
[Layering] Move InstVisitor.h into the IR library as it is pretty
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-2
/
+2
*
[Modules] Move the TargetFolder into the Analysis library. Historically,
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Make some DataLayout pointers const.
Rafael Espindola
2014-02-24
1
-2
/
+2
*
Rename many DataLayout variables from TD to DL.
Rafael Espindola
2014-02-21
1
-7
/
+7
*
InstCombine: Hoist 3 copies of AddOne/SubOne into a header.
Benjamin Kramer
2014-01-19
1
-0
/
+9
*
InstCombine: Refactor fmul/fdiv combines to handle vectors.
Benjamin Kramer
2014-01-19
1
-1
/
+1
*
Add instcombine visitor for addrspacecast
Matt Arsenault
2013-11-15
1
-0
/
+1
*
InstCombine: Remove unused argument. No functionality change.
Benjamin Kramer
2013-09-20
1
-2
/
+2
*
Consistently use dbgs() in debug printing
Matt Arsenault
2013-09-05
1
-2
/
+2
*
Teach InstCombine visitGetElementPtr about address spaces
Matt Arsenault
2013-08-19
1
-2
/
+2
*
Reapply with r182909 with a fix to the calculation of the new indices for
Nick Lewycky
2013-05-31
1
-0
/
+1
*
Revert r182909.
Evgeniy Stepanov
2013-05-30
1
-1
/
+0
*
Swizzle vector inputs if it helps us eliminate shuffles.
Nick Lewycky
2013-05-30
1
-0
/
+1
*
Add missing -*- C++ -*- to headers
Matt Arsenault
2013-05-17
1
-1
/
+1
*
Added a function scalarizePHI() that sclarizes a vector phi instruction if it...
Anat Shemer
2013-04-18
1
-0
/
+1
*
Remove trailing spaces.
Jakub Staszak
2013-01-14
1
-25
/
+25
*
Consider expression "0.0 - X" as the negation of X if
Shuxin Yang
2013-01-09
1
-1
/
+1
*
This change is to implement following rules:
Shuxin Yang
2013-01-07
1
-0
/
+2
*
When code size is the priority (Oz, MinSize attribute), help llvm
Quentin Colombet
2013-01-07
1
-0
/
+2
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-3
/
+3
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
1
-1
/
+1
*
rdar://12329730 (2nd part)
Shuxin Yang
2012-12-04
1
-0
/
+5
*
Move the InstVisitor utility into VMCore where it belongs. It heavily
Chandler Carruth
2012-11-30
1
-1
/
+1
*
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
1
-1
/
+1
*
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
1
-1
/
+1
*
Transform code like this
Duncan Sands
2012-10-23
1
-0
/
+4
*
Implement new LibCallSimplifier class
Meador Inge
2012-10-13
1
-0
/
+2
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-4
/
+4
*
instcombine: merge the functions that remove dead allocas and dead mallocs/ca...
Nuno Lopes
2012-07-09
1
-1
/
+1
*
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
1
-1
/
+1
*
add a new pass to instrument loads and stores for run-time bounds checking
Nuno Lopes
2012-05-22
1
-1
/
+1
*
objectsize: add support for GEPs with non-constant indexes
Nuno Lopes
2012-05-10
1
-1
/
+1
*
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-04-04
1
-2
/
+2
*
Fix a few more places where TargetData/TargetLibraryInfo is not being passed.
Chad Rosier
2011-12-02
1
-0
/
+2
*
Last bit of TargetLibraryInfo propagation. Also fixed a case for TargetData
Chad Rosier
2011-12-01
1
-1
/
+3
*
Inlining often produces landingpad instructions with repeated
Duncan Sands
2011-09-30
1
-0
/
+1
*
Split the init.trampoline intrinsic, which currently combines GCC's
Duncan Sands
2011-09-06
1
-1
/
+3
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-5
/
+5
*
Make the demanded bits/elements optimizations preserve debug line information.
Eli Friedman
2011-05-19
1
-1
/
+9
*
Stop trying to have instcombine preserve LCSSA form: this was not
Duncan Sands
2011-04-27
1
-1
/
+0
*
Don't include Operator.h from InstrTypes.h.
Jay Foad
2011-04-11
1
-0
/
+1
*
InstCombine: Move (sext icmp) transforms into their own method. No intended f...
Benjamin Kramer
2011-04-01
1
-0
/
+1
[next]