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
/
MachObjectWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add r224985 back with fixes.
Rafael Espindola
2015-01-19
1
-14
/
+27
*
Revert "Add r224985 back with two fixes."
Rafael Espindola
2015-01-14
1
-27
/
+14
*
Add r224985 back with two fixes.
Rafael Espindola
2015-01-12
1
-14
/
+27
*
Revert r225048: It broke ObjC on AArch64.
Lang Hames
2015-01-06
1
-27
/
+14
*
Add r224985 back with a fix.
Rafael Espindola
2014-12-31
1
-14
/
+27
*
Revert "Remove doesSectionRequireSymbols."
Rafael Espindola
2014-12-31
1
-27
/
+14
*
Remove doesSectionRequireSymbols.
Rafael Espindola
2014-12-30
1
-14
/
+27
*
Add printing the LC_LINKER_OPTION load command with llvm-objdump’s -private...
Kevin Enderby
2014-12-18
1
-3
/
+3
*
Don't produce relocations for a difference in a section with no symbols.
Rafael Espindola
2014-11-04
1
-5
/
+4
*
MC: Bit pack MCSymbolData.
Benjamin Kramer
2014-10-11
1
-1
/
+1
*
MachObjectWriter: optimize the string table for common suffices
Hans Wennborg
2014-10-06
1
-43
/
+24
*
If available, pass down the Fixup object to EvaluateAsRelocatable.
Joerg Sonnenberger
2014-08-10
1
-2
/
+2
*
MachO: support N_INDR aliases in assembly files.
Tim Northover
2014-05-30
1
-9
/
+41
*
Centralize the handling of the thumb bit.
Rafael Espindola
2014-04-29
1
-0
/
+3
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
1
-0
/
+2
*
Add range access to MCAssembler's symbol collection.
David Blaikie
2014-04-18
1
-16
/
+11
*
[C++11] More 'nullptr' conversion or in some cases just using a boolean check...
Craig Topper
2014-04-13
1
-1
/
+1
*
MachO: Add linker-optimisation hint framework to MC.
Tim Northover
2014-03-29
1
-2
/
+27
*
Completely rewrite ELFObjectWriter::RecordRelocation.
Rafael Espindola
2014-03-29
1
-0
/
+1
*
Darwin: Add assembler directives to create version-min load commands.
Jim Grosbach
2014-03-18
1
-0
/
+22
*
Try harder to evaluate expressions when printing assembly.
Rafael Espindola
2014-03-12
1
-2
/
+2
*
Simplify a really complicated check for Arch == X86_64.
Rafael Espindola
2014-03-11
1
-1
/
+2
*
MC: Remove superfluous section attribute flag definitions
David Majnemer
2014-03-07
1
-8
/
+8
*
Correct word hyphenations
Alp Toker
2013-12-05
1
-2
/
+2
*
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
[next]