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
*
Pass the value type to TLI::getRegisterByName
Hal Finkel
2014-05-11
2
-2
/
+3
*
Add 'override' to getRegisterByName in *ISelLowering.h
Hal Finkel
2014-05-11
1
-1
/
+1
*
Implememting named register intrinsics
Renato Golin
2014-05-06
2
-0
/
+14
*
AArch64: Mark vector long multiplication as expand.
Benjamin Kramer
2014-04-29
1
-0
/
+5
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
22
-130
/
+137
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
2
-3
/
+3
*
Convert SelectionDAG::SelectNodeTo to use ArrayRef.
Craig Topper
2014-04-27
1
-3
/
+1
*
Convert SelectionDAG::getMergeValues to use ArrayRef.
Craig Topper
2014-04-27
1
-2
/
+2
*
Convert getMemIntrinsicNode to take ArrayRef of SDValue instead of pointer an...
Craig Topper
2014-04-26
1
-3
/
+2
*
Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.
Craig Topper
2014-04-26
1
-15
/
+9
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
8
-23
/
+23
*
Add 'musttail' marker to call instructions
Reid Kleckner
2014-04-24
1
-0
/
+4
*
AArch64: print NEON lists with a space.
Tim Northover
2014-04-24
1
-2
/
+2
*
Create MCTargetOptions.
Evgeniy Stepanov
2014-04-23
1
-1
/
+2
*
Fix the assembler to print a better relocatable expression error
Kevin Enderby
2014-04-22
1
-2
/
+3
*
[AArch64] Enable global merge pass.
Jiangning Liu
2014-04-22
3
-0
/
+20
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
10
-11
/
+20
*
[cleanup] Fix two headers where we included a standard library header
Chandler Carruth
2014-04-22
1
-2
/
+1
*
[cleanup] Lift using directives, DEBUG_TYPE definitions, and even some
Chandler Carruth
2014-04-22
4
-8
/
+8
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
1
-0
/
+2
*
This commit allows vectorized loops to be unrolled by a factor of 2 for AArch64.
Jiangning Liu
2014-04-18
1
-0
/
+1
*
This is one of the optimizations ported from ARM64 to AArch64 to address the ...
Jiangning Liu
2014-04-18
1
-0
/
+2
*
This commit enables unaligned memory accesses of vector types on AArch64 back...
Jiangning Liu
2014-04-18
4
-0
/
+91
*
[AArch64] Implement the getCSRFirstUseCost API, mirroring that in ARM64.
Chad Rosier
2014-04-17
1
-0
/
+7
*
Convert SelectionDAG::getVTList to use ArrayRef
Craig Topper
2014-04-16
1
-2
/
+2
*
Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...
Nick Lewycky
2014-04-15
1
-1
/
+1
*
[MC] Require an MCContext when constructing an MCDisassembler.
Lang Hames
2014-04-15
1
-8
/
+7
*
[AArch64] Implement the isLegalAddressingMode and getScalingFactorCost APIs.
Chad Rosier
2014-04-12
2
-0
/
+77
*
LLVMBuild.txt: Add missing dependencies.
NAKAMURA Takumi
2014-04-10
1
-1
/
+1
*
[AArch64] Implement the isZExtFree APIs.
Chad Rosier
2014-04-09
2
-0
/
+40
*
[AArch64] Implement the isTruncateFree API.
Chad Rosier
2014-04-09
2
-0
/
+25
*
Fix some doc and comment typos
Alp Toker
2014-04-09
1
-1
/
+1
*
ARM64: handle v1i1 types arising from setcc properly.
Tim Northover
2014-04-04
1
-28
/
+0
*
Make consistent use of MCPhysReg instead of uint16_t throughout the tree.
Craig Topper
2014-04-04
4
-6
/
+6
*
PR18929:
Stepan Dyatkovskiy
2014-03-30
1
-16
/
+22
*
Completely rewrite ELFObjectWriter::RecordRelocation.
Rafael Espindola
2014-03-29
1
-1
/
+1
*
Add const.
Rafael Espindola
2014-03-28
1
-3
/
+3
*
Remove another unused argument.
Rafael Espindola
2014-03-27
1
-3
/
+2
*
Remove unused argument.
Rafael Espindola
2014-03-27
1
-5
/
+4
*
[AArch64] Lower SHL_PARTS, SRA_PARTS and SRL_PARTS
Logan Chien
2014-03-27
2
-0
/
+91
*
AArch64_BE function argument passing for ARM ABI
Christian Pirker
2014-03-26
1
-2
/
+11
*
remove a bunch of unused private methods
Nuno Lopes
2014-03-23
1
-7
/
+2
*
[AArch64] Add SchedRW lists to NEON instructions.
Chad Rosier
2014-03-21
4
-246
/
+512
*
[AArch64] Remove .data_region directive from AArch64.
Kevin Qin
2014-03-21
1
-2
/
+0
*
AArch64: error when both positional & named operands are used.
Tim Northover
2014-03-13
3
-4
/
+7
*
Try harder to evaluate expressions when printing assembly.
Rafael Espindola
2014-03-12
1
-1
/
+1
*
AArch64: fix LowerCONCAT_VECTORS for new CodeGen.
Tim Northover
2014-03-10
1
-10
/
+11
*
[AArch64] Fix a use of uninitialized memory introduced in r203125,
Chandler Carruth
2014-03-10
1
-3
/
+3
*
[TTI] There is actually no realistic way to pop TTI implementations off
Chandler Carruth
2014-03-10
1
-4
/
+0
*
InstCombine: form shuffles from wider range of insert/extractelements
Tim Northover
2014-03-07
1
-0
/
+29
[next]