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
/
VMCore
/
ConstantFold.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+53