index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
ConstantFolding.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
1
-7
/
+5
*
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
1
-124
/
+117
*
Add some cleanup to the DataLayout changes requested by Chandler.
Micah Villmow
2012-10-24
1
-2
/
+1
*
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
1
-115
/
+123
*
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
1
-5
/
+7
*
Revert 165732 for further review.
Micah Villmow
2012-10-11
1
-7
/
+5
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
1
-5
/
+7
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-17
/
+17
*
Dont cast away const needlessly. Found by gcc48 -Wcast-qual.
Roman Divacky
2012-09-06
1
-1
/
+2
*
When constant folding GEP expressions, keep the address space information of ...
Nadav Rotem
2012-07-30
1
-3
/
+19
*
When folding a load from a global constant, if the load started in the middle
Duncan Sands
2012-07-25
1
-5
/
+8
*
Reapply r155682, making constant folding more consistent, with a fix to work
Dan Gohman
2012-04-27
1
-7
/
+20
*
Revert r155682, "Use ConstantExpr::getExtractElement when constant-folding ve...
NAKAMURA Takumi
2012-04-27
1
-14
/
+4
*
Use ConstantExpr::getExtractElement when constant-folding vectors
Dan Gohman
2012-04-27
1
-4
/
+14
*
Fix a crash on valid (if UB) bitcode that is produced for some global
Chandler Carruth
2012-04-24
1
-3
/
+11
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
1
-2
/
+2
*
Remove some dead code and tidy things up now that vectors use ConstantDataVector
Chris Lattner
2012-02-06
1
-18
/
+14
*
reapply the patches reverted in r149470 that reenable ConstantDataArray,
Chris Lattner
2012-02-05
1
-3
/
+3
*
Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...
Argyrios Kyrtzidis
2012-02-01
1
-3
/
+3
*
Change ConstantArray::get to form a ConstantDataArray when possible,
Chris Lattner
2012-01-31
1
-3
/
+3
*
Add r149110 back with a fix for when the vector and the int have the same
Rafael Espindola
2012-01-27
1
-0
/
+38
*
Revert r149110 and add a testcase that was crashing since that revision.
Rafael Espindola
2012-01-27
1
-38
/
+0
*
enhance constant folding to be able to constant fold bitcast of
Chris Lattner
2012-01-27
1
-0
/
+38
*
progress making the world safe to ConstantDataVector. While
Chris Lattner
2012-01-26
1
-39
/
+45
*
use Constant::getAggregateElement to simplify a bunch of code.
Chris Lattner
2012-01-25
1
-73
/
+24
*
Use the right method to get the # elements in a CDS.
Chris Lattner
2012-01-25
1
-2
/
+2
*
Split the interesting bits of ConstantFoldLoadThroughGEPConstantExpr
Chris Lattner
2012-01-24
1
-43
/
+56
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-2
/
+0
*
Switch llvm.cttz and llvm.ctlz to accept a second i1 parameter which
Chandler Carruth
2011-12-12
1
-4
/
+8
*
Add support for vectors of pointers.
Nadav Rotem
2011-12-05
1
-1
/
+2
*
Add support for constant folding the pow intrinsic.
Chad Rosier
2011-12-03
1
-3
/
+6
*
Abuse of mass replace isn't warranted even when the build is failing. Thanks
Chad Rosier
2011-12-01
1
-25
/
+29
*
Fix build by not assuming TLI is guaranteed. Will have to track down cases where
Chad Rosier
2011-12-01
1
-24
/
+23
*
Prevent library calls from being folded if -fno-builtin has been specified.
Chad Rosier
2011-12-01
1
-23
/
+24
*
Propagate TargetLibraryInfo throughout ConstantFolding.cpp and
Chad Rosier
2011-12-01
1
-26
/
+35
*
Fixes following the CR by Chris and Duncan:
Nadav Rotem
2011-08-29
1
-6
/
+0
*
Bitcasts are transitive. Bitcast-Bitcast-X becomes Bitcast-X.
Nadav Rotem
2011-08-28
1
-0
/
+6
*
Implement Constant::isAllOnesValue(). Fix ConstantFolding to use the new api.
Nadav Rotem
2011-08-24
1
-10
/
+7
*
Revert "Address Duncan's CR request:"
Eric Christopher
2011-08-23
1
-4
/
+9
*
Address Duncan's CR request:
Nadav Rotem
2011-08-23
1
-9
/
+4
*
Add constant folding support for bitcasts of splat vectors to integers.
Nadav Rotem
2011-08-20
1
-2
/
+10
*
Convert GetElementPtrInst to use ArrayRef.
Jay Foad
2011-07-25
1
-2
/
+1
*
Convert ConstantExpr::getGetElementPtr and
Jay Foad
2011-07-21
1
-4
/
+3
*
Convert TargetData::getIndexedOffset to use ArrayRef.
Jay Foad
2011-07-19
1
-7
/
+5
*
Use ArrayRef in ConstantFoldInstOperands and ConstantFoldCall.
Jay Foad
2011-07-19
1
-22
/
+21
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-31
/
+31
*
Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef.
Jay Foad
2011-07-13
1
-2
/
+2
*
Revert "revert 133714"
Rafael Espindola
2011-06-23
1
-2
/
+1
*
revert 133714
Dylan Noblesmith
2011-06-23
1
-1
/
+2
*
133713 broke the build, revert it.
Rafael Espindola
2011-06-23
1
-2
/
+1
[next]