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
/
ARMTargetMachine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ARM] ARMCodeGenPrepare backend pass
Sam Parker
2018-07-23
1
-0
/
+8
*
ARM: deduplicate hard-float detection code. NFC.
Tim Northover
2018-07-18
1
-5
/
+1
*
SelectionDAGBuilder, mach-o: Skip trap after noreturn call (for Mach-O)
Matthias Braun
2018-06-28
1
-1
/
+3
*
[ARM] Parallel DSP Pass
Sjoerd Meijer
2018-06-28
1
-0
/
+4
*
MachO: trap unreachable instructions
Tim Northover
2018-04-13
1
-0
/
+3
*
Move TargetLoweringObjectFile from CodeGen to Target to fix layering
David Blaikie
2018-03-23
1
-1
/
+1
*
Separate LoopTraversal, ReachingDefAnalysis and BreakFalseDeps into their own...
Marina Yatsina
2018-01-22
1
-1
/
+1
*
Rename ExecutionDepsFix files to ExecutionDomainFix
Marina Yatsina
2018-01-22
1
-1
/
+1
*
Separate ExecutionDepsFix into 4 parts:
Marina Yatsina
2018-01-22
1
-9
/
+13
*
(Re-landing) Expose a TargetMachine::getTargetTransformInfo function
Sanjoy Das
2017-12-22
1
-4
/
+3
*
Revert "Expose a TargetMachine::getTargetTransformInfo function"
Sanjoy Das
2017-12-21
1
-3
/
+4
*
Expose a TargetMachine::getTargetTransformInfo function
Sanjoy Das
2017-12-21
1
-4
/
+3
*
[ARM] Register the Thumb2SizeReducePass. NFC
David Green
2017-12-19
1
-0
/
+1
*
[SimplifyCFG] don't sink common insts too soon (PR34603)
Sanjay Patel
2017-12-14
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-3
/
+3
*
[SimplifyCFG] use pass options and remove the latesimplifycfg pass
Sanjay Patel
2017-10-28
1
-4
/
+5
*
[ARM] Use post-RA MI scheduler when +use-misched is set
Eugene Leviant
2017-10-20
1
-1
/
+8
*
Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"
Matthias Braun
2017-10-12
1
-3
/
+3
*
TargetMachine: Merge TargetMachine and LLVMTargetMachine
Matthias Braun
2017-10-12
1
-3
/
+3
*
[ARM] Register ARMExpandPseudo pass.
Eli Friedman
2017-09-05
1
-0
/
+1
*
Untabify.
NAKAMURA Takumi
2017-08-28
1
-4
/
+4
*
[ARM] Emit error when ARM exec mode is not available.
Florian Hahn
2017-08-09
1
-0
/
+5
*
[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
-8
/
+13
*
Remove the default ARMSubtarget from the ARM TargetMachine.
Eric Christopher
2017-07-01
1
-9
/
+16
*
[ARM] Move GISel accessor initialization from TargetMachine to Subtarget.
Quentin Colombet
2017-07-01
1
-53
/
+0
*
Unified logic for computing target ABI in backend and front end by moving thi...
Eric Christopher
2017-06-30
1
-50
/
+10
*
[ARM] Add macro fusion for AES instructions.
Florian Hahn
2017-06-22
1
-0
/
+7
*
[ARM] Custom machine-scheduler. NFCI.
Javed Absar
2017-06-09
1
-0
/
+15
*
TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFC
Matthias Braun
2017-05-30
1
-2
/
+2
*
[ARM] Remove ThumbTargetMachines. (NFC)
Florian Hahn
2017-05-24
1
-54
/
+9
*
[LegacyPassManager] Remove TargetMachine constructors
Francis Visoiu Mistrih
2017-05-18
1
-2
/
+2
*
Amend r302535; ifndef and ifdef are different, as it turns out.
Aaron Ballman
2017-05-09
1
-1
/
+1
*
ARMRegisterBankInfo.h requires LLVM_BUILD_GLOBAL_ISEL to be defined. If it is...
Aaron Ballman
2017-05-09
1
-0
/
+2
*
[ARM] GlobalISel: Use TableGen instruction selector
Diana Picus
2017-05-02
1
-1
/
+1
*
[ARM] GlobalISel: Get rid of ARMInstructionSelector.h. NFC.
Diana Picus
2017-04-28
1
-2
/
+1
*
ExecutionDepsFix: Let targets specialize the pass; NFC
Matthias Braun
2017-03-18
1
-1
/
+20
*
ExecutionDepsFix: Normalize names; NFC
Matthias Braun
2017-03-18
1
-1
/
+1
*
[ARM] GlobalISel: Use Subtarget in Legalizer
Diana Picus
2017-02-17
1
-1
/
+1
*
[ARM] Register ConstantIslands with the pass manager
James Molloy
2017-02-13
1
-0
/
+1
*
[ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-01-31
1
-25
/
+52
*
[GlobalISel] Drop workaround for Legalizer member/class sharing a name. NFC.
Ahmed Bougacha
2016-12-15
1
-1
/
+1
*
[ARM] GlobalISel: Remove unused members. NFCI
Diana Picus
2016-11-15
1
-1
/
+1
*
[ARM] Make sure GlobalISel is only initialized once. NFCI
Diana Picus
2016-11-15
1
-12
/
+12
*
[ARM] Add plumbing for GlobalISel
Diana Picus
2016-11-11
1
-2
/
+80
*
CodeGen/Passes: Pass MachineFunction as functor arg; NFC
Matthias Braun
2016-10-24
1
-4
/
+4
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
1
-4
/
+4
*
Some places that could using TargetParser in LLVM. NFC.
Zijiao Ma
2016-08-17
1
-1
/
+4
*
[ARM] Add support for embedded position-independent code
Oliver Stannard
2016-08-08
1
-0
/
+4
*
ARM: Initialize LoadStore passes in TargetMachine
Matthias Braun
2016-07-16
1
-0
/
+4
[next]