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
/
MipsAsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[mips] Replace MipsABIEnum with a MipsABIInfo class.
Daniel Sanders
2014-10-24
1
-5
/
+5
*
[mips] Rename [gs]etCanHaveModuleDir to more natural names
Daniel Sanders
2014-08-14
1
-1
/
+1
*
[mips] Initial implementation of -mabicalls/-mno-abicalls.
Daniel Sanders
2014-08-08
1
-3
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-4
/
+6
*
[mips] Do not emit '.module fp=...' unless we really need to.
Daniel Sanders
2014-07-21
1
-10
/
+15
*
[mips] Do not emit '.module [no]oddspreg' unless we really need to.
Daniel Sanders
2014-07-21
1
-3
/
+8
*
Fundamentally change the MipsSubtarget replacement machinery:
Eric Christopher
2014-07-18
1
-2
/
+2
*
Reset the Subtarget in the AsmPrinter for each machine function
Eric Christopher
2014-07-18
1
-1
/
+3
*
[mips] Add support for -modd-spreg/-mno-odd-spreg
Daniel Sanders
2014-07-10
1
-2
/
+6
*
[mips][mips64r6] Use JALR for indirect branches instead of JR (which is not a...
Daniel Sanders
2014-07-09
1
-6
/
+8
*
[mips][mips64r6] Use JALR for returns instead of JR (which is not available o...
Daniel Sanders
2014-07-09
1
-0
/
+42
*
[mips] Improve encapsulation of the .MIPS.abiflags implementation and limit s...
Daniel Sanders
2014-07-08
1
-12
/
+3
*
Mips.abiflags is a new implicitly generated section that will be present on ...
Vladimir Medic
2014-07-08
1
-1
/
+16
*
[mips] Optimize long branch for MIPS64 by removing %higher and %highest.
Sasa Stankovic
2014-05-27
1
-1
/
+0
*
[mips] Fix MipsLongBranch pass to work when the offset from the branch to the
Sasa Stankovic
2014-04-30
1
-1
/
+9
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-1
/
+1
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[mips] Add initial support for NaN2008 in the back-end.
Matheus Almeida
2014-04-16
1
-0
/
+6
*
[mips] Fix emission of '.option pic0' for MIPS-IV.
Daniel Sanders
2014-04-16
1
-4
/
+11
*
[mips] Emit '.set nomicromips' before a function's entry label
Matheus Almeida
2014-04-16
1
-3
/
+2
*
[mips] Implement NaCl sandboxing of indirect jumps:
Sasa Stankovic
2014-02-28
1
-0
/
+35
*
This patch has two main functions:
Reed Kotler
2014-02-14
1
-0
/
+280
*
Remove another hasRawTextSupport.
Rafael Espindola
2014-01-31
1
-6
/
+0
*
Change MCStreamer EmitInstruction interface to take subtarget info
David Woodhouse
2014-01-28
1
-1
/
+1
*
Print .mask and .fmask with the target streamer.
Rafael Espindola
2014-01-27
1
-19
/
+7
*
Print .frame via the target streamer.
Rafael Espindola
2014-01-27
1
-5
/
+1
*
Use SwitchSection in MipsAsmPrinter::EmitStartOfAsmFile.
Rafael Espindola
2014-01-27
1
-16
/
+17
*
Implement the missing bits corresponding to .mips_hack_elf_flags.
Rafael Espindola
2014-01-26
1
-44
/
+0
*
Convert some easy uses of EmitRawText to TargetStreamer methods.
Rafael Espindola
2014-01-26
1
-12
/
+14
*
This reverts commit r200064 and r200051.
Rafael Espindola
2014-01-25
1
-14
/
+12
*
[Mips] TargetStreamer ELF flag Support for default and commandline options.
Jack Carter
2014-01-25
1
-12
/
+14
*
Fix a low hanging use of hasRawTextSupport.
Rafael Espindola
2014-01-14
1
-10
/
+10
*
Replace .mips_hack_stocg with ".set micromips" and ".set nomicromips".
Rafael Espindola
2014-01-14
1
-3
/
+3
*
Make getTargetStreamer return a possibly null pointer.
Rafael Espindola
2014-01-14
1
-1
/
+1
*
Move the llvm mangler to lib/IR.
Rafael Espindola
2014-01-07
1
-1
/
+1
*
[Mips] TargetStreamer Support for .abicalls and .set pic0.
Jack Carter
2014-01-06
1
-6
/
+4
*
Make the llvm mangler depend only on DataLayout.
Rafael Espindola
2014-01-03
1
-1
/
+2
*
Remove dead code.
Rafael Espindola
2013-12-02
1
-9
/
+0
*
reverts 195057 per request
Jack Carter
2013-11-19
1
-2
/
+2
*
[Mips] Support for MicroMips STO refactoring.
Jack Carter
2013-11-19
1
-2
/
+2
*
[mips][msa] Enable inlinse assembly for MSA.
Daniel Sanders
2013-11-12
1
-0
/
+5
*
[mips][msa] Added support for matching bclr, and bclri from normal IR (i.e. n...
Daniel Sanders
2013-11-12
1
-0
/
+9
*
Add a helper getSymbol to AsmPrinter.
Rafael Espindola
2013-10-29
1
-1
/
+1
*
The asm printer has a mangler. Use it.
Rafael Espindola
2013-10-29
1
-1
/
+1
*
Make first substantial checkin of my port of ARM constant islands code to Mips.
Reed Kotler
2013-10-27
1
-0
/
+40
*
Add a MCTargetStreamer interface.
Rafael Espindola
2013-10-08
1
-6
/
+11
*
Remove some really nasty uses of hasRawTextSupport.
Rafael Espindola
2013-10-05
1
-9
/
+46
*
reverting per request
Jack Carter
2013-10-04
1
-2
/
+2
*
[MC][AsmParser] Hook for post assembly file processing
Jack Carter
2013-10-04
1
-2
/
+2
*
[mips] Rename register classes CPURegs and CPU64Regs.
Akira Hatanaka
2013-08-06
1
-2
/
+2
[prev]
[next]