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
/
X86MCInstLower.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
-4
/
+4
*
[X86] -fpatchable-function-entry=N,0: place patch label after ENDBR{32,64}
Fangrui Song
2020-02-05
1
-0
/
+19
*
[X86] Adjust nop emission by compiler to consider target decode limitations
Philip Reames
2020-01-11
1
-0
/
+17
*
[X86] Support function attribute "patchable-function-entry"
Fangrui Song
2020-01-10
1
-3
/
+15
*
[BranchAlign] Compiler support for suppressing branch align
Philip Reames
2020-01-08
1
-0
/
+42
*
Fix "use of uninitialized variable" static analyzer warnings. NFCI.
Simon Pilgrim
2020-01-06
1
-0
/
+2
*
[StackMaps] Be explicit about label formation [NFC] (try 2)
Philip Reames
2019-12-19
1
-3
/
+14
*
Temporarily Revert "[StackMaps] Be explicit about label formation [NFC]"
Eric Christopher
2019-12-19
1
-14
/
+3
*
[StackMaps] Be explicit about label formation [NFC]
Philip Reames
2019-12-19
1
-3
/
+14
*
[FaultMaps] Make label formation a bit more explicit [NFC]
Philip Reames
2019-12-19
1
-1
/
+5
*
[X86] Teach X86MCInstLower to swap operands of commutable instructions to ena...
Craig Topper
2019-11-04
1
-0
/
+46
*
[X86] Use 64-bit version of source register in LowerPATCHABLE_EVENT_CALL and ...
Craig Topper
2019-10-27
1
-6
/
+12
*
[X86] Remove isel patterns for mask vpcmpgt/vpcmpeq. Switch vpcmp to these ba...
Craig Topper
2019-10-04
1
-0
/
+175
*
Revert [Windows] Disable TrapUnreachable for Win64, add SEH_NoReturn
Reid Kleckner
2019-09-03
1
-14
/
+0
*
[X86] Print register names in .seh_* directives
Reid Kleckner
2019-08-30
1
-13
/
+5
*
[Windows] Disable TrapUnreachable for Win64, add SEH_NoReturn
Reid Kleckner
2019-08-30
1
-0
/
+14
*
[X86] Remove encoding information from the TAILJMP instructions that are lowe...
Craig Topper
2019-08-27
1
-23
/
+57
*
[X86] Remove MCInstLower code that drops operands from some CALL and TAILJMP ...
Craig Topper
2019-08-22
1
-18
/
+8
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-9
/
+9
*
[X86] -fno-plt: use GOT __tls_get_addr only if GOTPCRELX is enabled
Fangrui Song
2019-07-11
1
-1
/
+8
*
[X86] Add VP2INTERSECT instructions
Pengfei Wang
2019-05-31
1
-0
/
+71
*
[X86] Support -fno-plt __tls_get_addr calls
Fangrui Song
2019-05-23
1
-51
/
+72
*
[X86] Move InstPrinter files to MCTargetDesc. NFC
Richard Trieu
2019-05-10
1
-2
/
+2
*
Fixed "Value stored to 'Opc' is never read" warning. NFCI.
Simon Pilgrim
2019-05-07
1
-1
/
+1
*
Assigning to a local object in a return statement prevents copy elision. NFC.
David Blaikie
2019-04-25
1
-1
/
+2
*
[X86] Merge the different Jcc instructions for each condition code into singl...
Craig Topper
2019-04-05
1
-5
/
+11
*
[X86] Make ADD*_DB post-RA pseudos and expand them in expandPostRAPseudo.
Craig Topper
2019-03-18
1
-16
/
+0
*
For faulting ops, include a comment w/the fault destination
Philip Reames
2019-03-12
1
-0
/
+1
*
[X86] Enable 8-bit OR with disjoint bits to convert to LEA
Craig Topper
2019-03-05
1
-0
/
+2
*
[AsmPrinter] Remove hidden flag -print-schedule.
Andrea Di Biagio
2019-02-04
1
-17
/
+9
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[X86] Force floating point values in constant pool decoding to print in scien...
Craig Topper
2018-10-29
1
-1
/
+2
*
[ELF] Fix large code model MIR verifier errors
Reid Kleckner
2018-10-24
1
-35
/
+0
*
X86: fix a comment copy-paste issue (NFC)
Saleem Abdulrasool
2018-10-22
1
-1
/
+1
*
Recommit r344877 "[X86] Stop promoting integer loads to vXi64"
Craig Topper
2018-10-22
1
-5
/
+21
*
Revert r344877 "[X86] Stop promoting integer loads to vXi64"
Craig Topper
2018-10-22
1
-21
/
+5
*
[X86] Stop promoting integer loads to vXi64
Craig Topper
2018-10-21
1
-5
/
+21
*
Revert r344873 "foo"
Craig Topper
2018-10-21
1
-20
/
+4
*
foo
Craig Topper
2018-10-21
1
-4
/
+20
*
[X86] Only extract constant pool shuffle mask data with zero offsets
Simon Pilgrim
2018-10-21
1
-1
/
+1
*
[X86] Add 128 MOVDDUP to the constant pool printing in X86AsmPrinter::EmitIns...
Craig Topper
2018-10-15
1
-0
/
+6
*
[codeview] Fix 32-bit x86 variable locations in realigned stack frames
Reid Kleckner
2018-10-02
1
-0
/
+4
*
[X86] Add APInt constant assembly printer helper
Simon Pilgrim
2018-10-02
1
-15
/
+18
*
[X86] Standardize floating point assembly comments
Simon Pilgrim
2018-10-02
1
-7
/
+11
*
[MinGW] [X86] Pass true for the second parameter to StubValueTy for MO_COFFST...
Martin Storsjo
2018-08-31
1
-2
/
+1
*
[MinGW] [X86] Add stubs for references to data variables that might end up im...
Martin Storsjo
2018-08-29
1
-0
/
+16
*
[x86/retpoline] Split the LLVM concept of retpolines into separate
Chandler Carruth
2018-08-23
1
-2
/
+2
*
[X86] Remove RELEASE_ and ACQUIRE_ pseudo instructions. Use isel patterns and...
Craig Topper
2018-08-03
1
-64
/
+0
*
[X86] Prevent promotion of i16 add/sub/and/or/xor to i32 if we can fold an at...
Craig Topper
2018-08-03
1
-0
/
+8
*
[X86] Allow 'atomic_store (neg/not atomic_load)' to isel to a RMW instruction.
Craig Topper
2018-08-02
1
-0
/
+8
[next]