index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Mips
/
MCTargetDesc
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-29
Rename getOrCreateSymbolData to registerSymbol and return void.
Rafael Espindola
1
-1
/
+1
2015-05-29
Pass MCSymbols to the helper functions in MCELF.h.
Rafael Espindola
3
-13
/
+9
2015-05-29
Pass a MCSymbol to needsRelocateWithSymbol.
Rafael Espindola
1
-5
/
+4
2015-05-29
[mips] Remove 2 unused variables in MipsTargetStreamer.cpp. NFC.
Toma Tabacu
1
-2
/
+0
2015-05-28
Remove a trivial forwarding function. NFC.
Rafael Espindola
1
-1
/
+1
2015-05-26
Replace getOrCreateSectionData with registerSection.
Rafael Espindola
2
-7
/
+7
2015-05-26
Use std::bitset for SubtargetFeatures.
Michael Kuperstein
2
-21
/
+21
2015-05-21
Stop forwarding (get|set)Aligment from MCSectionData to MCSection.
Rafael Espindola
2
-16
/
+17
2015-05-21
Move alignment from MCSectionData to MCSection.
Rafael Espindola
5
-9
/
+9
2015-05-20
Revert r237789 - [mips] The naming convention for private labels is ABI depe...
Daniel Sanders
4
-22
/
+2
2015-05-20
[mips] The naming convention for private labels is ABI dependant.
Daniel Sanders
4
-2
/
+22
2015-05-18
MC: Clean up method names in MCContext.
Jim Grosbach
2
-9
/
+9
2015-05-15
Remove MCAssembler.h include from MCStreamer.h and fix users of MCStreamer.h
Pete Cooper
1
-0
/
+1
2015-05-15
Remove 3 includes from MCInstrDesc.h and explicitly include them where needed
Pete Cooper
1
-0
/
+1
2015-05-15
MC: MCCodeGenInfo naming update. NFC.
Jim Grosbach
1
-1
/
+1
2015-05-15
MC: Update MCCodeEmitter naming. NFC.
Jim Grosbach
2
-4
/
+4
2015-05-15
MC: Update MCFixup naming. NFC.
Jim Grosbach
1
-12
/
+12
2015-05-13
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2
-25
/
+25
2015-05-13
Reverting r237234, "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2
-21
/
+21
2015-05-13
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2
-21
/
+21
2015-05-07
Rename the MIPS routine abiUsesSoftFloat -> useSoftFloat to match
Eric Christopher
1
-2
/
+2
2015-05-07
[MIPS] Move MIPS ABI flags structure constants to the separate header
Simon Atanasyan
2
-84
/
+26
2015-05-07
[mips] Add the SoftFloat MipsSubtarget feature.
Toma Tabacu
2
-3
/
+8
2015-04-22
[mips][microMIPSr6] Implement mips32 to microMIPSr6 mapping support
Zoran Jovanovic
1
-3
/
+10
2015-04-20
[mips][microMIPSr6] Implement initial mapping support
Jozef Kolek
1
-2
/
+4
2015-04-20
[mips][microMIPSr6] Implement initial subtarget support
Jozef Kolek
2
-0
/
+5
2015-04-17
[mc] Clean up emission of byte sequences
Benjamin Kramer
1
-6
/
+1
2015-04-17
[mips] Move ABI-dependent register selections to MipsABIInfo. NFC.
Daniel Sanders
2
-0
/
+42
2015-04-16
[mips] [IAS] Preserve microMIPS label marking for objects when assigning.
Toma Tabacu
1
-3
/
+2
2015-04-16
[mips] [IAS] Add support for the .insn directive.
Toma Tabacu
3
-2
/
+23
2015-04-14
Use raw_pwrite_stream in the object writer/streamer.
Rafael Espindola
9
-15
/
+18
2015-04-14
Re-enable target-specific relocation table sorting and use it for Mips
Petar Jovanovic
1
-0
/
+180
2015-04-11
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
3
-3
/
+3
2015-03-31
Replace the MCSubtargetInfo parameter with a Triple when creating
Eric Christopher
1
-3
/
+3
2015-03-30
Remove unused Target argument from MCInstPrinter ctor functions.
Eric Christopher
1
-2
/
+1
2015-03-24
Revert "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2
-21
/
+21
2015-03-24
[mips] Simplify boolean expressions in Mips target with `clang-tidy`
Simon Atanasyan
2
-11
/
+7
2015-03-24
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2
-21
/
+21
2015-03-19
Split the object streamer callback in one per file format.
Rafael Espindola
5
-22
/
+23
2015-03-18
two or more, use a for.
Rafael Espindola
1
-82
/
+34
2015-03-16
Pass in a "const Triple &T" instead of a raw StringRef.
Rafael Espindola
1
-2
/
+2
2015-03-16
Remove unused argument. NFC.
Rafael Espindola
1
-3
/
+3
2015-03-16
There is only one Asm streamer, there is no need for targets to register it.
Rafael Espindola
1
-13
/
+13
2015-03-16
Fix uses of reserved identifiers starting with an underscore followed by an u...
David Blaikie
1
-4
/
+3
2015-03-13
Recommit r232027 with PR22883 fixed: Add infrastructure for support of multip...
Daniel Sanders
3
-2
/
+7
2015-03-13
[mips] [IAS] Refactor MipsTargetStreamer::emitMipsAbiFlags(). NFC.
Toma Tabacu
1
-4
/
+0
2015-03-10
Remove the use of the subtarget in MCCodeEmitter creation and
Eric Christopher
2
-4
/
+0
2015-03-10
Remove an unused variable.
Eric Christopher
1
-1
/
+0
2015-03-06
[mips] [IAS] Add missing constraints and improve testing for the .module dire...
Toma Tabacu
1
-6
/
+21
2015-02-19
Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Michael Kuperstein
2
-22
/
+21
[next]