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
...
*
Don't produce a __debug_frame.
Rafael Espindola
2011-05-05
1
-1
/
+1
*
Producing a DW_FORM_addr for DW_AT_stmt_list is probably correct, but
Rafael Espindola
2011-05-04
2
-2
/
+2
*
MCDwarf: Don't save Twine to local variable, this is almost never safe to do
Daniel Dunbar
2011-05-03
1
-2
/
+2
*
Add r130623 back now that ELF has been fixed to work with -fno-dwarf2-cfi-asm.
Rafael Espindola
2011-05-01
1
-0
/
+3
*
GCC uses a different encoding of pointers in the FDE when using
Rafael Espindola
2011-05-01
3
-9
/
+16
*
Simplify the handling of pcrel relocations on ELF. Now we do the right thing
Rafael Espindola
2011-05-01
9
-51
/
+35
*
Revert the previous patch while I figure out how to make llvm-gcc
Rafael Espindola
2011-04-30
2
-6
/
+0
*
Enable CFI on OS X.
Rafael Espindola
2011-04-30
2
-0
/
+6
*
Implement MCAsmStreamer::EmitEHSymAttributes. Doing this in the asm streamer
Rafael Espindola
2011-04-30
1
-3
/
+31
*
Handle PrivateExtern eh symbols.
Rafael Espindola
2011-04-30
1
-0
/
+2
*
Add all the plumbing needed for MC to expand cfi to the old tables in
Rafael Espindola
2011-04-30
1
-4
/
+44
*
Implement MCAsmStreamer::EmitDwarfAdvanceFrameAddr.
Rafael Espindola
2011-04-30
3
-22
/
+34
*
Avoid some uses of .uleb128. This is a small speedup and more importantly
Rafael Espindola
2011-04-29
1
-17
/
+22
*
Implement MCAsmStreamer::EmitCFIDefCfa.
Rafael Espindola
2011-04-29
1
-1
/
+4
*
MCAsmLayout: Add support for computing the symbol offset of variables. Not
Daniel Dunbar
2011-04-29
1
-0
/
+27
*
MC: Change variable symbols to be recognized as defined, by assigning their s...
Daniel Dunbar
2011-04-29
1
-3
/
+7
*
MC/Mach-O: Update getSymbolAddress() to support evaluation of variables.
Daniel Dunbar
2011-04-29
1
-0
/
+27
*
MC/Mach-O: Allow emission of relocations for variables in some more cases.
Daniel Dunbar
2011-04-29
1
-19
/
+19
*
MC/Mach-O: Find section ordinal's by looking at the symbol, instead of assumi...
Daniel Dunbar
2011-04-29
1
-4
/
+8
*
Hoist MCLineEntry construction AsmPrinter so that anyone who derives from Asm...
Devang Patel
2011-04-29
1
-3
/
+0
*
MCExpr: Add FindAssociatedSection, which attempts to mirror the 'as' semantics
Daniel Dunbar
2011-04-29
1
-0
/
+42
*
MC/AsmParser: Generalize a check.
Daniel Dunbar
2011-04-29
1
-1
/
+1
*
Last bit by bit compatibility patch to MCDwarf.cpp: If a FDE with no LSDA is
Rafael Espindola
2011-04-29
1
-5
/
+20
*
Add an alternative implementation of CIE and FDE emission that outputs them
Rafael Espindola
2011-04-29
1
-0
/
+58
*
Add the getExprForFDESymbol method that responsible for computing the
Rafael Espindola
2011-04-28
3
-14
/
+17
*
Add a getExprForPersonalitySymbol method to MCAsmInfo. Use it when
Rafael Espindola
2011-04-28
3
-1
/
+35
*
Mark the EH symbol global or weak if the corresponding function is.
Rafael Espindola
2011-04-28
3
-0
/
+17
*
Add a small temporary hack for producing identical eh_frame sections on OS X.
Rafael Espindola
2011-04-28
2
-6
/
+14
*
Produce the EH_frame# symbols if needed.
Rafael Espindola
2011-04-28
1
-2
/
+11
*
Forward isFunctionEHFrameSymbolPrivate. If it is false, produce the foo.eh
Rafael Espindola
2011-04-28
1
-0
/
+7
*
Factor a bit of code to MCStreamer::EmitLabel. Keep track of the last
Rafael Espindola
2011-04-27
3
-7
/
+14
*
Force some values to be absolute and align based on the FDE pointers size. A ...
Rafael Espindola
2011-04-27
1
-6
/
+6
*
No relocation produces a SLEB or ULEB, make sure they are handled in MC.
Rafael Espindola
2011-04-26
2
-11
/
+15
*
Give MC/MCDisassembler/Disassembler.h a header guard.
Sebastian Redl
2011-04-24
1
-0
/
+6
*
Remove unused STL header includes.
Jay Foad
2011-04-23
1
-1
/
+0
*
Delete the other unused variable in this function. Sorry I missed this
Chandler Carruth
2011-04-22
1
-1
/
+0
*
Remove an unused variable from a function. This is a likely cut-paste-o.
Chandler Carruth
2011-04-22
1
-1
/
+0
*
Compute the size of the FDE encoding instead of hard coding it. Update
Rafael Espindola
2011-04-22
1
-15
/
+20
*
Remove unused argument.
Rafael Espindola
2011-04-21
5
-24
/
+18
*
Don't pass address spaces to EmitULEB128IntValue.
Rafael Espindola
2011-04-21
1
-3
/
+3
*
Fix relative relocations. This is sufficient for running the rust testsuite with
Rafael Espindola
2011-04-21
1
-1
/
+6
*
Behave like gnu as when a relocation crosses sections.
Rafael Espindola
2011-04-20
1
-8
/
+13
*
Made the MC disassembler check before accessing
Sean Callanan
2011-04-20
1
-0
/
+9
*
malloc elimination: it's a bad idea to use raw_svector_ostream on a
Eli Friedman
2011-04-18
1
-1
/
+4
*
Reduce clutter in asm output. Do not emit source location as comment for each...
Devang Patel
2011-04-18
5
-8
/
+19
*
Revert r129688; it's breaking buildbots.
Eli Friedman
2011-04-18
1
-3
/
+1
*
More malloc elimination: it's a bad idea to use raw_svector_ostream on a
Eli Friedman
2011-04-18
1
-1
/
+3
*
Make the StringMaps attached to MCContext use the MCContext's allocator;
Eli Friedman
2011-04-18
1
-1
/
+3
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
3
-4
/
+4
*
Be consistent about being virtual and returning void in the cfi methods.
Rafael Espindola
2011-04-12
3
-73
/
+94
[prev]
[next]