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
/
ARMFastISel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
DAG: Add calling convention argument to calling convention funcs
Matt Arsenault
2018-07-28
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
[IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...
Craig Topper
2018-03-29
1
-1
/
+1
*
Fix layering by moving ValueTypes.h from CodeGen to IR
David Blaikie
2018-03-23
1
-1
/
+1
*
Fix layering of MachineValueType.h by moving it from CodeGen to Support
David Blaikie
2018-03-23
1
-1
/
+1
*
[ARMFastISel] Replace deprecated calls to MemoryIntrinsic::getAlignment() (NFCI)
Daniel Neilson
2018-02-09
1
-1
/
+2
*
Remove alignment argument from memcpy/memmove/memset in favour of alignment a...
Daniel Neilson
2018-01-19
1
-2
/
+2
*
Silence a bunch of implicit fallthrough warnings
Adrian Prantl
2017-12-19
1
-1
/
+1
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-3
/
+3
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
[ARM] Fix some Clang-tidy modernize-use-using and Include What You Use warnin...
Eugene Zelenko
2017-09-20
1
-9
/
+10
*
Fix ARMv4 support
Joerg Sonnenberger
2017-08-28
1
-2
/
+3
*
Use report_fatal_error for unsupported calling conventions
Alex Bradbury
2017-08-22
1
-2
/
+2
*
[ARM|CodeGen] Improve the code in FastISel
Javed Absar
2017-07-18
1
-23
/
+20
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Add extra operand to CALLSEQ_START to keep frame part set up previously
Serge Pavlov
2017-05-09
1
-1
/
+1
*
Use Argument::hasAttribute and AttributeList::ReturnIndex more
Reid Kleckner
2017-04-28
1
-13
/
+11
*
[ARM] Rename HW div feature to HW div Thumb. NFCI.
Diana Picus
2017-04-20
1
-1
/
+2
*
[IR] Make paramHasAttr to use arg indices instead of attr indices
Reid Kleckner
2017-04-14
1
-9
/
+9
*
ARM: make sure FastISel bails on f64 operations for Cortex-M4.
Tim Northover
2017-02-23
1
-8
/
+13
*
[ARM] Use VCMP, not VCMPE, for floating point equality comparisons
James Molloy
2017-02-13
1
-5
/
+15
*
[ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-01-31
1
-29
/
+60
*
[ARM] CodeGen: Replace AddDefaultT1CC and AddNoT1CC. NFC
Diana Picus
2017-01-13
1
-6
/
+2
*
[ARM] CodeGen: Remove AddDefaultCC. NFC.
Diana Picus
2017-01-13
1
-2
/
+2
*
[ARM] CodeGen: Remove AddDefaultPred. NFC.
Diana Picus
2017-01-13
1
-6
/
+8
*
IR: Change the gep_type_iterator API to avoid always exposing the "current" t...
Peter Collingbourne
2016-12-02
1
-1
/
+1
*
[ArmFastISel] Kill dead code. NFCI.
Davide Italiano
2016-10-16
1
-35
/
+0
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-0
/
+1
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-2
/
+3
*
[ARM] Add support for embedded position-independent code
Oliver Stannard
2016-08-08
1
-0
/
+4
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-2
/
+2
*
[ARM] Honour ABI for rem under -O0 for EABI, GNUEABI, Android and Musl
Diana Picus
2016-07-18
1
-0
/
+7
*
[CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOp...
Justin Lebar
2016-07-15
1
-2
/
+3
*
Delete unused includes. NFC.
Rafael Espindola
2016-06-30
1
-1
/
+0
*
Don't pass a Reloc::Model to GVIsIndirectSymbol.
Rafael Espindola
2016-06-28
1
-2
/
+1
*
Move shouldAssumeDSOLocal to Target.
Rafael Espindola
2016-06-27
1
-4
/
+1
*
Use isPositionIndependent. NFC.
Rafael Espindola
2016-06-26
1
-1
/
+1
*
Delete more dead code.
Rafael Espindola
2016-06-21
1
-37
/
+0
*
Replace silly uses of 'signed' with 'int'
David Majnemer
2016-06-21
1
-2
/
+2
*
Add a isPositionIndependent helper to ARMFastISel. NFC.
Rafael Espindola
2016-06-20
1
-8
/
+13
*
Use shouldAssumeDSOLocal.
Rafael Espindola
2016-06-20
1
-1
/
+3
*
Simplify. NFC.
Rafael Espindola
2016-06-20
1
-6
/
+2
*
Don't print (PLT) on arm.
Rafael Espindola
2016-06-16
1
-9
/
+2
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
Swift Calling Convention: swifterror target support.
Manman Ren
2016-04-11
1
-0
/
+36
*
Swift Calling Convention: swiftcc for ARM.
Manman Ren
2016-04-05
1
-0
/
+2
*
Swift Calling Convention: add swiftself attribute.
Manman Ren
2016-03-29
1
-0
/
+2
*
[CXX_FAST_TLS] fix issues with O0 on ARM, AArch64 and X86.
Manman Ren
2016-03-18
1
-0
/
+1
*
[opaque pointer types] [NFC] CallSite: use getFunctionType() instead of going...
Manuel Jacob
2016-01-17
1
-2
/
+1
[next]