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
/
include
/
llvm
/
Constant.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
getAllOnesValue also works for vectors of integers.
Duncan Sands
2012-06-04
1
-2
/
+2
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
1
-4
/
+5
*
eliminate the Constant::getVectorElements method. There are better (and
Chris Lattner
2012-01-26
1
-6
/
+0
*
constify some methods and add a new Constant::getAggregateElement
Chris Lattner
2012-01-25
1
-0
/
+7
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+1
*
Implement Constant::isAllOnesValue(). Fix ConstantFolding to use the new api.
Nadav Rotem
2011-08-24
1
-0
/
+4
*
Revert "Address Duncan's CR request:"
Eric Christopher
2011-08-23
1
-3
/
+0
*
Address Duncan's CR request:
Nadav Rotem
2011-08-23
1
-0
/
+3
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-4
/
+4
*
devirtualize Constant::isNullValue:
Chris Lattner
2011-07-15
1
-1
/
+1
*
add CFP::isNegative() and ConstnatInt::isNegative() methods.
Chris Lattner
2011-07-15
1
-1
/
+1
*
Fix or remove code which seemed to think that the operand of a Constant
Jay Foad
2011-04-11
1
-13
/
+0
*
hoist GlobalValue::removeDeadConstantUsers up to being a method on Constant.
Chris Lattner
2011-02-18
1
-3
/
+9
*
Remove apparently unnecessary forward declaration.
Eric Christopher
2010-09-14
1
-1
/
+0
*
eliminate a bunch of pointless LLVMContext arguments.
Chris Lattner
2010-02-01
1
-2
/
+1
*
the verifier shouldn't modify the IR.
Chris Lattner
2009-11-01
1
-0
/
+4
*
Previously, all operands to Constant were themselves constant.
Chris Lattner
2009-10-28
1
-9
/
+10
*
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
*
Add a new Constant::getIntegerValue helper function, and convert a
Dan Gohman
2009-08-03
1
-0
/
+6
*
Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...
Owen Anderson
2009-07-31
1
-0
/
+7
*
make Constant::getRelocationInfo return an enum, as suggested by Duncan.
Chris Lattner
2009-07-24
1
-7
/
+14
*
reimplement Constant::ContainsRelocations as
Chris Lattner
2009-07-22
1
-20
/
+15
*
Privatize the MDString uniquing table.
Owen Anderson
2009-07-16
1
-0
/
+1
*
These don't really need contexts either.
Owen Anderson
2009-07-13
1
-0
/
+4
*
Move more functionality over to LLVMContext.
Owen Anderson
2009-07-13
1
-5
/
+0
*
Begin the painful process of tearing apart the rat'ss nest that is Constants....
Owen Anderson
2009-07-13
1
-5
/
+3
*
Revert r73790, and replace it with a significantly less ugly solution. Rathe...
Owen Anderson
2009-06-20
1
-4
/
+2
*
Fix a serious bug that would cause deadlock during abstract type refinement. ...
Owen Anderson
2009-06-19
1
-2
/
+4
*
Clearify local/global relocations wording
Anton Korobeynikov
2009-03-30
1
-1
/
+10
*
Honour relocation behaviour stuff for ro objects
Anton Korobeynikov
2009-03-29
1
-0
/
+1
*
Extend the relocation tracker handler, so we can filter on different 'kinds' ...
Anton Korobeynikov
2009-03-29
1
-2
/
+8
*
fix typo's
Gabor Greif
2008-10-13
1
-2
/
+2
*
Switch the asmprinter (.ll) and all the stuff it requires over to
Chris Lattner
2008-08-23
1
-3
/
+0
*
comment update
Chris Lattner
2008-08-09
1
-1
/
+2
*
add a helper method for code that wants to handle vector
Chris Lattner
2008-07-10
1
-0
/
+6
*
- Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp...
Evan Cheng
2008-06-30
1
-7
/
+0
*
Revert (52748 and friends):
Anton Korobeynikov
2008-06-29
1
-0
/
+7
*
Move GetConstantStringInfo to lib/Analysis. Remove
Eric Christopher
2008-06-26
1
-7
/
+0
*
Remove warnings about unused parameters and shadowed variables.
Bill Wendling
2008-05-19
1
-2
/
+2
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Reverting dtor devirtualization patch.
Gordon Henriksen
2007-12-10
1
-4
/
+0
*
Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!
Gordon Henriksen
2007-12-09
1
-0
/
+4
*
add a Constant::getAllOnesValue helper function, which works on integers
Chris Lattner
2007-06-15
1
-0
/
+5
*
Rename Value::getValueType to getValueID, to avoid confusion with
Dan Gohman
2007-04-13
1
-2
/
+2
*
Added ContainsRelocations() to check if a constant might only be resolvable a...
Evan Cheng
2007-03-08
1
-0
/
+4
*
Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...
Chris Lattner
2007-02-12
1
-3
/
+2
*
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-12-17
1
-0
/
+1
*
add a method to determine whether evaluation of a constant can trap.
Chris Lattner
2006-10-20
1
-0
/
+4
*
remove dead method
Chris Lattner
2006-09-28
1
-5
/
+0
[next]