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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r154800 which breaks windows builders.
Argyrios Kyrtzidis
2012-04-16
5
-59
/
+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
5
-0
/
+59
*
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 credit and release notes for r150307. By Kai Nacke.
Bill Wendling
2012-04-16
2
-0
/
+5
*
Add a Fixme.
Bill Wendling
2012-04-16
1
-0
/
+2
*
add configure flag --with-default-sysroot
Sebastian Pop
2012-04-16
4
-5
/
+27
*
Say something about -vectorize in the release notes.
Hal Finkel
2012-04-16
1
-0
/
+3
*
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
2
-0
/
+47
*
Rewrite how machine block placement handles loop rotation.
Chandler Carruth
2012-04-16
2
-69
/
+196
*
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
3
-39
/
+8
*
Make member variables of AsmToken private. Remove unnecessary forward declara...
Craig Topper
2012-04-15
3
-5
/
+2
*
Fix class name.
Jakub Staszak
2012-04-15
1
-1
/
+1
*
Do not convert between fp128 <-> ppc_fp128 since there is no legal cast conve...
Nadav Rotem
2012-04-15
1
-9
/
+12
*
Fix filename and register numbers.
Jakub Staszak
2012-04-15
1
-3
/
+3
*
Fix PR12529. The Vxx family of instructions are only supported by AVX.
Nadav Rotem
2012-04-15
2
-4
/
+14
*
Add the MDBuilder helper class for conveniently creating metadata.
Duncan Sands
2012-04-15
3
-0
/
+194
*
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
2
-1
/
+10
*
Added VPERM optimization for AVX2 shuffles
Elena Demikhovsky
2012-04-15
6
-4
/
+110
*
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
*
Remove trailing whitespace.
Anshuman Dasgupta
2012-04-14
1
-1
/
+1
*
Add VLIW packetizer to ReleaseNotes.html and CREDITS.TXT. Committing patch
Anshuman Dasgupta
2012-04-14
2
-0
/
+7
*
Add the loop unrolling info to ReleaseNotes.html and CREDITS.TXT.
Brendon Cahoon
2012-04-14
2
-0
/
+7
*
There is no need for setIsExact to be public. Make it private.
Duncan Sands
2012-04-14
1
-2
/
+3
*
Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'm
Duncan Sands
2012-04-14
6
-47
/
+47
*
Make StringMap's copy ctor non-explicit.
Benjamin Kramer
2012-04-14
1
-1
/
+1
*
Fix an error in BBVectorize important for vectorizing pointer types.
Hal Finkel
2012-04-14
2
-0
/
+54
*
Enhance BBVectorize to more-properly handle pointer values and vectorize GEPs.
Hal Finkel
2012-04-14
3
-2
/
+114
*
misched: Added CanHandleTerminators.
Andrew Trick
2012-04-13
2
-3
/
+10
*
Remove old code to strip out unwanted PPC slices for Apple llvmCore.
Bob Wilson
2012-04-13
1
-13
/
+0
*
Fix X86 codegen for 'atomicrmw nand' to generate *x = ~(*x & y), not *x = ~*x...
Richard Smith
2012-04-13
3
-27
/
+48
*
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
3
-0
/
+41
*
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
*
Support for Hexagon backend.
Tony Linthicum
2012-04-13
1
-0
/
+2
*
Support for Hexagon backend.
Tony Linthicum
2012-04-13
1
-0
/
+4
*
On Darwin targets, only use vfma etc. if the source use fma() intrinsic expli...
Evan Cheng
2012-04-13
2
-3
/
+6
*
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
2
-14
/
+160
*
By default, use Early-CSE instead of GVN for vectorization cleanup.
Hal Finkel
2012-04-13
1
-2
/
+9
[next]