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
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
BlockHasNoFallThrough() now returns true if block ends with a return instruct...
Evan Cheng
2007-05-21
3
-0
/
+8
*
Apply this patch:
Dan Gohman
2007-05-18
1
-1
/
+1
*
add a note
Chris Lattner
2007-05-18
1
-0
/
+9
*
Use MVT::FIRST_VECTOR_VALUETYPE and MVT::LAST_VECTOR_VALUETYPE.
Dan Gohman
2007-05-18
1
-2
/
+2
*
Mark calls non-predicable for now. Need to ensure it's the last instruction i...
Evan Cheng
2007-05-18
1
-8
/
+8
*
Silence some compilation warnings.
Evan Cheng
2007-05-18
1
-2
/
+2
*
Set ARM if-conversion block size threshold to 10 instructions for now.
Evan Cheng
2007-05-18
1
-2
/
+2
*
RemoveBranch() and InsertBranch() now returns number of instructions deleted ...
Evan Cheng
2007-05-18
6
-30
/
+37
*
RemoveBranch() and InsertBranch() now returns number of instructions deleted ...
Evan Cheng
2007-05-18
6
-28
/
+35
*
More effective breakdown of memcpy into repeated load/store. These are now
Dale Johannesen
2007-05-17
2
-1
/
+77
*
Fix a bogus check that prevented folding VECTOR_SHUFFLE to UNDEF; add an opti...
Evan Cheng
2007-05-17
1
-24
/
+61
*
Added missing patterns for UNPCKH* and PUNPCKH*.
Evan Cheng
2007-05-17
1
-0
/
+20
*
This is the correct fix for PR1427. This fixes mmx-shuffle.ll and doesn't
Chris Lattner
2007-05-17
1
-2
/
+5
*
Revert patch for PR1427. It breaks almost all vector tests.
Anton Korobeynikov
2007-05-17
1
-10
/
+1
*
add support for 128-bit add/sub on ppc64
Chris Lattner
2007-05-17
1
-0
/
+34
*
add support for 128-bit integer add/sub
Chris Lattner
2007-05-17
1
-0
/
+20
*
Fix PR1427 and test/CodeGen/X86/mmx-shuffle.ll
Chris Lattner
2007-05-17
1
-1
/
+10
*
Remove. Not needed.
Evan Cheng
2007-05-17
1
-4
/
+0
*
Default implementation of TargetInstrInfo::getBlockSize().
Evan Cheng
2007-05-16
1
-0
/
+4
*
ARM::tB is also predicable.
Evan Cheng
2007-05-16
1
-2
/
+5
*
PredicateInstruction returns true if the operation was successful.
Evan Cheng
2007-05-16
3
-18
/
+27
*
Add default implementation of PredicateInstruction().
Evan Cheng
2007-05-16
1
-0
/
+20
*
Move if-conversion after all passes that may use register scavenger.
Evan Cheng
2007-05-16
2
-9
/
+3
*
Removed isPredicable().
Evan Cheng
2007-05-16
2
-10
/
+0
*
Make ARM::B isPredicable; Make Bcc and MOVCC condition option a normal operan...
Evan Cheng
2007-05-16
1
-5
/
+6
*
Added isPredicable bit to class Instruction.
Evan Cheng
2007-05-16
1
-0
/
+1
*
Conditional branch is not a barrier.
Evan Cheng
2007-05-16
1
-4
/
+6
*
implement the missing maskmovq mmx intrinsic that akor hit.
Chris Lattner
2007-05-16
1
-1
/
+3
*
Fix comment.
Evan Cheng
2007-05-16
1
-1
/
+1
*
Hooks for predication support.
Evan Cheng
2007-05-16
4
-0
/
+39
*
fix some subtle inline asm selection issues
Chris Lattner
2007-05-15
1
-9
/
+17
*
Add PredicateOperand to all ARM instructions that have the condition field.
Evan Cheng
2007-05-15
9
-360
/
+492
*
fix subtle bugs in inline asm operand selection
Chris Lattner
2007-05-15
1
-3
/
+4
*
Fix previous patch. GOTOFF can be used only when the symbol has internal
Lauro Ramos Venancio
2007-05-14
1
-1
/
+1
*
Optimize PIC implementation. GOTOFF can be used when the symbol is defined
Lauro Ramos Venancio
2007-05-14
1
-1
/
+1
*
Enable aliases on arm-linux.
Lauro Ramos Venancio
2007-05-14
1
-0
/
+1
*
Fix PR1413
Chris Lattner
2007-05-13
1
-0
/
+5
*
More DWARF-related things cleanup:
Anton Korobeynikov
2007-05-12
2
-9
/
+10
*
add some notes
Chris Lattner
2007-05-10
1
-0
/
+28
*
Switch BCC, MOVCCr, etc. to PredicateOperand.
Evan Cheng
2007-05-08
4
-17
/
+22
*
PredicateOperand can be used as a normal operand for isel.
Evan Cheng
2007-05-08
2
-2
/
+2
*
R0 is a sub-register of X0, etc.
Evan Cheng
2007-05-08
1
-3
/
+3
*
Fix PR1390 in a better way.
Lauro Ramos Venancio
2007-05-07
1
-12
/
+41
*
This is no longer needed after enabling the DAG combiner xform.
Evan Cheng
2007-05-07
1
-5
/
+0
*
add this back
Chris Lattner
2007-05-06
1
-0
/
+1
*
Update MSIL BE. This patch fixes most weird glitches outlined in
Anton Korobeynikov
2007-05-06
3
-145
/
+446
*
3DNowA implies 3DNow. 64-bit implies SSE1, SSE2, and I assume MMX.
Bill Wendling
2007-05-06
1
-3
/
+5
*
Reference correct header
Nate Begeman
2007-05-06
1
-1
/
+1
*
Fix PR1390.
Lauro Ramos Venancio
2007-05-05
1
-38
/
+10
*
add a note
Chris Lattner
2007-05-05
1
-0
/
+25
[next]