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
...
*
[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
*
Fix typos
Alp Toker
2014-06-19
1
-1
/
+1
*
Allow X86FastIsel to cope with 64 bit absolute relocations
Louis Gerbarg
2014-06-17
1
-10
/
+12
*
[FastISel][X86] Optimize predicates and fold CMP instructions.
Juergen Ributzka
2014-06-17
1
-13
/
+109
*
[FastISel][X86] Fix previous refactoring commit (r211077)
Juergen Ributzka
2014-06-17
1
-4
/
+4
*
[FastISel][X86] Refactor the code to get the X86 condition from a helper func...
Juergen Ributzka
2014-06-16
1
-92
/
+102
*
Improve comments for r211040
Louis Gerbarg
2014-06-16
1
-1
/
+4
*
Fix illegal relocations in X86FastISel
Louis Gerbarg
2014-06-16
1
-0
/
+4
*
[FastISel][X86] Add support for cvttss2si/cvttsd2si intrinsics.
Juergen Ributzka
2014-06-13
1
-0
/
+66
*
[FastISel][X86] - Add branch weights
Juergen Ributzka
2014-06-13
1
-3
/
+16
*
[FastISel][X86] Add MachineMemOperand to load/store instructions.
Juergen Ributzka
2014-06-12
1
-39
/
+68
*
[FastIsel][X86] Add support for lowering the first 8 floating-point arguments.
Juergen Ributzka
2014-06-12
1
-20
/
+41
*
Revert "[FastIsel][X86] Add support for lowering the first 8 floating-point a...
Juergen Ributzka
2014-06-12
1
-36
/
+19
*
[FastISel][X86] Add support for the sqrt intrinsic.
Juergen Ributzka
2014-06-11
1
-0
/
+52
*
[FastIsel][X86] Add support for lowering the first 8 floating-point arguments.
Juergen Ributzka
2014-06-11
1
-19
/
+36
*
[FastISel][X86] Add support for the frameaddress intrinsic.
Juergen Ributzka
2014-06-11
1
-0
/
+52
[prev]
[next]