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
/
MC
/
MCExpr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Produce an error instead of asserting on invalid .sleb128/.uleb128.
Rafael Espindola
2015-03-25
1
-7
/
+4
*
Expand variables when evaluating absolute expressions.
Rafael Espindola
2015-03-04
1
-1
/
+1
*
[MC][Target] Implement support for R_X86_64_SIZE{32,64}.
Davide Italiano
2015-03-04
1
-0
/
+2
*
ARM: add support for segment base relocations (SBREL)
Saleem Abdulrasool
2015-01-11
1
-0
/
+2
*
Instead of explicitely comparing both lowercase and uppercase variants.
Roman Divacky
2014-12-18
1
-81
/
+1
*
Add a corresponding '@LOCAL' parse to match r224415.
Justin Hibbits
2014-12-18
1
-0
/
+1
*
Add parsing of 'foo@local".
Justin Hibbits
2014-12-17
1
-0
/
+1
*
Add support for small-model PIC for PowerPC.
Justin Hibbits
2014-11-12
1
-0
/
+1
*
MC: Shrink MCSymbolRefExpr by only storing the bits we need.
Benjamin Kramer
2014-10-11
1
-8
/
+19
*
MC: Use @IMGREL instead of @IMGREL32, which we can't parse
Reid Kleckner
2014-09-25
1
-1
/
+1
*
Add a helper to MCExpr for when an expression is know to be absolute.
Rafael Espindola
2014-08-15
1
-6
/
+20
*
Fix tabs.
Joerg Sonnenberger
2014-08-10
1
-4
/
+4
*
If available, pass down the Fixup object to EvaluateAsRelocatable.
Joerg Sonnenberger
2014-08-10
1
-16
/
+23
*
[mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_PCLO16
Zoran Jovanovic
2014-05-27
1
-0
/
+2
*
Fix pr19645.
Rafael Espindola
2014-05-03
1
-2
/
+1
*
Parse and create GOT_PREL relocations.
Joerg Sonnenberger
2014-04-29
1
-0
/
+2
*
Add an option for evaluating past symbols.
Rafael Espindola
2014-04-28
1
-17
/
+26
*
Spread some const around for non-mutating uses of MCSymbolData.
David Blaikie
2014-04-24
1
-2
/
+2
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] More 'nullptr' conversion or in some cases just using a boolean check...
Craig Topper
2014-04-13
1
-9
/
+9
*
ARM64: initial backend import
Tim Northover
2014-03-29
1
-0
/
+18
*
Look through variables when computing relocations.
Rafael Espindola
2014-03-20
1
-9
/
+24
*
Try harder to evaluate expressions when printing assembly.
Rafael Espindola
2014-03-12
1
-3
/
+3
*
ARM: suuport .tlsdescseq directive
Saleem Abdulrasool
2014-01-30
1
-0
/
+1
*
ARM: support TLS descriptor relocations
Saleem Abdulrasool
2014-01-30
1
-0
/
+3
*
ARM: support tlscall relocations
Saleem Abdulrasool
2014-01-30
1
-0
/
+3
*
ARM: add tlsldo relocation
Kai Nacke
2014-01-20
1
-0
/
+3
*
Add support for parsing ARM symbol variants on ELF targets
David Peixotto
2013-12-04
1
-24
/
+20
*
[PowerPC] Revert r185476 and fix up TLS variant kinds
Ulrich Weigand
2013-07-09
1
-0
/
+2
*
[PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLD
Ulrich Weigand
2013-07-02
1
-2
/
+0
*
[PowerPC] Add support for TLS data relocations
Ulrich Weigand
2013-07-01
1
-0
/
+3
*
[PowerPC] Support @got modifier
Ulrich Weigand
2013-06-25
1
-0
/
+9
*
[PowerPC] Support various tls-related modifiers
Ulrich Weigand
2013-06-21
1
-0
/
+66
*
[PowerPC] Support @higher et.al. modifiers
Ulrich Weigand
2013-06-21
1
-0
/
+12
*
[PowerPC] Support @toc@h modifier
Ulrich Weigand
2013-06-21
1
-0
/
+3
*
[PowerPC] Support @h modifier
Ulrich Weigand
2013-06-21
1
-0
/
+3
*
[PowerPC] Rename some more VK_PPC_ enums
Ulrich Weigand
2013-06-21
1
-45
/
+45
*
[PowerPC] Clean up VK_PPC_TOC... names
Ulrich Weigand
2013-06-20
1
-8
/
+8
*
[PowerPC] Clean up generation of ha16() / lo16() markers
Ulrich Weigand
2013-05-23
1
-18
/
+7
*
[PowerPC] Parse platform-specifc variant kinds in AsmParser
Ulrich Weigand
2013-05-03
1
-0
/
+34
*
Fix section relocation for SECTIONREL32 with immediate offset.
Rafael Espindola
2013-04-25
1
-0
/
+2
*
MC: Support COFF image-relative MCSymbolRefs
Nico Rieck
2013-04-10
1
-0
/
+3
*
Change '@SECREL' suffix to GAS-compatible '@SECREL32'.
Benjamin Kramer
2013-03-30
1
-1
/
+1
*
This patch improves the 64-bit PowerPC InitialExec TLS support by providing
Bill Schmidt
2012-12-14
1
-1
/
+2
*
This patch implements local-dynamic TLS model support for the 64-bit
Bill Schmidt
2012-12-12
1
-0
/
+5
*
Add ARM NONE and PREL31 relocation types.
Logan Chien
2012-12-12
1
-2
/
+6
*
This patch implements the general dynamic TLS model for 64-bit PowerPC.
Bill Schmidt
2012-12-11
1
-0
/
+3
*
This patch introduces initial-exec model support for thread-local storage
Bill Schmidt
2012-12-04
1
-0
/
+2
*
This patch implements medium code model support for 64-bit PowerPC.
Bill Schmidt
2012-11-27
1
-0
/
+2
*
Add relocations used for mips big GOT.
Akira Hatanaka
2012-11-21
1
-0
/
+4
[prev]
[next]