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
...
|
*
Remove support for the special 'fast' value for fpmath accuracy for the moment.
Duncan Sands
2012-04-16
2
-26
/
+3
|
*
Fix incorrect atomics codegen introduced in r154705, and extend test to catch...
Richard Smith
2012-04-16
1
-1
/
+1
|
*
Remove unused variable
David Blaikie
2012-04-16
1
-1
/
+0
|
*
ARM assembly two-operand forms for VRSHL.
Jim Grosbach
2012-04-16
1
-1
/
+36
|
*
Do not add offset in applyFixup. This has already been accounted for in Value.
Akira Hatanaka
2012-04-16
1
-4
/
+2
|
*
ARM two-operand aliases for VRHADD instructions.
Jim Grosbach
2012-04-16
1
-0
/
+32
|
*
Hexagon V5 (Floating Point) Support.
Sirish Pande
2012-04-16
19
-1468
/
+3365
|
*
Make it possible to indicate relaxed floating point requirements at the IR level
Duncan Sands
2012-04-16
2
-6
/
+48
|
*
Flip the new block-placement pass to be on by default.
Chandler Carruth
2012-04-16
1
-6
/
+7
|
*
Add a somewhat hacky heuristic to do something different from whole-loop
Chandler Carruth
2012-04-16
1
-3
/
+78
|
*
Fix style violation in BBVectorize (pointed out by Bill Wendling)
Hal Finkel
2012-04-16
1
-3
/
+3
|
*
Tweak the loop rotation logic to check whether the loop is naturally
Chandler Carruth
2012-04-16
1
-11
/
+51
|
*
Reapply 'Add reverseColor to raw_ostream'.
Benjamin Kramer
2012-04-16
3
-0
/
+49
|
*
Revert r154800 which breaks windows builders.
Argyrios Kyrtzidis
2012-04-16
3
-50
/
+0
|
*
Replace vpermd/vpermps intrinic patterns with custom lowering to target speci...
Craig Topper
2012-04-16
2
-18
/
+14
|
*
Add reverseColor to raw_ostream.
Argyrios Kyrtzidis
2012-04-16
3
-0
/
+50
|
*
Change type profile for vpermv back to using operand type for the mask argume...
Craig Topper
2012-04-16
2
-5
/
+5
|
*
Flip the arguments when converting vpermd/vpermps intrinsics into instruction...
Craig Topper
2012-04-16
1
-3
/
+3
|
*
Add a Fixme.
Bill Wendling
2012-04-16
1
-0
/
+2
|
*
Simplify checking for pointer types in BBVectorize (this change was suggested...
Hal Finkel
2012-04-16
1
-5
/
+2
|
*
Remove dead SD nodes after the combining pass. Fixes PR12201.
Hal Finkel
2012-04-16
1
-0
/
+1
|
*
Rewrite how machine block placement handles loop rotation.
Chandler Carruth
2012-04-16
1
-66
/
+70
|
*
Merge vpermps/vpermd and vpermpd/vpermq SD nodes.
Craig Topper
2012-04-16
4
-31
/
+20
|
*
Fix SDTypeProfile for vpermps. The mask operand should be v8i32.
Craig Topper
2012-04-16
1
-2
/
+4
|
*
Spacing fixes and 80 column fixes. Use 0 instead of 0x80 for undef indices in...
Craig Topper
2012-04-15
1
-9
/
+12
|
*
Remove AVX2 vpermq and vpermpd intrinsics. These can now be handled with norm...
Craig Topper
2012-04-15
1
-17
/
+8
|
*
Fix PR12529. The Vxx family of instructions are only supported by AVX.
Nadav Rotem
2012-04-15
1
-3
/
+13
|
*
Wire up support for diagnostic ranges in the ARMAsmParser.
Benjamin Kramer
2012-04-15
1
-3
/
+12
|
*
When emulating vselect using OR/AND/XOR make sure to bitcast the result back ...
Nadav Rotem
2012-04-15
1
-1
/
+2
|
*
Added VPERM optimization for AVX2 shuffles
Elena Demikhovsky
2012-04-15
5
-4
/
+76
|
*
HexagonCopyToCombine.cpp: Silence two warnings, -Wunused-variable, with -Asse...
NAKAMURA Takumi
2012-04-15
1
-0
/
+2
|
*
Target/Hexagon: Tweak to fix msvc build.
NAKAMURA Takumi
2012-04-15
1
-2
/
+2
|
*
Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'm
Duncan Sands
2012-04-14
2
-9
/
+9
|
*
Fix an error in BBVectorize important for vectorizing pointer types.
Hal Finkel
2012-04-14
1
-0
/
+31
|
*
Enhance BBVectorize to more-properly handle pointer values and vectorize GEPs.
Hal Finkel
2012-04-14
1
-2
/
+27
|
*
misched: Added CanHandleTerminators.
Andrew Trick
2012-04-13
1
-3
/
+3
|
*
Fix X86 codegen for 'atomicrmw nand' to generate *x = ~(*x & y), not *x = ~*x...
Richard Smith
2012-04-13
2
-27
/
+33
|
*
Remove iostream from New Value Jump.
Sirish Pande
2012-04-13
1
-1
/
+0
|
*
Add support to BBVectorize for vectorizing selects.
Hal Finkel
2012-04-13
1
-0
/
+8
|
*
Add support for Hexagon Architectural feature, New Value Jump.
Sirish Pande
2012-04-13
7
-10
/
+684
|
*
Pass to replace tranfer/copy instructions into combine instruction where poss...
Sirish Pande
2012-04-13
5
-0
/
+484
|
*
Reduce malloc traffic in DwarfAccelTable
Benjamin Kramer
2012-04-13
2
-58
/
+28
|
*
On Darwin targets, only use vfma etc. if the source use fma() intrinsic expli...
Evan Cheng
2012-04-13
1
-2
/
+5
|
*
Add some comments, and fix a few places that missed setting Changed.
Dan Gohman
2012-04-13
1
-2
/
+24
|
*
For ARM disassembly only print 32 unsigned bits for the address of branch
Kevin Enderby
2012-04-13
1
-2
/
+2
|
*
Consider ObjC runtime calls objc_storeWeak and others which make a copy of
Dan Gohman
2012-04-13
1
-14
/
+29
|
*
By default, use Early-CSE instead of GVN for vectorization cleanup.
Hal Finkel
2012-04-13
1
-2
/
+9
|
*
Remove unused variable.
Benjamin Kramer
2012-04-13
1
-3
/
+0
|
*
Silence various build warnings from Hexagon backend that show up in release b...
Craig Topper
2012-04-13
5
-240
/
+220
|
*
Use the new Use-aware dominates method to apply the objc runtime
Dan Gohman
2012-04-13
1
-8
/
+5
[prev]
[next]