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
...
*
Win64: Don't use REX prefix for direct tail calls
Hans Wennborg
2016-09-08
1
-1
/
+0
*
Revert "[XRay] ARM 32-bit no-Thumb support in LLVM"
Renato Golin
2016-09-08
1
-0
/
+10
*
[XRay] ARM 32-bit no-Thumb support in LLVM
Dean Michael Berris
2016-09-08
1
-10
/
+0
*
X86: Fold tail calls into conditional branches where possible (PR26302)
Hans Wennborg
2016-09-07
1
-10
/
+10
*
[XRay] Detect and emit sleds for sibling/tail calls
Dean Michael Berris
2016-09-01
1
-0
/
+36
*
[stackmaps] More extraction of common code [NFCI]
Philip Reames
2016-08-23
1
-3
/
+2
*
[XRay] Synthesize a reference to the xray_instr_map
Dean Michael Berris
2016-08-19
1
-0
/
+12
*
[XRay] Test for xray_instr_map in object file. (NFC)
Dean Michael Berris
2016-08-09
1
-1
/
+0
*
[XRay] Align entry and return sleds to 2 byte boundaries
Dean Michael Berris
2016-08-04
1
-2
/
+4
*
[XRay] Make the xray_instr_map section specification more correct
Dean Michael Berris
2016-08-03
1
-4
/
+11
*
XRay: Add entry and exit sleds
Dean Michael Berris
2016-07-14
1
-0
/
+105
*
[X86][AVX512] Add support for VPERMILPD/VPERMILPS variable shuffle mask comments
Simon Pilgrim
2016-07-13
1
-9
/
+26
*
X86: Avoid implicit iterator conversions, NFC
Duncan P. N. Exon Smith
2016-07-12
1
-2
/
+4
*
Drop support for creating $stubs.
Rafael Espindola
2016-06-29
1
-27
/
+0
*
doesSetDirectiveSuppressesReloc -> doesSetDirectiveSuppressReloc, the
Joerg Sonnenberger
2016-06-18
1
-1
/
+1
*
Avoid copies of std::strings and APInt/APFloats where we only read from it
Benjamin Kramer
2016-06-08
1
-1
/
+1
*
[X86][XOP] Added VPERMIL2PD/VPERMIL2PS shuffle mask comment decoding
Simon Pilgrim
2016-06-04
1
-0
/
+34
*
Simplify handling of hidden stub.
Rafael Espindola
2016-05-17
1
-14
/
+0
*
[X86][SSE] Added TODO comment to add support for AVX512 mask registers to shu...
Simon Pilgrim
2016-05-09
1
-0
/
+1
*
[X86] Model FAULTING_LOAD_OP as a terminator and branch.
Quentin Colombet
2016-05-02
1
-2
/
+2
*
[X86] Use nested switches to vary the operand to helper functions that were p...
Craig Topper
2016-04-29
1
-43
/
+74
*
[MC] Silence warning due to unused variable in !Debug builds.
Davide Italiano
2016-04-20
1
-0
/
+1
*
[MC] EmitNop: Make an assertion more useful.
Davide Italiano
2016-04-20
1
-1
/
+2
*
[X86] Simplify StackMapShadowTracker; NFC
Sanjoy Das
2016-04-19
1
-33
/
+22
*
[X86MCInstLower] Clean up EmitNops; NFC
Sanjoy Das
2016-04-19
1
-51
/
+68
*
Introduce a "patchable-function" function attribute
Sanjoy Das
2016-04-19
1
-12
/
+53
*
[X86][XOP] Support for VPPERM 2-input shuffle mask decoding
Simon Pilgrim
2016-04-09
1
-27
/
+56
*
ADT: Remove == and != comparisons between ilist iterators and pointers
Duncan P. N. Exon Smith
2016-02-21
1
-1
/
+1
*
[X86] Make MOV32ri64 a post-RA pseudo instead of a CodeGenOnly instruction. I...
Craig Topper
2016-01-05
1
-4
/
+0
*
[X86] Move shuffle decoding for constant pool into the X86CodeGen library to ...
Craig Topper
2015-12-31
1
-0
/
+1
*
[X86] Add support for printing shuffle comments for AVX512 PSHUFB instructions.
Craig Topper
2015-12-26
1
-8
/
+37
*
[X86] Fix shuffle decoding for variable VPERMIL to be tolerant of the Constan...
Craig Topper
2015-12-26
1
-1
/
+8
*
[X86] MOVPC32r should only emit CFI adjustments when needed
Michael Kuperstein
2015-12-15
1
-4
/
+5
*
[X86] Always generate precise CFA adjustments.
Michael Kuperstein
2015-12-06
1
-2
/
+4
*
[X86] Part 1 to fix x86-64 fp128 calling convention.
Chih-Hung Hsieh
2015-12-03
1
-1
/
+13
*
Add cfi instr for CFA calculation when movpc is expanded to call and pop
Petar Jovanovic
2015-11-05
1
-0
/
+15
*
[X86] Add support to assembler and MCInst lowering to use the other vmovq %xm...
Craig Topper
2015-10-12
1
-12
/
+14
*
[WinEH] Make FuncletLayout more robust against catchret
David Majnemer
2015-10-01
1
-0
/
+29
*
[WinEH] Make funclet return instrs pseudo instrs
Reid Kleckner
2015-09-17
1
-7
/
+0
*
[WinEH] Emit prologues and epilogues for funclets
Reid Kleckner
2015-09-08
1
-1
/
+2
*
AVX-512: Lowering for 512-bit vector shuffles.
Elena Demikhovsky
2015-09-08
1
-20
/
+31
*
[WinEH] Add some support for code generating catchpad
Reid Kleckner
2015-08-27
1
-0
/
+6
*
Remove and forbid raw_svector_ostream::flush() calls.
Yaron Keren
2015-08-13
1
-1
/
+0
*
x86 atomic: optimize a.store(reg op a.load(acquire), release)
JF Bastien
2015-08-05
1
-0
/
+12
*
[ImplicitNullChecks] Work with implicit defs.
Sanjoy Das
2015-07-20
1
-1
/
+4
*
Move most user of TargetMachine::getDataLayout to the Module one
Mehdi Amini
2015-07-16
1
-3
/
+3
*
Simplify the Mangler interface now that DataLayout is mandatory.
Rafael Espindola
2015-06-23
1
-1
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Avoid a Symbol -> Name -> Symbol conversion.
Rafael Espindola
2015-06-22
1
-5
/
+3
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
[prev]
[next]