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
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
This patch makes the following changes necessary for MIPS' direct code emission.
Akira Hatanaka
2011-11-23
6
-55
/
+236
*
This patch addresses gp relative fixups/relocations for jump tables.
Akira Hatanaka
2011-11-23
1
-1
/
+7
*
X86: Use btq for bit tests if the immediate can't be encoded in 32 bits.
Benjamin Kramer
2011-11-23
1
-1
/
+9
*
I added several lines in X86 code generator that allow to choose
Elena Demikhovsky
2011-11-23
1
-15
/
+46
*
Fix PR11422.
Jakob Stoklund Olesen
2011-11-23
1
-1
/
+4
*
add basic PPC register-pressure feedback; adjust the vaarg test to match the ...
Hal Finkel
2011-11-22
4
-5
/
+28
*
More fixes to the X86InstComments for shuffle instructions. In particular add...
Craig Topper
2011-11-22
3
-44
/
+60
*
Fix shuffle decoding logic to handle UNPCKLPS/UNPCKLPD on 256-bit vectors cor...
Craig Topper
2011-11-22
4
-21
/
+73
*
Add methods for querying minimum SSE version along with AVX. Simplifies all t...
Craig Topper
2011-11-22
2
-43
/
+38
*
Lowering for v32i8 to VPUNPCKLBW/VPUNPCKHBW when AVX2 is enabled.
Craig Topper
2011-11-21
4
-84
/
+30
*
Add support for lowering 256-bit shuffles to VPUNPCKL/H for i16, i32, i64 if ...
Craig Topper
2011-11-21
4
-47
/
+115
*
Make LowerSIGN_EXTEND_INREG split 256-bit vectors when AVX1 is enabled and us...
Craig Topper
2011-11-21
1
-8
/
+42
*
Add code for lowering v32i8 shifts by a splat to AVX2 immediate shift instruc...
Craig Topper
2011-11-20
2
-45
/
+45
*
Use 256-bit vcmpeqd for creating an all ones vector when AVX2 is enabled.
Craig Topper
2011-11-19
4
-16
/
+33
*
Remove some of the special classes that worked around an old tablegen limitat...
Craig Topper
2011-11-19
1
-100
/
+50
*
Custom lower AVX2 variable shift intrinsics to shl/srl/sra nodes and remove t...
Craig Topper
2011-11-19
2
-74
/
+42
*
Synthesize SSSE3/AVX 128-bit horizontal integer add/sub instructions from add...
Craig Topper
2011-11-19
4
-3
/
+62
*
Collapse X86 PSIGNB/PSIGNW/PSIGND node types.
Craig Topper
2011-11-19
4
-33
/
+18
*
Extend VPBLENDVB and VPSIGN lowering to work for AVX2.
Craig Topper
2011-11-19
3
-111
/
+127
*
Remove unused parameters from the AVX maskmov classes.
Craig Topper
2011-11-19
1
-12
/
+6
*
Add AVX2 vpbroadcast support
Nadav Rotem
2011-11-18
2
-28
/
+62
*
Guard call to getRegForValue with isTypeLegal check to avoid unnecessary work...
Chad Rosier
2011-11-18
1
-3
/
+5
*
Add TODO comment.
Chad Rosier
2011-11-17
1
-0
/
+2
*
Fix SSE/AVX integer comparison patterns to understand that all integer vector...
Craig Topper
2011-11-17
1
-24
/
+42
*
Dead code.
Chad Rosier
2011-11-17
1
-14
/
+0
*
Remove seemingly unnecessary duplicate VROUND definitions.
Craig Topper
2011-11-17
1
-80
/
+4
*
Add support for custom names for library functions in TargetLibraryInfo. Add...
Eli Friedman
2011-11-17
1
-0
/
+25
*
Don't unconditionally set the kill flag.
Chad Rosier
2011-11-17
1
-1
/
+1
*
Turn on vzeroupper insertion on call boundaries for AVX; it works as far as I...
Eli Friedman
2011-11-17
1
-1
/
+1
*
Generalize the fixup info for ARM mode.
Jim Grosbach
2011-11-16
1
-2
/
+2
*
Lower 64-bit constant pool node.
Akira Hatanaka
2011-11-16
1
-8
/
+12
*
Lower 64-bit block address.
Akira Hatanaka
2011-11-16
1
-9
/
+11
*
Fix encoding of NOP used for padding in ARM mode .align.
Jim Grosbach
2011-11-16
1
-1
/
+1
*
Add patterns for 64-bit tglobaladdr, tblockaddress, tjumptable and tconstpool
Akira Hatanaka
2011-11-16
2
-7
/
+24
*
64-bit jump register instruction.
Akira Hatanaka
2011-11-16
2
-6
/
+7
*
Another missing X86ISD::MOVLPD pattern. rdar://10450317
Evan Cheng
2011-11-16
1
-0
/
+2
*
ARM assembly parsing for shifted register operands for MOV instruction.
Jim Grosbach
2011-11-16
1
-0
/
+2
*
Clean up debug printing of ARM shifted operands.
Jim Grosbach
2011-11-16
1
-9
/
+6
*
ARM assmebly two operand forms for LSR, ASR, LSL, ROR register.
Jim Grosbach
2011-11-16
1
-0
/
+12
*
ARM assembly parsing for RRX mnemonic.
Jim Grosbach
2011-11-16
2
-1
/
+16
*
Added missing comment about new custom lowering of DEC64
Pete Cooper
2011-11-16
1
-0
/
+12
*
Check to make sure we can select the instruction before trying to put the
Chad Rosier
2011-11-16
1
-6
/
+6
*
ARM mode aliases for bitwise instructions w/ register operands.
Jim Grosbach
2011-11-16
2
-0
/
+38
*
Fix tablegen warning: hasSideEffects is inferred for eh_sjlj_dispatchsetup.
Bob Wilson
2011-11-16
1
-1
/
+1
*
lib/Target/ARM/CMakeLists.txt: Disable optimization in ARMISelLowering.cpp al...
NAKAMURA Takumi
2011-11-16
1
-2
/
+2
*
Sink codegen optimization level into MCCodeGenInfo along side relocation model
Evan Cheng
2011-11-16
36
-218
/
+243
*
Fix the execution domain on a bunch of SSE/AVX instructions.
Craig Topper
2011-11-16
1
-91
/
+157
*
Fix ARM SjLj-EH dispatch setup code. <rdar://problem/10444602>
Bob Wilson
2011-11-16
4
-74
/
+4
*
Remove code to enable execution dependency fix pass on VR256. VR128 is suffic...
Craig Topper
2011-11-16
1
-9
/
+3
*
Add FIXME comment.
Chad Rosier
2011-11-16
1
-0
/
+2
[next]