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
Commit message (
Expand
)
Author
Age
Files
Lines
*
SDISel does not preserve all, it changes CFG and other info.
Evan Cheng
2007-03-27
1
-1
/
+0
*
Don't call getOperandConstraint() if operand index is greater than
Evan Cheng
2007-03-27
1
-1
/
+2
*
Spell check.
Devang Patel
2007-03-27
1
-1
/
+1
*
Implement some minor review feedback.
Reid Spencer
2007-03-26
1
-3
/
+3
*
For PR1271:
Reid Spencer
2007-03-26
1
-1
/
+1
*
Reduce malloc/free traffic.
Devang Patel
2007-03-26
1
-12
/
+8
*
It is not possible to determie dominance between two PHI nodes
Devang Patel
2007-03-26
1
-0
/
+6
*
Use std::vector<DFCalculateWorkObject> instead of
Devang Patel
2007-03-26
1
-7
/
+4
*
findRegisterUseOperand() changed.
Evan Cheng
2007-03-26
2
-3
/
+3
*
Fix for PR1266. Don't mark a two address operand IsKill.
Evan Cheng
2007-03-26
2
-22
/
+33
*
Change findRegisterUseOperand() to return operand index instead.
Evan Cheng
2007-03-26
1
-4
/
+4
*
Fix reversed logic in getRegsUsed. Rename RegStates to RegsAvailable to
Dale Johannesen
2007-03-26
1
-15
/
+15
*
eliminate use of std::set
Chris Lattner
2007-03-26
1
-6
/
+4
*
Add a comment to explain a folding transform.
Reid Spencer
2007-03-26
1
-0
/
+1
*
Get better debug output by having modified instructions print both the
Reid Spencer
2007-03-26
1
-2
/
+10
*
Get the number of bits to set in a mask correct for a shl/lshr transform.
Reid Spencer
2007-03-26
1
-1
/
+1
*
Promote to v1i64 type...
Bill Wendling
2007-03-26
1
-9
/
+15
*
Updated.
Bill Wendling
2007-03-26
1
-54
/
+0
*
Add support for the v1i64 type. This makes better code for this:
Bill Wendling
2007-03-26
3
-28
/
+58
*
SIGN_EXTEND_INREG requires one extra operand, a ValueType node.
Evan Cheng
2007-03-26
1
-2
/
+6
*
For PR1271:
Reid Spencer
2007-03-26
1
-1
/
+1
*
Look through bitcast when finding IVs. (Chris' patch really.)
Dale Johannesen
2007-03-26
1
-0
/
+10
*
For PR1271:
Reid Spencer
2007-03-25
1
-12
/
+11
*
implement Transforms/InstCombine/cast2.ll:test3 and PR1263
Chris Lattner
2007-03-25
1
-1
/
+21
*
Some cleanup from review:
Reid Spencer
2007-03-25
1
-16
/
+18
*
First step of switch lowering refactoring: perform worklist-driven
Anton Korobeynikov
2007-03-25
1
-176
/
+249
*
Fix authorship
Anton Korobeynikov
2007-03-25
1
-1
/
+1
*
fold constantexprs more aggressively, fixing PR1265
Chris Lattner
2007-03-25
1
-2
/
+17
*
Refactor several ConstantExpr::getXXX calls with ConstantInt arguments
Reid Spencer
2007-03-25
1
-27
/
+40
*
add a note
Chris Lattner
2007-03-25
1
-0
/
+1
*
1. Avoid unnecessary APInt construction if possible.
Zhou Sheng
2007-03-25
1
-7
/
+5
*
Implement support for vector operands to inline asm, implementing
Chris Lattner
2007-03-25
1
-4
/
+16
*
add a note
Chris Lattner
2007-03-25
1
-0
/
+13
*
Fix CodeGen/PowerPC/2007-03-24-cntlzd.ll
Chris Lattner
2007-03-25
1
-1
/
+4
*
implement initial support for the silly X constraint. Testcase here: CodeGen...
Chris Lattner
2007-03-25
1
-0
/
+2
*
Make more uses of getHighBitsSet and get rid of some pointless & of an
Reid Spencer
2007-03-25
1
-12
/
+12
*
Implement CodeGen/X86/2007-03-24-InlineAsmMultiRegConstraint.ll
Chris Lattner
2007-03-25
1
-1
/
+4
*
switch TargetLowering::getConstraintType to take the entire constraint,
Chris Lattner
2007-03-25
10
-65
/
+79
*
More APIntification:
Reid Spencer
2007-03-25
1
-24
/
+24
*
Allow the b/h/w/k constraints to be applied to values that have multiple alte...
Chris Lattner
2007-03-25
1
-1
/
+4
*
enforce the proper range for the i386 N constraint.
Chris Lattner
2007-03-25
1
-8
/
+9
*
Fix test/CodeGen/X86/2007-03-24-InlineAsmPModifier.ll
Chris Lattner
2007-03-25
1
-0
/
+4
*
fix a regression on vector or instructions.
Chris Lattner
2007-03-24
1
-9
/
+9
*
don't rely on ADL
Chris Lattner
2007-03-24
1
-1
/
+1
*
add a valuetype for v1i64, which is needed by mmx.
Chris Lattner
2007-03-24
1
-0
/
+3
*
Make some codes more efficient.
Zhou Sheng
2007-03-24
1
-15
/
+17
*
add a bad case evan though of.
Chris Lattner
2007-03-24
1
-0
/
+32
*
For PR1205:
Reid Spencer
2007-03-24
1
-12
/
+11
*
Adjust offset to compensate for big endian machines.
Evan Cheng
2007-03-24
1
-7
/
+5
*
Autodetect MMX & SSE stuff for AMD processors
Anton Korobeynikov
2007-03-23
1
-10
/
+11
[next]