index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
X86
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Enable MI Sched for x86.
Andrew Trick
2013-10-15
1
-1
/
+4
*
Fix PR17546
Michael Liao
2013-10-15
1
-6
/
+1
*
Fix PR16807
Michael Liao
2013-10-15
1
-6
/
+16
*
Remove x86_sse42_crc32_64_8 intrinsic. It has no functional difference from x...
Craig Topper
2013-10-15
1
-6
/
+9
*
[X86][FastISel] During X86 fastisel, the address of indirect call was resolved
Quentin Colombet
2013-10-14
1
-7
/
+14
*
Fix the ExecutionDepsFix pass to handle AVX instructions.
Andrew Trick
2013-10-14
3
-16
/
+71
*
whitespace
Andrew Trick
2013-10-14
1
-1
/
+1
*
Revert part of a fix from 2010, changes since then:
Eric Christopher
2013-10-14
1
-1
/
+1
*
Reformat this routine slightly.
Eric Christopher
2013-10-14
1
-10
/
+8
*
Remove some extraneous whitespace.
Eric Christopher
2013-10-14
1
-4
/
+0
*
Fixed a bug in dynamic allocation memory on stack.
Elena Demikhovsky
2013-10-14
1
-5
/
+12
*
Create classes to reduce the size of the tablegen entries for the CRC32 instr...
Craig Topper
2013-10-14
1
-66
/
+33
*
Allow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd/pmovmskb/extractps instru...
Craig Topper
2013-10-14
4
-83
/
+102
*
Add disassembler support for SSE4.1 register/register form of PEXTRW. There i...
Craig Topper
2013-10-14
1
-0
/
+7
*
Mark MOVMSKPS/MOVMSKPD/VPINSRWrr64i as AsmParserOnly to remove them from the ...
Craig Topper
2013-10-14
1
-2
/
+10
*
Don't use 64-bit versions of MOVMSKPD in CodeGen. The instructions only produ...
Craig Topper
2013-10-14
1
-4
/
+8
*
Remove more filters from the disassembler. Mark some AVX512 instructions as C...
Craig Topper
2013-10-12
1
-0
/
+6
*
Mark some more instructions as CodeGenOnly. Remove filters from the disassemb...
Craig Topper
2013-10-12
1
-17
/
+19
*
Allow non-AVX form of pmovmskb to take a GR64 operand.
Craig Topper
2013-10-10
1
-0
/
+2
*
Remove duplicate instructions.
Craig Topper
2013-10-10
1
-16
/
+0
*
AVX-512: Added VRCP28 and VRSQRT28 instructions and intrinsics.
Elena Demikhovsky
2013-10-09
3
-36
/
+92
*
Add missing HasAVX512 predicate.
Andrew Trick
2013-10-09
1
-2
/
+2
*
Replace a couple instructions with patterns referring to other instructions w...
Craig Topper
2013-10-09
1
-16
/
+11
*
Use AVX512PIi8 for the alt forms of vcmp instructions. This adds the TB prefi...
Craig Topper
2013-10-09
1
-4
/
+4
*
Mark some instructions as CodeGenOnly since they aren't needed by the assembl...
Craig Topper
2013-10-09
1
-65
/
+73
*
Add in64BitMode/in32BitMode to the MMX/SSE2/AVX maskmovq/dq instructions. Thi...
Craig Topper
2013-10-09
3
-8
/
+12
*
Add a MCTargetStreamer interface.
Rafael Espindola
2013-10-08
1
-1
/
+1
*
Remove unneeded MMX instruction definition by moving pattern to an equivalent...
Craig Topper
2013-10-08
1
-6
/
+2
*
Remove some instructions that existed to provide aliases to the assembler. Ca...
Craig Topper
2013-10-08
1
-27
/
+10
*
X86: Fix type check. Just because an integer type is illegal doesn't mean it'...
Benjamin Kramer
2013-10-07
1
-1
/
+1
*
Remove getEHExceptionRegister and getEHHandlerRegister.
Rafael Espindola
2013-10-07
2
-12
/
+0
*
Remove some instructions that seem to only exist to trick the filtering check...
Craig Topper
2013-10-07
1
-12
/
+0
*
Remove FsMOVAPSrr and friends. They have no patterns and are no longer select...
Craig Topper
2013-10-07
2
-29
/
+4
*
Teach X86 asm parser that VMOVAPSrr and other VEX-encoded register to registe...
Craig Topper
2013-10-07
2
-1
/
+50
*
Add disassembler support for long encodings for INC/DEC in 32-bit mode.
Craig Topper
2013-10-07
1
-1
/
+15
*
X86: Don't fold spills into SSE operations if the stack is unaligned.
Benjamin Kramer
2013-10-06
1
-0
/
+4
*
AVX-512: added scalar convert instructions and intrinsics.
Elena Demikhovsky
2013-10-06
3
-13
/
+189
*
AVX-512: fixed shuffle lowering
Elena Demikhovsky
2013-10-06
2
-1
/
+15
*
Add TBM instructions to loading folding tables.
Craig Topper
2013-10-05
1
-1
/
+21
*
Rename this feature to "cx16" to match gcc's flag name. Apparently these strings
Nick Lewycky
2013-10-05
1
-1
/
+1
*
Remove underscores from TBM instruction names for consistency with other inst...
Craig Topper
2013-10-05
1
-24
/
+24
*
Remove unneeded TBM intrinsics. The arithmetic/logical operation patterns are...
Craig Topper
2013-10-05
1
-39
/
+20
*
Add an additional pattern for BLCI since opt can turn (not (add x, 1)) into (...
Craig Topper
2013-10-05
1
-0
/
+6
*
AVX-512: Fixed encoding of VMOVQ instruction.
Elena Demikhovsky
2013-10-03
1
-3
/
+3
*
Replace C++ style comment with a C style comment to satisfy some of the build...
Craig Topper
2013-10-03
1
-1
/
+1
*
Remove comma from the end of an enum.
Craig Topper
2013-10-03
1
-1
/
+1
*
Add XOP disassembler support. Fixes PR13933.
Craig Topper
2013-10-03
5
-125
/
+238
*
Add patterns for selecting TBM instructions from logical operations. Patch fr...
Craig Topper
2013-10-03
2
-32
/
+98
*
AVX-512: fixed a bug in getLoadStoreRegOpcode() for AVX-512 target
Elena Demikhovsky
2013-10-02
2
-8
/
+5
*
AVX-512: Added TB prefix to all instructions without prefixes,
Elena Demikhovsky
2013-10-02
2
-20
/
+18
[prev]
[next]