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
/
VMCore
/
ConstantFold.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename VMCore directory to IR.
Chandler Carruth
2013-01-02
1
-56
/
+0
*
Convert ConstantFoldGetElementPtr to use ArrayRef.
Jay Foad
2011-07-19
1
-2
/
+2
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-1
/
+1
*
Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef.
Jay Foad
2011-07-13
1
-4
/
+4
*
Remove casts between Value** and Constant**, which won't work if a
Jay Foad
2011-01-14
1
-0
/
+2
*
eliminate a bunch of pointless LLVMContext arguments.
Chris Lattner
2010-02-01
1
-24
/
+9
*
Value* were never meant to be const. Removing constness from the constant
Nick Lewycky
2009-09-20
1
-21
/
+19
*
Teach lib/VMCore/ConstantFold.cpp how to set the inbounds keyword and
Dan Gohman
2009-09-11
1
-0
/
+1
*
Make LLVMContext and LLVMContextImpl classes instead of structs.
Benjamin Kramer
2009-08-11
1
-1
/
+1
*
Factor some of the constants+context related code out into a separate header,...
Owen Anderson
2009-08-04
1
-1
/
+1
*
Begin the painful process of tearing apart the rat'ss nest that is Constants....
Owen Anderson
2009-07-13
1
-9
/
+19
*
Forgot this file.
Owen Anderson
2009-06-20
1
-8
/
+5
*
Fix a serious bug that would cause deadlock during abstract type refinement. ...
Owen Anderson
2009-06-19
1
-5
/
+8
*
Fix comment typos.
Duncan Sands
2008-08-01
1
-2
/
+2
*
Constant folding for insertvalue and extractvalue.
Dan Gohman
2008-06-03
1
-4
/
+7
*
IR support for extractvalue and insertvalue instructions. Also, begin
Dan Gohman
2008-05-15
1
-0
/
+4
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
The #include <iterator> isn't needed in this header.
Dan Gohman
2007-10-22
1
-3
/
+0
*
Update GEP constructors to use an iterator interface to fix
David Greene
2007-09-04
1
-0
/
+3
*
ConstantFolding.cpp/h -> ConstantFold.cpp/h to avoid confusion with
Chris Lattner
2007-02-27
1
-0
/
+53