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
...
*
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
*
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
[prev]
[next]