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
/
ARMMCCodeEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ARM] Support fixup for Thumb2 modified immediate
Peter Smith
2017-06-05
1
-1
/
+11
*
[ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-01-27
1
-20
/
+33
*
Recommit: ARM: sort register lists by encoding in push/pop instructions.
Tim Northover
2016-11-14
1
-1
/
+8
*
Revert "ARM: sort register lists by encoding in push/pop instructions."
Tim Northover
2016-11-14
1
-8
/
+1
*
ARM: sort register lists by encoding in push/pop instructions.
Tim Northover
2016-11-14
1
-1
/
+8
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+1
*
ARM: validate immediate branch targets in AsmParser.
Tim Northover
2016-07-11
1
-8
/
+7
*
Delete more dead code.
Rafael Espindola
2016-06-21
1
-40
/
+0
*
Fix for pr24346: arm asm label calculation error in sub
James Molloy
2016-04-01
1
-6
/
+2
*
[ARM] Add ARMv8.2-A FP16 scalar instructions
Oliver Stannard
2016-01-25
1
-2
/
+47
*
[ARM] Add MOVW/MOVT instructions to ARMv8-M Baseline/Mainline
Bradley Smith
2016-01-15
1
-4
/
+4
*
Revert "[ARM] Add ARMv8.2-A FP16 scalar instructions"
Reid Kleckner
2015-12-16
1
-47
/
+2
*
[ARM] Add ARMv8.2-A FP16 scalar instructions
Oliver Stannard
2015-12-16
1
-2
/
+47
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
1
-1
/
+1
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
1
-1
/
+1
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
1
-1
/
+1
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
1
-1
/
+1
*
Fix "the the" in comments.
Eric Christopher
2015-06-19
1
-1
/
+1
*
Clean up redundant copies of Triple objects. NFC
Daniel Sanders
2015-06-16
1
-1
/
+1
*
Use std::bitset for SubtargetFeatures.
Michael Kuperstein
2015-05-26
1
-2
/
+2
*
MC: Update MCCodeEmitter naming. NFC.
Jim Grosbach
2015-05-15
1
-2
/
+2
*
MC: Update MCFixup naming. NFC.
Jim Grosbach
2015-05-15
1
-8
/
+8
*
Reverting r237234, "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-05-13
1
-2
/
+2
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-05-13
1
-2
/
+2
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
Revert "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-03-24
1
-2
/
+2
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-03-24
1
-2
/
+2
*
Remove the use of the subtarget in MCCodeEmitter creation and
Eric Christopher
2015-03-10
1
-2
/
+0
*
Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Michael Kuperstein
2015-02-19
1
-2
/
+2
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-02-19
1
-2
/
+2
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-2
/
+2
*
Add support for ARM modified-immediate assembly syntax.
Asiri Rathnayake
2014-12-02
1
-0
/
+22
*
Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...
Craig Topper
2014-06-19
1
-2
/
+1
*
MC: correct IMAGE_REL_ARM_MOV32T relocation emission
Saleem Abdulrasool
2014-05-21
1
-3
/
+0
*
Add WoA object file emission support
Saleem Abdulrasool
2014-04-27
1
-0
/
+4
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Change the ARM assembler to require a :lower16: or :upper16 on non-constant
Kevin Enderby
2014-04-18
1
-5
/
+5
*
ARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble/Thumbbe with ThumbLE/Th...
Christian Pirker
2014-04-01
1
-2
/
+2
*
Recommitted fix for PR18931, with extended tests set.
Stepan Dyatkovskiy
2014-03-29
1
-1
/
+19
*
Completely rewrite ELFObjectWriter::RecordRelocation.
Rafael Espindola
2014-03-29
1
-37
/
+6
*
Add ARM big endian Target (armeb, thumbeb)
Christian Pirker
2014-03-28
1
-9
/
+17
*
Rejected r204899 and r204900 due to remaining test failures on cmake-llvm-x86...
Stepan Dyatkovskiy
2014-03-27
1
-17
/
+1
*
Fix for pr18931: Crash using integrated assembler with immediate arithmetic
Stepan Dyatkovskiy
2014-03-27
1
-1
/
+17
*
This reverts commit r203762, "ARM: support emission of complex SO expressions".
Jiangning Liu
2014-03-21
1
-14
/
+2
*
ARM: ignore unused variable to fix -Wunused-variable builds
Saleem Abdulrasool
2014-03-13
1
-0
/
+1
*
ARM: support emission of complex SO expressions
Saleem Abdulrasool
2014-03-13
1
-2
/
+13
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-10
1
-1
/
+1
*
Delete MCSubtargetInfo data members from target MCCodeEmitter classes
David Woodhouse
2014-01-28
1
-28
/
+25
*
Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr()
David Woodhouse
2014-01-28
1
-136
/
+250
*
Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()
David Woodhouse
2014-01-28
1
-2
/
+4
[next]