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
/
X86InstrInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the need to cache the subtarget in the X86 TargetRegisterInfo
Eric Christopher
2015-03-12
1
-1
/
+1
*
Convert push_back loops into append calls.
Benjamin Kramer
2015-02-28
1
-2
/
+2
*
ArrayRefize memory operand folding. NFC.
Benjamin Kramer
2015-02-28
1
-26
/
+21
*
Replace std::copy with a back inserter with vector append where feasible
Benjamin Kramer
2015-02-28
1
-1
/
+1
*
[X86][MMX] Reapply: Add MMX instructions to foldable tables
Bruno Cardoso Lopes
2015-02-25
1
-0
/
+84
*
Revert "[X86][MMX] Add MMX instructions to foldable tables"
Bruno Cardoso Lopes
2015-02-23
1
-82
/
+0
*
[X86][MMX] Add MMX instructions to foldable tables
Bruno Cardoso Lopes
2015-02-23
1
-0
/
+82
*
rename variables again because these tables also deal with stores; NFC
Sanjay Patel
2015-02-17
1
-31
/
+31
*
Add comment to explain a non-obvious setting; NFC.
Sanjay Patel
2015-02-17
1
-0
/
+6
*
remove function names from comments; NFC
Sanjay Patel
2015-02-17
1
-38
/
+31
*
replace meaningless variable names; NFCI
Sanjay Patel
2015-02-17
1
-31
/
+31
*
prevent folding a scalar FP load into a packed logical FP instruction (PR22371)
Sanjay Patel
2015-02-17
1
-8
/
+25
*
[X86][XOP] Enable commutation for XOP instructions
Simon Pilgrim
2015-02-14
1
-0
/
+26
*
X86: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
1
-4
/
+2
*
Relaxed over-zealous alignment requirement for VEX-encoded AES instructions
Simon Pilgrim
2015-02-12
1
-2
/
+2
*
[X86][AVX2] Missing AVX2 memory folding instructions
Simon Pilgrim
2015-02-10
1
-3
/
+35
*
[X86][XOP] Added XOP memory folding patterns + tests
Simon Pilgrim
2015-02-10
1
-5
/
+100
*
[X86] Preserve mem refs on newly created 'Store' node instead of 'Load' node ...
Craig Topper
2015-02-10
1
-1
/
+1
*
[X86] Remove unnecessary alignment checks from the load folding tables.
Craig Topper
2015-02-10
1
-44
/
+44
*
rename variable to give it some meaning; remove obvious comments; NFC
Sanjay Patel
2015-02-09
1
-12
/
+12
*
fix comment that didn't match the code; remove unnecessary braces; NFC
Sanjay Patel
2015-02-09
1
-4
/
+3
*
Moved AVX2 vbroadcast (reg) instruction foldings under the correct grouping. ...
Simon Pilgrim
2015-02-08
1
-3
/
+3
*
[X86][AVX] Added missing stack folding support + test for vptest ymm instruction
Simon Pilgrim
2015-02-07
1
-0
/
+1
*
Reuse a bunch of cached subtargets and remove getSubtarget calls
Eric Christopher
2015-02-02
1
-26
/
+19
*
[X86] Convert esp-relative movs of function arguments to pushes, step 2
Michael Kuperstein
2015-02-01
1
-0
/
+52
*
Revert r227728 due to bad line endings.
Michael Kuperstein
2015-02-01
1
-52
/
+0
*
[X86] Convert esp-relative movs of function arguments to pushes, step 2
Michael Kuperstein
2015-02-01
1
-0
/
+52
*
Removed SSE lane blend findCommutedOpIndices overrides. NFCI.
Simon Pilgrim
2015-01-31
1
-14
/
+0
*
Win64: Put a REX_W prefix on all TAILJMP* instructions
Reid Kleckner
2015-01-30
1
-0
/
+1
*
[X86][SSE] Float comparisons can sometimes be safely commuted
Simon Pilgrim
2015-01-26
1
-0
/
+44
*
[X86][PCLMUL] Enable commutation for PCLMUL instructions
Simon Pilgrim
2015-01-26
1
-0
/
+15
*
[X86][AVX] Added (V)MOVDDUP / (V)MOVSLDUP / (V)MOVSHDUP memory folding + tests.
Simon Pilgrim
2015-01-22
1
-2
/
+5
*
[X86][SSE] Missing SSE/AVX1 memory folding integer instructions
Simon Pilgrim
2015-01-21
1
-1
/
+57
*
[X86][AVX] Missing AVX1 memory folding float instructions
Simon Pilgrim
2015-01-19
1
-2
/
+54
*
Revert "Insert random noops to increase security against ROP attacks (llvm)"
JF Bastien
2015-01-14
1
-61
/
+0
*
Insert random noops to increase security against ROP attacks (llvm)
JF Bastien
2015-01-14
1
-0
/
+61
*
[X86] Merge a switch statement inside a default case of another switch statem...
Craig Topper
2015-01-07
1
-160
/
+155
*
[X86] Make isel select the 2-byte register form of INC/DEC even in non-64-bit...
Craig Topper
2015-01-06
1
-18
/
+2
*
[X86] Make isel select the shorter form of jump instructions instead of the l...
Craig Topper
2015-01-06
1
-58
/
+58
*
[X86] Add missing memory variants to AVX false dependency breaking
Michael Kuperstein
2014-12-28
1
-2
/
+26
*
[AVX512] Enable FP arithmetic lowering for AVX512VL subsets.
Robert Khasanov
2014-12-18
1
-1
/
+100
*
[X86][SSE] Vector double -> float conversion memory folding (cvtpd2ps)
Simon Pilgrim
2014-12-16
1
-0
/
+3
*
[X86] Break false dependencies before partial register updates when the sourc...
Michael Kuperstein
2014-12-15
1
-0
/
+20
*
[AVX512] Added lowering for VBROADCASTSS/SD instructions.
Robert Khasanov
2014-12-09
1
-1
/
+18
*
[X86] Clean up whitespace as well as minor coding style
Michael Liao
2014-12-04
1
-1
/
+1
*
[X86][AVX] 256-bit vector stack unaligned load/stores identification
Simon Pilgrim
2014-11-18
1
-0
/
+6
*
Add Forward Control-Flow Integrity.
Tom Roeder
2014-11-11
1
-0
/
+16
*
[X86][SSE] Vector integer/float conversion memory folding (cvttps2dq / cvttpd...
Simon Pilgrim
2014-11-06
1
-2
/
+10
*
[X86] When commuting SSE immediate blend, make sure that the new blend mask i...
Andrea Di Biagio
2014-11-06
1
-1
/
+2
*
[X86][SSE] Vector integer to float conversion memory folding
Simon Pilgrim
2014-11-05
1
-0
/
+3
[next]