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
/
AArch64FastISel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
AArch64: don't try to emit an add (shifted reg) for SP.
Tim Northover
2017-06-12
1
-0
/
+8
*
[AArch64] Add fallback in FastISel fp16 conversions
I-Jui (Ray) Sung
2017-06-09
1
-1
/
+5
*
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
-9
/
+6
*
[AArch64][Fuchsia] Allow -mcmodel=kernel for --target=aarch64-fuchsia
Petr Hosek
2017-04-04
1
-4
/
+4
*
Revert "Instrument SDISel C++ patterns"
Quentin Colombet
2017-04-01
1
-42
/
+33
*
Instrument SDISel C++ patterns
Quentin Colombet
2017-04-01
1
-33
/
+42
*
Small cleanup to remove extraneous cast.
Eric Christopher
2017-03-31
1
-2
/
+1
*
[AArch64] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-01-25
1
-24
/
+67
*
IR: Change the gep_type_iterator API to avoid always exposing the "current" t...
Peter Collingbourne
2016-12-02
1
-2
/
+2
*
Swift Calling Convetion: add support for AArch64.
Manman Ren
2016-08-26
1
-1
/
+1
*
AArch64: properly calculate cmpxchg status in FastISel.
Tim Northover
2016-08-02
1
-6
/
+21
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-2
/
+2
*
[AArch64][FastISel] Select -O0 legal cmpxchg.
Ahmed Bougacha
2016-07-20
1
-0
/
+55
*
[AArch64][FastISel] Select atomic stores into STLR.
Ahmed Bougacha
2016-07-20
1
-3
/
+40
*
[CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOp...
Justin Lebar
2016-07-15
1
-3
/
+3
*
Delete AArch64II::MO_CONSTPOOL.
Rafael Espindola
2016-05-31
1
-3
/
+0
*
Apply clang-tidy's misc-static-assert where it makes sense.
Benjamin Kramer
2016-05-27
1
-4
/
+4
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
Swift Calling Convention: swifterror target support.
Manman Ren
2016-04-11
1
-1
/
+36
*
Swift Calling Convention: add swiftself attribute.
Manman Ren
2016-03-29
1
-1
/
+3
*
Simplify some boolean conditional return statements in AArch64.
Eric Christopher
2016-02-29
1
-4
/
+1
*
[NFC] Replace several manual GEP loops with gep_type_iterator.
Eduard Burtescu
2016-01-20
1
-16
/
+9
*
[opaque pointer types] [NFC] GEP: replace get(Pointer)ElementType uses with g...
Eduard Burtescu
2016-01-19
1
-1
/
+7
*
CXX_FAST_TLS calling convention: performance improvement for AArch64.
Manman Ren
2015-12-16
1
-0
/
+3
*
AArch64FastISel: Use cbz/cbnz to branch on i1
Matthias Braun
2015-12-03
1
-61
/
+25
*
Let SelectionDAG start to use probability-based interface to add successors.
Cong Hou
2015-11-24
1
-5
/
+5
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
1
-4
/
+3
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
1
-3
/
+4
*
[AArch64][FastISel] Don't even try to select vector icmps.
Ahmed Bougacha
2015-11-06
1
-0
/
+4
*
Create a new interface addSuccessorWithoutWeight(MBB*) in MBB to add successo...
Cong Hou
2015-10-27
1
-5
/
+6
*
AArch64: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-2
/
+2
*
FastISel: Factor out common code; NFC intended
Matthias Braun
2015-08-26
1
-40
/
+5
*
[AArch64][FastISel] Don't fold shifts with UB.
Juergen Ributzka
2015-08-19
1
-13
/
+38
*
PseudoSourceValue: Replace global manager with a manager in a machine function.
Alex Lorenz
2015-08-11
1
-4
/
+4
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-1
/
+1
*
[AArch64][FastISel] Always use AND before checking the branch flag.
Juergen Ributzka
2015-08-06
1
-1
/
+5
*
Revert "[AArch64][FastISel] Add more truncation tests." and "[AArch64][FastIS...
Juergen Ributzka
2015-08-06
1
-24
/
+31
*
Move BB succ_iterator to be inside TerminatorInst. NFC.
Pete Cooper
2015-08-05
1
-2
/
+2
*
Convert some AArch64 code to foreach loops. NFC.
Pete Cooper
2015-08-03
1
-4
/
+3
*
De-constify pointers to Type since they can't be modified. NFC
Craig Topper
2015-08-01
1
-1
/
+1
*
[AArch64][FastISel] Always use an AND instruction when truncating to non-lega...
Juergen Ributzka
2015-07-25
1
-31
/
+24
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-20
/
+21
*
Redirect DataLayout from TargetMachine to Module in ComputeValueVTs()
Mehdi Amini
2015-07-09
1
-1
/
+1
*
fix formatting; NFC
Sanjay Patel
2015-07-01
1
-2
/
+2
*
Use MCSymbols for FastISel.
Rafael Espindola
2015-06-23
1
-13
/
+16
*
On behalf of Alexandros Lamprineas:
Evgeny Astigeevich
2015-06-15
1
-0
/
+6
*
Change Function::getIntrinsicID() to return an Intrinsic::ID. NFC.
Pete Cooper
2015-05-20
1
-2
/
+2
*
[AArch64] Fix sext/zext folding in address arithmetic.
Pete Cooper
2015-05-07
1
-29
/
+32
*
[AArch64][FastISel] Variant of the logical instructions that use two input
Quentin Colombet
2015-05-01
1
-1
/
+1
[next]