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
*
Add .loc methods to the streamer.
Rafael Espindola
2010-11-16
9
-24
/
+73
*
Parse and ignore some .cfi_* directives.
Rafael Espindola
2010-11-16
1
-0
/
+95
*
A bit more of gnu as compatibility when handling relocations with aliases.
Rafael Espindola
2010-11-16
1
-2
/
+5
*
Fix compiler warnigns.
Benjamin Kramer
2010-11-15
1
-2
/
+2
*
Change MCExpr::EvaluateAsRelocatableImpl of variables to return the original
Rafael Espindola
2010-11-15
5
-116
/
+60
*
Dovetail with Dan Dunbar's rework of ELFObjectWriter.
Jason W Kim
2010-11-15
1
-223
/
+311
*
Fix PR8565.
Rafael Espindola
2010-11-15
2
-6
/
+26
*
correct the fixup comment printer to work on big endian platforms.
Chris Lattner
2010-11-15
1
-1
/
+8
*
add targetoperand flags for jump tables, constant pool and block address
Chris Lattner
2010-11-15
1
-4
/
+15
*
Move the logic to decide with which symbol we produce a relocation (if any) to
Rafael Espindola
2010-11-14
1
-27
/
+44
*
reimplement ppc asmprinter "toc" handling to use a VariantKind
Chris Lattner
2010-11-14
1
-1
/
+2
*
Fix another case of a .comm directive without a corresponding .type
Rafael Espindola
2010-11-14
1
-1
/
+2
*
Fix the type of a symbol created with .comm and no corresponding .type.
Rafael Espindola
2010-11-14
1
-0
/
+1
*
Handle a peculiar comdat case: Creating a section with an undefined
Rafael Espindola
2010-11-14
2
-29
/
+55
*
Simplify getSymbolIndexInSymbolTable by setting the actual index of
Rafael Espindola
2010-11-14
1
-11
/
+6
*
Fix warning.
Rafael Espindola
2010-11-14
1
-0
/
+4
*
MC: Simplify Mach-O and ELF object writer implementations.
Daniel Dunbar
2010-11-13
2
-192
/
+98
*
Fix warning and add support for printing gnu_unique_object.
Rafael Espindola
2010-11-13
1
-0
/
+2
*
Parse and record the gnu_unique_object type.
Rafael Espindola
2010-11-13
2
-0
/
+2
*
Parse and remember discriminators in .loc line. I try to output them with
Rafael Espindola
2010-11-13
2
-2
/
+8
*
Fix the encoding of negative line deltas.
Rafael Espindola
2010-11-13
1
-1
/
+1
*
MCELF: Copy the symbol name only if we're going to modify it.
Benjamin Kramer
2010-11-12
1
-9
/
+8
*
Remove what looks like dead code in the production of debug lines.
Rafael Espindola
2010-11-12
1
-45
/
+2
*
gnu as support both % and @ before types, do the same.
Rafael Espindola
2010-11-12
1
-10
/
+4
*
Trailing whitespace.
Jim Grosbach
2010-11-11
1
-5
/
+5
*
Mark labels declared in tls sections as STT_TLS. This matches the behavior of
Rafael Espindola
2010-11-11
2
-33
/
+37
*
Initial comdat implementation.
Rafael Espindola
2010-11-11
3
-28
/
+145
*
Make AliasedSymbol able to handle MCTargetExpr. They can get here if
Rafael Espindola
2010-11-11
1
-3
/
+16
*
Fix the symbol index of weak references. Also make RecordRelocation a bit
Rafael Espindola
2010-11-11
1
-22
/
+12
*
Remove some explicit arguments to getELFSection. This is
Rafael Espindola
2010-11-11
1
-6
/
+4
*
Factor some code into WriteSection.
Rafael Espindola
2010-11-10
1
-62
/
+72
*
Update the section index map after we add the medatada sections.
Rafael Espindola
2010-11-10
1
-0
/
+4
*
Use SectionIndexMap in WriteSymbolTable to make it a little less brittle.
Rafael Espindola
2010-11-10
1
-16
/
+17
*
Factor some code into ComputeIndexMap.
Rafael Espindola
2010-11-10
1
-14
/
+28
*
Change the String<size> methods to take a fragment instead of a buffer.
Rafael Espindola
2010-11-10
1
-77
/
+40
*
Use MCSectionELF in places we know we have an ELF section.
Rafael Espindola
2010-11-10
2
-8
/
+7
*
Update ARMConstantPoolValue to not use a modifier string. Use an explicit
Jim Grosbach
2010-11-10
1
-1
/
+11
*
Fixed version of 118639 with an extra assert to catch similar problems
Rafael Espindola
2010-11-09
4
-40
/
+30
*
Revert previous patch. Missed a case.
Rafael Espindola
2010-11-09
4
-29
/
+40
*
Remove IsExplicit. It was always false.
Rafael Espindola
2010-11-09
4
-40
/
+29
*
Fix typo.
Daniel Dunbar
2010-11-08
1
-1
/
+1
*
Set default flags for .rodata.
Rafael Espindola
2010-11-08
1
-1
/
+3
*
Speed up AddSectionToTheEnd. It was walking all fragments in all sections.
Rafael Espindola
2010-11-07
1
-19
/
+4
*
Relax dwarf line fragments. This fixes a crash in the included testcase.
Rafael Espindola
2010-11-07
1
-13
/
+18
*
Add '.code 32' assembler directive to MC streamers.
Jim Grosbach
2010-11-05
3
-0
/
+3
*
MC'ize the '.code 16' and '.thumb_func' ARM directives.
Jim Grosbach
2010-11-05
6
-2
/
+36
*
Put class into an anonymous namespace.
Benjamin Kramer
2010-11-05
1
-0
/
+2
*
Allow targets to specify the MachO CPUType/CPUSubtype information.
Jim Grosbach
2010-11-05
1
-7
/
+13
*
syntaxunified directive is a no-op for MachO writing.
Jim Grosbach
2010-11-05
1
-0
/
+1
*
Add 118023 back, but with proper spelling for .uleb128/.sleb128.
Rafael Espindola
2010-11-04
1
-2
/
+4
[next]