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
*
AArch64: Implement conditional compare sequence matching.
Matthias Braun
2015-07-16
1
-0
/
+7
*
Allow {e,r}bp as the target of {read,write}_register.
Pat Gavlin
2015-07-09
1
-1
/
+2
*
Re-instate the EVT parameter to getScalarShiftAmountTy() for OOT user
Mehdi Amini
2015-07-09
1
-1
/
+1
*
Make isLegalAddressingMode() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-2
/
+2
*
Make TargetLowering::getShiftAmountTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-1
/
+1
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-1
/
+2
*
[TargetLowering] StringRefize asm constraint getters.
Benjamin Kramer
2015-07-05
1
-6
/
+3
*
[AArch64] Lower interleaved memory accesses to ldN/stN intrinsics. This patch...
Hao Liu
2015-06-26
1
-0
/
+9
*
Revert "AArch64: Use CMP;CCMP sequences for and/or/setcc trees."
Matthias Braun
2015-06-17
1
-7
/
+0
*
AArch64: Use CMP;CCMP sequences for and/or/setcc trees.
Matthias Braun
2015-06-01
1
-0
/
+7
*
Add address space argument to isLegalAddressingMode
Matt Arsenault
2015-06-01
1
-2
/
+4
*
Change getTargetNodeName() to produce compiler warnings for missing cases, fi...
Matthias Braun
2015-05-07
1
-1
/
+1
*
AArch64: Don't lower ISD::SELECT to ISD::SELECT_CC
Matthias Braun
2015-04-07
1
-0
/
+3
*
[AArch64] Enable the codegenprepare optimization that promotes operation to form
Quentin Colombet
2015-03-31
1
-0
/
+2
*
[aarch64] Distinguish the 'Q' and 'm' inline assembly memory constraints.
Daniel Sanders
2015-03-23
1
-2
/
+6
*
Make each target map all inline assembly memory constraints to InlineAsm::Con...
Daniel Sanders
2015-03-16
1
-0
/
+6
*
[AArch64] Avoid going through GPRs for across-vector instructions.
Ahmed Bougacha
2015-03-10
1
-0
/
+12
*
Mutate TargetLowering::shouldExpandAtomicRMWInIR to specifically dictate how ...
JF Bastien
2015-03-04
1
-1
/
+2
*
Fix PR22408 - LLVM producing AArch64 TLS relocations that GNU linkers cannot ...
Kristof Beyls
2015-03-04
1
-5
/
+5
*
getRegForInlineAsmConstraint wants to use TargetRegisterInfo for
Eric Christopher
2015-02-26
1
-1
/
+2
*
Rewrite the global merge pass to be subprogram agnostic for now.
Eric Christopher
2015-02-23
1
-4
/
+0
*
Prevent hoisting fmul from THEN/ELSE to IF if there is fmsub/fmadd opportunity.
Chad Rosier
2015-02-23
1
-0
/
+3
*
Remove getSubtargetImpl from AArch64ISelLowering and cache the
Eric Christopher
2015-01-29
1
-1
/
+2
*
fix typos; NFC
Sanjay Patel
2015-01-28
1
-1
/
+1
*
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
[next]