index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
MC
/
MCExpr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Add ARM TARGET2 relocation. The testcase will follow with actualy use-case.
Anton Korobeynikov
2012-11-09
1
-1
/
+3
*
Rename virtual table anchors from Anchor() to anchor() for consistency with t...
Craig Topper
2012-09-26
1
-1
/
+1
*
Release build: guard dump functions with
Manman Ren
2012-09-12
1
-1
/
+1
*
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-06
1
-0
/
+2
*
Lower constant pools and jump tables via TOC on PPC64/SVR4.
Roman Divacky
2012-08-24
1
-1
/
+2
*
Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind.
Akira Hatanaka
2012-07-21
1
-0
/
+2
*
Implement local-exec TLS on PowerPC.
Roman Divacky
2012-06-04
1
-0
/
+2
*
Prune some includes and forward declarations.
Craig Topper
2012-03-26
1
-0
/
+1
*
ARM Thumb symbol references in assembly need the low bit set.
Jim Grosbach
2012-02-24
1
-0
/
+5
*
Add support for implicit TLS model used with MS VC runtime.
Anton Korobeynikov
2012-02-11
1
-0
/
+1
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
1
-5
/
+3
*
Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...
James Molloy
2012-01-26
1
-1
/
+3
*
Add 'llvm_unreachable' to passify GCC's understanding of the constraints
Chandler Carruth
2012-01-10
1
-0
/
+2
*
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2012-01-10
1
-3
/
+0
*
Local dynamic TLS model for direct object output. Create the correct TLS MIPS
Akira Hatanaka
2011-12-22
1
-0
/
+18
*
Remove function printMipsSymbolRef.
Akira Hatanaka
2011-11-15
1
-35
/
+0
*
This is the first of several patches for Mips direct object generation.
Bruno Cardoso Lopes
2011-10-25
1
-0
/
+35
*
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...
Evan Cheng
2011-07-25
1
-1
/
+0
*
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-23
1
-1
/
+1
*
Fix emission of PPC64 assembler on non-darwin platforms by splitting
Roman Divacky
2011-06-09
1
-6
/
+8
*
MCExpr: Add FindAssociatedSection, which attempts to mirror the 'as' semantics
Daniel Dunbar
2011-04-29
1
-0
/
+42
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Add support for Thumb interworking addresses for symbol offsets that get cons...
Owen Anderson
2011-03-21
1
-0
/
+5
*
Add support for lowercase variants.
Rafael Espindola
2011-01-23
1
-0
/
+14
*
Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a step
Evan Cheng
2011-01-13
1
-8
/
+0
*
Add r122359 back now that the bug in MCDwarfLineAddrFragment fragment has been
Rafael Espindola
2010-12-22
1
-19
/
+5
*
Revert r122359 while I debug PR8845.
Rafael Espindola
2010-12-22
1
-5
/
+19
*
Use references and simplify.
Rafael Espindola
2010-12-22
1
-6
/
+3
*
Simplify EvaluateAsAbsolute now that EvaluateAsRelocatableImpl does all
Rafael Espindola
2010-12-21
1
-19
/
+5
*
Fixed version of 122160 (the previous one would fold undefined symbols).
Rafael Espindola
2010-12-19
1
-50
/
+52
*
Revert 122160 while I debug it.
Rafael Espindola
2010-12-19
1
-44
/
+50
*
Move all folding to AttemptToFoldSymbolOffsetDifference.
Rafael Espindola
2010-12-19
1
-50
/
+44
*
Merge isAbsolute into IsSymbolRefDifferenceFullyResolved.
Rafael Espindola
2010-12-18
1
-5
/
+4
*
Remove the MCObjectFormat class.
Rafael Espindola
2010-12-18
1
-3
/
+2
*
Add a FIXME and explain a hack.
Rafael Espindola
2010-12-18
1
-1
/
+4
*
Fix the note.
Rafael Espindola
2010-12-18
1
-1
/
+1
*
Revert 122011, 122012, 122013, 122023 adding back an important optimization.
Rafael Espindola
2010-12-18
1
-16
/
+56
*
MC/Expr: Implemnt more aggressive folding during symbol evaluation using
Daniel Dunbar
2010-12-17
1
-8
/
+44
*
MC/Expr: Simplify.
Daniel Dunbar
2010-12-17
1
-8
/
+0
*
MC: Remove another dead MCAssembler argument, and update clients.
Daniel Dunbar
2010-12-17
1
-21
/
+1
*
MC: Remove dead MCAssembler argument -- Rafael, can you check the FIXME I added
Daniel Dunbar
2010-12-17
1
-12
/
+9
*
MC: Simplify (remove unnecessary MCAssembler argument, obsoleted by containment
Daniel Dunbar
2010-12-17
1
-12
/
+8
*
Write => in a more normal form.
Daniel Dunbar
2010-12-17
1
-1
/
+2
*
MC/Expr: Simplify (and add a FIXME).
Daniel Dunbar
2010-12-17
1
-10
/
+16
*
MC/Expr: Add a doxyment.
Daniel Dunbar
2010-12-16
1
-0
/
+14
*
Sorry for such a large commit. The summary is that only MachO cares about the
Rafael Espindola
2010-12-07
1
-20
/
+39
*
Use references to simplify the code a bit.
Rafael Espindola
2010-12-06
1
-7
/
+4
[next]