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
/
AArch64ISelLowering.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing 'override' keyword.
Craig Topper
2014-11-28
1
-1
/
+1
*
AArch64: treat [N x Ty] as a block during procedure calls.
Tim Northover
2014-11-27
1
-0
/
+4
*
DAGCombiner: Allow the DAGCombiner to combine multiple FDIVs with the same di...
Hao Liu
2014-11-21
1
-0
/
+1
*
[AArch64] Generate vector signed/unsigned mul and mla/mls long.
Chad Rosier
2014-10-08
1
-0
/
+3
*
constify TargetMachine parameter.
Eric Christopher
2014-10-03
1
-1
/
+1
*
[X86] Use the generic AtomicExpandPass instead of X86AtomicExpandPass
Robin Morisset
2014-09-17
1
-0
/
+1
*
AArch64: fix big-endian immediate materialisation
Tim Northover
2014-09-04
1
-0
/
+7
*
Refactor AtomicExpandPass and add a generic isAtomic() method to Instruction
Robin Morisset
2014-09-03
1
-1
/
+3
*
Add override to overriden virtual methods, remove virtual keywords.
Benjamin Kramer
2014-09-03
1
-1
/
+1
*
Fix typos in comments, NFC
Robin Morisset
2014-08-29
1
-2
/
+1
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-3
/
+3
*
Add alignment value to allowsUnalignedMemoryAccess
Matt Arsenault
2014-07-27
1
-3
/
+4
*
[stack protector] Fix a potential security bug in stack protector where the
Akira Hatanaka
2014-07-25
1
-0
/
+1
*
[AArch64] Lower sdiv x, pow2 using add + select + shift.
Chad Rosier
2014-07-23
1
-0
/
+3
*
[codegen,aarch64] Add a target hook to the code generator to control
Chandler Carruth
2014-07-03
1
-0
/
+3
*
Move AArch64TargetLowering to AArch64Subtarget.
Eric Christopher
2014-06-10
1
-1
/
+1
*
AArch64/ARM64: move ARM64 into AArch64's place
Tim Northover
2014-05-24
1
-0
/
+464
*
AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.
Tim Northover
2014-05-24
1
-410
/
+0
*
Revert "Implement global merge optimization for global variables."
Rafael Espindola
2014-05-16
1
-4
/
+0
*
Implement global merge optimization for global variables.
Jiangning Liu
2014-05-15
1
-0
/
+4
*
Pass the value type to TLI::getRegisterByName
Hal Finkel
2014-05-11
1
-1
/
+1
*
Add 'override' to getRegisterByName in *ISelLowering.h
Hal Finkel
2014-05-11
1
-1
/
+1
*
Implememting named register intrinsics
Renato Golin
2014-05-06
1
-0
/
+2
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-22
/
+26
*
[AArch64] Enable global merge pass.
Jiangning Liu
2014-04-22
1
-0
/
+4
*
This commit enables unaligned memory accesses of vector types on AArch64 back...
Jiangning Liu
2014-04-18
1
-0
/
+6
*
[AArch64] Implement the isLegalAddressingMode and getScalingFactorCost APIs.
Chad Rosier
2014-04-12
1
-0
/
+11
*
[AArch64] Implement the isZExtFree APIs.
Chad Rosier
2014-04-09
1
-0
/
+4
*
[AArch64] Implement the isTruncateFree API.
Chad Rosier
2014-04-09
1
-0
/
+4
*
[AArch64] Lower SHL_PARTS, SRA_PARTS and SRL_PARTS
Logan Chien
2014-03-27
1
-0
/
+3
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-2
/
+2
*
[AArch64 NEON] Try to generate CONCAT_VECTOR when lowering BUILD_VECTOR or SH...
Kevin Qin
2014-01-27
1
-1
/
+5
*
Revert r199791.
Kevin Qin
2014-01-27
1
-5
/
+1
*
fix some spell mistakes around 'ConcatVector' and 'ShuffleVector' in AArch64 ...
Kevin Qin
2014-01-23
1
-1
/
+1
*
[AArch64 NEON] Try to generate CONCAT_VECTOR when lowering BUILD_VECTOR or SH...
Kevin Qin
2014-01-22
1
-1
/
+5
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Remove the 's' DataLayout specification
Rafael Espindola
2014-01-01
1
-0
/
+2
*
[AArch64 NEON]Implment loading vector constant form constant pool.
Kevin Qin
2013-12-18
1
-0
/
+2
*
[AArch64 NEON] Get instruction BSL matched to VSELECT.
Kevin Qin
2013-12-11
1
-3
/
+0
*
For AArch64, add missing register cost calculation for big value types like v...
Jiangning Liu
2013-12-05
1
-0
/
+4
*
Refactored the implementation of AArch64 NEON instruction ZIP, UZP
Kevin Qin
2013-11-26
1
-0
/
+10
*
Implement AArch64 neon instructions class SIMD lsone and SIMD lone-post.
Hao Liu
2013-11-19
1
-2
/
+22
*
Implement the newly added ACLE functions for ld1/st1 with 2/3/4 vectors.
Hao Liu
2013-11-18
1
-1
/
+7
*
Implement aarch64 neon instruction class SIMD misc.
Kevin Qin
2013-11-14
1
-0
/
+5
*
Implement AArch64 Neon instruction set Bitwise Extract.
Jiangning Liu
2013-11-06
1
-0
/
+3
*
Implement AArch64 post-index vector load/store multiple N-element structure c...
Hao Liu
2013-11-05
1
-1
/
+13
*
[AArch64] Implement FrameAddr and ReturnAddr
Weiming Zhao
2013-10-29
1
-0
/
+2
*
Implement aarch64 neon instruction set AdvSIMD (copy).
Kevin Qin
2013-10-11
1
-3
/
+7
*
Implement AArch64 vector load/store multiple N-element structure class SIMD(l...
Hao Liu
2013-10-10
1
-0
/
+4
*
Revert "Implement AArch64 vector load/store multiple N-element structure clas...
Rafael Espindola
2013-10-10
1
-4
/
+0
[next]