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
/
Sparc
/
SparcAsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake: Make most target symbols hidden by default
Tom Stellard
2020-01-14
1
-1
/
+1
*
Revert CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-11
1
-1
/
+1
*
CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-10
1
-1
/
+1
*
[Sparc] Create a TargetInfo header. NFC
Richard Trieu
2019-05-15
1
-0
/
+1
*
[Sparc] Move InstPrinter files to MCTargetDesc. NFC
Richard Trieu
2019-05-11
1
-1
/
+1
*
[AsmPrinter] refactor to support %c w/ GlobalAddress'
Nick Desaulniers
2019-04-26
1
-1
/
+1
*
[AsmPrinter] refactor to remove remove AsmVariant. NFC
Nick Desaulniers
2019-04-10
1
-7
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Sparc] Move SparcTargetStreamer.h to the MC Desc, where the implementation i...
Benjamin Kramer
2018-09-10
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
1
-3
/
+3
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-3
/
+1
*
Use isPositionIndependent(). NFC.
Rafael Espindola
2016-06-27
1
-1
/
+1
*
[sparc] Remove some unused (and undefined) declarations.
Benjamin Kramer
2016-05-27
1
-1
/
+0
*
[Sparc] Extend the assembler printing support for Sparc back-end.
Chris Dewhurst
2016-05-26
1
-0
/
+4
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
Revert "CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC"
Duncan P. N. Exon Smith
2016-02-22
1
-2
/
+2
*
CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC
Duncan P. N. Exon Smith
2016-02-21
1
-2
/
+2
*
Sparc: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-20
1
-2
/
+2
*
Move most user of TargetMachine::getDataLayout to the Module one
Mehdi Amini
2015-07-16
1
-2
/
+2
*
MC: Add target hook to control symbol quoting
Matt Arsenault
2015-06-09
1
-2
/
+2
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-10
/
+10
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-4
/
+4
*
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2015-05-13
1
-7
/
+7
*
[Sparc] Really add sparcel architecture support.
Douglas Katzman
2015-04-29
1
-0
/
+1
*
[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
Lang Hames
2015-04-24
1
-17
/
+17
*
Refactor a lot of duplicated code for stub output.
Rafael Espindola
2015-04-07
1
-18
/
+0
*
Reuse a bunch of cached subtargets and remove getSubtarget calls
Eric Christopher
2015-01-30
1
-1
/
+1
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-3
/
+2
*
std::unique_ptrify the MCStreamer argument to createAsmPrinter
David Blaikie
2015-01-18
1
-2
/
+3
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-2
/
+3
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-6
/
+6
*
[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
*
[Sparc] Emit correct relocations for PIC code when integrated assembler is used.
Venkatraman Govindaraju
2014-02-07
1
-2
/
+2
*
[Sparc] Use SparcMCExpr::VariantKind itself as MachineOperand's target flags.
Venkatraman Govindaraju
2014-02-07
1
-55
/
+31
*
[Sparc] Fix breakage in r200345
David Woodhouse
2014-01-28
1
-9
/
+10
*
Change MCStreamer EmitInstruction interface to take subtarget info
David Woodhouse
2014-01-28
1
-22
/
+30
*
Fix the DWARF EH encodings for Sparc PIC code.
Jakob Stoklund Olesen
2014-01-28
1
-0
/
+20
*
[Sparc] Do not add PC to _GLOBAL_OFFSET_TABLE_ address to access GOT in absol...
Venkatraman Govindaraju
2014-01-22
1
-30
/
+94
*
Make getTargetStreamer return a possibly null pointer.
Rafael Espindola
2014-01-14
1
-1
/
+2
*
Handle bundled terminators in isBlockOnlyReachableByFallthrough.
Jakob Stoklund Olesen
2014-01-12
1
-35
/
+0
*
[Sparc] Bundle instruction with delay slow and its filler. Now, we can use -v...
Venkatraman Govindaraju
2014-01-11
1
-3
/
+7
*
Move the llvm mangler to lib/IR.
Rafael Espindola
2014-01-07
1
-1
/
+1
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-3
/
+3
*
SPARC: Make helper function static.
Benjamin Kramer
2014-01-05
1
-2
/
+2
*
Make the llvm mangler depend only on DataLayout.
Rafael Espindola
2014-01-03
1
-1
/
+2
*
[SparcV9] Use separate instruction patterns for 64 bit arithmetic instruction...
Venkatraman Govindaraju
2013-12-29
1
-2
/
+2
*
[Sparc] Lower and MachineInstr to MC and print assembly using MCInstPrinter.
Venkatraman Govindaraju
2013-12-26
1
-60
/
+143
*
[SparcV9]: Do not emit .register directives for global registers that are clo...
Venkatraman Govindaraju
2013-11-24
1
-1
/
+1
[next]