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
...
*
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
*
Add support for musl-libc on ARM Linux.
Rafael Espindola
2016-06-24
1
-1
/
+4
*
Fix default reloc model on ARM.
Rafael Espindola
2016-05-28
1
-2
/
+2
*
Revert "Revert "Map DynamicNoPIC to Static on non-darwin.""
Renato Golin
2016-05-28
1
-0
/
+5
*
Revert "Map DynamicNoPIC to Static on non-darwin."
Renato Golin
2016-05-28
1
-5
/
+0
*
Map DynamicNoPIC to Static on non-darwin.
Rafael Espindola
2016-05-27
1
-0
/
+5
*
Delete Reloc::Default.
Rafael Espindola
2016-05-18
1
-9
/
+25
*
Trivial cleanups.
Rafael Espindola
2016-05-18
1
-1
/
+1
*
CodeGen: Move TargetPassConfig from Passes.h to an own header; NFC
Matthias Braun
2016-05-10
1
-0
/
+1
*
Remove HasFnAttribute guards to getFnAttribute calls
Nirav Dave
2016-03-30
1
-1
/
+0
*
ARMv7k: base ABI decision on v7k Arch rather than watchos OS.
Tim Northover
2016-01-27
1
-1
/
+1
*
[EABI] Add LLVM support for -meabi flag
Renato Golin
2015-11-09
1
-0
/
+9
*
ARM: add backend support for the ABI used in WatchOS
Tim Northover
2015-10-28
1
-3
/
+7
*
ARM/ELF: Better codegen for global variable addresses.
Peter Collingbourne
2015-10-26
1
-3
/
+0
*
Untabify.
NAKAMURA Takumi
2015-09-22
1
-1
/
+1
*
Reformat.
NAKAMURA Takumi
2015-09-22
1
-7
/
+6
*
constify the Function parameter to the TTI creation callback and
Eric Christopher
2015-09-16
1
-2
/
+3
*
[ARM] Make GlobalMerge merge extern globals by default
John Brawn
2015-08-03
1
-1
/
+7
*
Where Triple has a suitable predicate, use it rather than the enum values. NFC.
Daniel Sanders
2015-07-06
1
-4
/
+3
*
[ARM] Lower interleaved memory accesses to vldN/vstN intrinsics.
Hao Liu
2015-06-26
1
-0
/
+4
*
Clean up redundant copies of Triple objects. NFC
Daniel Sanders
2015-06-16
1
-5
/
+3
*
Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.
Daniel Sanders
2015-06-11
1
-15
/
+14
*
Replace string GNU Triples with llvm::Triple in computeDataLayout(). NFC.
Daniel Sanders
2015-06-11
1
-7
/
+7
*
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...
Daniel Sanders
2015-06-10
1
-2
/
+3
*
[ARM] Pass a callback to FunctionPass constructors to enable skipping execution
Akira Hatanaka
2015-06-08
1
-14
/
+15
*
[GlobalMerge] Take into account minsize on Global users' parents.
Ahmed Bougacha
2015-06-04
1
-3
/
+6
*
[Target/ARM] Only enable OptimizeBarrierPass at -O1 and above.
Davide Italiano
2015-05-20
1
-1
/
+4
[prev]
[next]