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
/
MachObjectWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MachO: Improve backend diagnostic for overalignment.
Jim Grosbach
2013-09-24
1
-1
/
+2
*
Add names for mach-o permissions bits and use the symbol names in place of ma...
Nick Kledzik
2013-09-04
1
-2
/
+4
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-09-01
1
-46
/
+46
*
The integrated darwin assembler can hang in an infinite loop (or get an assert
Kevin Enderby
2013-08-28
1
-0
/
+16
*
Revert "Fix the build broken by r189315." and "Move everything depending on O...
Charles Davis
2013-08-27
1
-46
/
+46
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-08-27
1
-46
/
+46
*
[MC/Mach-O] Load commands are supposed to 8-byte aligned on 64-bit.
Daniel Dunbar
2013-01-22
1
-7
/
+8
*
[MC/Mach-O] Add support for linker options in Mach-O files.
Daniel Dunbar
2013-01-18
1
-5
/
+51
*
Add more reset methods to make all objects that the backend may use for outpu...
Pedro Artigas
2012-12-14
1
-0
/
+10
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-3
/
+2
*
Tidy up. 80 columns.
Jim Grosbach
2012-09-18
1
-2
/
+6
*
Fix Doxygen issues:
Dmitri Gribenko
2012-09-14
1
-2
/
+2
*
MachO: Correctly mark symbol-difference variables as N_ABS.
Jim Grosbach
2012-09-13
1
-5
/
+30
*
Reduce duplicated hash map lookups.
Benjamin Kramer
2012-08-22
1
-4
/
+2
*
Refactor data-in-code annotations.
Jim Grosbach
2012-05-18
1
-2
/
+51
*
Prune some includes and forward declarations.
Craig Topper
2012-03-26
1
-1
/
+1
*
ARM Darwin symbol ref differences w/o subsection-via-symbols.
Jim Grosbach
2012-01-24
1
-1
/
+2
*
MCAssembler tweak for determining when a symbol difference is resolved.
Jim Grosbach
2012-01-18
1
-1
/
+2
*
MC tweak symbol difference resolution for non-local symbols.
Jim Grosbach
2012-01-17
1
-2
/
+2
*
Darwin assembler improved relocs when w/o subsections_via_symbols.
Jim Grosbach
2011-12-07
1
-1
/
+6
*
Tidy up. Hard tabs.
Jim Grosbach
2011-12-06
1
-1
/
+1
*
Switch MCAssembler to method names starting w/ lower-case.
Jim Grosbach
2011-12-06
1
-1
/
+1
*
Formatting and typo.
Eric Christopher
2011-09-08
1
-2
/
+3
*
Fix a Darwin x86_64 special case of a jmp to a temporary symbol from an atom
Kevin Enderby
2011-09-08
1
-0
/
+10
*
MachOWriter: Don't crash on fixups with arithmetic, emit a relocation instead...
Benjamin Kramer
2011-08-12
1
-2
/
+6
*
Don't truncate MachO addresses.
Jim Grosbach
2011-08-09
1
-1
/
+1
*
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...
Evan Cheng
2011-07-25
1
-1
/
+1
*
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-23
1
-1
/
+1
*
Refactor MachO relocation generaration into the Target directories.
Jim Grosbach
2011-06-24
1
-985
/
+19
*
tidy up whitespace.
Jim Grosbach
2011-06-24
1
-1
/
+1
*
Fixup info for Thumb2 unconditional branch.
Jim Grosbach
2011-06-24
1
-0
/
+1
*
Tidy up.
Jim Grosbach
2011-06-23
1
-1
/
+1
*
80-column violations.
Bill Wendling
2011-06-23
1
-12
/
+17
*
Move class methods out-of-line. This reduces the indentation, and is more in
Bill Wendling
2011-06-22
1
-1289
/
+1410
*
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
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-2
/
+2
*
Fix a bug introduced by my patch yesterday: BL is a 4-byte instructions like ...
Owen Anderson
2011-03-23
1
-3
/
+2
*
RIT_ARM_ThumbBranch32Bit relocations are not used and should never be generated.
Owen Anderson
2011-03-22
1
-6
/
+2
*
Silence compiler warning about case values not being in the enumerated type
Duncan Sands
2011-03-15
1
-1
/
+1
*
Fixes warnings emitted by Visual Studio 2010 compiler.
Oscar Fuentes
2011-03-01
1
-2
/
+2
*
Teach ARM/MC/ELF to handle R_ARM_JUMP24 relocation type for conditional jumps.
Jason W Kim
2011-02-04
1
-1
/
+2
*
Fix bogus assert condition noticed by Csaba Raduly.
Evan Cheng
2011-02-01
1
-2
/
+2
*
Completed :lower16: / :upper16: support for movw / movt pairs on Darwin.
Evan Cheng
2011-01-14
1
-9
/
+126
*
MC/Mach-O/Thumb: Select appropriate relocation types for Thumb.
Daniel Dunbar
2010-12-27
1
-9
/
+11
*
Merge IsFixupFullyResolved and IsSymbolRefDifferenceFullyResolved. We now
Rafael Espindola
2010-12-24
1
-124
/
+33
*
MC/Mach-O/ARM: Start handling some Thumb branches.
Daniel Dunbar
2010-12-24
1
-0
/
+14
*
MC/Mach-O/ARM: Don't try to use scattered relocs for BR24 fixups.
Daniel Dunbar
2010-12-22
1
-1
/
+1
*
Fix another conditional expression mismatched enum type warning.
Matt Beaumont-Gay
2010-12-22
1
-1
/
+2
[next]