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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Where Triple has a suitable predicate, use it rather than the enum values. NFC.
Daniel Sanders
2015-07-06
1
-1
/
+1
*
[ARM]: Extend -mfpu options for half-precision and vfpv3xd
Javed Absar
2015-06-29
1
-0
/
+44
*
Optimize the creation of mapping symbols.
Rafael Espindola
2015-06-26
1
-8
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
12
-14
/
+14
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
12
-14
/
+14
*
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
2
-2
/
+2
*
Revert "Move dllimport name mangling to IR mangler."
Reid Kleckner
2015-06-11
1
-1
/
+6
*
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...
Daniel Sanders
2015-06-10
3
-16
/
+13
*
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 MCAsmBackend subclasses and c...
Daniel Sanders
2015-06-10
6
-26
/
+30
*
Move dllimport name mangling to IR mangler.
Peter Collingbourne
2015-06-09
1
-6
/
+1
*
MC: Add target hook to control symbol quoting
Matt Arsenault
2015-06-09
3
-4
/
+10
*
Remove includes of MCMachOSymbolFlags.h after it was deleted
Pete Cooper
2015-06-08
1
-1
/
+0
*
[ARM] Make helper function static.
Benjamin Kramer
2015-06-05
1
-2
/
+0
*
[ARM] Add support for -sp- FPUs and FPU none to TargetParser
John Brawn
2015-06-05
1
-0
/
+5
*
MC: Clean up naming in MCObjectWriter. NFC.
Jim Grosbach
2015-06-04
2
-9
/
+9
*
MC: Remove obsolete MachO UseAggressiveSymbolFolding.
Jim Grosbach
2015-06-04
1
-4
/
+2
*
Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...
Daniel Sanders
2015-06-04
3
-11
/
+9
*
Remove MCELFSymbolFlags.h. It is now internal to MCSymbolELF.
Rafael Espindola
2015-06-04
1
-2
/
+1
*
Remove getOrCreateSymbolData. There is no MCSymbolData anymore.
Rafael Espindola
2015-06-03
1
-1
/
+1
*
Pass a MCSymbolELF to a few ELF only functions. NFC.
Rafael Espindola
2015-06-02
1
-1
/
+1
*
Merge MCELF.h into MCSymbolELF.h.
Rafael Espindola
2015-06-02
1
-8
/
+6
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
5
-19
/
+19
*
Remove getData.
Rafael Espindola
2015-05-29
3
-18
/
+12
*
Remove the MCSymbolData typedef.
Rafael Espindola
2015-05-29
3
-6
/
+6
*
Rename getOrCreateSymbolData to registerSymbol and return void.
Rafael Espindola
2015-05-29
1
-1
/
+2
*
Pass MCSymbols to the helper functions in MCELF.h.
Rafael Espindola
2015-05-29
1
-4
/
+4
*
Pass a MCSymbol to needsRelocateWithSymbol.
Rafael Espindola
2015-05-29
1
-2
/
+2
*
Remove a trivial forwarding function. NFC.
Rafael Espindola
2015-05-28
2
-5
/
+5
*
ARMTargetParser: Normalising build attributes
Renato Golin
2015-05-27
1
-3
/
+3
*
Use std::bitset for SubtargetFeatures.
Michael Kuperstein
2015-05-26
4
-8
/
+8
*
Stop using MCSectionData in MCMachObjectWriter.h.
Rafael Espindola
2015-05-26
1
-10
/
+6
*
Stop using MCSectionData in MCExpr.h.
Rafael Espindola
2015-05-26
1
-15
/
+10
*
Return a MCSection from MCFragment::getParent().
Rafael Espindola
2015-05-26
1
-13
/
+21
*
Stop forwarding getOrdinal and setOrdinal.
Rafael Espindola
2015-05-25
1
-2
/
+4
*
[AArch64] Clean up the ELF streamer a bit.
Benjamin Kramer
2015-05-23
1
-2
/
+2
*
[ARM] Fix typo in subtarget feature list for 7em triple
John Brawn
2015-05-22
1
-1
/
+1
*
Move alignment from MCSectionData to MCSection.
Rafael Espindola
2015-05-21
2
-6
/
+5
*
MC: Use MCSymbol in MachObjectWriter, NFC
Duncan P. N. Exon Smith
2015-05-20
1
-19
/
+16
*
MC: Take MCSymbol in MachObjectWriter::getSymbolAddress(), NFC
Duncan P. N. Exon Smith
2015-05-20
1
-4
/
+4
*
MC: Use MCSymbol in MCAsmLayout::getSymbolOffset(), NFC
Duncan P. N. Exon Smith
2015-05-19
1
-1
/
+1
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
3
-15
/
+15
*
MC: Use MCSymbol in RelAndSymbol, NFC
Duncan P. N. Exon Smith
2015-05-16
1
-2
/
+2
*
MC: MCCodeGenInfo naming update. NFC.
Jim Grosbach
2015-05-15
1
-1
/
+1
*
MC: Update MCCodeEmitter naming. NFC.
Jim Grosbach
2015-05-15
1
-2
/
+2
[next]