index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
MC
/
MCExpr.cpp
Age
Commit message (
Expand
)
Author
2013-03-30
Change '@SECREL' suffix to GAS-compatible '@SECREL32'.
Benjamin Kramer
2012-12-14
This patch improves the 64-bit PowerPC InitialExec TLS support by providing
Bill Schmidt
2012-12-12
This patch implements local-dynamic TLS model support for the 64-bit
Bill Schmidt
2012-12-12
Add ARM NONE and PREL31 relocation types.
Logan Chien
2012-12-11
This patch implements the general dynamic TLS model for 64-bit PowerPC.
Bill Schmidt
2012-12-04
This patch introduces initial-exec model support for thread-local storage
Bill Schmidt
2012-11-27
This patch implements medium code model support for 64-bit PowerPC.
Bill Schmidt
2012-11-21
Add relocations used for mips big GOT.
Akira Hatanaka
2012-11-09
Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.
Anton Korobeynikov
2012-09-26
Rename virtual table anchors from Anchor() to anchor() for consistency with t...
Craig Topper
2012-09-12
Release build: guard dump functions with
Manman Ren
2012-09-06
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-08-24
Lower constant pools and jump tables via TOC on PPC64/SVR4.
Roman Divacky
2012-07-21
Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind.
Akira Hatanaka
2012-06-04
Implement local-exec TLS on PowerPC.
Roman Divacky
2012-03-26
Prune some includes and forward declarations.
Craig Topper
2012-02-24
ARM Thumb symbol references in assembly need the low bit set.
Jim Grosbach
2012-02-11
Add support for implicit TLS model used with MS VC runtime.
Anton Korobeynikov
2012-02-07
Convert assert(0) to llvm_unreachable
Craig Topper
2012-01-26
Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...
James Molloy
2012-01-10
Add 'llvm_unreachable' to passify GCC's understanding of the constraints
Chandler Carruth
2012-01-10
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2011-12-22
Local dynamic TLS model for direct object output. Create the correct TLS MIPS
Akira Hatanaka
2011-11-15
Remove function printMipsSymbolRef.
Akira Hatanaka
2011-10-25
This is the first of several patches for Mips direct object generation.
Bruno Cardoso Lopes
2011-07-25
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...
Evan Cheng
2011-07-23
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-06-09
Fix emission of PPC64 assembler on non-darwin platforms by splitting
Roman Divacky
2011-04-29
MCExpr: Add FindAssociatedSection, which attempts to mirror the 'as' semantics
Daniel Dunbar
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-03-21
Add support for Thumb interworking addresses for symbol offsets that get cons...
Owen Anderson
2011-01-23
Add support for lowercase variants.
Rafael Espindola
2011-01-13
Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a step
Evan Cheng
2010-12-22
Add r122359 back now that the bug in MCDwarfLineAddrFragment fragment has been
Rafael Espindola
2010-12-22
Revert r122359 while I debug PR8845.
Rafael Espindola
2010-12-22
Use references and simplify.
Rafael Espindola
2010-12-21
Simplify EvaluateAsAbsolute now that EvaluateAsRelocatableImpl does all
Rafael Espindola
2010-12-19
Fixed version of 122160 (the previous one would fold undefined symbols).
Rafael Espindola
2010-12-19
Revert 122160 while I debug it.
Rafael Espindola
2010-12-19
Move all folding to AttemptToFoldSymbolOffsetDifference.
Rafael Espindola
2010-12-18
Merge isAbsolute into IsSymbolRefDifferenceFullyResolved.
Rafael Espindola
2010-12-18
Remove the MCObjectFormat class.
Rafael Espindola
2010-12-18
Add a FIXME and explain a hack.
Rafael Espindola
2010-12-18
Fix the note.
Rafael Espindola
2010-12-18
Revert 122011, 122012, 122013, 122023 adding back an important optimization.
Rafael Espindola
2010-12-17
MC/Expr: Implemnt more aggressive folding during symbol evaluation using
Daniel Dunbar
2010-12-17
MC/Expr: Simplify.
Daniel Dunbar
2010-12-17
MC: Remove another dead MCAssembler argument, and update clients.
Daniel Dunbar
2010-12-17
MC: Remove dead MCAssembler argument -- Rafael, can you check the FIXME I added
Daniel Dunbar
2010-12-17
MC: Simplify (remove unnecessary MCAssembler argument, obsoleted by containment
Daniel Dunbar
[next]