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
/
AArch64
/
AArch64FastISel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move BB succ_iterator to be inside TerminatorInst. NFC.
Pete Cooper
2015-08-05
1
-2
/
+2
*
Convert some AArch64 code to foreach loops. NFC.
Pete Cooper
2015-08-03
1
-4
/
+3
*
De-constify pointers to Type since they can't be modified. NFC
Craig Topper
2015-08-01
1
-1
/
+1
*
[AArch64][FastISel] Always use an AND instruction when truncating to non-lega...
Juergen Ributzka
2015-07-25
1
-31
/
+24
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-20
/
+21
*
Redirect DataLayout from TargetMachine to Module in ComputeValueVTs()
Mehdi Amini
2015-07-09
1
-1
/
+1
*
fix formatting; NFC
Sanjay Patel
2015-07-01
1
-2
/
+2
*
Use MCSymbols for FastISel.
Rafael Espindola
2015-06-23
1
-13
/
+16
*
On behalf of Alexandros Lamprineas:
Evgeny Astigeevich
2015-06-15
1
-0
/
+6
*
Change Function::getIntrinsicID() to return an Intrinsic::ID. NFC.
Pete Cooper
2015-05-20
1
-2
/
+2
*
[AArch64] Fix sext/zext folding in address arithmetic.
Pete Cooper
2015-05-07
1
-29
/
+32
*
[AArch64][FastISel] Variant of the logical instructions that use two input
Quentin Colombet
2015-05-01
1
-1
/
+1
*
[AArch64][FastISel] Fix the setting of kill flags for MUL -> UMULH sequences.
Quentin Colombet
2015-05-01
1
-2
/
+8
*
[AArch64] Fix bad register class constraint in fast-isel for TST instruction.
Quentin Colombet
2015-04-30
1
-1
/
+4
*
Disable AArch64 fast-isel on big-endian call vector returns.
Pete Cooper
2015-04-16
1
-0
/
+5
*
[AArch64][FastISel] Fix integer extend optimization.
Juergen Ributzka
2015-04-09
1
-5
/
+6
*
Refactor: Simplify boolean expressions in AArch64 target
David Blaikie
2015-03-24
1
-1
/
+1
*
Have getCallPreservedMask and getThisCallPreservedMask take a
Eric Christopher
2015-03-11
1
-1
/
+1
*
Clean up some uses of getSubtarget in AArch64.
Eric Christopher
2015-01-30
1
-4
/
+4
*
Migrate AArch64 except for TTI and AsmPrinter away from getSubtargetImpl.
Eric Christopher
2015-01-28
1
-1
/
+1
*
[AArch64] Implement GHC calling convention
Greg Fitzgerald
2015-01-19
1
-0
/
+2
*
[AArch64] MachO large code-model: Materialize FP constants in code.
Juergen Ributzka
2014-12-10
1
-0
/
+18
*
[FastISel][AArch64] Fix a missing nullptr check in 'computeAddress'.
Juergen Ributzka
2014-12-09
1
-1
/
+1
*
AArch64: treat [N x Ty] as a block during procedure calls.
Tim Northover
2014-11-27
1
-0
/
+1
*
[FastISel][AArch64] Fix and extend the tbz/tbnz pattern matching.
Juergen Ributzka
2014-11-25
1
-19
/
+20
*
[FastISel][AArch64] Also allow folding of sign-/zero-extend and arithmetic
Chad Rosier
2014-11-18
1
-2
/
+3
*
[FastISel][AArch64] Also allow folding of sign-/zero-extend and logical
Chad Rosier
2014-11-18
1
-2
/
+3
*
[FastISel][AArch64] Follow-up fix for "Fix shift-immediate emission for "zero...
Juergen Ributzka
2014-11-18
1
-17
/
+26
*
[FastISel][AArch64] Fix shift-immediate emission for "zero" shifts.
Juergen Ributzka
2014-11-18
1
-6
/
+33
*
[FastISel][AArch64] Don't bail during simple GEP instruction selection.
Juergen Ributzka
2014-11-13
1
-0
/
+23
*
[FastISel][AArch64] Optimize select when one of the operands is a 'true' or '...
Juergen Ributzka
2014-11-13
1
-0
/
+61
*
[FastISel][AArch64] Fold the cmp into the select when possible.
Juergen Ributzka
2014-11-13
1
-0
/
+54
*
[FastISel][AArch64] Extend 'select' lowering to support also i1 to i16.
Juergen Ributzka
2014-11-13
1
-34
/
+46
*
[FastISel][AArch64] Add support for fabs intrinsic.
Juergen Ributzka
2014-11-11
1
-0
/
+26
*
[AArch64][FastISel] Fix kill flags for integer extends.
Juergen Ributzka
2014-11-10
1
-0
/
+8
*
[FastISel][AArch64] Emit immediate version of icmp (subs) for null pointer ch...
Juergen Ributzka
2014-10-27
1
-2
/
+6
*
[FastISel][AArch64] Optimize compare-and-branch for i1 to use 'tbz'.
Juergen Ributzka
2014-10-27
1
-0
/
+4
*
[FastISel][AArch64] Use 'cbz' also for null values (pointers).
Juergen Ributzka
2014-10-27
1
-15
/
+12
*
[FastISel][AArch64] Don't fold the 'and' instruction into the 'tbz/tbnz' inst...
Juergen Ributzka
2014-10-27
1
-2
/
+2
*
[FastISel][AArch64] Fix load/store with frame indices.
Juergen Ributzka
2014-10-27
1
-23
/
+20
*
[AArch64] Fix fast-isel of cbz of i1, i8, i16
Oliver Stannard
2014-10-24
1
-0
/
+6
*
[AArch64] Fix miscompile of sdiv-by-power-of-2.
Juergen Ributzka
2014-10-16
1
-3
/
+2
*
Reapply "[FastISel][AArch64] Add custom lowering for GEPs."
Juergen Ributzka
2014-10-15
1
-0
/
+76
*
[FastISel][AArch64] Factor out add with immediate emission into a helper func...
Juergen Ributzka
2014-10-15
1
-13
/
+28
*
Revert "[FastISel][AArch64] Add custom lowering for GEPs."
Juergen Ributzka
2014-10-15
1
-85
/
+0
*
[FastISel][AArch64] Add custom lowering for GEPs.
Juergen Ributzka
2014-10-14
1
-0
/
+85
*
[FastISel][AArch64] Fix sign-/zero-extend folding when SelectionDAG is involved.
Juergen Ributzka
2014-10-14
1
-39
/
+190
*
[FastISel][AArch64] Teach the address computation code to also fold sign-/zer...
Juergen Ributzka
2014-10-07
1
-0
/
+29
*
[FastISel][AArch64] Teach the address computation to also fold sub instructions.
Juergen Ributzka
2014-10-07
1
-1
/
+12
*
[FastISel][AArch64] Fix "Fold sign-/zero-extends into the load instruction."
Juergen Ributzka
2014-10-07
1
-64
/
+90
[next]