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
/
ARM
/
ARMISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-4
/
+4
*
[ARM] 't' asm constraint should accept i32
Yi Kong
2017-11-16
1
-1
/
+1
*
[ARM, AArch64] Fix an assert message, Darwin isn't the only target supporting...
Martin Storsjo
2017-11-14
1
-1
/
+2
*
[arm] Fix Unnecessary reloads from GOT.
Evgeniy Stepanov
2017-11-13
1
-20
/
+4
*
[ARM] Place jump table as the first operand in additions
Momchil Velikov
2017-11-13
1
-2
/
+2
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
[ARM] and, or, xor and add with shl combine
Sam Parker
2017-11-02
1
-7
/
+120
*
Revert r313618 "[ARM] Use ADDCARRY / SUBCARRY"
Roger Ferrer Ibanez
2017-11-01
1
-166
/
+19
*
[ARM] Honor -mfloat-abi for libcall calling convention
Eli Friedman
2017-10-26
1
-9
/
+1
*
[ARM] OrCombineToBFI function
Sam Parker
2017-10-25
1
-92
/
+109
*
[ARM] Swap cmp operands for automatic shifts
Sam Parker
2017-10-25
1
-0
/
+6
*
ISel type legalization: add debug messages. NFCI.
Sjoerd Meijer
2017-10-03
1
-0
/
+1
*
[ARM] isTruncateFree fix
Sam Parker
2017-09-27
1
-6
/
+6
*
[ARM] Fix some Clang-tidy modernize-use-using and Include What You Use warnin...
Eugene Zelenko
2017-09-20
1
-19
/
+11
*
[ARM] Use ADDCARRY / SUBCARRY
Roger Ferrer Ibanez
2017-09-19
1
-19
/
+167
*
[ARM] Implement isTruncateFree
Sam Parker
2017-09-18
1
-0
/
+20
*
Revert r313009 "[ARM] Use ADDCARRY / SUBCARRY"
Hans Wennborg
2017-09-12
1
-166
/
+19
*
[ARM] Fix typo when creating ISD::SUB nodes
Roger Ferrer Ibanez
2017-09-12
1
-5
/
+5
*
[ARM] Use ADDCARRY / SUBCARRY
Roger Ferrer Ibanez
2017-09-12
1
-19
/
+166
*
Revert r312898 "[ARM] Use ADDCARRY / SUBCARRY"
Hans Wennborg
2017-09-11
1
-166
/
+19
*
[ARM] Use ADDCARRY / SUBCARRY
Roger Ferrer Ibanez
2017-09-11
1
-19
/
+166
*
Move static helper into ARMTargetLowering. NFC
Diana Picus
2017-09-01
1
-1
/
+1
*
[ARM, Thumb1] Prevent ARMTargetLowering::isLegalAddressingMode from accepting...
Evgeny Astigeevich
2017-08-24
1
-4
/
+18
*
[ARM] Call setBooleanContents(ZeroOrOneBooleanContent)
Renato Golin
2017-08-22
1
-0
/
+1
*
Fix a typo in r311435.
Chandler Carruth
2017-08-22
1
-1
/
+1
*
Use report_fatal_error for unsupported calling conventions
Alex Bradbury
2017-08-22
1
-2
/
+2
*
[ARM] Factorize the calculation of WhichResult in isV*Mask. NFC.
Martin Storsjo
2017-08-19
1
-24
/
+13
*
[ARM] Check the right order for halves of VZIP/VUZP if both parts are used
Martin Storsjo
2017-08-19
1
-4
/
+16
*
ARM: mark CPSR as clobbered for Windows VLAs
Saleem Abdulrasool
2017-08-17
1
-0
/
+4
*
[X86][ARM][TargetLowering] Add SrcVT to isExtractSubvectorCheap
Craig Topper
2017-08-13
1
-1
/
+1
*
[ARM] Clarify legal addressing modes for ARM and Thumb2. NFC
Eli Friedman
2017-08-10
1
-3
/
+11
*
Revert r309923, it caused PR34045.
Nico Weber
2017-08-03
1
-154
/
+12
*
[ARM] Use ADDCARRY / SUBCARRY
Roger Ferrer Ibanez
2017-08-03
1
-12
/
+154
*
Delete Default and JITDefault code models
Rafael Espindola
2017-08-03
1
-3
/
+1
*
Change CallLoweringInfo::CS to be an ImmutableCallSite instead of a pointer. ...
Peter Collingbourne
2017-07-26
1
-2
/
+2
*
TargetLowering: Change isShuffleMaskLegal's mask argument type to ArrayRef<in...
Zvi Rackover
2017-07-26
1
-3
/
+1
*
[SystemZ, LoopStrengthReduce]
Jonas Paulsson
2017-07-21
1
-1
/
+1
*
Enhance synchscope representation
Konstantin Zhuravlyov
2017-07-11
1
-3
/
+3
*
[ARM] Implement interleaved access bug fix from r306334
Matthew Simpson
2017-07-07
1
-1
/
+3
*
[Arm] Fix -Wimplicit-fallthrough warnings. NFCI.
Simon Pilgrim
2017-07-07
1
-5
/
+5
*
ARM: fix big-endian 64-bit cmpxchg.
Tim Northover
2017-06-30
1
-4
/
+11
*
[ARM] Support constant pools in data when generating execute-only code.
Alexandros Lamprineas
2017-06-20
1
-15
/
+39
*
Revert "[ARM] Support constant pools in data when generating execute-only code."
Alexandros Lamprineas
2017-06-14
1
-38
/
+15
*
[ARM] Support constant pools in data when generating execute-only code.
Alexandros Lamprineas
2017-06-14
1
-15
/
+38
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-5
/
+4
*
[SelectionDAG] Set ISD::FPOWI to Expand by default
Craig Topper
2017-05-30
1
-4
/
+0
*
[ARM] Fix lowering of misaligned memcpy/memset
John Brawn
2017-05-26
1
-6
/
+0
*
[ARM] Temporarily disable globals promotion to constant pools to prevent misc...
Oleg Ranevskyy
2017-05-23
1
-1
/
+1
*
Suppress all uses of LLVM_END_WITH_NULL. NFC.
Serge Guelton
2017-05-09
1
-2
/
+2
*
[Atomic] Remove IsStore/IsLoad in the interface, and pass the instruction ins...
Tim Shen
2017-05-09
1
-7
/
+7
[next]