2015-10-28 |
Tim Northover | ARM: support .watchos_version_min and .tvos_version_min. |
blob | commitdiff | raw |
2015-10-23 |
Rafael Espindola | Add a RAW mode to StringTableBuilder. |
blob | commitdiff | raw | diff to current |
2015-10-05 |
Rafael Espindola | Fix pr24486. |
blob | commitdiff | raw | diff to current |
2015-09-22 |
NAKAMURA Takumi | Untabify. |
blob | commitdiff | raw | diff to current |
2015-09-22 |
NAKAMURA Takumi | Reformat blank lines. |
blob | commitdiff | raw | diff to current |
2015-09-01 |
David Majnemer | [MC] Allow MCObjectWriter's output stream to be swapped out |
blob | commitdiff | raw | diff to current |
2015-08-26 |
Frederic Riss | [MC/MachO] Make some MachObjectWriter methods more... |
blob | commitdiff | raw | diff to current |
2015-06-23 |
Daniel Jasper | Revert r240302 ("Bring r240130 back."). |
blob | commitdiff | raw | diff to current |
2015-06-22 |
Rafael Espindola | Bring r240130 back. |
blob | commitdiff | raw | diff to current |
2015-06-19 |
Nico Weber | Revert 240130, it caused crashes (repro in PR23900). |
blob | commitdiff | raw | diff to current |
2015-06-19 |
Rafael Espindola | Make all temporary symbols unnamed. |
blob | commitdiff | raw | diff to current |
2015-06-08 |
Pete Cooper | Remove includes of MCMachOSymbolFlags.h after it was... |
blob | commitdiff | raw | diff to current |
2015-06-08 |
Pete Cooper | Move all flags logic to MCSymbolMachO. |
blob | commitdiff | raw | diff to current |
2015-06-04 |
Jim Grosbach | MC: Clean up the naming for MCMachObjectWriter. NFC. |
blob | commitdiff | raw | diff to current |
2015-06-04 |
Jim Grosbach | MC: Clean up naming in MCObjectWriter. NFC. |
blob | commitdiff | raw | diff to current |
2015-06-04 |
Benjamin Kramer | [MachOWriter] Use for-range and roll some duplicated... |
blob | commitdiff | raw | diff to current |
2015-06-04 |
Jim Grosbach | MC: Remove obsolete MachO UseAggressiveSymbolFolding. |
blob | commitdiff | raw | diff to current |
2015-06-01 |
Jim Grosbach | MC: Tidy up LOH naming a bit. NFC. |
blob | commitdiff | raw | diff to current |
2015-06-01 |
Rafael Espindola | Store a bit in MCSection saying if it was registered... |
blob | commitdiff | raw | diff to current |
2015-05-30 |
Jim Grosbach | MC: Clean up MCExpr naming. NFC. |
blob | commitdiff | raw | diff to current |
2015-05-29 |
Rafael Espindola | Remove getData. |
blob | commitdiff | raw | diff to current |
2015-05-29 |
Rafael Espindola | Remove the MCSymbolData typedef. |
blob | commitdiff | raw | diff to current |
2015-05-29 |
Rafael Espindola | Rename getOrCreateSymbolData to registerSymbol and... |
blob | commitdiff | raw | diff to current |
2015-05-29 |
Rafael Espindola | Move Flags from MCSymbolData to MCSymbol. |
blob | commitdiff | raw | diff to current |
2015-05-29 |
Rafael Espindola | Move common symbol related information from MCSectionDa... |
blob | commitdiff | raw | diff to current |
2015-05-28 |
Rafael Espindola | Remove a trivial forwarding function. NFC. |
blob | commitdiff | raw | diff to current |
2015-05-27 |
Rafael Espindola | Remove uses of MCSectionData from MachObjectWriter... |
blob | commitdiff | raw | diff to current |
2015-05-26 |
Rafael Espindola | Remove most uses of MCSectionData from MCAssembler. |
blob | commitdiff | raw | diff to current |
2015-05-26 |
Rafael Espindola | Stop using MCSectionData in MCAsmLayout.h. |
blob | commitdiff | raw | diff to current |
2015-05-26 |
Rafael Espindola | Stop using MCSectionData in MCMachObjectWriter.h. |
blob | commitdiff | raw | diff to current |
2015-05-26 |
Rafael Espindola | Stop using MCSectionData in MCExpr.h. |
blob | commitdiff | raw | diff to current |
2015-05-26 |
Rafael Espindola | Return a MCSection from MCFragment::getParent(). |
blob | commitdiff | raw | diff to current |
2015-05-25 |
Rafael Espindola | Turn MCSectionData into a field of MCSection. |
blob | commitdiff | raw | diff to current |
2015-05-25 |
Rafael Espindola | Move HasInstructions to MCSection. |
blob | commitdiff | raw | diff to current |
2015-05-25 |
Rafael Espindola | Move LayoutOrder to MCSection. |
blob | commitdiff | raw | diff to current |
2015-05-22 |
Duncan P. N. Exon... | MC: Lift MCSymbolData::Index up to MCSymbol::Index... |
blob | commitdiff | raw | diff to current |
2015-05-21 |
Rafael Espindola | Stop forwarding (get|set)Aligment from MCSectionData... |
blob | commitdiff | raw | diff to current |
2015-05-21 |
Duncan P. N. Exon... | MC: Remove last use of MCSymbolData::getSymbol(), NFC |
blob | commitdiff | raw | diff to current |
2015-05-20 |
Duncan P. N. Exon... | MC: Use MCSymbol in MachObjectWriter, NFC |
blob | commitdiff | raw | diff to current |
2015-05-20 |
Duncan P. N. Exon... | MC: Take MCSymbol in MachObjectWriter::getSymbolAddress... |
blob | commitdiff | raw | diff to current |
2015-05-19 |
Duncan P. N. Exon... | MC: Use MCSymbol in MCAsmLayout::getSymbolOffset()... |
blob | commitdiff | raw | diff to current |
2015-05-16 |
Duncan P. N. Exon... | MC: Use MCSymbol in RelAndSymbol, NFC |
blob | commitdiff | raw | diff to current |
2015-05-16 |
Duncan P. N. Exon... | MC: Use MCSymbol in MCObject::IsSymbolRefDifferenceFull... |
blob | commitdiff | raw | diff to current |
2015-05-16 |
Duncan P. N. Exon... | MC: Change MCFragment::Atom to an MCSymbol, NFC |
blob | commitdiff | raw | diff to current |
2015-05-16 |
Duncan P. N. Exon... | MC: Change MCAssembler::Symbols to store MCSymbol, NFC |
blob | commitdiff | raw | diff to current |
2015-05-14 |
Justin Bogner | MC: Avoid some UB caused by left shifting a negative... |
blob | commitdiff | raw | diff to current |
2015-04-17 |
Rafael Espindola | Compute A-B when A or B is weak. |
blob | commitdiff | raw | diff to current |
2015-04-17 |
Rafael Espindola | Move AliasedSymbol to MachObjectWriter. |
blob | commitdiff | raw | diff to current |
2015-04-17 |
Benjamin Kramer | [mc] Clean up emission of byte sequences |
blob | commitdiff | raw | diff to current |
2015-04-14 |
Rafael Espindola | Use raw_pwrite_stream in the object writer/streamer. |
blob | commitdiff | raw | diff to current |
2015-04-06 |
Rafael Espindola | Be consistent when deciding if a relocation is needed. |
blob | commitdiff | raw | diff to current |
2015-04-03 |
Peter Collingbourne | MC: For variable symbols, maintain MCSymbol::Section... |
blob | commitdiff | raw | diff to current |
2015-04-02 |
Peter Collingbourne | Revert r233595, "MC: For variable symbols, maintain... |
blob | commitdiff | raw | diff to current |
2015-03-30 |
Peter Collingbourne | MC: For variable symbols, maintain MCSymbol::Section... |
blob | commitdiff | raw | diff to current |
2015-03-23 |
Benjamin Kramer | Re-sort includes with sort-includes.py and insert raw_o... |
blob | commitdiff | raw | diff to current |
2015-01-19 |
Rafael Espindola | Add r224985 back with fixes. |
blob | commitdiff | raw | diff to current |
2015-01-14 |
Rafael Espindola | Revert "Add r224985 back with two fixes." |
blob | commitdiff | raw | diff to current |
2015-01-12 |
Rafael Espindola | Add r224985 back with two fixes. |
blob | commitdiff | raw | diff to current |
2015-01-06 |
Lang Hames | Revert r225048: It broke ObjC on AArch64. |
blob | commitdiff | raw | diff to current |
2014-12-31 |
Rafael Espindola | Add r224985 back with a fix. |
blob | commitdiff | raw | diff to current |
2014-12-31 |
Rafael Espindola | Revert "Remove doesSectionRequireSymbols." |
blob | commitdiff | raw | diff to current |
2014-12-30 |
Rafael Espindola | Remove doesSectionRequireSymbols. |
blob | commitdiff | raw | diff to current |
2014-12-18 |
Kevin Enderby | Add printing the LC_LINKER_OPTION load command with... |
blob | commitdiff | raw | diff to current |
2014-11-04 |
Rafael Espindola | Don't produce relocations for a difference in a section... |
blob | commitdiff | raw | diff to current |
2014-10-11 |
Benjamin Kramer | MC: Bit pack MCSymbolData. |
blob | commitdiff | raw | diff to current |
2014-10-06 |
Hans Wennborg | MachObjectWriter: optimize the string table for common... |
blob | commitdiff | raw | diff to current |
2014-08-10 |
Joerg Sonnenberger | If available, pass down the Fixup object to EvaluateAsR... |
blob | commitdiff | raw | diff to current |
2014-05-30 |
Tim Northover | MachO: support N_INDR aliases in assembly files. |
blob | commitdiff | raw | diff to current |
2014-04-29 |
Rafael Espindola | Centralize the handling of the thumb bit. |
blob | commitdiff | raw | diff to current |
2014-04-21 |
Chandler Carruth | [Modules] Make Support/Debug.h modular. This requires... |
blob | commitdiff | raw | diff to current |
2014-04-18 |
David Blaikie | Add range access to MCAssembler's symbol collection. |
blob | commitdiff | raw | diff to current |
2014-04-13 |
Craig Topper | [C++11] More 'nullptr' conversion or in some cases... |
blob | commitdiff | raw | diff to current |
2014-03-29 |
Tim Northover | MachO: Add linker-optimisation hint framework to MC. |
blob | commitdiff | raw | diff to current |
2014-03-29 |
Rafael Espindola | Completely rewrite ELFObjectWriter::RecordRelocation. |
blob | commitdiff | raw | diff to current |
2014-03-18 |
Jim Grosbach | Darwin: Add assembler directives to create version... |
blob | commitdiff | raw | diff to current |
2014-03-12 |
Rafael Espindola | Try harder to evaluate expressions when printing assembly. |
blob | commitdiff | raw | diff to current |
2014-03-11 |
Rafael Espindola | Simplify a really complicated check for Arch == X86_64. |
blob | commitdiff | raw | diff to current |
2014-03-07 |
David Majnemer | MC: Remove superfluous section attribute flag definitions |
blob | commitdiff | raw | diff to current |
2013-12-05 |
Alp Toker | Correct word hyphenations |
blob | commitdiff | raw | diff to current |
2013-09-24 |
Jim Grosbach | MachO: Improve backend diagnostic for overalignment. |
blob | commitdiff | raw | diff to current |
2013-09-04 |
Nick Kledzik | Add names for mach-o permissions bits and use the symbo... |
blob | commitdiff | raw | diff to current |
2013-09-01 |
Charles Davis | Move everything depending on Object/MachOFormat.h over... |
blob | commitdiff | raw | diff to current |
2013-08-28 |
Kevin Enderby | The integrated darwin assembler can hang in an infinite... |
blob | commitdiff | raw | diff to current |
2013-08-27 |
Charles Davis | Revert "Fix the build broken by r189315." and "Move... |
blob | commitdiff | raw | diff to current |
2013-08-27 |
Charles Davis | Move everything depending on Object/MachOFormat.h over... |
blob | commitdiff | raw | diff to current |
2013-01-22 |
Daniel Dunbar | [MC/Mach-O] Load commands are supposed to 8-byte aligne... |
blob | commitdiff | raw | diff to current |
2013-01-18 |
Daniel Dunbar | [MC/Mach-O] Add support for linker options in Mach... |
blob | commitdiff | raw | diff to current |
2012-12-14 |
Pedro Artigas | Add more reset methods to make all objects that the... |
blob | commitdiff | raw | diff to current |
2012-12-03 |
Chandler Carruth | Use the new script to sort the includes of every file... |
blob | commitdiff | raw | diff to current |
2012-09-18 |
Jim Grosbach | Tidy up. 80 columns. |
blob | commitdiff | raw | diff to current |
2012-09-14 |
Dmitri Gribenko | Fix Doxygen issues: |
blob | commitdiff | raw | diff to current |
2012-09-13 |
Jim Grosbach | MachO: Correctly mark symbol-difference variables as... |
blob | commitdiff | raw | diff to current |
2012-08-22 |
Benjamin Kramer | Reduce duplicated hash map lookups. |
blob | commitdiff | raw | diff to current |
2012-05-18 |
Jim Grosbach | Refactor data-in-code annotations. |
blob | commitdiff | raw | diff to current |
2012-03-26 |
Craig Topper | Prune some includes and forward declarations. |
blob | commitdiff | raw | diff to current |
2012-01-24 |
Jim Grosbach | ARM Darwin symbol ref differences w/o subsection-via... |
blob | commitdiff | raw | diff to current |
2012-01-18 |
Jim Grosbach | MCAssembler tweak for determining when a symbol differe... |
blob | commitdiff | raw | diff to current |
2012-01-17 |
Jim Grosbach | MC tweak symbol difference resolution for non-local... |
blob | commitdiff | raw | diff to current |
2011-12-07 |
Jim Grosbach | Darwin assembler improved relocs when w/o subsections_v... |
blob | commitdiff | raw | diff to current |
2011-12-06 |
Jim Grosbach | Tidy up. Hard tabs. |
blob | commitdiff | raw | diff to current |
next |