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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor cosmetic change: fix DOSish \r\n.
NAKAMURA Takumi
2010-10-07
1
-4
/
+4
*
MC-COFF: Fix symbol aliases. Fixes PR8251.
Michael J. Spencer
2010-10-07
1
-5
/
+36
*
Another case of 256 sections not being enough :-)
Rafael Espindola
2010-10-06
1
-1
/
+1
*
Get binding and visibility info from the the alias, but Type from the symbol
Rafael Espindola
2010-10-06
1
-3
/
+25
*
MC: Add missing forward in MCLoggingStreamer.
Michael J. Spencer
2010-10-06
1
-0
/
+1
*
If a symbol is global, reloc against it even if it is in a mergeable section.
Rafael Espindola
2010-10-06
1
-3
/
+3
*
Make sure weak symbols are listed after the local ones.
Rafael Espindola
2010-10-06
2
-2
/
+4
*
Correctly handle GOTPCREL relocations.
Rafael Espindola
2010-10-06
1
-3
/
+6
*
Use a relocation against the symbol if it is a PLT and the symbol is in another
Rafael Espindola
2010-10-05
1
-2
/
+11
*
Implement more alias cases.
Rafael Espindola
2010-10-05
1
-0
/
+11
*
256 sections should be enough for anyone...
Rafael Espindola
2010-10-05
1
-1
/
+1
*
Don't crash in a strange .size directive.
Rafael Espindola
2010-10-05
1
-5
/
+15
*
Fix Punctuation.
Michael J. Spencer
2010-10-05
1
-1
/
+1
*
MC-COFF: Fix (PR8278) temporary symbol relocations.
Michael J. Spencer
2010-10-05
1
-1
/
+2
*
Add support for a fill value in the .zero directive.
Rafael Espindola
2010-10-05
1
-1
/
+8
*
Implement a simple alias case and refactor the code a bit so that the
Rafael Espindola
2010-10-05
1
-17
/
+35
*
Produce a undefined reference to _GLOBAL_OFFSET_TABLE_ when needed.
Rafael Espindola
2010-10-05
1
-1
/
+25
*
On ELF we need to know which symbols are used in relocations to decide if
Rafael Espindola
2010-10-05
4
-77
/
+47
*
Incorporate suggestions by Daniel Dunbar after his review. Thanks Daniel!
Kevin Enderby
2010-10-04
3
-9
/
+5
*
Implement ELF::R_X86_64_GOTPCREL.
Rafael Espindola
2010-10-04
1
-0
/
+3
*
Move isFixupKindX86PCRel.
Rafael Espindola
2010-10-04
1
-12
/
+12
*
Produce a R_X86_64_PLT32 when needed.
Rafael Espindola
2010-10-04
1
-1
/
+10
*
Produce a R_X86_64_GOT32 when needed.
Rafael Espindola
2010-10-04
1
-1
/
+12
*
Add hook in MCSection to decide when to use "optimized nops", for each
Jan Wen Voung
2010-10-04
4
-7
/
+13
*
Include the section address in the computation of the relocation.
Rafael Espindola
2010-10-04
1
-1
/
+8
*
Correctly compute the relocation when it is not in the first fragment.
Rafael Espindola
2010-10-04
1
-1
/
+1
*
Implement a very basic PIC case.
Rafael Espindola
2010-10-03
1
-0
/
+7
*
This adds a Darwin x86_64 relocation encoding for a subtraction expression
Kevin Enderby
2010-10-02
2
-22
/
+30
*
Factor some logic into ShouldRelocOnSymbol. This simplifies the code and
Rafael Espindola
2010-09-30
1
-38
/
+31
*
This is the last major patch to implement support for the .loc directive
Kevin Enderby
2010-09-30
6
-205
/
+570
*
Changes EvaluateAsAbsolute() to return the "current value" of the expression
Kevin Enderby
2010-09-30
1
-1
/
+16
*
Silence a GCC warning about not handling all flags in this switch, we
Chandler Carruth
2010-09-30
1
-2
/
+2
*
Move logic of determining ELF entsize from the .s printer to initialization
Jan Wen Voung
2010-09-30
2
-12
/
+15
*
Correctly produce R_X86_64_32 or R_X86_64_32S.
Rafael Espindola
2010-09-30
3
-8
/
+12
*
Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile()
Jason W Kim
2010-09-30
2
-0
/
+2
*
Have ELFAsmParser.cpp use the already parsed "Size" (entry size) when
Jan Wen Voung
2010-09-30
1
-1
/
+2
*
Make it possible for the MCObjectWriter to decide if a given fixup is fully
Rafael Espindola
2010-09-30
4
-132
/
+208
*
Test commit - Deleted some whitespace at the end of a line.
Jan Wen Voung
2010-09-30
1
-1
/
+1
*
Move "local commons" to the end of .bss to match the gnu as behavior.
Rafael Espindola
2010-09-29
1
-9
/
+29
*
MC-COFF: Fix symbol storage class for globals
Michael J. Spencer
2010-09-29
1
-1
/
+1
*
change the protocol TargetAsmPArser::MatchInstruction method to take an
Chris Lattner
2010-09-29
1
-9
/
+3
*
On elf, undefined symbols can start with .L.
Rafael Espindola
2010-09-28
1
-1
/
+4
*
Write relocations in the end of the file. This matches what gas does and
Rafael Espindola
2010-09-27
1
-2
/
+1
*
Make sure .text doesn't produce extra alignment.
Rafael Espindola
2010-09-27
1
-9
/
+3
*
Factor symbol value computation into a function.
Rafael Espindola
2010-09-27
1
-9
/
+17
*
MC-COFF: Fix signed/unsigned comparison.
Michael J. Spencer
2010-09-27
1
-2
/
+2
*
MC/AsmParser: Handle exponents in floating point literals.
Daniel Dunbar
2010-09-27
1
-9
/
+30
*
Remove unused argument.
Rafael Espindola
2010-09-27
2
-7
/
+6
*
Push twines deeper into SourceMgr's error handling methods.
Benjamin Kramer
2010-09-27
1
-9
/
+6
*
MC-COFF: Drop empty sections, and label symbols. Convert relocations
Michael J. Spencer
2010-09-27
1
-82
/
+163
[next]