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
/
MCObjectWriter.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix unnecessary removal of const through cast machinery
David Blaikie
2013-02-11
1
-1
/
+1
*
Format comments & clean whitespace
Eli Bendersky
2013-02-05
1
-5
/
+4
*
Add AArch64 as an experimental target.
Tim Northover
2013-01-31
1
-0
/
+1
*
Add more reset methods to make all objects that the backend may use for outpu...
Pedro Artigas
2012-12-14
1
-0
/
+3
*
Make the contents of encoded sections SmallVector<char, N> instead of
Eli Bendersky
2012-12-07
1
-0
/
+6
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
Make use of the LLVM_DELETED_FUNCTION macro.
Craig Topper
2012-08-29
1
-2
/
+3
*
Move [SU]LEB128 encoding to a utility header.
Jim Grosbach
2012-08-08
1
-5
/
+0
*
Prune some includes and forward declarations.
Craig Topper
2012-03-26
1
-3
/
+0
*
Move x86 specific bits of the COFF writer to lib/Target/X86.
Rafael Espindola
2011-12-24
1
-2
/
+0
*
Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...
Benjamin Kramer
2011-11-05
1
-1
/
+2
*
Gas is very inconsistent about when a relaxation/relocation is needed. Do
Rafael Espindola
2011-02-16
1
-1
/
+1
*
Merge IsFixupFullyResolved and IsSymbolRefDifferenceFullyResolved. We now
Rafael Espindola
2010-12-24
1
-10
/
+9
*
Merge isAbsolute into IsSymbolRefDifferenceFullyResolved.
Rafael Espindola
2010-12-18
1
-4
/
+2
*
Remove the MCObjectFormat class.
Rafael Espindola
2010-12-18
1
-0
/
+4
*
Move createELFObjectWriter to its own header.
Rafael Espindola
2010-12-17
1
-4
/
+0
*
MC/ObjectWriter: Add a new IsSymbolRefDifferenceFullyResolved target format s...
Daniel Dunbar
2010-12-17
1
-0
/
+11
*
MC/Mach-O: Move createMachObjectWriter into MCMachObjectWriter.h.
Daniel Dunbar
2010-12-16
1
-3
/
+0
*
Sorry for such a large commit. The summary is that only MachO cares about the
Rafael Espindola
2010-12-07
1
-1
/
+2
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
MC: Simplify Mach-O and ELF object writer implementations.
Daniel Dunbar
2010-11-13
1
-0
/
+8
*
On ELF we need to know which symbols are used in relocations to decide if
Rafael Espindola
2010-10-05
1
-1
/
+1
*
Did my commit for the last patch for the .loc directory from the wrong place and
Kevin Enderby
2010-09-30
1
-0
/
+5
*
Make it possible for the MCObjectWriter to decide if a given fixup is fully
Rafael Espindola
2010-09-30
1
-0
/
+10
*
MC: Add partial x86-64 support to COFF.
Michael J. Spencer
2010-08-21
1
-1
/
+1
*
Revert r111230, we have to find a better place for the host-specific code.
Benjamin Kramer
2010-08-17
1
-29
/
+24
*
Micro-optimize MCObjectWriter to do a byteswap if necessary and then write the
Benjamin Kramer
2010-08-17
1
-24
/
+29
*
introduce WinCOFFObjectWriter, patch by Michael Spencer!
Chris Lattner
2010-07-11
1
-0
/
+2
*
MC: Eliminate MCAsmFixup, replace with MCFixup.
Daniel Dunbar
2010-05-26
1
-2
/
+2
*
added an assertion to MCObjectWriter::WriteBytes to catch misuse of the ZeroF...
Nathan Jeffords
2010-05-21
1
-0
/
+2
*
Fix typo.
Nick Lewycky
2010-05-14
1
-1
/
+1
*
Add a const.
Dan Gohman
2010-04-19
1
-1
/
+1
*
MC: Direct all {fragment,section,symbol} address access through the MCAsmLayo...
Daniel Dunbar
2010-03-24
1
-1
/
+4
*
MC: Change MCObjectWriter::RecordRelocation to take an MCFragment (instead of...
Daniel Dunbar
2010-03-22
1
-2
/
+2
*
MC: Split MCObjectWriter out of MCAssembler.cpp.
Daniel Dunbar
2010-03-19
1
-0
/
+162