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
/
Sparc
/
SparcAsmPrinter.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-20
Sparc: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
1
-2
/
+2
2015-07-16
Move most user of TargetMachine::getDataLayout to the Module one
Mehdi Amini
1
-2
/
+2
2015-06-09
MC: Add target hook to control symbol quoting
Matt Arsenault
1
-2
/
+2
2015-05-30
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
1
-10
/
+10
2015-05-18
MC: Clean up method names in MCContext.
Jim Grosbach
1
-4
/
+4
2015-05-13
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
1
-7
/
+7
2015-04-29
[Sparc] Really add sparcel architecture support.
Douglas Katzman
1
-0
/
+1
2015-04-24
[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
Lang Hames
1
-17
/
+17
2015-04-07
Refactor a lot of duplicated code for stub output.
Rafael Espindola
1
-18
/
+0
2015-01-30
Reuse a bunch of cached subtargets and remove getSubtarget calls
Eric Christopher
1
-1
/
+1
2015-01-26
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
1
-3
/
+2
2015-01-18
std::unique_ptrify the MCStreamer argument to createAsmPrinter
David Blaikie
1
-2
/
+3
2014-08-04
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
1
-2
/
+3
2014-04-29
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
1
-6
/
+6
2014-04-25
[C++] Use 'nullptr'. Target edition.
Craig Topper
1
-1
/
+1
2014-04-22
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
1
-1
/
+2
2014-02-07
[Sparc] Emit correct relocations for PIC code when integrated assembler is used.
Venkatraman Govindaraju
1
-2
/
+2
2014-02-07
[Sparc] Use SparcMCExpr::VariantKind itself as MachineOperand's target flags.
Venkatraman Govindaraju
1
-55
/
+31
2014-01-28
[Sparc] Fix breakage in r200345
David Woodhouse
1
-9
/
+10
2014-01-28
Change MCStreamer EmitInstruction interface to take subtarget info
David Woodhouse
1
-22
/
+30
2014-01-28
Fix the DWARF EH encodings for Sparc PIC code.
Jakob Stoklund Olesen
1
-0
/
+20
2014-01-22
[Sparc] Do not add PC to _GLOBAL_OFFSET_TABLE_ address to access GOT in absol...
Venkatraman Govindaraju
1
-30
/
+94
2014-01-14
Make getTargetStreamer return a possibly null pointer.
Rafael Espindola
1
-1
/
+2
2014-01-12
Handle bundled terminators in isBlockOnlyReachableByFallthrough.
Jakob Stoklund Olesen
1
-35
/
+0
2014-01-11
[Sparc] Bundle instruction with delay slow and its filler. Now, we can use -v...
Venkatraman Govindaraju
1
-3
/
+7
2014-01-07
Move the llvm mangler to lib/IR.
Rafael Espindola
1
-1
/
+1
2014-01-07
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
1
-3
/
+3
2014-01-05
SPARC: Make helper function static.
Benjamin Kramer
1
-2
/
+2
2014-01-03
Make the llvm mangler depend only on DataLayout.
Rafael Espindola
1
-1
/
+2
2013-12-29
[SparcV9] Use separate instruction patterns for 64 bit arithmetic instruction...
Venkatraman Govindaraju
1
-2
/
+2
2013-12-26
[Sparc] Lower and MachineInstr to MC and print assembly using MCInstPrinter.
Venkatraman Govindaraju
1
-60
/
+143
2013-11-24
[SparcV9]: Do not emit .register directives for global registers that are clo...
Venkatraman Govindaraju
1
-1
/
+1
2013-10-29
Add a helper getSymbol to AsmPrinter.
Rafael Espindola
1
-1
/
+1
2013-09-22
[Sparc] Add support for TLS in sparc.
Venkatraman Govindaraju
1
-3
/
+47
2013-09-22
[Sparc] Emit .register directive to declare the use of global registers %g2, ...
Venkatraman Govindaraju
1
-0
/
+26
2013-06-16
DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...
David Blaikie
1
-11
/
+0
2013-06-04
Sparc: No functionality change. Cleanup whitespaces, comment formatting etc.,
Venkatraman Govindaraju
1
-11
/
+11
2013-06-03
Sparc: Add support for indirect branch and blockaddress in Sparc backend.
Venkatraman Govindaraju
1
-0
/
+3
2013-04-14
Use target flags for printing SPARC asm operands.
Jakob Stoklund Olesen
1
-16
/
+34
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
1
-2
/
+2
2012-06-26
There are a number of generic inline asm operand modifiers that
Jack Carter
1
-1
/
+3
2012-02-07
Convert assert(0) to llvm_unreachable
Craig Topper
1
-1
/
+1
2011-12-25
Sparc: Implement emitFrameIndexDebugValue and getDebugValue Location hooks.
Venkatraman Govindaraju
1
-1
/
+10
2011-12-07
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
1
-2
/
+2
2011-11-06
Replace (Lower|Upper)caseString in favor of StringRef's newest methods.
Benjamin Kramer
1
-3
/
+2
2011-08-24
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
1
-1
/
+1
2011-01-12
Remove SPARC backend getpcx instruction's Uses. Also, insert an assert to
Venkatraman Govindaraju
1
-2
/
+4
2010-11-14
move all the target's asmprinters into the main target. The piece
Chris Lattner
1
-0
/
+249
2008-11-11
Separate sparc asmprinter. This should unbreak the native build
Anton Korobeynikov
1
-345
/
+0
2008-10-10
Ignore extra 'r' modifier for now
Anton Korobeynikov
1
-2
/
+9
[next]