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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove StringMap::GetOrCreateValue in favor of StringMap::insert
David Blaikie
2014-11-19
1
-1
/
+1
*
[Aarch64] Customer lowering of CTPOP to SIMD should check for NEON availability
Weiming Zhao
2014-11-19
1
-0
/
+3
*
[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
*
[AArch64] Don't optimize all compare instructions.
Juergen Ributzka
2014-11-18
1
-26
/
+51
*
[FastISel][AArch64] Fix shift-immediate emission for "zero" shifts.
Juergen Ributzka
2014-11-18
1
-6
/
+33
*
We can get the TLOF from the TargetMachine - so constructor no longer require...
Aditya Nandakumar
2014-11-13
1
-1
/
+1
*
[FastISel][AArch64] Don't bail during simple GEP instruction selection.
Juergen Ributzka
2014-11-13
1
-0
/
+23
*
This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...
Aditya Nandakumar
2014-11-13
3
-10
/
+18
*
[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
*
Pass an ArrayRef to MCDisassembler::getInstruction.
Rafael Espindola
2014-11-12
2
-6
/
+3
*
[FastISel][AArch64] Add support for fabs intrinsic.
Juergen Ributzka
2014-11-11
1
-0
/
+26
*
MCAsmParserExtension has a copy of the MCAsmParser. Use it.
Rafael Espindola
2014-11-11
1
-10
/
+31
*
[AArch64][FastISel] Fix kill flags for integer extends.
Juergen Ributzka
2014-11-10
1
-0
/
+8
*
Misc style fixes. NFC.
Rafael Espindola
2014-11-10
2
-14
/
+13
*
[AArch64] Keep flags on condition vreg when instantiating a CB branch.
Ahmed Bougacha
2014-11-07
1
-1
/
+2
*
[AArch64] Use the correct register class for ORR.
Juergen Ributzka
2014-11-04
1
-1
/
+1
*
AArch64: Pattern match integer vector abs like we do on ARM.
Benjamin Kramer
2014-11-04
1
-0
/
+22
*
Rename variables to conform to llvm coding standards.
Akira Hatanaka
2014-11-03
1
-28
/
+28
*
[AArch64] Make function processLogicalImmediate more efficient. NFC.
Akira Hatanaka
2014-11-03
1
-47
/
+42
*
[AArch64] Fix miscompile of comparison with 0xffffffffffffffff
Oliver Stannard
2014-11-03
1
-4
/
+4
*
Remove redundant calls to isMaterializable.
Rafael Espindola
2014-11-01
1
-7
/
+1
*
[AArch64] Check Dest Register Liveness in CondOpt pass.
Chad Rosier
2014-10-31
1
-6
/
+12
*
[AArch64] CondOpt pass is missing FCMP instructions when searching backward for
Chad Rosier
2014-10-31
1
-0
/
+11
*
AArch64: enable Cortex-A57 FP balancing on Cortex-A53.
Tim Northover
2014-10-28
1
-1
/
+2
*
AArch64InstrInfo.h: Fix a warning introduced in clang r220703. [-Winconsisten...
NAKAMURA Takumi
2014-10-27
1
-1
/
+1
*
[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
*
[PBQP] Unique allowed-sets for nodes in the PBQP graph and use pairs of these
Lang Hames
2014-10-27
1
-8
/
+8
*
[AArch64] Fix fast-isel of cbz of i1, i8, i16
Oliver Stannard
2014-10-24
1
-0
/
+6
*
[AArch64] Add support for the .inst directive.
Chad Rosier
2014-10-22
5
-0
/
+137
*
[AArch64] Cleanup A57PBQPConstraints
Arnaud A. de Grandmaison
2014-10-22
3
-48
/
+50
*
[PBQP] Teach PassConfig to tell if the default register allocator is used.
Arnaud A. de Grandmaison
2014-10-21
2
-17
/
+2
*
[AArch64] Fix a silent codegen fault in BUILD_VECTOR lowering.
James Molloy
2014-10-17
1
-9
/
+9
*
[AArch64] Fix miscompile of sdiv-by-power-of-2.
Juergen Ributzka
2014-10-16
2
-4
/
+3
*
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
*
Simplify handling of --noexecstack by using getNonexecutableStackSection.
Rafael Espindola
2014-10-15
3
-7
/
+4
*
Revert "[FastISel][AArch64] Add custom lowering for GEPs."
Juergen Ributzka
2014-10-15
1
-85
/
+0
*
Remove unused variable.
Eric Christopher
2014-10-15
1
-1
/
+0
*
[AArch64] Wrong CC access in CSINC-conditional branch sequence
Gerolf Hoflehner
2014-10-14
1
-5
/
+1
*
[AAarch64] Optimize CSINC-branch sequence
Gerolf Hoflehner
2014-10-14
2
-29
/
+137
*
[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
[prev]
[next]