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
/
MCTargetDesc
/
ARMMCTargetDesc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[ARM] Fix triple format in test branch disassemble test
Andre Vieira
2017-03-17
1
-4
/
+26
*
Reverting r297821 due to breaking lld test.
Sam Parker
2017-03-15
1
-55
/
+33
*
[ARM] Fix for branch label disassembly for Thumb
Sam Parker
2017-03-15
1
-33
/
+55
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
1
-8
/
+10
*
[Thumb] Set correct initial mapping symbol for big-endian thumb
Oliver Stannard
2016-09-19
1
-1
/
+2
*
Delete MCCodeGenInfo.
Rafael Espindola
2016-06-30
1
-12
/
+0
*
Delete Reloc::Default.
Rafael Espindola
2016-05-18
1
-4
/
+0
*
[ARM] Introduce subtarget features per ARM architecture.
Bradley Smith
2015-11-16
1
-103
/
+5
*
WatchOS: update default CPU for triple after t2dsp -> dsp rename
Tim Northover
2015-11-02
1
-2
/
+2
*
ARM: add backend support for the ABI used in WatchOS
Tim Northover
2015-10-28
1
-1
/
+2
*
ARM: support .watchos_version_min and .tvos_version_min.
Tim Northover
2015-10-28
1
-1
/
+9
*
[ARM] Renaming +t2dsp feature into +dsp, as discussed on llvm-dev
Artyom Skrobov
2015-10-23
1
-5
/
+5
*
[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.def
Artyom Skrobov
2015-09-24
1
-5
/
+5
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
1
-33
/
+32
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
1
-32
/
+33
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
1
-33
/
+32
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
1
-32
/
+33
*
Generate correct asm info for mingw and cygwin ARM targets.
Yaron Keren
2015-07-14
1
-2
/
+2
*
MC: Remove MCSubtargetInfo() default constructor
Duncan P. N. Exon Smith
2015-07-10
1
-3
/
+1
*
MC: Constify MCSubtargetInfo in getDeprecationInfo(), NFC
Duncan P. N. Exon Smith
2015-07-08
1
-4
/
+4
*
Change the last few internal StringRef triples into Triple objects.
Daniel Sanders
2015-07-06
1
-4
/
+3
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...
Daniel Sanders
2015-06-10
1
-10
/
+7
*
Replace string GNU Triples with llvm::Triple in create*MCRelocationInfo(). NFC.
Daniel Sanders
2015-06-10
1
-3
/
+2
*
Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...
Daniel Sanders
2015-06-04
1
-5
/
+4
*
Use std::bitset for SubtargetFeatures.
Michael Kuperstein
2015-05-26
1
-4
/
+4
*
[ARM] Fix typo in subtarget feature list for 7em triple
John Brawn
2015-05-22
1
-1
/
+1
*
MC: MCCodeGenInfo naming update. NFC.
Jim Grosbach
2015-05-15
1
-1
/
+1
*
Reverting r237234, "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-05-13
1
-4
/
+4
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-05-13
1
-4
/
+4
*
Use raw_pwrite_stream in the object writer/streamer.
Rafael Espindola
2015-04-14
1
-2
/
+2
*
Replace the MCSubtargetInfo parameter with a Triple when creating
Eric Christopher
2015-03-31
1
-3
/
+3
*
Remove unused MCSubtargetInfo argument from the ARM MCInstPrinter ctors.
Eric Christopher
2015-03-30
1
-1
/
+1
*
Remove unused Target argument from MCInstPrinter ctor functions.
Eric Christopher
2015-03-30
1
-2
/
+1
*
Remove more superfluous .str() and replace std::string concatenation with Twine.
Yaron Keren
2015-03-30
1
-1
/
+1
*
[AArch64, ARM] Add v8.1a architecture and generic cpu
Vladimir Sukharev
2015-03-26
1
-0
/
+11
*
Revert "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-03-24
1
-4
/
+4
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-03-24
1
-4
/
+4
*
Don't declare all text sections at the start of the .s
Rafael Espindola
2015-03-20
1
-3
/
+3
*
Split the object streamer callback in one per file format.
Rafael Espindola
2015-03-19
1
-21
/
+19
*
two or more, use a for.
Rafael Espindola
2015-03-18
1
-97
/
+40
*
[ARM] Add support for ARMV6K subtarget (LLVM)
Renato Golin
2015-03-17
1
-0
/
+3
*
Pass in a "const Triple &T" instead of a raw StringRef.
Rafael Espindola
2015-03-16
1
-6
/
+4
*
Remove unused argument. NFC.
Rafael Espindola
2015-03-16
1
-3
/
+3
*
There is only one Asm streamer, there is no need for targets to register it.
Rafael Espindola
2015-03-16
1
-4
/
+8
*
Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Michael Kuperstein
2015-02-19
1
-4
/
+4
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-02-19
1
-4
/
+4
*
MC: Remove NullStreamer hook, as it is redundant with NullTargetStreamer.
Peter Collingbourne
2015-02-19
1
-6
/
+0
[next]