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
...
*
Eliminate x86.sse2.movs.d, x86.sse2.shuf.pd, x86.sse2.unpckh.pd, and x86.sse2...
Evan Cheng
2008-05-24
2
-21
/
+43
*
Tweak how ConstantFP80Ty constants are output
Duncan Sands
2008-05-24
1
-1
/
+1
*
Put initialized const weak objects into correct
Dale Johannesen
2008-05-24
1
-1
/
+9
*
This is done.
Evan Cheng
2008-05-24
1
-46
/
+0
*
Autoupgrade x86.sse2.loadh.pd and x86.sse2.loadl.pd.
Evan Cheng
2008-05-24
1
-19
/
+50
*
Remove x86.sse2.loadh.pd and x86.sse2.loadl.pd. These will be lowered into lo...
Evan Cheng
2008-05-24
1
-4
/
+0
*
Remove x86.sse2.loadh.pd and x86.sse2.loadl.pd. These will be lowered into lo...
Evan Cheng
2008-05-24
1
-5
/
+0
*
Revert 51440 as it breaks a bunch of PIC tests.
Evan Cheng
2008-05-23
1
-3
/
+1
*
Don't silently truncate array extents to 32 bits.
Dan Gohman
2008-05-23
1
-1
/
+1
*
Add a missed CommonLinkage check.
Dale Johannesen
2008-05-23
1
-0
/
+1
*
Use movlps / movhps to modify low / high half of 16-byet memory location.
Evan Cheng
2008-05-23
3
-62
/
+69
*
Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places to
Dan Gohman
2008-05-23
15
-61
/
+34
*
Add #includes to make some dependencies explicit.
Dan Gohman
2008-05-23
4
-0
/
+4
*
Issue errors in several situations instead of aborting.
Dan Gohman
2008-05-23
1
-7
/
+21
*
Elaborate on the entry on integer vector multiplication by constants.
Dan Gohman
2008-05-23
1
-1
/
+6
*
Fix a duplicated pattern.
Evan Cheng
2008-05-23
1
-2
/
+2
*
Use PMULDQ for v2i64 multiplies when SSE4.1 is available. And add
Dan Gohman
2008-05-23
3
-7
/
+13
*
New entry.
Evan Cheng
2008-05-23
1
-0
/
+44
*
Rewrite a loop to avoid using iterators pointing to
Dale Johannesen
2008-05-23
1
-4
/
+6
*
Fix another isFirstClassType that now needs to be isSingleValueType.
Dan Gohman
2008-05-23
1
-1
/
+1
*
Replace some weird usage of UserOp1 introduced in r49492 by a plain if.
Matthijs Kooijman
2008-05-23
1
-1
/
+3
*
Restucture a part of the SimplifyCFG pass and include a testcase.
Matthijs Kooijman
2008-05-23
1
-65
/
+99
*
Indent fix.
Matthijs Kooijman
2008-05-23
1
-2
/
+2
*
Constant integer vectors may also be negated.
Nick Lewycky
2008-05-23
1
-0
/
+5
*
Typo.
Nick Lewycky
2008-05-23
1
-1
/
+1
*
Revert X + X --> X * 2 optz'n which pessimizes heavily on x86.
Nick Lewycky
2008-05-23
1
-13
/
+5
*
we compile multiply-by-constant into horrible code. Doesn't sse4 have some
Chris Lattner
2008-05-23
1
-0
/
+38
*
Implement X + X for vectors.
Nick Lewycky
2008-05-23
1
-5
/
+13
*
Fix a recently added optimization to not crash on vectors.
Nick Lewycky
2008-05-23
1
-2
/
+10
*
Generalize the new code in instcombine's ComputeNumSignBits for handling
Dan Gohman
2008-05-23
2
-51
/
+22
*
Make structs and arrays first-class types, and add assembly
Dan Gohman
2008-05-23
8
-1261
/
+1633
*
Use isSingleValueType instead of isFirstClassType to
Dan Gohman
2008-05-23
1
-2
/
+2
*
Remove warnings about comparison between signed and unsigned expressions.
Bill Wendling
2008-05-23
1
-2
/
+2
*
Allow for switch with no cases. Was causing fault
Dale Johannesen
2008-05-23
1
-0
/
+2
*
Bug: rcpps can only folds a load if the address is 16-byte aligned. Fixed man...
Evan Cheng
2008-05-23
1
-57
/
+79
*
Add more IR support for the new extractvalue and insertvalue
Dan Gohman
2008-05-23
2
-12
/
+79
*
Use isSingleValueType instead of isFirstClassType to
Dan Gohman
2008-05-23
1
-2
/
+2
*
Use isSingleValueType instead of isFirstClassType to
Dan Gohman
2008-05-23
3
-6
/
+6
*
Put const weak stuff in appropriate section on Darwin.
Dale Johannesen
2008-05-23
1
-1
/
+9
*
Use isSingleValueType instead of isFirstClassType to
Dan Gohman
2008-05-23
2
-2
/
+2
*
X86CodeEmitter should not set PIC style to None at initialization time. This ...
Evan Cheng
2008-05-22
1
-3
/
+1
*
Use isSingleValueType instead of isFirstClassType to
Dan Gohman
2008-05-22
1
-1
/
+1
*
Recognize the "default" keyword, which is documented in LangRef.html
Dan Gohman
2008-05-22
1
-0
/
+1
*
When rewriting defs and uses after spilling, don't set the weight of a
David Greene
2008-05-22
1
-1
/
+3
*
Don't attempt to update SpillSlotToUsesMap for stack slots that aren't
David Greene
2008-05-22
1
-2
/
+14
*
transform more loops to iterator form, detabify
Gabor Greif
2008-05-22
2
-7
/
+8
*
Add missing patterns.
Evan Cheng
2008-05-22
1
-0
/
+10
*
Rewrite operand loops to use iterators. This shrinks .o file (at gcc4.0.1 -O3...
Gabor Greif
2008-05-22
1
-4
/
+5
*
fix an off-by-one error in my previous patch, don't treat the callee as a inc...
Chris Lattner
2008-05-22
1
-10
/
+9
*
Add support for multiple-return values in inline asm. This should
Chris Lattner
2008-05-22
1
-34
/
+42
[prev]
[next]