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
/
Constants.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
A file missed from previous checkin.
Dale Johannesen
2008-10-09
1
-1
/
+2
*
Prevent warning about conversion from 64-bit to 32-bit by (yuck) casting...
Bill Wendling
2008-09-19
1
-1
/
+1
*
Add a new ConstantExpr::getWithOperands that takes any array of operands
Chris Lattner
2008-08-20
1
-1
/
+4
*
Remove unnecessary implicit argument
Nate Begeman
2008-07-25
1
-2
/
+2
*
Fix minor issues with VICmp/VFCmp constant expressions
Nate Begeman
2008-07-25
1
-2
/
+3
*
IR, bitcode reader, bitcode writer, and asmparser changes to
Dan Gohman
2008-05-31
1
-4
/
+13
*
Remove warnings about unused parameters and shadowed variables.
Bill Wendling
2008-05-19
1
-4
/
+4
*
IR support for extractvalue and insertvalue instructions. Also, begin
Dan Gohman
2008-05-15
1
-0
/
+9
*
Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef
Nate Begeman
2008-05-12
1
-0
/
+2
*
remove commented-out code, it is subsumed by DECLARE_TRANSPARENT_OPERAND_ACCE...
Gabor Greif
2008-05-10
1
-9
/
+0
*
merge of use-diet branch to trunk
Gabor Greif
2008-05-10
1
-5
/
+37
*
remove obsolete method.
Chris Lattner
2008-05-04
1
-3
/
+0
*
Don't try to convert PPC long double.
Dale Johannesen
2008-04-28
1
-0
/
+3
*
ConstantFP::get should be static.
Chris Lattner
2008-04-09
1
-1
/
+1
*
Unbreak teh build.
Evan Cheng
2008-04-09
1
-0
/
+5
*
add a version of ConstantFP::get that doesn't take a redundant Type* value,
Chris Lattner
2008-04-09
1
-1
/
+4
*
make ConstantFP::isExactlyValue work for long double as well.
Chris Lattner
2008-04-09
1
-7
/
+4
*
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-04-06
1
-1
/
+30
*
ubyte and sbyte? what are those?
Nick Lewycky
2008-03-20
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
-146
/
+4
*
Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!
Gordon Henriksen
2007-12-09
1
-4
/
+146
*
Get rid of compilation warning during release builds
Bill Wendling
2007-11-01
1
-2
/
+2
*
Define a helper function ConstantVector::getSplatValue for testing for
Dan Gohman
2007-10-17
1
-0
/
+4
*
Adding C and Ocaml bindings for ConstantExpr.
Gordon Henriksen
2007-10-06
1
-3
/
+3
*
Remove the assumption that FP's are either float or
Dale Johannesen
2007-09-14
1
-0
/
+3
*
Next round of APFloat changes.
Dale Johannesen
2007-09-06
1
-17
/
+4
*
Change LegalFPImmediates to use APFloat.
Dale Johannesen
2007-08-30
1
-3
/
+19
*
Change internal representation of ConstantFP to use APFloat.
Dale Johannesen
2007-08-24
1
-2
/
+10
*
Fix minor doxygen nits.
Reid Spencer
2007-08-05
1
-0
/
+2
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+713