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
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[X86] Deduplicate static calling convention helpers for code size, NFC
Reid Kleckner
2019-01-19
1
-2
/
+0
*
[X86] Remove X86ISD::INC/DEC. Just select them from X86ISD::ADD/SUB at isel time
Craig Topper
2019-01-02
1
-12
/
+6
*
FastIsel: take care to update iterators when removing instructions.
Tim Northover
2018-12-17
1
-1
/
+2
*
Revert r345165 "[X86] Bring back the MOV64r0 pseudo instruction"
Craig Topper
2018-10-31
1
-12
/
+20
*
[X86] Bring back the MOV64r0 pseudo instruction
Craig Topper
2018-10-24
1
-20
/
+12
*
[X86] Remove some left over code from when MVT:i1 was a legal type for AVX512.
Craig Topper
2018-10-19
1
-3
/
+0
*
[X86] Teach fast isel to use MOV32ri64 for loading an unsigned 32 immediate i...
Craig Topper
2018-09-21
1
-9
/
+1
*
[X86] Teach X86FastISel::X86SelectRet to use EAX for the sret pointer in GNUX32
Craig Topper
2018-09-11
1
-1
/
+1
*
[x86/retpoline] Split the LLVM concept of retpolines into separate
Chandler Carruth
2018-08-23
1
-2
/
+2
*
[X86] FastISel fall back on !absolute_symbol GVs
Vlad Tsyrklevich
2018-08-01
1
-0
/
+4
*
Remove trailing space
Fangrui Song
2018-07-30
1
-2
/
+2
*
DAG: Add calling convention argument to calling convention funcs
Matt Arsenault
2018-07-28
1
-1
/
+1
*
[X86][FastISel] Support uitofp with avx512.
Craig Topper
2018-07-13
1
-8
/
+26
*
[X86][FastISel] Add EVEX support to sitofp handling.
Craig Topper
2018-07-13
1
-7
/
+16
*
[X86][FastISel] Support EVEX version of sqrt.
Craig Topper
2018-07-12
1
-8
/
+11
*
[X86][FastISel] Choose EVEX instructions when possible when lowering x86_sse_...
Craig Topper
2018-07-12
1
-8
/
+12
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-5
/
+5
*
[X86] Added support for nocf_check attribute for indirect Branch Tracking
Oren Ben Simhon
2018-03-17
1
-0
/
+7
*
[X86] Add back fast-isel code for handling i8 shifts.
Craig Topper
2018-03-14
1
-7
/
+14
*
[NFC] fix trivial typos in comments and documents
Hiroshi Inoue
2018-01-29
1
-1
/
+1
*
Introduce the "retpoline" x86 mitigation technique for variant #2 of the spec...
Chandler Carruth
2018-01-22
1
-0
/
+4
*
Remove alignment argument from memcpy/memmove/memset in favour of alignment a...
Daniel Neilson
2018-01-19
1
-2
/
+2
*
FastISel: support no-PLT PIC calls on ELF x86_64
Saleem Abdulrasool
2017-12-15
1
-4
/
+2
*
[X86] Rename some instructions that start with Int_ to have the _Int at the end.
Craig Topper
2017-12-10
1
-2
/
+2
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-3
/
+3
*
[X86] Add 64-bit int to float/double conversion with AVX to X86FastISel::X86...
Craig Topper
2017-11-01
1
-3
/
+4
*
[X86] Add AVX512 support to X86FastISel::fastMaterializeFloatZero.
Craig Topper
2017-11-01
1
-4
/
+5
*
[X86] Clang-format some code. NFC
Craig Topper
2017-10-31
1
-2
/
+8
*
[X86] Add AVX512 support to fast isel's X86ChooseCmpOpcode.
Craig Topper
2017-10-30
1
-2
/
+3
*
[X86] Remove AVX512 early out from X86FastISel::X86SelectCmp.
Craig Topper
2017-10-30
1
-3
/
+0
*
[X86] Use the extended vector register classes in fast isel with AVX512F/VL.
Craig Topper
2017-10-29
1
-10
/
+10
*
[X86] Add AVX512 support to X86FastISel::X86SelectFPExt and X86FastISel::X86S...
Craig Topper
2017-10-29
1
-4
/
+12
*
[X86] Add AVX512 support to X86FastISel::X86MaterializeFP
Craig Topper
2017-10-29
1
-2
/
+6
*
[X86] Replace some default cases in X86SelectShift with llvm_unreachable.
Craig Topper
2017-10-28
1
-3
/
+3
*
[X86] Remove unneeded MVT::i1 related code from fast isel.
Craig Topper
2017-10-28
1
-10
/
+0
*
[X86] Remove fast-isel code for handling i8 shifts. This is handled by auto g...
Craig Topper
2017-10-27
1
-14
/
+7
*
[X86] Teach fastisel to use VLX VMOVNTDQA for v4f64 and 256-bit integers when...
Craig Topper
2017-10-27
1
-2
/
+2
*
[X86] Enable extended comparison predicate support for SETUEQ/SETONE when tar...
Craig Topper
2017-10-09
1
-3
/
+3
*
[X86] Fix copy pasto in X86FastISel::fastEmitInst_rrrr.
Craig Topper
2017-10-02
1
-1
/
+1
*
[X86] Fix register class name in a comment. NFC
Craig Topper
2017-09-26
1
-1
/
+1
*
[X86] Don't emit COPY_TO_REG to ABCD registers before EXTRACT_SUBREG of sub_8bit
Craig Topper
2017-09-18
1
-14
/
+1
*
[X86] Teach fastisel to handle zext/sext i8->i16 and sext i1->i8/i16/i32/i64
Craig Topper
2017-09-02
1
-0
/
+59
*
[X86] Remove some code from fast isel that is no longer needed with i1 being ...
Craig Topper
2017-08-30
1
-31
/
+0
*
[X86] Remove unneed AVX512 check from fast isel.
Craig Topper
2017-08-30
1
-2
/
+1
*
[AVX512] Remove leftover code for when i1 was a legal type from the fast isel...
Craig Topper
2017-08-14
1
-14
/
+0
*
[X86] Teach fastisel to select calls to dllimport functions
Reid Kleckner
2017-08-05
1
-8
/
+14
*
[AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as well
Martin Storsjo
2017-07-17
1
-2
/
+2
*
[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
[next]