index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
MC
/
MCAssembler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
MC/Macho-O: Align the zerofill section itself to the maximum alignment.
Daniel Dunbar
2010-03-08
1
-0
/
+10
*
MC/Mach-O: Fix address compution for zero fill sections.
Daniel Dunbar
2010-03-08
1
-2
/
+2
*
MC/Mach-O: Error out instead of crashing on invalid scattered relocation expr...
Daniel Dunbar
2010-03-08
1
-2
/
+11
*
This is the second patch to allow x86 code to be aligned with optimal nops.
Kevin Enderby
2010-02-23
1
-2
/
+47
*
This is the first patch to put the needed bits in place to eventually allow code
Kevin Enderby
2010-02-23
1
-0
/
+23
*
MC/Mach-O: Update fixup values for change to X86 offsets.
Daniel Dunbar
2010-02-17
1
-6
/
+4
*
Pacify gcc-4.5, which warns (correctly) that these switches have
Duncan Sands
2010-02-17
1
-2
/
+2
*
MCAssembler: Fix pcrel relocations. Oh and,
Daniel Dunbar
2010-02-13
1
-2
/
+23
*
MC/Mach-O: Start emitting fixups/relocations for instructions.
Daniel Dunbar
2010-02-13
1
-0
/
+7
*
MCAssembler: Switch MCAsmFixup to storing MCFixupKind instead of just a size.
Daniel Dunbar
2010-02-13
1
-8
/
+20
*
MCAssembler: Sink fixup list into MCDataFragment.
Daniel Dunbar
2010-02-13
1
-15
/
+18
*
MCAssembler: Switch MCFillFragment to only taking constant values. Symbolic e...
Daniel Dunbar
2010-02-13
1
-47
/
+5
*
MCAssembler: Start applying fixups in the data section.
Daniel Dunbar
2010-02-13
1
-1
/
+19
*
MCAssembler: Add assorted dump() methods.
Daniel Dunbar
2010-02-13
1
-0
/
+144
*
MC: Move assembler-backend's fixup list into the fragment.
Daniel Dunbar
2010-02-11
1
-40
/
+22
*
MC: Move MCSectionData::Fixup out to MCAsmFixup.
Daniel Dunbar
2010-02-11
1
-8
/
+7
*
llvm-mc: Add --show-fixups option, for displaying the instruction fixup infor...
Daniel Dunbar
2010-02-09
1
-4
/
+4
*
MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections.
Daniel Dunbar
2010-02-02
1
-2
/
+7
*
Add a new top-level MachO.h file for manifest constants, fixing
Chris Lattner
2010-02-02
1
-3
/
+3
*
Remove this fixme, looking at the linker source, all targets pad to 4 bytes.
Nate Begeman
2010-01-19
1
-2
/
+0
*
Pass StringRef by value.
Daniel Dunbar
2009-11-06
1
-1
/
+1
*
Minor formatting tweaks.
Daniel Dunbar
2009-10-16
1
-24
/
+24
*
MC: Switch assembler API to using MCExpr instead of MCValue.
Daniel Dunbar
2009-10-16
1
-19
/
+39
*
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
-5
/
+5
*
llvm-mc: Add MCContext to MCAssembler.
Daniel Dunbar
2009-08-31
1
-3
/
+2
*
llvm-mc: Support .comm emission.
Daniel Dunbar
2009-08-28
1
-12
/
+34
*
llvm-mc: Support .zerofill emission.
Daniel Dunbar
2009-08-28
1
-3
/
+64
*
llvm-mc: Tweak section alignment and size computation to match 'as' closer.
Daniel Dunbar
2009-08-28
1
-20
/
+42
*
llvm-mc: Fix thinko in emitting values.
Daniel Dunbar
2009-08-28
1
-1
/
+1
*
Try to make MSVC just a little happier.
Daniel Dunbar
2009-08-27
1
-2
/
+2
*
llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table.
Daniel Dunbar
2009-08-26
1
-0
/
+8
*
llvm-mc/Mach-O: Set .subsections_via_symbols flag properly.
Daniel Dunbar
2009-08-26
1
-9
/
+21
*
llvm-mc/Mach-O: Add support for relocations.
Daniel Dunbar
2009-08-26
1
-13
/
+225
*
llvm-mc/Mach-O: Move symbol indices into the MCSymbolData structure.
Daniel Dunbar
2009-08-26
1
-21
/
+13
*
llvm-mc/Mach-O: Add section padding where needed (to align the next section).
Daniel Dunbar
2009-08-26
1
-39
/
+45
*
llvm-mc/Mach-O: Set addresses for symbols.
Daniel Dunbar
2009-08-26
1
-10
/
+31
*
llvm-mc: Improve indirect symbol support (add the indirect index table).
Daniel Dunbar
2009-08-26
1
-11
/
+57
*
llvm-mc: Add statistic for number of fragments emitted by the assembler.
Daniel Dunbar
2009-08-25
1
-0
/
+6
*
llvm-mc/Mach-O: Preliminary support for indirect symbols.
Daniel Dunbar
2009-08-24
1
-13
/
+85
*
llvm-mc/Mach-O: Support symbol attributes.
Daniel Dunbar
2009-08-24
1
-3
/
+8
*
llvm-mc: Tweak undefined symbol handling.
Daniel Dunbar
2009-08-24
1
-4
/
+3
*
prune the #includes in raw_ostream.h by moving a
Chris Lattner
2009-08-24
1
-0
/
+1
*
tweak #includes
Chris Lattner
2009-08-22
1
-5
/
+2
*
llvm-mc/Mach-O: Improve symbol table support:
Daniel Dunbar
2009-08-22
1
-36
/
+156
*
llvm-mc/Mach-O: Sketch symbol table support.
Daniel Dunbar
2009-08-22
1
-32
/
+207
*
llvm-mc/Mach-O: Move more logic for writing the Mach-O file into the writer
Daniel Dunbar
2009-08-22
1
-27
/
+40
*
llvm-mc: Rename / redefine MCFragment::FileOffset to MCFragment::Offset (the
Daniel Dunbar
2009-08-22
1
-15
/
+9
*
llvm-mc/Mach-O: Support .o emission for .org and .align.
Daniel Dunbar
2009-08-21
1
-16
/
+88
*
llvm-mc/Mach-O: Support byte and fill value emission.
Daniel Dunbar
2009-08-21
1
-23
/
+130
[prev]
[next]