index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Other
/
constant-fold-gep.ll
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-13
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
1
-102
/
+102
2015-03-04
Make DataLayout Non-Optional in the Module
Mehdi Amini
1
-60
/
+60
2015-02-27
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
1
-2
/
+2
2014-07-04
IR: Fold away compares between GV GEPs and GVs
David Majnemer
1
-0
/
+17
2014-06-15
Canonicalize addrspacecast ConstExpr between different pointer types
Jingyue Wu
1
-1
/
+1
2013-11-15
Add addrspacecast instruction.
Matt Arsenault
1
-2
/
+2
2013-02-27
IR: Don't constant fold GEP bitcasts between different address spaces
Meador Inge
1
-0
/
+20
2013-02-20
Modify the LLVM assembly output so that it uses references to represent funct...
Bill Wendling
1
-57
/
+59
2012-04-27
Reapply r155682, making constant folding more consistent, with a fix to work
Dan Gohman
1
-3
/
+3
2012-04-27
Revert r155682, "Use ConstantExpr::getExtractElement when constant-folding ve...
NAKAMURA Takumi
1
-3
/
+3
2012-04-27
Use ConstantExpr::getExtractElement when constant-folding vectors
Dan Gohman
1
-3
/
+3
2011-12-15
Fix test.
Eli Friedman
1
-2
/
+2
2011-12-15
Make constant folding for GEPs a bit more aggressive.
Eli Friedman
1
-2
/
+5
2011-07-09
Land the long talked about "type system rewrite" patch. This
Chris Lattner
1
-46
/
+32
2010-08-28
remove unions from LLVM IR. They are severely buggy and not
Chris Lattner
1
-42
/
+0
2010-03-10
Constant-fold GEP-of-GEP into a single GEP.
Dan Gohman
1
-0
/
+31
2010-03-10
Fix whitespace.
Dan Gohman
1
-6
/
+6
2010-02-25
Teach the constant folder about union types.
Dan Gohman
1
-6
/
+48
2010-02-10
Canonicalize sizeof and alignof on pointer types to a canonical
Dan Gohman
1
-7
/
+51
2010-02-02
Factor out alignof expression folding into a separate function and
Dan Gohman
1
-0
/
+21
2010-02-01
Generalize target-independent folding rules for sizeof to handle more
Dan Gohman
1
-35
/
+314
2010-01-28
Remove the folding rule
Dan Gohman
1
-0
/
+84