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
*
[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
*
[FastISel][X86] Use XOR to materialize the "0" value.
Juergen Ributzka
2014-08-13
1
-0
/
+23
*
[FastISel][X86] Emit more efficient instructions for integer constant materia...
Juergen Ributzka
2014-08-13
1
-1
/
+28
*
[FastISel][X86] Refactor constant materialization. NFCI.
Juergen Ributzka
2014-08-13
1
-54
/
+67
*
[FastISel][X86] Silence -Wenum-compare warning
Rui Ueyama
2014-08-08
1
-2
/
+6
*
[FastISel][X86] Fix INC/DEC optimization (r215230)
Juergen Ributzka
2014-08-08
1
-1
/
+1
*
[FastISel][X86] Use INC/DEC when possible for {sadd|ssub}.with.overflow intri...
Juergen Ributzka
2014-08-08
1
-5
/
+24
*
Remove the target machine from CCState. Previously it was only used
Eric Christopher
2014-08-06
1
-5
/
+3
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-5
/
+5
*
[X86] Simplify X87 stackifier pass.
Akira Hatanaka
2014-08-01
1
-34
/
+28
*
[FastISel][AArch64 and X86] Don't emit stores for UNDEF arguments during func...
Juergen Ributzka
2014-07-31
1
-0
/
+5
*
[FastISel] Move the helper function isCommutativeIntrinsic into FastISel base...
Juergen Ributzka
2014-07-30
1
-12
/
+0
*
Silence a warning in conditional expression.
Andrea Di Biagio
2014-07-15
1
-1
/
+1
*
[FastISel][X86] Remove no longer needed functions.
Juergen Ributzka
2014-07-15
1
-462
/
+0
*
[FastISel][X86] Implement the FastLowerIntrinsicCall hook.
Juergen Ributzka
2014-07-15
1
-41
/
+41
*
[FastISel][X86] Implement the FastLowerCall hook.
Juergen Ributzka
2014-07-15
1
-9
/
+400
*
Revert "[FastISel][X86] Remove no longer needed functions."
Juergen Ributzka
2014-07-15
1
-244
/
+315
*
[FastISel][X86] Remove no longer needed functions.
Juergen Ributzka
2014-07-15
1
-462
/
+0
*
[FastISel][X86] Implement the FastLowerIntrinsicCall hook.
Juergen Ributzka
2014-07-15
1
-41
/
+41
*
[FastISel][X86] Implement the FastLowerCall hook.
Juergen Ributzka
2014-07-15
1
-9
/
+400
*
Revert "[FastISel][X86] Implement the FastLowerIntrinsicCall hook."
Juergen Ributzka
2014-07-11
1
-38
/
+42
*
[FastISel][X86] Implement the FastLowerIntrinsicCall hook.
Juergen Ributzka
2014-07-11
1
-42
/
+38
*
[FastISel][X86] Fix smul.with.overflow.i8 lowering.
Juergen Ributzka
2014-07-07
1
-3
/
+19
*
X86: revert unintentional change to X86FastISel.
Tim Northover
2014-07-07
1
-1
/
+1
*
CodeGen: it turns out that NAND is not the same thing as BIC. At all.
Tim Northover
2014-07-07
1
-1
/
+1
*
X86: fix comment
Saleem Abdulrasool
2014-06-30
1
-1
/
+1
*
[FastISel][X86] Fix typos.
Juergen Ributzka
2014-06-27
1
-13
/
+13
*
Rename getX86ConditonCode -> getX86ConditionCode
Craig Topper
2014-06-27
1
-5
/
+5
*
[FastISel][X86] More refactoring of select lowering and XALU folding. NFC.
Juergen Ributzka
2014-06-25
1
-83
/
+55
*
[FastISel][X86] Refactor XALU folding. NFC.
Juergen Ributzka
2014-06-25
1
-124
/
+70
*
[FastISel][X86] Only fold the cmp into the select when both instructions are ...
Juergen Ributzka
2014-06-25
1
-5
/
+15
*
Fix indentation.
Juergen Ributzka
2014-06-25
1
-7
/
+7
*
[FastISel][X86] Fold XALU condition into branch and compare.
Juergen Ributzka
2014-06-24
1
-0
/
+150
*
[FastISel][X86] Lower unsupported selects to control-flow.
Juergen Ributzka
2014-06-23
1
-0
/
+71
*
[FastISel][X86] Add support for floating-point select.
Juergen Ributzka
2014-06-23
1
-0
/
+128
*
[FastISel][X86] Optimize selects when the condition comes from a compare.
Juergen Ributzka
2014-06-23
1
-35
/
+145
[next]