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
/
MCTargetDesc
/
SparcMCExpr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Target] Untangle disassemblers
Benjamin Kramer
2018-09-10
1
-1
/
+1
*
[Sparc] Add support for 13-bit PIC
Daniel Cederman
2018-06-11
1
-0
/
+5
*
[Sparc] Include __tls_get_addr in symbol table for TLS calls to it
Jonas Devlieghere
2018-02-21
1
-2
/
+14
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+0
*
MC: Add target hook to control symbol quoting
Matt Arsenault
2015-06-09
1
-5
/
+2
*
Merge MCELF.h into MCSymbolELF.h.
Rafael Espindola
2015-06-02
1
-3
/
+2
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-4
/
+4
*
Pass MCSymbols to the helper functions in MCELF.h.
Rafael Espindola
2015-05-29
1
-2
/
+1
*
If available, pass down the Fixup object to EvaluateAsRelocatable.
Joerg Sonnenberger
2014-08-10
1
-2
/
+3
*
Move expression visitation logic up to MCStreamer.
Rafael Espindola
2014-06-25
1
-1
/
+1
*
Simplify the visitation of target expressions. No functionality change.
Rafael Espindola
2014-06-25
1
-31
/
+3
*
Replace some assert(0)'s with llvm_unreachable.
Craig Topper
2014-06-18
1
-1
/
+1
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Try harder to evaluate expressions when printing assembly.
Rafael Espindola
2014-03-12
1
-3
/
+1
*
[Sparc] Emit relocations for Thread Local Storage (TLS) when integrated assem...
Venkatraman Govindaraju
2014-02-07
1
-1
/
+46
*
[Sparc] Emit correct relocations for PIC code when integrated assembler is used.
Venkatraman Govindaraju
2014-02-07
1
-1
/
+30
*
[Sparc] Use SparcMCExpr::VariantKind itself as MachineOperand's target flags.
Venkatraman Govindaraju
2014-02-07
1
-5
/
+14
*
[Sparc] Use %r_disp32 for pc_rel entries in gcc_except_table and eh_frame.
Venkatraman Govindaraju
2014-01-29
1
-0
/
+4
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
[Sparc] Add support for parsing sparc asm modifiers such as %hi, %lo etc.,
Venkatraman Govindaraju
2014-01-07
1
-0
/
+31
*
[Sparc] Add ELF Object Writer for Sparc.
Venkatraman Govindaraju
2014-01-06
1
-3
/
+55
*
[Sparc] Add target specific MCExpr class to handle sparc specific modifiers l...
Venkatraman Govindaraju
2013-12-26
1
-0
/
+84