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
...
*
Introduce Target::createNullTargetStreamer and use it from IRObjectFile.
Peter Collingbourne
2015-02-19
1
-0
/
+10
*
MC: address some comments in deprecation checks
Saleem Abdulrasool
2014-12-24
1
-4
/
+4
*
ARM: further improve deprecated diagnosis (LDM)
Saleem Abdulrasool
2014-12-20
1
-0
/
+32
*
ARM: correct an off-by-one in an assert
Saleem Abdulrasool
2014-12-17
1
-1
/
+4
*
ARM: diagnose deprecated syntax
Saleem Abdulrasool
2014-12-16
1
-0
/
+14
*
ARM: 80-column
Saleem Abdulrasool
2014-12-16
1
-4
/
+5
*
Revert "ADT: correctly report isMSVCEnvironment for windows itanium"
Reid Kleckner
2014-11-17
1
-1
/
+1
*
ADT: correctly report isMSVCEnvironment for windows itanium
Saleem Abdulrasool
2014-11-17
1
-1
/
+1
*
Use triple predicate functions instead of checking values directly. NFC.
Bob Wilson
2014-10-19
1
-24
/
+7
*
Simplify handling of --noexecstack by using getNonexecutableStackSection.
Rafael Espindola
2014-10-15
1
-6
/
+3
*
ARM: cover all sub-architecture enumerators to keep compiler happy.
Tim Northover
2014-09-05
1
-0
/
+2
*
Wrap to 80 columns, no behavior change.
Nico Weber
2014-07-25
1
-2
/
+4
*
Suppress 'not handled in switch' warning
Renato Golin
2014-07-18
1
-0
/
+2
*
Refactor ARM subarchitecture parsing
Renato Golin
2014-07-18
1
-82
/
+74
*
Revert "Refactor ARM subarchitecture parsing"
Renato Golin
2014-07-08
1
-78
/
+82
*
Refactor ARM subarchitecture parsing
Renato Golin
2014-07-07
1
-82
/
+78
*
Allow a target to create a null streamer.
Rafael Espindola
2014-06-20
1
-0
/
+6
*
Add WoA object file emission support
Saleem Abdulrasool
2014-04-27
1
-7
/
+10
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-2
/
+2
*
ARM MC: 80 column
Saleem Abdulrasool
2014-04-09
1
-3
/
+5
*
ARM: update subtarget information for Windows on ARM
Saleem Abdulrasool
2014-04-02
1
-3
/
+24
*
ARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble/Thumbbe with ThumbLE/Th...
Christian Pirker
2014-04-01
1
-54
/
+54
*
Add ARM big endian Target (armeb, thumbeb)
Christian Pirker
2014-03-28
1
-27
/
+70
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-10
1
-3
/
+3
*
Fix PR18345: ldr= pseudo instruction produces incorrect code when using in in...
David Peixotto
2014-02-04
1
-2
/
+5
*
ARM MC: Fix the initial DWARF CFI unwind info at the start of a function
Mark Seaborn
2014-01-27
1
-2
/
+8
*
Pass a MCSubtargetInfo down to the TargetStreamer creation.
Rafael Espindola
2014-01-26
1
-0
/
+1
*
Clean up an inconsistency in v7s feature default.
Evan Cheng
2014-01-09
1
-2
/
+2
*
ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks.
Tim Northover
2014-01-06
1
-2
/
+2
*
Correctly handle the degenerated triple "thumb".
Rafael Espindola
2013-12-18
1
-6
/
+3
*
Make Triple's isOSBinFormatXXX functions partition triple-space.
Tim Northover
2013-12-10
1
-1
/
+1
*
ARM: Add subtarget feature for CRC
Bernard Ogden
2013-10-29
1
-2
/
+2
*
Add subtarget feature support for Cortex-A53
Bernard Ogden
2013-10-14
1
-2
/
+7
*
Add a MCTargetStreamer interface.
Rafael Espindola
2013-10-08
1
-0
/
+4
*
[ARM] Improve build attributes emission.
Amara Emerson
2013-10-07
1
-1
/
+1
*
Remove some really nasty uses of hasRawTextSupport.
Rafael Espindola
2013-10-05
1
-2
/
+1
*
[ARM] Warn on deprecated IT blocks in v8 AArch32 assembly.
Amara Emerson
2013-10-03
1
-0
/
+11
*
[ARM] Use the load-acquire/store-release instructions optimally in AArch32.
Amara Emerson
2013-09-26
1
-1
/
+1
*
[ARM] Fix the deprecation of MCR encodings that map to CP15{ISB,DSB,DMB}.
Joey Gouly
2013-09-17
1
-8
/
+25
*
Add an instruction deprecation feature to TableGen.
Joey Gouly
2013-09-12
1
-1
/
+17
*
Add a subtarget feature 'v8' to the ARM backend.
Joey Gouly
2013-06-26
1
-1
/
+4
*
ARM: diagnose ARM/Thumb assembly switches on CPUs only supporting one.
Tim Northover
2013-06-10
1
-0
/
+2
*
Follow up of the introduction of MCSymbolizer.
Quentin Colombet
2013-05-24
1
-4
/
+5
*
MC: Disassembled CFG reconstruction.
Ahmed Bougacha
2013-05-24
1
-4
/
+5
*
Add MCSymbolizer for symbolic/annotated disassembly.
Ahmed Bougacha
2013-05-24
1
-0
/
+14
*
Remove the MachineMove class.
Rafael Espindola
2013-05-13
1
-1
/
+1
*
Remove unused argument.
Rafael Espindola
2013-05-10
1
-1
/
+1
*
Add a special ARM trap encoding for NaCl.
Eli Bendersky
2013-01-30
1
-1
/
+11
*
Resort the #include lines in include/... and lib/... with the
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Remove duplicate includes.
Roman Divacky
2012-12-21
1
-1
/
+0
[prev]
[next]