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] 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
*
Introduce the "retpoline" x86 mitigation technique for variant #2 of the spec...
Chandler Carruth
2018-01-22
1
-0
/
+8
*
Fix for bug PR35549 - Repeated schedule comments.
Andrew V. Tischenko
2017-12-15
1
-1
/
+5
*
Remove redundant includes from lib/Target/X86.
Michael Zolotukhin
2017-12-13
1
-3
/
+0
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
[codeview] Implement FPO data assembler directives
Reid Kleckner
2017-10-11
1
-29
/
+78
*
Revert r314249 "Recommit r314151 "[X86] Make all the NOREX CodeGenOnly instru...
Craig Topper
2017-09-27
1
-0
/
+4
*
Recommit r314151 "[X86] Make all the NOREX CodeGenOnly instructions into post...
Craig Topper
2017-09-26
1
-4
/
+0
*
Revert "[X86] Make all the NOREX CodeGenOnly instructions into postRA pseudos...
Benjamin Kramer
2017-09-26
1
-0
/
+4
*
[X86] Make all the NOREX CodeGenOnly instructions into postRA pseudos like th...
Craig Topper
2017-09-25
1
-4
/
+0
*
[XRay][CodeGen] Use PIC-friendly code in XRay sleds and remove synthetic refe...
Dean Michael Berris
2017-09-04
1
-35
/
+40
*
Revert r311525: "[XRay][CodeGen] Use PIC-friendly code in XRay sleds; remove ...
Daniel Jasper
2017-08-31
1
-38
/
+35
*
[XRay][CodeGen] Use PIC-friendly code in XRay sleds; remove synthetic referen...
Dean Michael Berris
2017-08-23
1
-35
/
+38
*
[X86] Add comment string for broadcast loads from the constant pool.
Craig Topper
2017-07-04
1
-37
/
+156
[next]