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
/
AArch64TargetMachine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[SimplifyCFG] don't sink common insts too soon (PR34603)
Sanjay Patel
2017-12-14
1
-1
/
+1
*
[AArch64] Avoid SIMD interleaved store instruction for Exynos.
Abderrazek Zaafrani
2017-12-08
1
-2
/
+2
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
[SimplifyCFG] use pass options and remove the latesimplifycfg pass
Sanjay Patel
2017-10-28
1
-1
/
+1
*
Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"
Matthias Braun
2017-10-12
1
-3
/
+4
*
TargetMachine: Merge TargetMachine and LLVMTargetMachine
Matthias Braun
2017-10-12
1
-4
/
+3
*
[AArch64] Use LateSimplifyCFG after expanding atomic operations.
Balaram Makam
2017-10-03
1
-1
/
+1
*
[GlobalISel] Make GlobalISel a non-optional library.
Quentin Colombet
2017-08-03
1
-4
/
+0
*
Delete Default and JITDefault code models
Rafael Espindola
2017-08-03
1
-14
/
+38
*
[AArch64] Remove outdated comment. NFC.
Ahmed Bougacha
2017-07-27
1
-2
/
+0
*
[AArch64][Falkor] Avoid HW prefetcher tag collisions (step 2)
Geoff Berry
2017-07-18
1
-2
/
+7
*
[COFF, ARM64] Correct the data layout string for COFF ARM64 target
Mandeep Singh Grang
2017-07-17
1
-1
/
+1
*
[AArch64][Falkor] Avoid HW prefetcher tag collisions (step 1)
Geoff Berry
2017-07-14
1
-2
/
+10
*
[AArch64] Only run macro fusion for CPUs with any fusion support.
Florian Hahn
2017-07-12
1
-1
/
+3
*
[AArch64] Add AArch64Subtarget::isFusion function.
Florian Hahn
2017-07-12
1
-1
/
+1
*
[COFF, ARM64] Add support for Windows ARM64 COFF format
Mandeep Singh Grang
2017-06-27
1
-0
/
+4
*
[AArch64] Prefer Bcc to CBZ/CBNZ/TBZ/TBNZ when NZCV flags can be set for "free".
Chad Rosier
2017-06-23
1
-0
/
+7
*
TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFC
Matthias Braun
2017-05-30
1
-3
/
+3
*
[AArch64][GlobalISel] Add the Localizer pass for the O0 pipeline
Quentin Colombet
2017-05-27
1
-1
/
+9
*
[AArch64] Make instruction fusion more aggressive.
Florian Hahn
2017-05-23
1
-1
/
+1
*
[globalisel][tablegen] Demote OptForSize/OptForMinSize/ForCodeSize to per-fun...
Daniel Sanders
2017-05-19
1
-5
/
+2
*
[LegacyPassManager] Remove TargetMachine constructors
Francis Visoiu Mistrih
2017-05-18
1
-2
/
+2
*
[AArch64] Remove AArch64AddressTypePromotion pass
Jun Bum Lim
2017-05-05
1
-9
/
+0
*
[AArch64] Move GISel accessor initialization from TargetMachine to Subtarget.
Quentin Colombet
2017-05-01
1
-55
/
+0
*
[globalisel][tablegen] Compute available feature bits correctly.
Daniel Sanders
2017-04-29
1
-2
/
+5
*
[globalisel][tablegen] Move <Target>InstructionSelector declarations to anony...
Daniel Sanders
2017-04-06
1
-2
/
+2
*
[CodeGenPrep] move aarch64-type-promotion to CGP
Jun Bum Lim
2017-04-03
1
-1
/
+1
*
[GlobalISel] Add a way for targets to enable GISel.
Ahmed Bougacha
2017-03-01
1
-0
/
+11
*
[AArch64] Add new target feature to fuse literal generation
Evandro Menezes
2017-02-01
1
-0
/
+14
*
[CodeGen] Move MacroFusion to the target
Evandro Menezes
2017-02-01
1
-1
/
+2
*
Re-commit: [globalisel] Tablegen-erate current Register Bank Information
Daniel Sanders
2017-01-19
1
-0
/
+2
*
[AArch64, Lanai] Fix some Clang-tidy modernize and Include What You Use warni...
Eugene Zelenko
2017-01-06
1
-8
/
+30
*
[GlobalISel] Drop workaround for Legalizer member/class sharing a name. NFC.
Ahmed Bougacha
2016-12-15
1
-1
/
+1
*
MachineScheduler: Export function to construct "default" scheduler.
Matthias Braun
2016-11-28
1
-0
/
+10
*
AArch64: Use DeadRegisterDefinitionsPass before regalloc.
Matthias Braun
2016-11-16
1
-3
/
+4
*
GlobalISel: Fix indentation. NFC
Diana Picus
2016-11-14
1
-1
/
+1
*
AArch64 ILP32 relocations for assembly and ELF
Joel Jones
2016-10-24
1
-3
/
+9
*
GlobalISel: rename legalizer components to match others.
Tim Northover
2016-10-14
1
-6
/
+6
*
GlobalISel: select G_GLOBAL_VALUE uses on AArch64.
Tim Northover
2016-10-10
1
-1
/
+1
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
1
-3
/
+3
*
[AArch64] Avoid generating indexed vector instructions for Exynos
Sebastian Pop
2016-10-08
1
-0
/
+2
*
Move AArch64BranchRelaxation to generic code
Matt Arsenault
2016-10-06
1
-2
/
+2
*
Revert "[AArch64] Use the reciprocal estimation machinery"
Evandro Menezes
2016-09-20
1
-26
/
+2
*
[AArch64] Register passes so they can be run by llc
Diana Picus
2016-08-01
1
-48
/
+74
*
[GlobalISel] Introduce an instruction selector.
Ahmed Bougacha
2016-07-27
1
-2
/
+20
*
Fix a GCC error due to this member name also being a type name. This
Chandler Carruth
2016-07-23
1
-3
/
+3
*
GlobalISel: implement legalization pass, with just one transformation.
Tim Northover
2016-07-22
1
-0
/
+12
*
[AArch64] Register AArch64LoadStoreOptimizer so it can be run by llc -run-pas...
Geoff Berry
2016-07-20
1
-0
/
+1
*
[AArch64] Change the preferred alignment for char and short to word alignment.
Chad Rosier
2016-07-07
1
-2
/
+2
*
Revert "[AArch64] Change the preferred alignment for char and short to word a...
Chad Rosier
2016-07-07
1
-2
/
+2
[prev]
[next]