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
Commit message (
Expand
)
Author
Age
Files
Lines
*
For PR1276:
Reid Spencer
2007-03-27
1
-2
/
+4
*
For PR601:
Reid Spencer
2007-03-27
1
-6
/
+48
*
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
*
Another test case for PR1271 where bad shift masks were generated.
Reid Spencer
2007-03-26
1
-0
/
+35
*
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
*
Test case for PR1266.
Evan Cheng
2007-03-26
1
-0
/
+948
*
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
*
For PR1277:
Reid Spencer
2007-03-26
1
-1
/
+4
*
Change findRegisterUseOperand() to return operand index instead.
Evan Cheng
2007-03-26
2
-7
/
+7
*
Fix reversed logic in getRegsUsed. Rename RegStates to RegsAvailable to
Dale Johannesen
2007-03-26
2
-23
/
+23
*
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
*
Fix this test case to match output after a bug was fixed.
Reid Spencer
2007-03-26
1
-1
/
+2
*
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
*
Fix testsuite hang.
Duncan Sands
2007-03-26
2
-2
/
+2
*
For PR601:
Reid Spencer
2007-03-26
1
-0
/
+984
*
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
5
-28
/
+61
*
SIGN_EXTEND_INREG requires one extra operand, a ValueType node.
Evan Cheng
2007-03-26
1
-2
/
+6
*
Test case for PR1271 involving construction of a bad mask to replace a
Reid Spencer
2007-03-26
1
-0
/
+28
*
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
*
Start value symbol tables out small (space for 16 elts), not huge (space for ...
Chris Lattner
2007-03-26
1
-1
/
+1
*
Add "feature" testcase for new switch lowering code
Anton Korobeynikov
2007-03-25
1
-0
/
+32
*
Compute getLowBitsSet correctly. Using the complement of a 64-bit value
Reid Spencer
2007-03-25
1
-4
/
+5
*
Add a test case for PR1271 (necessary, but not sufficient).
Reid Spencer
2007-03-25
1
-0
/
+9
*
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
*
new testcase
Chris Lattner
2007-03-25
2
-1
/
+8
*
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
2
-188
/
+273
*
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
*
new testcase
Chris Lattner
2007-03-25
1
-0
/
+11
*
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
*
test that the ppc backend can do 64-bit cntlz
Chris Lattner
2007-03-25
1
-0
/
+13
[next]