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][NFC] Generalize the naming of "Retpoline Thunks" and related code to "I...
Scott Constable
2020-06-24
1
-2
/
+2
*
[IR] Split out target specific intrinsic enums into separate headers
Reid Kleckner
2019-12-11
1
-0
/
+1
*
Add Windows Control Flow Guard checks (/guard:cf).
Andrew Paverd
2019-10-28
1
-0
/
+1
*
[X86] Add new calling convention that guarantees tail call optimization
Reid Kleckner
2019-10-07
1
-3
/
+7
*
AArch64: support arm64_32, an ILP32 slice for watchOS.
Tim Northover
2019-09-12
1
-0
/
+1
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-2
/
+2
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-1
/
+1
*
[X86] Improve the type checking fast-isel handling of vector bitcasts.
Craig Topper
2019-07-01
1
-13
/
+8
*
[X86] Introduce new MOVSSrm/MOVSDrm opcodes that use VR128 register class.
Craig Topper
2019-06-18
1
-5
/
+13
*
[X86] Add CMOV_FR32X/CMOV_FR64X pseudo instructions. Use them in fast isel to...
Craig Topper
2019-05-11
1
-2
/
+4
*
[X86] Sink some fast isel code into the only if that uses it. NFC
Craig Topper
2019-05-11
1
-13
/
+13
*
[X86] Use TLI.getRegClassFor to simplify some more fast isel code. NFCI
Craig Topper
2019-05-11
1
-16
/
+7
*
[X86] Use getRegClassFor to simplify some code in fast isel. NFCI
Craig Topper
2019-05-11
1
-40
/
+18
*
[X86] Don't emit MOVNTDQA loads from fast-isel without SSE4.1.
Craig Topper
2019-05-11
1
-1
/
+1
*
[COFF] Use COFF stubs for extern_weak functions
Reid Kleckner
2019-05-07
1
-2
/
+3
*
[X86] Pull out repeated Subtarget feature tests. NFCI.
Simon Pilgrim
2019-05-05
1
-12
/
+11
*
Recommitting r358783 and r358786 "[MS] Emit S_HEAPALLOCSITE debug info" with ...
Amy Huang
2019-04-24
1
-0
/
+1
*
[X86] Merge the different Jcc instructions for each condition code into singl...
Craig Topper
2019-04-05
1
-16
/
+12
*
[X86] Merge the different SETcc instructions for each condition code into sin...
Craig Topper
2019-04-05
1
-24
/
+24
*
[X86] Merge the different CMOV instructions for each condition code into sing...
Craig Topper
2019-04-05
1
-3
/
+3
*
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
[next]