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
/
include
/
llvm
/
MC
/
MCAssembler.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add some parens and silence a warning.
Benjamin Kramer
2010-03-13
1
-1
/
+1
*
MC/Mach-O: Implement initial support for relaxation.
Daniel Dunbar
2010-03-12
1
-0
/
+8
*
MC: Factor out MCAssembler::EvaluateFixup, and simplify.
Daniel Dunbar
2010-03-12
1
-0
/
+21
*
MC: Constify MCAsmLayout argument to MCExpr::EvaluteAs...
Daniel Dunbar
2010-03-12
1
-5
/
+6
*
MC: Add MCAssembler::addFixup, which enforces that fixups are added in order.
Daniel Dunbar
2010-03-12
1
-0
/
+7
*
MC/Mach-O: Add MCSymbolData::getAddress() utility.
Daniel Dunbar
2010-03-11
1
-0
/
+5
*
MC: Sketch initial MCAsmLayout class, which encapsulates the current layout o...
Daniel Dunbar
2010-03-11
1
-0
/
+2
*
MC: Provide MCAssembler with a TargetAsmBackend.
Daniel Dunbar
2010-03-11
1
-1
/
+4
*
MC: Move the backend section and symbol data maps to MCAssembler.
Daniel Dunbar
2010-03-10
1
-0
/
+49
*
This is the first patch to put the needed bits in place to eventually allow code
Kevin Enderby
2010-02-23
1
-2
/
+8
*
MCAssembler: Switch MCAsmFixup to storing MCFixupKind instead of just a size.
Daniel Dunbar
2010-02-13
1
-4
/
+5
*
MCAssembler: Sink fixup list into MCDataFragment.
Daniel Dunbar
2010-02-13
1
-39
/
+23
*
MCAssembler: Switch MCFillFragment to only taking constant values. Symbolic e...
Daniel Dunbar
2010-02-13
1
-4
/
+4
*
MCAssembler: Start applying fixups in the data section.
Daniel Dunbar
2010-02-13
1
-9
/
+6
*
MCAssembler: Add assorted dump() methods.
Daniel Dunbar
2010-02-13
1
-31
/
+49
*
MC: Move assembler-backend's fixup list into the fragment.
Daniel Dunbar
2010-02-11
1
-45
/
+52
*
MC: Move MCSectionData::Fixup out to MCAsmFixup.
Daniel Dunbar
2010-02-11
1
-32
/
+35
*
MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections.
Daniel Dunbar
2010-02-02
1
-1
/
+8
*
Fix a bunch of little errors that Clang complains about when its being pedantic
Douglas Gregor
2009-12-19
1
-1
/
+1
*
Move DataTypes.h to include/llvm/System, update all users. This breaks the last
Chandler Carruth
2009-10-26
1
-1
/
+1
*
MC: Switch assembler API to using MCExpr instead of MCValue.
Daniel Dunbar
2009-10-16
1
-15
/
+13
*
llvm-mc: Store MCSymbolData value as a pointer (to make MSVC happy).
Daniel Dunbar
2009-09-01
1
-2
/
+2
*
llvm-mc: Make MCSymbolData symbol member const.
Daniel Dunbar
2009-08-31
1
-3
/
+3
*
llvm-mc: Add MCContext to MCAssembler.
Daniel Dunbar
2009-08-31
1
-1
/
+6
*
llvm-mc: Support .comm emission.
Daniel Dunbar
2009-08-28
1
-1
/
+36
*
llvm-mc: Support .zerofill emission.
Daniel Dunbar
2009-08-28
1
-1
/
+37
*
llvm-mc: Tweak section alignment and size computation to match 'as' closer.
Daniel Dunbar
2009-08-28
1
-5
/
+1
*
Try to make MSVC just a little happier.
Daniel Dunbar
2009-08-27
1
-2
/
+2
*
llvm-mc/Mach-O: Set .subsections_via_symbols flag properly.
Daniel Dunbar
2009-08-26
1
-0
/
+10
*
llvm-mc/Mach-O: Add support for relocations.
Daniel Dunbar
2009-08-26
1
-0
/
+68
*
llvm-mc/Mach-O: Move symbol indices into the MCSymbolData structure.
Daniel Dunbar
2009-08-26
1
-2
/
+11
*
llvm-mc/Mach-O: Add section padding where needed (to align the next section).
Daniel Dunbar
2009-08-26
1
-4
/
+17
*
llvm-mc/Mach-O: Set addresses for symbols.
Daniel Dunbar
2009-08-26
1
-1
/
+19
*
llvm-mc/Mach-O: Preliminary support for indirect symbols.
Daniel Dunbar
2009-08-24
1
-0
/
+32
*
llvm-mc/Mach-O: Support symbol attributes.
Daniel Dunbar
2009-08-24
1
-6
/
+22
*
llvm-mc/Mach-O: Improve symbol table support:
Daniel Dunbar
2009-08-22
1
-0
/
+11
*
llvm-mc/Mach-O: Sketch symbol table support.
Daniel Dunbar
2009-08-22
1
-2
/
+56
*
llvm-mc/Mach-O: Move more logic for writing the Mach-O file into the writer
Daniel Dunbar
2009-08-22
1
-10
/
+0
*
llvm-mc: Rename / redefine MCFragment::FileOffset to MCFragment::Offset (the
Daniel Dunbar
2009-08-22
1
-9
/
+8
*
Make MSVC happy.
Daniel Dunbar
2009-08-21
1
-0
/
+1
*
llvm-mc/Mach-O: Support .o emission for .org and .align.
Daniel Dunbar
2009-08-21
1
-17
/
+11
*
llvm-mc/Mach-O: Support byte and fill value emission.
Daniel Dunbar
2009-08-21
1
-10
/
+246
*
Fix build on platforms where stdint.h is not implicitly included in the stand...
Benjamin Kramer
2009-08-21
1
-0
/
+1
*
llvm-mc: Start MCAssembler and MCMachOStreamer.
Daniel Dunbar
2009-08-21
1
-0
/
+137