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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update GEP constructors to use an iterator interface to fix
David Greene
2007-09-04
5
-79
/
+11
*
Change LegalFPImmediates to use APFloat.
Dale Johannesen
2007-08-30
1
-7
/
+38
*
Update InvokeInst to work like CallInst
David Greene
2007-08-27
1
-22
/
+0
*
Poison APFloat::operator==. Replace existing uses with bitwiseIsEqual.
Dale Johannesen
2007-08-24
1
-10
/
+21
*
sink clone() down the class hierarchy from CmpInst into ICmpInst/FCmpInst.
Chris Lattner
2007-08-24
1
-2
/
+5
*
Revised per review feedback from previous patch.
Dale Johannesen
2007-08-24
1
-20
/
+9
*
Change internal representation of ConstantFP to use APFloat.
Dale Johannesen
2007-08-24
1
-33
/
+33
*
Fix potentially N^2 behavior handling arrays with many of the
Chris Lattner
2007-08-21
1
-8
/
+35
*
simplify code, improve a comment.
Chris Lattner
2007-08-21
1
-6
/
+6
*
Add Type::isIntOrIntVector, like Type::isFPOrFPVector.
Dan Gohman
2007-08-20
1
-0
/
+11
*
When Intrinsic::getName is constructing names for overloaded intrinsics,
Dan Gohman
2007-08-20
1
-1
/
+2
*
simplify code and print visibility for declarations.
Chris Lattner
2007-08-19
1
-25
/
+21
*
Compute the argument list as lazily as possible. This ensures that clients
Chris Lattner
2007-08-18
1
-7
/
+24
*
use a nicer accessor.
Chris Lattner
2007-08-18
1
-1
/
+1
*
Fix the verification for overloaded intrinsic types. Check that they are
Dan Gohman
2007-08-16
1
-6
/
+19
*
Add MVT::fAny for overloading intrinsics on floating-point types.
Dan Gohman
2007-08-16
1
-0
/
+14
*
Assert sooner. Fix wordings.
Devang Patel
2007-08-14
1
-3
/
+2
*
Add methods to erase basic block entry.
Devang Patel
2007-08-13
1
-0
/
+24
*
Constant fold: getelementptr (i8* inttoptr (i64 1 to i8*), i32 -1)
Chris Lattner
2007-08-13
1
-1
/
+23
*
Do not overuse std::string. Pass around char * directly.
Devang Patel
2007-08-10
1
-11
/
+11
*
add Value::getNameStart/getNameLen() accessors.
Chris Lattner
2007-08-10
1
-0
/
+15
*
minor simplifications.
Chris Lattner
2007-08-10
1
-10
/
+8
*
avoid copying strings.
Chris Lattner
2007-08-10
1
-4
/
+4
*
Patch 10 for long double. Doing constants right needs expanding ConstantFP
Dale Johannesen
2007-08-09
1
-4
/
+15
*
Speed up updateDFSNumbers with two observations:
Chris Lattner
2007-08-08
1
-22
/
+17
*
reimplement dfs number computation to be significantly faster. This speeds up
Chris Lattner
2007-08-08
1
-40
/
+33
*
1. Random tidiness cleanups
Chris Lattner
2007-08-06
1
-47
/
+44
*
Fix minor doxygen nits.
Reid Spencer
2007-08-05
1
-0
/
+10
*
Fix a doxygen directive.
Reid Spencer
2007-08-05
1
-1
/
+1
*
Fix an iterator invalidation bug I induced.
Chris Lattner
2007-08-05
1
-3
/
+3
*
Switch some std::sets to SmallPtrSet. This speeds up
Chris Lattner
2007-08-05
1
-3
/
+3
*
Switch DomTreeNode::assignDFSNumber from using a std::set to using
Chris Lattner
2007-08-05
1
-8
/
+8
*
Switch the internal "Info" map from an std::map to a DenseMap. This
Chris Lattner
2007-08-05
1
-7
/
+5
*
switch the DomTreeNodes and IDoms maps in idom/postidom to a
Chris Lattner
2007-08-04
1
-16
/
+13
*
This is the patch to provide clean intrinsic function overloading support in ...
Chandler Carruth
2007-08-04
2
-66
/
+264
*
long double patch 3 of N. Add to MVT.
Dale Johannesen
2007-08-03
1
-50
/
+57
*
Long double, part 1 of N. Support in IR.
Dale Johannesen
2007-08-03
1
-9
/
+26
*
Update dominator info for the middle blocks created while spliting
Devang Patel
2007-08-02
1
-1
/
+9
*
Undo previous check-in.
Devang Patel
2007-08-01
1
-9
/
+1
*
Update dominator info for the middle blocks created while spliting
Devang Patel
2007-08-01
1
-1
/
+9
*
New CallInst interface to address GLIBCXX_DEBUG errors caused by
David Greene
2007-08-01
1
-6
/
+7
*
After a discussion with Anton, it turns out that the InReg attribute is not
Reid Spencer
2007-07-31
1
-1
/
+2
*
The InReg parameter attribute is valid on function results. The llvm-gcc-4.0
Reid Spencer
2007-07-31
1
-2
/
+1
*
Fix pastos in comments for doFinalization functions.
Dan Gohman
2007-07-30
1
-2
/
+2
*
Add facility to dump pass manager structure
Devang Patel
2007-07-27
1
-0
/
+12
*
Fix edge cases in handling basic block split.
Devang Patel
2007-07-27
1
-3
/
+12
*
It seems logical that InReg should be incompatible
Duncan Sands
2007-07-27
1
-3
/
+2
*
As the number of parameter attributes increases,
Duncan Sands
2007-07-27
1
-39
/
+55
*
Support for trampolines, except for X86 codegen which is
Duncan Sands
2007-07-27
2
-0
/
+19
*
Move the GET_SIDE_EFFECT_INFO logic from isInstructionTriviallyDead
Dan Gohman
2007-07-26
1
-4
/
+12
[next]