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
/
X86FastISel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86/FastIsel] Fall-back to SelectionDAG when lowering soft-floats.
Davide Italiano
2017-07-12
1
-0
/
+3
*
[X86][AVX1] Split 256-bit vector non-temporal FastISel loads to keep it non-t...
Simon Pilgrim
2017-06-06
1
-0
/
+6
*
[X86][AVX512] Make i1 illegal in the CodeGen
Guy Blank
2017-05-19
1
-7
/
+0
*
[X86] Move getX86ConditionCode() from X86FastISel.cpp to X86InstrInfo.cpp. NFC
Igor Breger
2017-05-11
1
-42
/
+4
*
Add extra operand to CALLSEQ_START to keep frame part set up previously
Serge Pavlov
2017-05-09
1
-1
/
+1
*
[X86] Support of no_caller_saved_registers attribute
Oren Ben Simhon
2017-05-03
1
-0
/
+9
*
Use Argument::hasAttribute and AttributeList::ReturnIndex more
Reid Kleckner
2017-04-28
1
-9
/
+6
*
Move size and alignment information of regclass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
1
-1
/
+2
*
[IR] Make paramHasAttr to use arg indices instead of attr indices
Reid Kleckner
2017-04-14
1
-2
/
+2
*
[X86][MMX] Add fast-isel support for MMX non-temporal writes
Simon Pilgrim
2017-04-10
1
-0
/
+4
*
[AVX-512] Fix bad comment from r299112. NFC
Craig Topper
2017-03-30
1
-1
/
+2
*
[AVX-512] Fix another case where fastisel was generating a GR8 to VK1 copy. T...
Craig Topper
2017-03-30
1
-2
/
+12
*
[AVX-512] Punt on fast-isel of truncates to i1 when AVX512 is enabled.
Craig Topper
2017-03-28
1
-1
/
+2
*
[AVX-512] Fix accidental uses of AH/BH/CH/DH after copies to/from mask registers
Craig Topper
2017-03-28
1
-13
/
+45
*
[AVX-512] Pre-emptively fix more places in fastisel where we might copy a VK1...
Craig Topper
2017-03-14
1
-9
/
+28
*
[AVX-512] Fix another case where we are copying from a mask register using AH...
Craig Topper
2017-03-13
1
-1
/
+2
*
[AVX-512] Fix a bad use of a high GR8 register after copying from a mask regi...
Craig Topper
2017-03-12
1
-0
/
+11
*
[X86] Fix creating vreg def after use.
Ayman Musa
2017-03-01
1
-5
/
+10
*
[X86][AVX] Disable VCVTSS2SD & VCVTSD2SS memory folding and fix the register ...
Ayman Musa
2017-02-23
1
-2
/
+7
*
[X86] Remove scalar logical op alias instructions. Just use COPY_FROM/TO_REGC...
Craig Topper
2016-12-06
1
-6
/
+10
*
[X86] Remove unnecessary explicit uses of .SimpleTy just to do an equality co...
Craig Topper
2016-12-05
1
-11
/
+11
*
[AVX-512] Teach fast isel to handle 512-bit vector bitcasts.
Craig Topper
2016-12-05
1
-2
/
+8
*
[AVX-512] Teach fast isel to use masked compare and movss for handling scalar...
Craig Topper
2016-12-05
1
-4
/
+69
*
IR: Change the gep_type_iterator API to avoid always exposing the "current" t...
Peter Collingbourne
2016-12-02
1
-1
/
+1
*
[X86][FastISel] Assert that we are dealing with arithmetic with overflow intr...
Zvi Rackover
2016-11-15
1
-0
/
+3
*
[X86][FastISel] Fix lowering of overflow result on AVX512 targets
Zvi Rackover
2016-11-15
1
-2
/
+2
*
[X86][FastISel] Use a COPY from K register to a GPR instead of a K operation
Guy Blank
2016-09-28
1
-27
/
+31
*
[AVX-512] Teach fastisel load/store handling to use EVEX encoded instructions...
Craig Topper
2016-09-05
1
-42
/
+81
*
[X86] Make some static arrays of opcodes const and shrink to uint16_t. NFC
Craig Topper
2016-09-05
1
-6
/
+6
*
[AVX512][FastISel] Do not use K registers in TEST instructions
Guy Blank
2016-08-21
1
-6
/
+31
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-2
/
+2
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-12
/
+15
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-2
/
+2
*
Teach fast isel about the win64 calling convention.
Nico Weber
2016-07-15
1
-4
/
+2
*
Teach fast isel calls and rets about stdcall.
Nico Weber
2016-07-14
1
-0
/
+2
*
Teach fast isel about thiscall (and callee-pop) calls.
Nico Weber
2016-07-14
1
-9
/
+8
*
Teach FastISel about thiscall (and, hence, about callee-pop).
Nico Weber
2016-07-12
1
-5
/
+12
*
Re-commit of 274613.
Elena Demikhovsky
2016-07-06
1
-0
/
+3
*
Reverted 274613 due to compilation failue.
Elena Demikhovsky
2016-07-06
1
-3
/
+0
*
AVX-512: Optimization for patterns with i1 scalar type
Elena Demikhovsky
2016-07-06
1
-0
/
+3
*
Delete unused includes. NFC.
Rafael Espindola
2016-06-30
1
-1
/
+0
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-1
/
+1
*
Switch more loops to be range-based
David Majnemer
2016-06-24
1
-3
/
+2
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-3
/
+4
*
[X86][SSE] Add general lowering of nontemporal vector loads (fixed bad merge)
Simon Pilgrim
2016-06-07
1
-9
/
+37
*
[AVX512] Fix load opcode for fast isel.
Igor Breger
2016-06-07
1
-1
/
+1
*
[AVX512] Add 512-bit load/stores to fast isel.
Craig Topper
2016-06-02
1
-0
/
+46
*
[X86] Add AVX 256-bit load and stores to fast isel.
Craig Topper
2016-06-02
1
-9
/
+52
*
[X86] Use uint16_t for a couple arrays of instruction opcodes. NFC
Craig Topper
2016-06-02
1
-2
/
+2
*
Refactor X86 symbol access classification.
Rafael Espindola
2016-05-20
1
-12
/
+6
[next]