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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
initial checkin of Neil's APFloat work.
Chris Lattner
2007-08-20
2
-3
/
+262
*
clarify precedence, no functionality change.
Chris Lattner
2007-08-20
1
-1
/
+1
*
add reverse iterators to smallvector
Chris Lattner
2007-08-20
1
-3
/
+14
*
- Use correct header for SCEV inside LoopPass.cpp
Anton Korobeynikov
2007-08-20
1
-11
/
+2
*
Add FilteredPassNameParser along with PassArgFilter to filter passes
David Greene
2007-08-20
1
-2
/
+40
*
Add Type::isIntOrIntVector, like Type::isFPOrFPVector.
Dan Gohman
2007-08-20
1
-0
/
+5
*
Partial implementation of calling functions with byval arguments:
Rafael Espindola
2007-08-20
1
-1
/
+2
*
Simplify.
Nick Lewycky
2007-08-18
1
-2
/
+1
*
Compute the argument list as lazily as possible. This ensures that clients
Chris Lattner
2007-08-18
1
-16
/
+47
*
When one branch of condition is eliminated then head of the other
Devang Patel
2007-08-17
1
-0
/
+20
*
improve iplist comments. Switch iplist from allocating its sentinal object (...
Chris Lattner
2007-08-17
1
-17
/
+56
*
Fix PR1606:
Reid Spencer
2007-08-17
1
-0
/
+3
*
Add MVT::fAny for overloading intrinsics on floating-point types.
Dan Gohman
2007-08-16
3
-0
/
+9
*
Cache non-local memory dependence analysis. This is a significant compile
Owen Anderson
2007-08-16
1
-1
/
+11
*
This adds a bunch of static functions that implement unsigned
Chris Lattner
2007-08-16
1
-0
/
+126
*
Comments.
Evan Cheng
2007-08-16
1
-3
/
+7
*
Forgot a line.
Owen Anderson
2007-08-16
1
-0
/
+1
*
Add a copy constructor and an assignment operator to DenseMap.
Owen Anderson
2007-08-16
1
-1
/
+32
*
Properly use const qualifiers
Anton Korobeynikov
2007-08-15
1
-2
/
+2
*
No need to use iterator to erase basic block.
Devang Patel
2007-08-14
1
-3
/
+5
*
Re-implement trivial rematerialization. This allows def MIs whose live interv...
Evan Cheng
2007-08-13
2
-10
/
+31
*
Add methods to erase basic block entry.
Devang Patel
2007-08-13
1
-0
/
+12
*
Change casts from old style to new style. This helps document the details
Reid Spencer
2007-08-12
11
-32
/
+36
*
Code to maintain kill information during register coalescing.
Evan Cheng
2007-08-11
1
-16
/
+123
*
Move isSubRegOf into MRegisterInfo. Fix a missed move elimination in LowerSub...
Christopher Lamb
2007-08-10
1
-0
/
+11
*
Do not overuse std::string. Pass around char * directly.
Devang Patel
2007-08-10
1
-3
/
+2
*
Add utility to clone loops.
Devang Patel
2007-08-10
1
-0
/
+9
*
Add #ifndef guard.
Devang Patel
2007-08-10
1
-0
/
+6
*
add #ifndef guards
Chris Lattner
2007-08-10
1
-0
/
+5
*
add Value::getNameStart/getNameLen() accessors.
Chris Lattner
2007-08-10
1
-1
/
+15
*
propagate struct size and alignment of byval arguments to the DAG
Rafael Espindola
2007-08-10
2
-0
/
+12
*
memcpy with zero length is hugely expensive, so avoid it. This speeds up coa...
Chris Lattner
2007-08-10
1
-1
/
+5
*
small speedup in the case where a smallvector is default ctor'd from
Chris Lattner
2007-08-10
1
-1
/
+2
*
Adding SSSE3 intrinsics.
Bill Wendling
2007-08-10
1
-2
/
+116
*
avoid copying strings.
Chris Lattner
2007-08-10
1
-2
/
+3
[prev]
[next]