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
/
Mips
/
MCTargetDesc
/
MipsTargetStreamer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[mips][ias] Stream macro expansions to output instead of buffering them. NFC.
Daniel Sanders
2016-04-18
1
-10
/
+7
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-2
/
+1
*
[mips] Removed the SHF_ALLOC flag and the SHT_REL flag from the .pdr section.
Scott Egerton
2016-02-17
1
-2
/
+1
*
Reverted r260879 as it caused test failures in lld.
Scott Egerton
2016-02-15
1
-1
/
+1
*
[mips] Removed the SHF_ALLOC flag from the .pdr section.
Scott Egerton
2016-02-15
1
-1
/
+1
*
[mips] .ent and .end should also set the type and size of the symbol respecti...
Daniel Sanders
2015-11-23
1
-1
/
+17
*
[mips][ias] Implement .cpreturn directive.
Daniel Sanders
2015-09-22
1
-0
/
+32
*
[mips] Allow constant expressions in second argument of .cpsetup.
Daniel Sanders
2015-09-21
1
-1
/
+1
*
[mips] Add assembler support for the .cprestore directive.
Daniel Sanders
2015-09-17
1
-0
/
+28
*
[mips] Remap move as or.
Vasileios Kalintiris
2015-08-11
1
-1
/
+1
*
[mips] [IAS] Add support for the .module softfloat/hardfloat directives.
Toma Tabacu
2015-06-30
1
-0
/
+10
*
[mips] [IAS] Add support for the .set oddspreg/nooddspreg directives.
Toma Tabacu
2015-06-30
1
-0
/
+14
*
[mips] [IAS] Refactor the emitDirectiveModuleFP() functions. NFC.
Toma Tabacu
2015-06-25
1
-14
/
+3
*
[mips] [IAS] Refactor the emitDirectiveModuleOddSPReg() functions. NFC.
Toma Tabacu
2015-06-25
1
-14
/
+5
*
[mips] [IAS] Move some function definitions to MipsTargetStreamer.cpp. NFC.
Toma Tabacu
2015-06-23
1
-0
/
+11
*
Bring back r239006 with a fix.
Rafael Espindola
2015-06-04
1
-9
/
+3
*
Revert "Pack the MCSymbolELF bit fields into MCSymbol's Flags."
Rafael Espindola
2015-06-04
1
-3
/
+9
*
Pack the MCSymbolELF bit fields into MCSymbol's Flags.
Rafael Espindola
2015-06-04
1
-9
/
+3
*
Remove getOrCreateSymbolData. There is no MCSymbolData anymore.
Rafael Espindola
2015-06-03
1
-1
/
+1
*
Merge MCELF.h into MCSymbolELF.h.
Rafael Espindola
2015-06-02
1
-11
/
+11
*
[mips] [IAS] Add support for the .set softfloat/hardfloat directives.
Toma Tabacu
2015-06-02
1
-0
/
+16
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-5
/
+5
*
Rename getOrCreateSymbolData to registerSymbol and return void.
Rafael Espindola
2015-05-29
1
-1
/
+1
*
Pass MCSymbols to the helper functions in MCELF.h.
Rafael Espindola
2015-05-29
1
-7
/
+5
*
[mips] Remove 2 unused variables in MipsTargetStreamer.cpp. NFC.
Toma Tabacu
2015-05-29
1
-2
/
+0
*
Replace getOrCreateSectionData with registerSection.
Rafael Espindola
2015-05-26
1
-5
/
+5
*
Use std::bitset for SubtargetFeatures.
Michael Kuperstein
2015-05-26
1
-19
/
+19
*
Stop forwarding (get|set)Aligment from MCSectionData to MCSection.
Rafael Espindola
2015-05-21
1
-13
/
+13
*
Move alignment from MCSectionData to MCSection.
Rafael Espindola
2015-05-21
1
-3
/
+3
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-1
/
+1
*
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2015-05-13
1
-22
/
+22
*
Reverting r237234, "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-05-13
1
-19
/
+19
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-05-13
1
-19
/
+19
*
[mips] [IAS] Preserve microMIPS label marking for objects when assigning.
Toma Tabacu
2015-04-16
1
-3
/
+2
*
[mips] [IAS] Add support for the .insn directive.
Toma Tabacu
2015-04-16
1
-0
/
+12
*
Revert "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-03-24
1
-19
/
+19
*
[mips] Simplify boolean expressions in Mips target with `clang-tidy`
Simon Atanasyan
2015-03-24
1
-3
/
+1
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-03-24
1
-19
/
+19
*
[mips] [IAS] Refactor MipsTargetStreamer::emitMipsAbiFlags(). NFC.
Toma Tabacu
2015-03-13
1
-4
/
+0
*
Remove an unused variable.
Eric Christopher
2015-03-10
1
-1
/
+0
*
[mips] [IAS] Add missing constraints and improve testing for the .module dire...
Toma Tabacu
2015-03-06
1
-6
/
+21
*
Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Michael Kuperstein
2015-02-19
1
-20
/
+19
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-02-19
1
-19
/
+20
*
[mips] Add backend support for Mips32r[35] and Mips64r[35].
Daniel Sanders
2015-02-18
1
-2
/
+30
*
[mips] [IAS] Fix using .cpsetup with local labels (PR22518).
Toma Tabacu
2015-02-18
1
-2
/
+3
*
[mips] Improve support for the .set at/noat assembler directives.
Toma Tabacu
2015-02-13
1
-0
/
+8
*
Compute the ELF SectionKind from the flags.
Rafael Espindola
2015-01-29
1
-6
/
+4
*
Move the Mips target to storing the ABI in the TargetMachine rather
Eric Christopher
2015-01-26
1
-20
/
+42
*
[mips] Rename emit and parse functions for the .cpload assembler directive. NFC.
Toma Tabacu
2014-10-01
1
-3
/
+3
*
[mips] Add assembler support for the .set nodsp directive.
Toma Tabacu
2014-09-17
1
-0
/
+6
[prev]
[next]