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
*
Don't take the time to CheckDAGForTailCallsAndFixThem when tail calls
Dan Gohman
2008-09-16
2
-4
/
+10
*
Re-enables the new vector select in the bitcode reader, by modifying the
Dan Gohman
2008-09-16
2
-12
/
+29
*
Teach ScalarEvolution to consider loop preheaders in the search for
Dan Gohman
2008-09-15
1
-8
/
+38
*
Live intervals for live-in registers should begin at the beginning of a basic...
Owen Anderson
2008-09-15
1
-7
/
+11
*
Teach LSR to optimize away SMAX operations for tripcounts in common
Dan Gohman
2008-09-15
1
-0
/
+127
*
Fixed Bug 2751
Bruno Cardoso Lopes
2008-09-15
2
-4
/
+4
*
Re-enable SelectionDAG CSE for calls. It matters in the case of
Dan Gohman
2008-09-15
1
-6
/
+20
*
Correctly update kill infos after extending a live range and merge 2 val#'s; ...
Evan Cheng
2008-09-15
1
-3
/
+8
*
Fix WriteAsOperand to not emit a leading space character. Adjust
Dan Gohman
2008-09-14
2
-34
/
+60
*
adjust last patch per review feedback
Dale Johannesen
2008-09-14
1
-3
/
+3
*
Remove isImm(), isReg(), and friends, in favor of
Dan Gohman
2008-09-13
16
-66
/
+69
*
Fix PR2792: treat volatile loads as writing memory somewhere.
Duncan Sands
2008-09-13
1
-3
/
+11
*
Fix random abort.
Evan Cheng
2008-09-13
1
-2
/
+4
*
Define CallSDNode, an SDNode subclass for use with ISD::CALL.
Dan Gohman
2008-09-13
14
-188
/
+194
*
Typo.
Evan Cheng
2008-09-13
1
-3
/
+3
*
Rely on instruction format to determine so_reg operand for now.
Evan Cheng
2008-09-13
1
-1
/
+5
*
Revert 56176. All those instruction formats are still needed.
Evan Cheng
2008-09-13
4
-49
/
+84
*
Accidentially flipped the condition.
Evan Cheng
2008-09-13
1
-1
/
+1
*
Add debug dumps.
Evan Cheng
2008-09-13
1
-0
/
+5
*
Eliminate unnecessary instruction formats.
Evan Cheng
2008-09-12
4
-90
/
+51
*
Addrmode 1 S bit can be dynamically set. Look for CPSR def.
Evan Cheng
2008-09-12
2
-28
/
+42
*
Rewrite address mode 1 code emission routines.
Evan Cheng
2008-09-12
2
-129
/
+104
*
On some targets, non-move instructions can become move instructions because o...
Evan Cheng
2008-09-12
1
-14
/
+28
*
Change ConstantSDNode and ConstantFPSDNode to use ConstantInt* and
Dan Gohman
2008-09-12
5
-14
/
+22
*
Pass "earlyclobber" bit through to machine
Dale Johannesen
2008-09-12
3
-5
/
+20
*
Rename ConstantSDNode::getValue to getZExtValue, for consistency
Dan Gohman
2008-09-12
42
-476
/
+535
*
Rather than marking all internal globals "Ref"
Duncan Sands
2008-09-12
1
-17
/
+11
*
The sequence for ppcf128 compares was not IEEE
Dale Johannesen
2008-09-12
1
-4
/
+6
*
On 64-bit targets, change 32-bit getelementptr indices to be 64-bit
Dan Gohman
2008-09-11
1
-1
/
+12
*
Fix a vectorshuffle instcombine bug introduced by r55995.
Dan Gohman
2008-09-11
1
-1
/
+4
*
udpate header comment: s/VP/VFP/
Jim Grosbach
2008-09-11
1
-1
/
+1
*
When tailcallopt is enabled all fastcc calls must have an aligned argument st...
Arnold Schwaighofer
2008-09-11
1
-1
/
+1
*
Fix PR2748. Avoid coalescing physical register with virtual register which wo...
Evan Cheng
2008-09-11
2
-0
/
+70
*
Fix a bug in ANY_EXTEND handling that was breaking 403.gcc on X86-64 in fast ...
Owen Anderson
2008-09-11
1
-2
/
+7
*
Fix comment typo.
Duncan Sands
2008-09-11
1
-1
/
+1
*
Intrinsics don't touch internal global variables
Duncan Sands
2008-09-11
1
-2
/
+4
*
Fix a copy+paste bug that Duncan spotted. For several
Dan Gohman
2008-09-11
1
-1
/
+1
*
Fix PR2783 - coalescer bug. Missing a TargetRegisterInfo::isVirtualRegister c...
Evan Cheng
2008-09-11
1
-1
/
+2
*
Intrinsics don't read these kinds of global
Duncan Sands
2008-09-11
1
-5
/
+7
*
Fix a 80 column violation.
Evan Cheng
2008-09-11
1
-1
/
+2
*
The version of AtomicSDNode::AtomicSDNode used (only) for
Dale Johannesen
2008-09-11
1
-6
/
+6
*
If ISD::ANY_EXTEND fails, try ISD::ZERO_EXTEND and ISD::SIGN_EXTEND before gi...
Owen Anderson
2008-09-11
1
-0
/
+7
*
Succumb utterly to compatibility and implement
Dale Johannesen
2008-09-11
1
-4
/
+4
*
Propagate subreg index when promoting a load to a copy.
Evan Cheng
2008-09-11
1
-0
/
+7
*
In my analysis for r56076 I missed the case where the original
Dan Gohman
2008-09-11
1
-1
/
+2
*
Fix an icmp+sdiv optimization to check for and handle an overflow
Dan Gohman
2008-09-10
1
-1
/
+16
*
X86FastISel support for double->float and float->double casts.
Dan Gohman
2008-09-10
1
-0
/
+43
*
FastISel support for i1 PHI nodes.
Dan Gohman
2008-09-10
1
-2
/
+7
*
FastISel support for i1 constants.
Dan Gohman
2008-09-10
1
-2
/
+10
*
Fix a bug in the coalescer where it didn't check if a live interval existed b...
Owen Anderson
2008-09-10
1
-1
/
+1
[next]