index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
MathExtras isn't in the llvm/ADT directory but in the llvm/Support directory.
Bill Wendling
2006-10-27
1
-1
/
+1
*
Apply editorials.
Jim Laskey
2006-10-27
1
-43
/
+55
*
Breakout folding hash set from SelectionDAGCSEMap.
Jim Laskey
2006-10-27
1
-0
/
+282
*
Initialize CStringSection member var.
Reid Spencer
2006-10-27
1
-0
/
+1
*
Change load PatFrag to ignore indexed load.
Evan Cheng
2006-10-26
1
-31
/
+62
*
getPreIndexedLoad -> getIndexedLoad.
Evan Cheng
2006-10-26
1
-21
/
+7
*
Place cstrings in .cstring section.
Evan Cheng
2006-10-26
2
-0
/
+9
*
Speed up isCString()
Evan Cheng
2006-10-26
1
-4
/
+14
*
Simplify code a bit by changing instances of:
Reid Spencer
2006-10-26
1
-47
/
+27
*
Put cstrings in .cstring section when compiling for Mac OS X.
Evan Cheng
2006-10-26
2
-1
/
+10
*
Add isCString() - returns true if a ConstantArray is a CString.
Evan Cheng
2006-10-26
1
-0
/
+13
*
Fix Transforms/InstCombine/2006-10-26-VectorReassoc.ll
Chris Lattner
2006-10-26
1
-5
/
+6
*
Add isFPOrFPVector() method, which indicates if a type is either FP or a
Chris Lattner
2006-10-26
1
-0
/
+10
*
initial support for frame pointers
Rafael Espindola
2006-10-26
3
-5
/
+44
*
Enclose a case in { and } so that the pickier compilers don't complain.
Reid Spencer
2006-10-26
2
-0
/
+4
*
For PR950:
Reid Spencer
2006-10-26
23
-1802
/
+2881
*
Fix 2006-10-25-AddSetCC. A relational operator (like setlt) can never
Nick Lewycky
2006-10-26
1
-27
/
+46
*
Make the makefile tell us when Intrinsics.gen is being updated.
Reid Spencer
2006-10-26
1
-1
/
+3
*
Resurrect r1.25.
Nick Lewycky
2006-10-25
1
-117
/
+154
*
simplify code
Chris Lattner
2006-10-25
1
-1
/
+1
*
During vector shuffle lowering, we sometimes commute a vector shuffle to try
Evan Cheng
2006-10-25
1
-21
/
+21
*
X86ISD::PEXTRW 3rd operand type is always target pointer type.
Evan Cheng
2006-10-25
1
-1
/
+1
*
hide symbols properly
Chris Lattner
2006-10-25
1
-1
/
+1
*
Remove -disable-x86-shuffle-opti
Evan Cheng
2006-10-25
1
-61
/
+53
*
turn off tail merging for now
Chris Lattner
2006-10-25
1
-0
/
+2
*
be more aggressive about matching identical instructions.
Chris Lattner
2006-10-25
1
-1
/
+1
*
Move getPreferredAlignmentLog from AsmPrinter to TargetData
Devang Patel
2006-10-24
6
-27
/
+27
*
expand ISD::VACOPY
Rafael Espindola
2006-10-24
1
-0
/
+1
*
Removed extraneous semi-colon; this was prevening the grammar file from
John Criswell
2006-10-24
2
-2
/
+2
*
visitSwitchCase knows how to insert conditional branches well. Change
Chris Lattner
2006-10-24
1
-37
/
+8
*
Generalize CaseBlock a bit more:
Chris Lattner
2006-10-24
1
-57
/
+74
*
Fix CodeGen/IA64/ret-0.ll, which has apparently been broken since some of the
Chris Lattner
2006-10-24
1
-2
/
+6
*
fix warning about missing newline at end of file
Rafael Espindola
2006-10-24
4
-4
/
+4
*
generalize 'CaseBlock'. It really allows any comparison to be inserted.
Chris Lattner
2006-10-24
1
-3
/
+2
*
implement uncond branch insertion, mark branches with isBranch.
Chris Lattner
2006-10-24
3
-1
/
+13
*
implement uncond branch insertion for the branch folding pass
Chris Lattner
2006-10-24
2
-5
/
+11
*
implement uncond branch insertion so alpha works work branchfolding.
Chris Lattner
2006-10-24
2
-0
/
+11
*
implement uncond branch insertion for sparc to fix regressions from last night
Chris Lattner
2006-10-24
2
-0
/
+13
*
new bad case
Chris Lattner
2006-10-24
1
-0
/
+19
*
Don't do dead block elimination in fast mode.
Jim Laskey
2006-10-24
1
-1
/
+2
*
LinearScanner hotspot.
Jim Laskey
2006-10-24
1
-3
/
+2
*
Tighter data structure for deleted debug labels.
Jim Laskey
2006-10-24
2
-4
/
+20
*
Fix Transforms/ScalarRepl/2006-10-23-PointerUnionCrash.ll
Chris Lattner
2006-10-24
1
-5
/
+10
*
move single basic blocks that are neither fallen into nor fall out of into
Chris Lattner
2006-10-24
1
-13
/
+96
*
Add intrinsics for the rest of the DCB* instructions.
Chris Lattner
2006-10-24
1
-6
/
+24
*
Revert back to r1.21, which was the last revision of predsimplify that
Chris Lattner
2006-10-24
1
-134
/
+109
*
add moveBefore/moveAfter helper methods
Chris Lattner
2006-10-24
1
-0
/
+12
*
Enable tail merging by default.
Chris Lattner
2006-10-23
1
-4
/
+0
*
implement STRB and STRH
Rafael Espindola
2006-10-23
1
-0
/
+8
*
expand ISD::MEMSET
Rafael Espindola
2006-10-23
1
-0
/
+3
[next]