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] 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
*
Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC code mod...
Reid Kleckner
2018-07-23
1
-0
/
+35
*
[X86] Put some cases in switch statements back on one line to be more compact...
Craig Topper
2018-07-02
1
-566
/
+186
*
Revert "Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC ...
Jonas Devlieghere
2018-06-28
1
-35
/
+0
*
Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC code mod...
Reid Kleckner
2018-06-25
1
-0
/
+35
*
Revert r335297 "[X86] Implement more of x86-64 large and medium PIC code models"
Reid Kleckner
2018-06-21
1
-35
/
+0
*
[X86] Implement more of x86-64 large and medium PIC code models
Reid Kleckner
2018-06-21
1
-0
/
+35
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-5
/
+5
*
[X86] Correct the Defs, Uses, hasSideEffects, mayLoad, mayStore for XCHG and ...
Craig Topper
2018-04-18
1
-1
/
+1
*
[XRay] Typed event logging intrinsic
Keith Wyss
2018-04-17
1
-352
/
+907
*
Move TargetLoweringObjectFile from CodeGen to Target to fix layering
David Blaikie
2018-03-23
1
-1
/
+1
*
[X86] Move the AC_EVEX_2_VEX AsmComments enum to X86InstrInfo.h from X86InstC...
Craig Topper
2018-03-10
1
-1
/
+1
*
[X86][MMX] Improve handling of 64-bit MMX constants
Simon Pilgrim
2018-03-01
1
-0
/
+18
[next]