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
*
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
*
Make these hack flags hidden, like other dsa hack flags
Andrew Lenharth
2006-10-23
1
-2
/
+2
*
Revert the aggressive inlining for now, it doesn't handle external correctly
Andrew Lenharth
2006-10-23
1
-112
/
+78
*
Handle fallout from the recent branch-on-undef changes. This fixes
Chris Lattner
2006-10-23
1
-1
/
+24
*
Minor tweak. Instead of generating:
Chris Lattner
2006-10-23
1
-0
/
+13
*
More complete solution to deleting blocks and debug info.
Jim Laskey
2006-10-23
3
-14
/
+28
*
[SU]int update - inactive code may get activated someday
Jim Laskey
2006-10-23
1
-1
/
+1
*
Remove the Backwards operation. Resolving now works at the time when a
Nick Lewycky
2006-10-23
1
-90
/
+102
*
Fix phi node updating for switches lowered to linear sequences of branches.
Chris Lattner
2006-10-22
1
-1
/
+13
*
disable this code for now, it's not yet safely updating phi nodes
Chris Lattner
2006-10-22
1
-3
/
+3
*
Fix similar missing optimization opportunity in XOR.
Nick Lewycky
2006-10-22
1
-13
/
+22
*
this part implemented.
Chris Lattner
2006-10-22
1
-29
/
+0
*
Whoops! Add missing NULL check.
Nick Lewycky
2006-10-22
1
-0
/
+1
*
Do section switching right way for Mingw\Cygwin and Linux.
Anton Korobeynikov
2006-10-22
1
-4
/
+10
*
Implement PR964 and Regression/CodeGen/Generic/SwitchLowering.ll
Chris Lattner
2006-10-22
1
-5
/
+44
*
Handle "if ((x|y) != 0)" for ints like we do for bools. Fixes missed
Nick Lewycky
2006-10-22
1
-10
/
+13
*
AllocaInst can't return a null pointer. Fixes missed optimization
Nick Lewycky
2006-10-22
1
-0
/
+6
[next]