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
...
*
Use MCSymbols for FastISel.
Rafael Espindola
2015-06-23
1
-3
/
+4
*
[InstrInfo] Refactor foldOperandImpl to thread through InsertPt. NFC
Keno Fischer
2015-06-08
1
-4
/
+3
*
CodeGen: Use mop_iterator instead of MIOperands/ConstMIOperands
Matthias Braun
2015-05-29
1
-6
/
+8
*
Migrate existing backends that care about software floating point
Eric Christopher
2015-05-12
1
-1
/
+1
*
[X86] Fast-ISel was incorrectly always killing the source of a truncate.
Pete Cooper
2015-05-08
1
-1
/
+3
*
[x86] Fix register class of folded load index reg.
Pete Cooper
2015-05-06
1
-0
/
+17
*
[X86 fast-isel] Constrain the index reg class to not include SP.
Pete Cooper
2015-05-05
1
-6
/
+23
*
[X86][FastIsel] Fix assertion failure when selecting int-to-double conversion...
Andrea Di Biagio
2015-04-20
1
-5
/
+6
*
CodeGen: Assert that inlined-at locations agree
Duncan P. N. Exon Smith
2015-04-03
1
-0
/
+2
*
[X86][FastIsel] Teach how to select vector load instructions.
Andrea Di Biagio
2015-03-26
1
-3
/
+34
*
Use the i8 immediate cmp instructions when possible.
Rafael Espindola
2015-03-16
1
-1
/
+8
*
Don't repeat names in comments and clang-format this function.
Rafael Espindola
2015-03-16
1
-7
/
+10
*
Have getCallPreservedMask and getThisCallPreservedMask take a
Eric Christopher
2015-03-11
1
-1
/
+1
*
[AVX] Lower / fast-isel scalar FP selects into VBLENDV instructions (PR22483)
Sanjay Patel
2015-03-05
1
-18
/
+35
*
[X86][FastISel] Simplify the logic in method X86SelectSIToFP.
Andrea Di Biagio
2015-03-04
1
-21
/
+13
*
CodeGen: convert CCState interface to using ArrayRefs
Tim Northover
2015-02-21
1
-1
/
+1
*
[X86][FastIsel] Teach how to select float-half conversion intrinsics.
Andrea Di Biagio
2015-02-20
1
-0
/
+62
*
[X86][FastIsel] Teach how to select scalar integer to float/double conversions.
Andrea Di Biagio
2015-02-17
1
-0
/
+48
*
X86: @llvm.frameaddress should defer to SelectionDAG for Win CFI
David Majnemer
2015-02-10
1
-2
/
+7
*
[X86][FastIsel] Avoid introducing legacy SSE instructions if the target has AVX.
Andrea Di Biagio
2015-02-10
1
-28
/
+36
*
Migrate to using the subtarget on the machine function and update
Eric Christopher
2015-02-02
1
-7
/
+5
*
[X86] Convert esp-relative movs of function arguments to pushes, step 2
Michael Kuperstein
2015-02-01
1
-1
/
+1
*
Revert r227728 due to bad line endings.
Michael Kuperstein
2015-02-01
1
-3358
/
+3358
*
[X86] Convert esp-relative movs of function arguments to pushes, step 2
Michael Kuperstein
2015-02-01
1
-3358
/
+3358
*
DebugInfo: Teach Fast ISel to respect the debug location of comparisons in jumps
David Blaikie
2015-01-29
1
-9
/
+9
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-2
/
+2
*
[x32] Fast ISel should use LEA64_32r instead of LEA32r to adjust addresses in...
Michael Kuperstein
2015-01-21
1
-2
/
+8
*
[X86] Make isel select the 2-byte register form of INC/DEC even in non-64-bit...
Craig Topper
2015-01-06
1
-7
/
+4
*
[X86] Make isel select the shorter form of jump instructions instead of the l...
Craig Topper
2015-01-06
1
-4
/
+4
*
[X86][ISel] Fix a regression I introduced in r224884
Keno Fischer
2014-12-28
1
-3
/
+3
*
[FastIsel][X86] Fix invalid register replacement for bool args
Keno Fischer
2014-12-27
1
-28
/
+28
*
Use 32-bit ebp for NaCl64 in a limited case: llvm.frameaddress.
Jan Wen Voung
2014-12-05
1
-3
/
+3
*
[X86] Clean up whitespace as well as minor coding style
Michael Liao
2014-12-04
1
-21
/
+20
*
Remove a bunch of unnecessary typecasts to 'const TargetRegisterClass *'
Craig Topper
2014-11-21
1
-3
/
+2
*
[x86 fast-isel] Materialize allocas with the correct-sized lea for ILP32
Derek Schuff
2014-11-05
1
-1
/
+1
*
[X86] Memory folding for commutative instructions (updated)
Simon Pilgrim
2014-10-20
1
-1
/
+2
*
Revert r219584, "[X86] Memory folding for commutative instructions."
NAKAMURA Takumi
2014-10-13
1
-1
/
+1
*
[X86] Memory folding for commutative instructions.
Simon Pilgrim
2014-10-12
1
-1
/
+1
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-2
/
+4
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
1
-4
/
+2
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-2
/
+4
*
Add llvm_unreachables() for [ASZ]ExtUpper to X86FastISel.cpp to appease the b...
Daniel Sanders
2014-09-25
1
-0
/
+3
*
[FastISel] Move optimizeCmpPredicate to FastISel base class. NFC.
Juergen Ributzka
2014-09-15
1
-40
/
+0
*
[FastISel][tblgen] Rename tblgen generated FastISel functions. NFC.
Juergen Ributzka
2014-09-03
1
-25
/
+25
*
[FastISel] Rename public visible FastISel functions. NFC.
Juergen Ributzka
2014-09-03
1
-49
/
+49
*
Reapply [FastISel][X86] Add large code model support for materializing floati...
Juergen Ributzka
2014-08-19
1
-1
/
+17
*
Reapply [FastISel][X86] Use XOR to materialize the "0" value (r215594).
Juergen Ributzka
2014-08-19
1
-0
/
+23
*
Reapply [FastISel][X86] Emit more efficient instructions for integer constant...
Juergen Ributzka
2014-08-19
1
-1
/
+28
*
Revert several FastISel commits to track down a buildbot error.
Juergen Ributzka
2014-08-14
1
-68
/
+2
*
[FastISel][X86] Add large code model support for materializing floating-point...
Juergen Ributzka
2014-08-13
1
-1
/
+17
[prev]
[next]