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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add a ValueInfoT template parameter to DenseMap so that it can properly make ...
Owen Anderson
2007-09-11
1
-8
/
+22
*
Don't bother to initialize values corresponding to empty or tombstone
Owen Anderson
2007-09-11
1
-1
/
+3
*
Fix bugs with &=, intersect with complement. Add three argument version of in...
Daniel Berlin
2007-09-11
1
-48
/
+131
*
Fix non-deterministic behavior in the DenseMap copy constructor.
Owen Anderson
2007-09-11
1
-2
/
+8
*
Add remaining functions necessary for andersen's
Daniel Berlin
2007-09-11
1
-12
/
+194
*
Add SparseBitVector implementation
Daniel Berlin
2007-09-09
1
-0
/
+560
*
Fix for VisualStudio. It is treating a 2 bit enum as a signed int for compar...
Chuck Rose III
2007-09-08
1
-1
/
+3
*
Add support for having different alignment for objects on call frames.
Rafael Espindola
2007-09-07
1
-1
/
+7
*
Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is nee...
Anton Korobeynikov
2007-09-07
1
-4
/
+8
*
Add lengthof and endof templates that hide a lot of sizeof computations.
Owen Anderson
2007-09-07
2
-6
/
+25
*
Constify to catch bugs.
David Greene
2007-09-06
1
-2
/
+3
*
Next round of APFloat changes.
Dale Johannesen
2007-09-06
1
-17
/
+4
*
Pluggable coalescers inplementation.
David Greene
2007-09-06
4
-1
/
+175
*
Accidentially left this out.
Evan Cheng
2007-09-05
1
-1
/
+2
*
Use pool allocator for all the VNInfo's to improve memory access locality. Th...
Evan Cheng
2007-09-05
2
-36
/
+42
*
Added Reset() to free all allocated memory regions and reset state to be the ...
Evan Cheng
2007-09-05
1
-0
/
+2
*
fix reversal bug in preceding checkin
Dale Johannesen
2007-09-04
1
-2
/
+2
*
Update GEP constructors to use an iterator interface to fix
David Greene
2007-09-04
2
-23
/
+97
*
Add mod, copysign, abs operations to APFloat.
Dale Johannesen
2007-08-31
2
-14
/
+11
*
Revise per review of previous patch.
Dale Johannesen
2007-08-31
1
-1
/
+1
*
Remove an unnecessary element, saving 4 bytes per LiveInterval.
Evan Cheng
2007-08-31
1
-5
/
+4
*
Enhance APFloat to retain bits of NaNs (fixes oggenc).
Dale Johannesen
2007-08-31
2
-4
/
+18
*
Added Graphviz escaping for the '|' character.
Ted Kremenek
2007-08-30
1
-1
/
+1
*
Add a variant of foldMemoryOperand to fold any load / store, not just load / ...
Evan Cheng
2007-08-30
2
-5
/
+16
*
Added CreateFrameIndex to create a FrameIndex MachineOperand without a Machin...
Evan Cheng
2007-08-30
1
-0
/
+12
*
Change LegalFPImmediates to use APFloat.
Dale Johannesen
2007-08-30
4
-6
/
+40
*
Change LiveRange so it keeps a pointer to the VNInfo rather than an index.
Evan Cheng
2007-08-29
2
-139
/
+64
*
Silence implicit 64->32-bit conversion warnings.
Chris Lattner
2007-08-29
1
-20
/
+6
*
getMinSignedBits needs to take into consider the sign bit when the value is p...
Chris Lattner
2007-08-29
1
-1
/
+1
*
Add an option, -view-sunit-dags, for viewing the actual SUnit DAGs used by
Dan Gohman
2007-08-28
1
-0
/
+68
*
Recover most of the compile time regression due to recent live interval changes.
Evan Cheng
2007-08-28
2
-54
/
+54
*
Update InvokeInst to work like CallInst
David Greene
2007-08-27
2
-11
/
+63
*
If the source and destination pointers in an llvm.memmove are known
Dan Gohman
2007-08-27
1
-0
/
+1
*
There is an impedance matching problem between LLVM and
Duncan Sands
2007-08-27
1
-1
/
+4
*
Add explicit keywords and remove spurious trailing semicolons.
Dan Gohman
2007-08-27
10
-16
/
+16
*
Revise per review comments.
Dale Johannesen
2007-08-26
1
-3
/
+3
*
Add APFloat interface to ConstantFPSDNode. Change
Dale Johannesen
2007-08-25
1
-3
/
+22
*
rename isOperandValidForConstraint to LowerAsmOperandForConstraint,
Chris Lattner
2007-08-25
1
-6
/
+5
*
Comment out declaration of operator== (undefined).
Dale Johannesen
2007-08-25
1
-1
/
+1
*
Poison APFloat::operator==. Replace existing uses with bitwiseIsEqual.
Dale Johannesen
2007-08-24
1
-6
/
+6
*
Use APFloat internally for ConstantFPSDNode.
Dale Johannesen
2007-08-24
1
-3
/
+4
*
sink clone() down the class hierarchy from CmpInst into ICmpInst/FCmpInst.
Chris Lattner
2007-08-24
2
-3
/
+4
*
Revised per review feedback from previous patch.
Dale Johannesen
2007-08-24
1
-0
/
+5
*
Change internal representation of ConstantFP to use APFloat.
Dale Johannesen
2007-08-24
2
-3
/
+25
*
default this to radix 10 like the toString(Un)Signed methods.
Chris Lattner
2007-08-23
1
-1
/
+1
*
Avoid hiding issues.
Chris Lattner
2007-08-23
1
-1
/
+1
*
rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()
Chris Lattner
2007-08-23
2
-1
/
+7
*
No need to hardcode SmallVector size.
Devang Patel
2007-08-21
1
-3
/
+3
*
Doxygenize comments.
David Greene
2007-08-21
1
-22
/
+22
*
Use SmallVector instead of std::vector.
Devang Patel
2007-08-21
1
-3
/
+4
[prev]
[next]